Home
last modified time | relevance | path

Searched full:inspect (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp112 /// calls Inspect on a function, which populates a list of instructions to be
113 /// instrumented. Then, later, when all passes' Inspect functions have been
141 /// Inspect a function to find instructions to instrument
144 /// The function to inspect.
148 bool Inspect(llvm::Function &function) { return InspectFunction(function); } in Inspect() function in Instrumenter
150 /// Instrument all the instructions found by Inspect()
534 if (!vpc.Inspect(*function)) in runOnModule()
544 if (!ooc.Inspect(*function)) in runOnModule()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_zip_nested.c38 /* Inspect outer Zip */ in DEFINE_TEST()
69 /* Inspect inner Zip. */ in DEFINE_TEST()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.h55 /// in order to only inspect nonblocking functions.
62 /// before. The check contains a guard, in order to only inspect wait
/freebsd/contrib/googletest/googletest/samples/
H A Dsample9_unittest.cc31 // to enumerate test suites and tests and to inspect their results.
128 // This is an example of using the UnitTest reflection API to inspect test in main()
/freebsd/tests/sys/netgraph/
H A Dbridge.c138 /* inspect mac table */ in ATF_TC_BODY()
154 /* inspect mac table */ in ATF_TC_BODY()
304 /* inspect mac table */ in ATF_TC_BODY()
486 /* inspect mac table */ in ATF_TC_BODY()
600 /* inspect mac table */ in ATF_TC_BODY()
/freebsd/contrib/googletest/docs/
H A Dsamples.md20 output and the use of its reflection API to inspect test results.
/freebsd/crypto/openssl/doc/man3/
H A DEVP_CIPHER_CTX_get_cipher_data.pod6 inspect and modify EVP_CIPHER_CTX objects
H A DEVP_CIPHER_CTX_get_original_iv.pod7 EVP_CIPHER_CTX_iv_noconst - Routines to inspect EVP_CIPHER_CTX IV data
H A DSSL_get0_peer_rpk.pod47 may be used to inspect the public key via X509_STORE_CTX_get0_rpk(3).
H A DSSL_CTX_set_cert_cb.pod23 certificate will be used by a client or server. The callback can then inspect
/freebsd/share/examples/tests/
H A DREADME25 To inspect the available sample test cases from an installed system:
/freebsd/contrib/file/magic/Magdir/
H A Dgnu65 # if 1st string length positive inspect offset and string
68 # if 2nd string length positive inspect offset and string
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool-history.836 .Nd inspect command history of ZFS storage pools
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopAlign.cpp8 // Inspect a basic block and if its single basic block loop with a small
173 // Inspect each basic block, and if its a single BB loop, see if it
/freebsd/lib/libc/stdlib/malloc/jemalloc/
H A DMakefile.inc10 …ecache.c ehooks.c eset.c sec.c cache_bin.c peak_event.c psset.c inspect.c exp_grow.c thread_event.…
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.h9 // Hooks which allow a monitor process to inspect UBSan's diagnostics.
/freebsd/contrib/pam-krb5/tests/fakepam/
H A DREADME18 inspect internal PAM state as needed.
126 pam_end. This can be used to inspect and verify the internal
/freebsd/bin/pwd/
H A Dpwd.184 to inspect the
/freebsd/contrib/pam-krb5/tests/config/
H A DREADME9 configured in password) that has admin access to inspect and modify
/freebsd/share/man/man4/
H A Ddtrace_pid.461 to inspect the registers.
/freebsd/contrib/kyua/doc/
H A Dkyua-test.1.in76 You can later inspect the results of the test run in more detail by using
/freebsd/lib/libc/locale/
H A Dmbrtowc.359 functions inspect at most
/freebsd/sys/dev/vmm/
H A Dvmm_mem.h85 * APIs that inspect the guest memory map require only a *single* vcpu to
/freebsd/secure/lib/libcrypto/man/man3/
H A DEVP_CIPHER_CTX_get_cipher_data.365 inspect and modify EVP_CIPHER_CTX objects
/freebsd/usr.bin/m4/
H A Dmain.c174 static ndptr inspect(int, char *);
406 p = inspect(t, token); in macro()
569 inspect(int c, char *tp) in inspect() function

12345678910>>...13