/freebsd/contrib/kyua/utils/text/ |
H A D | templates.hpp | 115 void instantiate(const templates_def&, std::istream&, std::ostream&); 116 void instantiate(const templates_def&, const fs::path&, const fs::path&);
|
H A D | templates.cpp | 512 instantiate(std::istream& input, std::ostream& output) in instantiate() function in __anon5ef3b49e0111::templates_parser 735 text::instantiate(const templates_def& templates, in instantiate() function in text 739 parser.instantiate(input, output); in instantiate() 752 text::instantiate(const templates_def& templates, in instantiate() function in text 763 instantiate(templates, input, output); in instantiate()
|
H A D | templates_test.cpp | 62 text::instantiate(templates, input, output); in do_test_ok() 83 text::instantiate(templates, input, output)); in do_test_fail() 910 text::instantiate(templates, fs::path("input.txt"), fs::path("output.txt")); in ATF_TEST_CASE_BODY() 925 text::instantiate(templates, fs::path("input.txt"), in ATF_TEST_CASE_BODY() 944 text::instantiate(templates, fs::path("input.txt"), in ATF_TEST_CASE_BODY()
|
/freebsd/crypto/openssl/providers/implementations/rands/ |
H A D | drbg_local.h | 78 int (*instantiate)(PROV_DRBG *drbg, member 185 int (*instantiate)(PROV_DRBG *drbg,
|
H A D | drbg.c | 465 if (!drbg->instantiate(drbg, entropy, entropylen, nonce, noncelen, in ossl_prov_drbg_instantiate() 774 int (*instantiate)(PROV_DRBG *drbg, in ossl_rand_drbg_new() 798 drbg->instantiate = instantiate; in ossl_rand_drbg_new()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | ParsedAttrInfo.cpp | 29 PluginAttrInstances->emplace_back(It.instantiate()); in LLVM_INSTANTIATE_REGISTRY()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | GCStrategy.cpp | 27 return S.instantiate(); in getGCStrategy()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_rand.c | 35 OSSL_FUNC_rand_instantiate_fn *instantiate; member 152 if (rand->instantiate != NULL) in evp_rand_from_algorithm() 154 rand->instantiate = OSSL_FUNC_rand_instantiate(fns); in evp_rand_from_algorithm() 505 return ctx->meth->instantiate(ctx->algctx, strength, prediction_resistance, in evp_rand_instantiate_locked()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | Execution.cpp | 70 std::unique_ptr<ToolExecutorPlugin> Plugin(TEPlugin.instantiate()); in createExecutorFromCommandLineArgsImpl()
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | samsung,s2mps11.txt | 11 To register these as clocks with common clock framework instantiate under
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Registry.h | 37 std::unique_ptr<T> instantiate() const { return Ctor(); } in instantiate() function
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_RAND-SEED-SRC.pod | 52 /* Create and instantiate a seed source */
|
H A D | provider-rand.pod | 98 OSSL_FUNC_rand_instantiate() is used to instantiate the DRBG I<ctx> at a requested 229 instantiate the DRBG.
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | samsung,s2mpa01.txt | 9 To register these with regulator framework instantiate under main device node
|
H A D | samsung,s2mps11.txt | 9 To register these with regulator framework instantiate under main device node
|
H A D | samsung,s5m8767.txt | 9 To register these with regulator framework instantiate under main device node
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-output-test_.cc | 768 TypeParam instantiate; in TYPED_TEST_P() local 769 (void)instantiate; in TYPED_TEST_P()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrFormats.td | 15 // We instantiate 2 of these for every actual instruction (register based
|
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/ |
H A D | ExecuteCompilerInvocation.cpp | 87 std::unique_ptr<PluginASTAction> P(Plugin.instantiate()); in CreateFrontendBaseAction()
|
/freebsd/contrib/googletest/docs/ |
H A D | advanced.md | 1112 Finally, you can use the `INSTANTIATE_TEST_SUITE_P` macro to instantiate the 1118 For example, the following statement will instantiate tests from the `FooTest` 1142 You can instantiate a test pattern more than once, so to distinguish different 1156 The following statement will instantiate all tests from `FooTest` again, each 1172 Please note that `INSTANTIATE_TEST_SUITE_P` will instantiate *all* tests in the 1194 In the above, we define and instantiate `FooTest` in the *same* source file. 1196 other people instantiate them later. This pattern is known as *abstract tests*. 1200 pass. When someone implements the interface, they can instantiate your suite to 1211 Once they are defined, you can instantiate them by including `foo_param_test.h`, 1213 contains `foo_param_test.cc`. You can instantiate the same abstract test suite [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | max8998.txt | 102 /* Regulators to instantiate */
|
/freebsd/contrib/kyua/cli/ |
H A D | cmd_report_html.cpp | 261 text::instantiate(templates, template_file, output_path); in generate()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_STORE_add_cert.pod | 69 used to instantiate a single-use B<X509_STORE_CTX> for each chain-building
|
/freebsd/contrib/kyua/utils/ |
H A D | optional.ipp | 238 /// Helper function to instantiate optional objects.
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-opp-zaius.dts | 379 * instantiate while the others will fail the probe operation.
|