Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/googletest/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-13.1/share/examples/jails/
H A DREADME21 Sample 1: jail.conf(5)
32 Sample 2: rc.conf(5)
42 Sample 3: Per-jail jail.conf(5)
53 Sample 4: Per-jail rc.conf(5)
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp403 const SampleRecord &Sample = I->second; in writeSample() local
410 OS << Sample.getSamples(); in writeSample()
412 for (const auto &J : Sample.getSortedCallTargets()) in writeSample()
474 const SampleRecord &Sample = I.second; in addNames() local
475 for (const auto &J : Sample.getCallTargets()) in addNames()
696 const SampleRecord &Sample = I.second; in writeBody() local
699 encodeULEB128(Sample.getSamples(), OS); in writeBody()
700 encodeULEB128(Sample.getCallTargets().size(), OS); in writeBody()
701 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-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h106 for (const auto &Sample : Samples.getBodySamples()) { in addProfiledCalls() local
107 for (const auto &Target : Sample.second.getCallTargets()) { in addProfiledCalls()
/freebsd-13.1/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-13.1/crypto/heimdal/lib/asn1/
H A Dtest.gen2 # Sample for TESTSeq in test.asn1
/freebsd-13.1/contrib/smbfs/examples/print/
H A Dprintcap.sample3 # Sample printcap entry for NetWare printer
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Ddove-cubox-es.dts5 model = "SolidRun CuBox (Engineering Sample)";
H A Dls1021a-tsn.dts47 /* Sample data on trailing clock edge */
/freebsd-13.1/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)
H A Dfsl,easrc.yaml7 title: NXP Asynchronous Sample Rate Converter (ASRC) Controller
/freebsd-13.1/contrib/openpam/
H A DRELNOTES13 - Sample modules (pam_permit, pam_deny and pam_unix) and a sample
/freebsd-13.1/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-13.1/contrib/libxo/tests/core/saved/
H A Dtest_05.T.out1 Sample text
/freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/
H A Dallwinner,sun4i-a10-ts.yaml48 Select median and averaging filter. Sample used for median /
/freebsd-13.1/tools/tools/kdrv/
H A Dsample.drvinfo2 # Sample driver information file for KernelDriver. See the top of
/freebsd-13.1/sys/contrib/device-tree/Bindings/mmc/
H A Dallwinner,sun4i-a10-mmc.yaml64 - description: Sample Clock
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dstmpe.txt8 - st,ave-ctrl : Sample average control
/freebsd-13.1/usr.sbin/lpr/lpd/
H A Dprintcap38 # Sample remote printer. The physical printer is on machine "lphost".
/freebsd-13.1/contrib/openbsm/
H A DREADME29 etc/ Sample /etc/security configuration files
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.inc32 "selected for GWP-ASan sampling. Default is 5000. Sample rates "
/freebsd-13.1/sys/contrib/device-tree/Bindings/iio/adc/
H A Dat91_adc.txt28 - atmel,adc-sample-hold-time: Sample and Hold Time in microseconds
/freebsd-13.1/contrib/tzdata/
H A DCONTRIBUTING38 ## Sample Git workflow for developing contributions

123