Home
last modified time | relevance | path

Searched refs:Sample (Results 1 – 25 of 73) sorted by relevance

123

/freebsd/contrib/googletest/docs/
H A Dsamples.md8 * 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 Devpmac_common.txt48 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 Devpmac_blake.txt149 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 DREADME20 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 DSampleProfWriter.cpp583 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 DSampleProf.cpp149 const SampleRecord &Sample) { in operator <<() argument
150 Sample.print(OS, 0); in operator <<()
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-DPP54 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 Dencr.txt3 Sample OpenSSL Data for CMS encryption
/freebsd/crypto/openssl/demos/smime/
H A Dencr.txt3 Sample OpenSSL Data for PKCS#7 encryption
/freebsd/crypto/heimdal/lib/asn1/
H A Dtest.gen2 # Sample for TESTSeq in test.asn1
/freebsd/contrib/smbfs/examples/print/
H A Dprintcap.sample3 # Sample printcap entry for NetWare printer
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Ddove-cubox-es.dts5 model = "SolidRun CuBox (Engineering Sample)";
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h173 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 Dfsl,asrc.txt1 Freescale Asynchronous Sample Rate Converter (ASRC) Controller
3 The Asynchronous Sample Rate Converter (ASRC) converts the sampling rate of a
H A Dcs42l52.txt19 Fs = Sample Rate (variable)
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dmvebu-core-clock.txt4 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 DRELNOTES13 - Sample modules (pam_permit, pam_deny and pam_unix) and a sample
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_05.T.out1 Sample text
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8-apalis-eval.dtsi27 /* TODO: Asynchronous Sample Rate Converter (ASRC) */
H A Dimx8-apalis-ixora-v1.1.dtsi67 /* TODO: Asynchronous Sample Rate Converter (ASRC) */
/freebsd/tools/tools/kdrv/
H A Dsample.drvinfo2 # Sample driver information file for KernelDriver. See the top of
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dstmpe.txt8 - st,ave-ctrl : Sample average control
/freebsd/usr.sbin/lpr/lpd/
H A Dprintcap36 # Sample remote printer. The physical printer is on machine "lphost".
/freebsd/contrib/openbsm/
H A DREADME29 etc/ Sample /etc/security configuration files
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dat91_adc.txt28 - atmel,adc-sample-hold-time: Sample and Hold Time in microseconds

123