/freebsd/contrib/googletest/docs/ |
H A D | samples.md | 8 * Sample #1 shows the basic steps of using googletest to test C++ functions. 9 * Sample #2 shows a more complex unit test for a class with multiple member 11 * Sample #3 uses a test fixture. 12 * Sample #4 teaches you how to use googletest and `googletest.h` together to 14 * Sample #5 puts shared testing logic in a base test fixture, and reuses it in 16 * Sample #6 demonstrates type-parameterized tests. 17 * Sample #7 teaches the basics of value-parameterized tests. 18 * Sample #8 shows using `Combine()` in value-parameterized tests. 19 * Sample #9 shows use of the listener API to modify Google Test's console 21 * Sample #10 shows use of the listener API to implement a primitive memory
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpmac_common.txt | 48 Input = "Sample message for keylen=blocklen" 56 Input = "Sample message for keylen<blocklen" 63 Input = "Sample message for keylen=blocklen" 72 Input = "Sample message for keylen=blocklen" 80 Input = "Sample message for keylen<blocklen" 86 Input = "Sample message for keylen=blocklen" 92 Input = "Sample message for keylen=blocklen" 100 Input = "Sample message for keylen<blocklen" 106 Input = "Sample message for keylen=blocklen" 112 Input = "Sample message for keylen=blocklen" [all …]
|
H A D | evpmac_blake.txt | 149 Input = "Sample input for keylen<blocklen and custom" 155 Input = "Sample input for keylen<blocklen and custom" 161 Input = "Sample input for keylen<blocklen and salt" 167 Input = "Sample input for keylen<blocklen and salt" 174 Input = "Sample input for keylen<blocklen, salt and custom" 184 Input = "Sample input for outlen<digest_length" 190 Input = "Sample input for outlen<digest_length" 205 Input = "Sample input for keylen<blocklen and custom" 211 Input = "Sample input for keylen<blocklen and custom" 217 Input = "Sample input for keylen<blocklen and salt" [all …]
|
/freebsd/share/examples/jails/ |
H A D | README | 20 Sample 1: jail.conf(5) 31 Sample 2: rc.conf(5) 41 Sample 3: Per-jail jail.conf(5) 52 Sample 4: Per-jail rc.conf(5)
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfWriter.cpp | 583 const SampleRecord &Sample = I->second; in writeSample() local 590 OS << Sample.getSamples(); in writeSample() 592 for (const auto &J : Sample.getSortedCallTargets()) in writeSample() 657 const SampleRecord &Sample = I.second; in addNames() local 658 for (const auto &J : Sample.getCallTargets()) in addNames() 834 const SampleRecord &Sample = I.second; in writeBody() local 837 encodeULEB128(Sample.getSamples(), OS); in writeBody() 838 encodeULEB128(Sample.getCallTargets().size(), OS); in writeBody() 839 for (const auto &J : Sample.getSortedCallTargets()) { in writeBody()
|
H A D | SampleProf.cpp | 149 const SampleRecord &Sample) { in operator <<() argument 150 Sample.print(OS, 0); in operator <<()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-DPP | 54 Sample supplicant config file before provisioning 63 Sample hostapd config file before provisioning 171 Sample AP configuration files after provisioning 189 Sample station configuration file after provisioning
|
/freebsd/crypto/openssl/demos/cms/ |
H A D | encr.txt | 3 Sample OpenSSL Data for CMS encryption
|
/freebsd/crypto/openssl/demos/smime/ |
H A D | encr.txt | 3 Sample OpenSSL Data for PKCS#7 encryption
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | test.gen | 2 # Sample for TESTSeq in test.asn1
|
/freebsd/contrib/smbfs/examples/print/ |
H A D | printcap.sample | 3 # Sample printcap entry for NetWare printer
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | dove-cubox-es.dts | 5 model = "SolidRun CuBox (Engineering Sample)";
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | ProfiledCallGraph.h | 173 for (const auto &Sample : Samples.getBodySamples()) { in addProfiledCalls() local 174 for (const auto &[Target, Frequency] : Sample.second.getCallTargets()) { in addProfiledCalls()
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | fsl,asrc.txt | 1 Freescale Asynchronous Sample Rate Converter (ASRC) Controller 3 The Asynchronous Sample Rate Converter (ASRC) converts the sampling rate of a
|
H A D | cs42l52.txt | 19 Fs = Sample Rate (variable)
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | mvebu-core-clock.txt | 4 reading the Sample-At-Reset (SAR) register. The core clock consumer should 67 - reg : shall be the register address of the Sample-At-Reset (SAR) register
|
/freebsd/contrib/openpam/ |
H A D | RELNOTES | 13 - Sample modules (pam_permit, pam_deny and pam_unix) and a sample
|
/freebsd/contrib/libxo/tests/core/saved/ |
H A D | test_05.T.out | 1 Sample text
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8-apalis-eval.dtsi | 27 /* TODO: Asynchronous Sample Rate Converter (ASRC) */
|
H A D | imx8-apalis-ixora-v1.1.dtsi | 67 /* TODO: Asynchronous Sample Rate Converter (ASRC) */
|
/freebsd/tools/tools/kdrv/ |
H A D | sample.drvinfo | 2 # Sample driver information file for KernelDriver. See the top of
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | stmpe.txt | 8 - st,ave-ctrl : Sample average control
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | printcap | 36 # Sample remote printer. The physical printer is on machine "lphost".
|
/freebsd/contrib/openbsm/ |
H A D | README | 29 etc/ Sample /etc/security configuration files
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | at91_adc.txt | 28 - atmel,adc-sample-hold-time: Sample and Hold Time in microseconds
|