Home
last modified time | relevance | path

Searched refs:instantiate (Results 1 – 25 of 76) sorted by relevance

1234

/freebsd-14-stable/contrib/kyua/utils/text/
HDtemplates.hpp115 void instantiate(const templates_def&, std::istream&, std::ostream&);
116 void instantiate(const templates_def&, const fs::path&, const fs::path&);
HDtemplates.cpp512 instantiate(std::istream& input, std::ostream& output) in instantiate() function in __anon7a2098f80111::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()
HDtemplates_test.cpp62 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-14-stable/crypto/openssl/providers/implementations/rands/
HDdrbg_local.h78 int (*instantiate)(PROV_DRBG *drbg, member
185 int (*instantiate)(PROV_DRBG *drbg,
HDdrbg.c465 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-14-stable/contrib/llvm-project/clang/lib/Basic/
HDParsedAttrInfo.cpp29 PluginAttrInstances->emplace_back(It.instantiate()); in LLVM_INSTANTIATE_REGISTRY()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDGCStrategy.cpp27 return S.instantiate(); in getGCStrategy()
/freebsd-14-stable/crypto/openssl/crypto/evp/
HDevp_rand.c35 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-14-stable/contrib/llvm-project/clang/lib/Tooling/
HDExecution.cpp70 std::unique_ptr<ToolExecutorPlugin> Plugin(TEPlugin.instantiate()); in createExecutorFromCommandLineArgsImpl()
HDCompilationDatabase.cpp70 std::unique_ptr<CompilationDatabasePlugin> Plugin(Database.instantiate()); in loadFromDirectory()
/freebsd-14-stable/sys/contrib/device-tree/Bindings/clock/
Dsamsung,s2mps11.txt11 To register these as clocks with common clock framework instantiate under
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDRegistry.h37 std::unique_ptr<T> instantiate() const { return Ctor(); } in instantiate() function
/freebsd-14-stable/crypto/openssl/doc/man7/
HDEVP_RAND-SEED-SRC.pod52 /* Create and instantiate a seed source */
HDprovider-rand.pod98 OSSL_FUNC_rand_instantiate() is used to instantiate the DRBG I<ctx> at a requested
229 instantiate the DRBG.
/freebsd-14-stable/sys/contrib/device-tree/Bindings/regulator/
Dsamsung,s2mpa01.txt9 To register these with regulator framework instantiate under main device node
Dsamsung,s2mps11.txt9 To register these with regulator framework instantiate under main device node
Dsamsung,s5m8767.txt9 To register these with regulator framework instantiate under main device node
/freebsd-14-stable/contrib/googletest/googletest/test/
HDgoogletest-output-test_.cc768 TypeParam instantiate; in TYPED_TEST_P() local
769 (void)instantiate; in TYPED_TEST_P()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyInstrFormats.td15 // We instantiate 2 of these for every actual instruction (register based
/freebsd-14-stable/contrib/llvm-project/clang/lib/FrontendTool/
HDExecuteCompilerInvocation.cpp87 std::unique_ptr<PluginASTAction> P(Plugin.instantiate()); in CreateFrontendBaseAction()
/freebsd-14-stable/contrib/googletest/docs/
HDadvanced.md1112 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-14-stable/sys/contrib/device-tree/Bindings/mfd/
HDmax8998.txt102 /* Regulators to instantiate */
/freebsd-14-stable/contrib/kyua/cli/
HDcmd_report_html.cpp260 text::instantiate(templates, template_file, output_path); in generate()
/freebsd-14-stable/contrib/kyua/utils/
HDoptional.ipp238 /// Helper function to instantiate optional objects.
/freebsd-14-stable/crypto/openssl/doc/man3/
HDX509_STORE_add_cert.pod69 used to instantiate a single-use B<X509_STORE_CTX> for each chain-building

1234