HomeSort by: relevance | last modified time | path
    Searched defs:instantiate (Results 1 - 14 of 14) sorted by relevancy

  /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/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/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.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/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/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,
  /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,
  /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
  /src/external/bsd/kyua-cli/dist/utils/text/
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);
  /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/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/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
printers.py 2538 def instantiate(self): member in class:TemplateTypePrinter
2659 def instantiate(self): member in class:FilteringTypePrinter
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
printers.py 2105 def instantiate(self): member in class:TemplateTypePrinter
2217 def instantiate(self): member in class:FilteringTypePrinter

Completed in 55 milliseconds