| /freebsd-12.1/contrib/googletest/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-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 96 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 D | SampleProf.cpp | 117 const SampleRecord &Sample) { in operator <<() argument 118 Sample.print(OS, 0); in operator <<()
|
| H A D | SampleProfReader.cpp | 935 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 D | README | 21 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 D | README-DPP | 52 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 D | networks | 1 # Sample networks file. Picobsd scripts will look for entries of the form
|
| H A D | master.passwd | 11 user:*:1002:1002:Sample User:0:0:user:/home/user:/bin/sh
|
| H A D | rc.firewall | 10 # Sample configurations are:
|
| /freebsd-12.1/crypto/heimdal/lib/asn1/ |
| H A D | test.gen | 2 # Sample for TESTSeq in test.asn1
|
| /freebsd-12.1/contrib/smbfs/examples/print/ |
| H A D | printcap.sample | 3 # Sample printcap entry for NetWare printer
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | dove-cubox-es.dts | 5 model = "SolidRun CuBox (Engineering Sample)";
|
| /freebsd-12.1/usr.sbin/pc-sysinstall/examples/ |
| H A D | pcinstall.cfg.upgrade | 1 # Sample configuration file for an installation using pc-sysinstall
|
| H A D | pcinstall.cfg.rsync | 1 # Sample configuration file for an installation using pc-sysinstall
|
| H A D | pcinstall.cfg.gmirror | 1 # Sample configuration file for an installation using pc-sysinstall
|
| H A D | pcinstall.cfg.netinstall | 1 # Sample configuration file for an installation using pc-sysinstall
|
| H A D | pcinstall.cfg.fbsd-netinstall | 1 # Sample configuration file for an installation using pc-sysinstall
|
| H A D | pcinstall.cfg.restore | 1 # Sample configuration file for an installation using pc-sysinstall
|
| /freebsd-12.1/contrib/openpam/ |
| H A D | RELNOTES | 13 - Sample modules (pam_permit, pam_deny and pam_unix) and a sample
|
| /freebsd-12.1/contrib/libxo/tests/core/saved/ |
| H A D | test_05.T.out | 1 Sample text
|
| /freebsd-12.1/tools/tools/kdrv/ |
| H A D | sample.drvinfo | 2 # Sample driver information file for KernelDriver. See the top of
|
| /freebsd-12.1/usr.sbin/lpr/lpd/ |
| H A D | printcap | 38 # Sample remote printer. The physical printer is on machine "lphost".
|
| /freebsd-12.1/contrib/openbsm/ |
| H A D | README | 29 etc/ Sample /etc/security configuration files
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | audio | 270 # 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 D | SampleProf.h | 202 raw_ostream &operator<<(raw_ostream &OS, const SampleRecord &Sample);
|