Home
last modified time | relevance | path

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

1234

/freebsd-14.2/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-14.2/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"
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"
223 Input = "Sample input for keylen<blocklen and salt"
[all …]
/freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/sound/
H A Damlogic,axg-tdm-formatters.yaml27 - description: Sample clock
28 - description: Sample clock input multiplexer
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 Damlogic,axg-tdm-iface.yaml26 - description: Sample clock
H A Dcs42l52.txt19 Fs = Sample Rate (variable)
H A Dfsl,easrc.yaml7 title: NXP Asynchronous Sample Rate Converter (ASRC) Controller
H A Dnvidia,tegra186-asrc.yaml10 Asynchronous Sample Rate Converter (ASRC) converts the sampling frequency
/freebsd-14.2/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()
835 const SampleRecord &Sample = I.second; in writeBody() local
838 encodeULEB128(Sample.getSamples(), OS); in writeBody()
839 encodeULEB128(Sample.getCallTargets().size(), OS); in writeBody()
840 for (const auto &J : Sample.getSortedCallTargets()) { in writeBody()
/freebsd-14.2/crypto/openssl/demos/smime/
H A Dencr.txt3 Sample OpenSSL Data for PKCS#7 encryption
/freebsd-14.2/crypto/openssl/demos/cms/
H A Dencr.txt3 Sample OpenSSL Data for CMS encryption
/freebsd-14.2/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-14.2/crypto/heimdal/lib/asn1/
H A Dtest.gen2 # Sample for TESTSeq in test.asn1
/freebsd-14.2/contrib/smbfs/examples/print/
H A Dprintcap.sample3 # Sample printcap entry for NetWare printer
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Ddove-cubox-es.dts5 model = "SolidRun CuBox (Engineering Sample)";
/freebsd-14.2/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-14.2/contrib/openpam/
H A DRELNOTES13 - Sample modules (pam_permit, pam_deny and pam_unix) and a sample
/freebsd-14.2/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-14.2/contrib/libxo/tests/core/saved/
H A Dtest_05.T.out1 Sample text
/freebsd-14.2/sys/contrib/device-tree/Bindings/mfd/
H A Dallwinner,sun4i-a10-ts.yaml48 Select median and averaging filter. Sample used for median /
/freebsd-14.2/tools/tools/kdrv/
H A Dsample.drvinfo2 # Sample driver information file for KernelDriver. See the top of
/freebsd-14.2/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8-apalis-eval.dtsi27 /* TODO: Asynchronous Sample Rate Converter (ASRC) */
/freebsd-14.2/sys/contrib/device-tree/Bindings/mmc/
H A Dallwinner,sun4i-a10-mmc.yaml78 - description: Sample Clock

1234