| /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 | 64 int (*instantiate)(PROV_DRBG *drbg, member 170 int (*instantiate)(PROV_DRBG *drbg,
|
| H A D | drbg.c | 445 if (!drbg->instantiate(drbg, entropy, entropylen, nonce, noncelen, in ossl_prov_drbg_instantiate() 783 int (*instantiate)(PROV_DRBG *drbg, in ossl_rand_drbg_new() 805 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 | 34 OSSL_FUNC_rand_instantiate_fn *instantiate; member 154 if (rand->instantiate != NULL) in evp_rand_from_algorithm() 156 rand->instantiate = OSSL_FUNC_rand_instantiate(fns); in evp_rand_from_algorithm() 514 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()
|
| H A D | CompilationDatabase.cpp | 64 std::unique_ptr<CompilationDatabasePlugin> Plugin(Database.instantiate()); in loadFromDirectory()
|
| /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 | EVP_RAND-JITTER.pod | 66 /* 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 235 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 | 126 std::unique_ptr<PluginASTAction> P(Plugin.instantiate()); in CreateFrontendBaseAction()
|
| /freebsd/contrib/googletest/docs/ |
| H A D | advanced.md | 1118 Finally, you can use the `INSTANTIATE_TEST_SUITE_P` macro to instantiate the 1124 For example, the following statement will instantiate tests from the `FooTest` 1148 You can instantiate a test pattern more than once, so to distinguish different 1162 The following statement will instantiate all tests from `FooTest` again, each 1178 Please note that `INSTANTIATE_TEST_SUITE_P` will instantiate *all* tests in the 1200 In the above, we define and instantiate `FooTest` in the *same* source file. 1202 other people instantiate them later. This pattern is known as *abstract tests*. 1206 pass. When someone implements the interface, they can instantiate your suite to 1217 Once they are defined, you can instantiate them by including `foo_param_test.h`, 1219 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/test/radix/ |
| H A D | README.md | 46 but can instead instantiate an arbitrary number of SSL objects and pass these
|