Home
last modified time | relevance | path

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

123

/freebsd-12.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-12.1/contrib/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp96 const SampleRecord &Sample = I->second; in write() local
103 OS << Sample.getSamples(); in write()
105 for (const auto &J : Sample.getCallTargets()) in write()
145 const SampleRecord &Sample = I.second; in addNames() local
146 for (const auto &J : Sample.getCallTargets()) in addNames()
294 const SampleRecord &Sample = I.second; in writeBody() local
297 encodeULEB128(Sample.getSamples(), OS); in writeBody()
298 encodeULEB128(Sample.getCallTargets().size(), OS); in writeBody()
299 for (const auto &J : Sample.getCallTargets()) { in writeBody()
H A DSampleProf.cpp117 const SampleRecord &Sample) { in operator <<() argument
118 Sample.print(OS, 0); in operator <<()
H A DSampleProfReader.cpp935 for (auto &Sample : getProfiles()) in read() local
936 if (auto Key = Remappings.insert(Sample.first())) in read()
937 SampleMap.insert({Key, &Sample.second}); in read()
/freebsd-12.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-12.1/contrib/wpa/wpa_supplicant/
H A DREADME-DPP52 Sample supplicant config file before provisioning
61 Sample hostapd config file before provisioning
162 Sample AP configuration files after provisioning
180 Sample station configuration file after provisioning
/freebsd-12.1/release/picobsd/floppy.tree/etc/
H A Dnetworks1 # Sample networks file. Picobsd scripts will look for entries of the form
H A Dmaster.passwd11 user:*:1002:1002:Sample User:0:0:user:/home/user:/bin/sh
H A Drc.firewall10 # Sample configurations are:
/freebsd-12.1/crypto/heimdal/lib/asn1/
H A Dtest.gen2 # Sample for TESTSeq in test.asn1
/freebsd-12.1/contrib/smbfs/examples/print/
H A Dprintcap.sample3 # Sample printcap entry for NetWare printer
/freebsd-12.1/sys/gnu/dts/arm/
H A Ddove-cubox-es.dts5 model = "SolidRun CuBox (Engineering Sample)";
/freebsd-12.1/usr.sbin/pc-sysinstall/examples/
H A Dpcinstall.cfg.upgrade1 # Sample configuration file for an installation using pc-sysinstall
H A Dpcinstall.cfg.rsync1 # Sample configuration file for an installation using pc-sysinstall
H A Dpcinstall.cfg.gmirror1 # Sample configuration file for an installation using pc-sysinstall
H A Dpcinstall.cfg.netinstall1 # Sample configuration file for an installation using pc-sysinstall
H A Dpcinstall.cfg.fbsd-netinstall1 # Sample configuration file for an installation using pc-sysinstall
H A Dpcinstall.cfg.restore1 # Sample configuration file for an installation using pc-sysinstall
/freebsd-12.1/contrib/openpam/
H A DRELNOTES13 - Sample modules (pam_permit, pam_deny and pam_unix) and a sample
/freebsd-12.1/contrib/libxo/tests/core/saved/
H A Dtest_05.T.out1 Sample text
/freebsd-12.1/tools/tools/kdrv/
H A Dsample.drvinfo2 # Sample driver information file for KernelDriver. See the top of
/freebsd-12.1/usr.sbin/lpr/lpd/
H A Dprintcap38 # Sample remote printer. The physical printer is on machine "lphost".
/freebsd-12.1/contrib/openbsm/
H A DREADME29 etc/ Sample /etc/security configuration files
/freebsd-12.1/contrib/file/magic/Magdir/
H A Daudio270 # Sample Vision <[email protected]>
271 0 string SOUND\ SAMPLE\ DATA\ Sample Vision file
355 0 string IMPS Impulse Tracker Sample
376 76 string SCRS Scream Tracker Sample
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DSampleProf.h202 raw_ostream &operator<<(raw_ostream &OS, const SampleRecord &Sample);

123