HomeSort by: relevance | last modified time | path
    Searched refs:instantiate (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-typeprint.py 34 def instantiate(self): member in class:StringTypePrinter
56 def instantiate(self): member in class:OtherTypePrinter
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-typeprint.py 34 def instantiate(self): member in class:StringTypePrinter
56 def instantiate(self): member in class:OtherTypePrinter
  /src/external/bsd/kyua-cli/dist/utils/text/
templates.hpp 113 void instantiate(const templates_def&, std::istream&, std::ostream&);
114 void instantiate(const templates_def&, const fs::path&, const fs::path&);
templates.cpp 235 /// Stateful class to instantiate the templates in an input stream.
511 instantiate(std::istream& input, std::ostream& output) function in class:__anon7014::templates_parser
734 text::instantiate(const templates_def& templates, function in class:text
738 parser.instantiate(input, output);
751 text::instantiate(const templates_def& templates, function in class:text
762 instantiate(templates, input, output);
templates_test.cpp 62 text::instantiate(templates, input, output);
83 text::instantiate(templates, input, output));
910 text::instantiate(templates, fs::path("input.txt"), fs::path("output.txt"));
925 text::instantiate(templates, fs::path("input.txt"),
944 text::instantiate(templates, fs::path("input.txt"),
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
types.py 123 and supply an 'instantiate' method.
125 The 'instantiate' method must either return None, or return an
135 def instantiate(self): member in class:TypePrinter
143 inst = printer.instantiate()
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
types.py 123 and supply an 'instantiate' method.
125 The 'instantiate' method must either return None, or return an
135 def instantiate(self): member in class:TypePrinter
143 inst = printer.instantiate()
  /src/crypto/external/apache2/openssl/dist/providers/implementations/rands/
drbg_local.h 64 int (*instantiate)(PROV_DRBG *drbg, member in struct:prov_drbg_st
170 int (*instantiate)(PROV_DRBG *drbg,
drbg.c 33 * instantiation and un-instantiate, and reuse within a new/free
342 * Instantiate |drbg|, after it has been initialized. Use |pers| and
445 if (!drbg->instantiate(drbg, entropy, entropylen, nonce, noncelen,
783 int (*instantiate)(PROV_DRBG *drbg,
805 drbg->instantiate = instantiate;
  /src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
drbg_local.h 78 int (*instantiate)(PROV_DRBG *drbg, member in struct:prov_drbg_st
185 int (*instantiate)(PROV_DRBG *drbg,
drbg.c 32 * instantiation and un-instantiate, and re-use within a new/free
359 * Instantiate |drbg|, after it has been initialized. Use |pers| and
465 if (!drbg->instantiate(drbg, entropy, entropylen, nonce, noncelen,
774 int (*instantiate)(PROV_DRBG *drbg,
798 drbg->instantiate = instantiate;
  /src/crypto/external/bsd/openssl.old/dist/crypto/rand/
rand_local.h 101 /* instantiate */
130 RAND_DRBG_instantiate_fn instantiate; member in struct:rand_drbg_method_st
drbg_lib.c 26 * instantiation and un-instantiate, and re-use within a new/free
281 * Instantiate |drbg|, after it has been initialized. Use |pers| and
348 if (!drbg->meth->instantiate(drbg, entropy, entropylen,
964 * which is necessary to seed (i.e. instantiate) the DRBG
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
Execution.cpp 70 std::unique_ptr<ToolExecutorPlugin> Plugin(TEPlugin.instantiate());
CompilationDatabase.cpp 70 std::unique_ptr<CompilationDatabasePlugin> Plugin(Database.instantiate());
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
pretty-print.py 71 def instantiate(self): member in class:FilteringTypePrinter
  /src/external/apache2/llvm/dist/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 80 std::unique_ptr<PluginASTAction> P(Plugin.instantiate());
217 std::unique_ptr<PluginASTAction> P(Plugin.instantiate());
  /src/crypto/external/bsd/openssl.old/dist/test/
drbgtest.c 172 * Test without PR: Instantiate DRBG with test entropy, nonce and
206 * Now test with PR: Instantiate DRBG with test entropy, nonce and
272 * Initialise and instantiate DRBG based on selftest data
274 static int instantiate(RAND_DRBG *drbg, DRBG_SELFTEST_DATA *td, function
362 /* Instantiate with valid data, Check generation is now OK */
363 if (!instantiate(drbg, td, &t)
388 /* Instantiate again with valid data */
389 if (!instantiate(drbg, td, &t))
414 if (!instantiate(drbg, td, &t))
433 if (!instantiate(drbg, td, &t
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_rand.c 34 OSSL_FUNC_rand_instantiate_fn *instantiate; member in struct:evp_rand_st
154 if (rand->instantiate != NULL)
156 rand->instantiate = OSSL_FUNC_rand_instantiate(fns);
514 return ctx->meth->instantiate(ctx->algctx, strength, prediction_resistance,
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_rand.c 35 OSSL_FUNC_rand_instantiate_fn *instantiate; member in struct:evp_rand_st
152 if (rand->instantiate != NULL)
154 rand->instantiate = OSSL_FUNC_rand_instantiate(fns);
505 return ctx->meth->instantiate(ctx->algctx, strength, prediction_resistance,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Registry.h 37 std::unique_ptr<T> instantiate() const { return Ctor(); } function in class:llvm::SimpleRegistryEntry
129 /// Instantiate a registry class.
133 /// them, instead of the two-step process of define then instantiate, but
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
GCMetadata.cpp 150 std::unique_ptr<GCStrategy> S = Entry.instantiate();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
ParsedAttr.cpp 123 // Otherwise this may be an attribute defined by a plugin. First instantiate
129 PluginAttrInstances->emplace_back(It.instantiate());
  /src/external/bsd/kyua-cli/dist/cli/
cmd_report_html.cpp 217 /// Instantiate a template to generate an HTML file in the output directory.
237 text::instantiate(templates, template_file, output_path);
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 29 * Examples of how the template is used to instantiate structure definition:

Completed in 29 milliseconds

1 2