Searched defs:init (Results 76 - 100 of 1381) sorted by relevance

1234567891011>>

/external/deqp/modules/gles3/stress/
H A Des3sStressTests.cpp52 void StressTests::init (void) function in class:deqp::gles3::Stress::StressTests
/external/deqp/modules/gles31/stress/
H A Des31sStressTests.cpp46 void StressTests::init (void) function in class:deqp::gles31::Stress::StressTests
/external/deqp/modules/internal/
H A DditDelibsTests.cpp65 void init (void) function in class:dit::DepoolTests
85 void init (void) function in class:dit::DethreadTests
103 void init (void) function in class:dit::DeutilTests
117 void init (void) function in class:dit::DecppTests
142 void DelibsTests::init (void) function in class:dit::DelibsTests
H A DditTestPackage.cpp43 void init (void) function in class:dit::DeqpTests
62 void TestPackage::init (void) function in class:dit::TestPackage
/external/libcxx/test/containers/sequences/deque/deque.modifiers/
H A Derase_iter.pass.cpp24 int init = 0; local
27 init = (start+1) / b + ((start+1) % b != 0);
28 init *= b;
29 --init;
31 C c(init, 0);
32 for (int i = 0; i < init-start; ++i)
H A Dpush_back.pass.cpp26 int init = 0; local
29 init = (start+1) / b + ((start+1) % b != 0);
30 init *= b;
31 --init;
33 C c(init, 0);
34 for (int i = 0; i < init-start; ++i)
H A Dpush_back_rvalue.pass.cpp29 int init = 0; local
32 init = (start+1) / b + ((start+1) % b != 0);
33 init *= b;
34 --init;
36 C c(init);
37 for (int i = 0; i < init-start; ++i)
/external/libcxx/test/numerics/numeric.ops/accumulate/
H A Daccumulate.pass.cpp16 // accumulate(Iter first, Iter last, T init);
25 test(Iter first, Iter last, T init, T x) argument
27 assert(std::accumulate(first, last, init) == x);
H A Daccumulate_op.pass.cpp17 // accumulate(Iter first, Iter last, T init, BinaryOperation binary_op);
27 test(Iter first, Iter last, T init, T x) argument
29 assert(std::accumulate(first, last, init, std::multiplies<T>()) == x);
/external/libcxx/test/numerics/numeric.ops/inner.product/
H A Dinner_product.pass.cpp20 // inner_product(Iter1 first1, Iter1 last1, Iter2 first2, T init);
29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) argument
31 assert(std::inner_product(first1, last1, first2, init) == x);
H A Dinner_product_comp.pass.cpp21 // T init, BinaryOperation1 binary_op1, BinaryOperation2 binary_op2);
31 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) argument
33 assert(std::inner_product(first1, last1, first2, init,
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dfilters.h42 pp_init_func init; /* Init function */ member in struct:pp_filter_t
49 /* name inner shaders verts init run */
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DAddStaticInitTransformer.java43 protected void init() { method in class:AddStaticInitTransformer
/external/openssl/crypto/evp/
H A Dm_dss.c71 static int init(EVP_MD_CTX *ctx) function
86 init,
H A Dm_dss1.c73 static int init(EVP_MD_CTX *ctx) function
88 init,
H A Dm_ecdsa.c121 static int init(EVP_MD_CTX *ctx) function
136 init,
H A Dm_md4.c74 static int init(EVP_MD_CTX *ctx) function
89 init,
H A Dm_md5.c73 static int init(EVP_MD_CTX *ctx) function
88 init,
H A Dm_mdc2.c74 static int init(EVP_MD_CTX *ctx) function
89 init,
H A Dm_null.c65 static int init(EVP_MD_CTX *ctx) function
80 init,
H A Dm_ripemd.c73 static int init(EVP_MD_CTX *ctx) function
88 init,
H A Dm_wp.c14 static int init(EVP_MD_CTX *ctx) function
29 init,
/external/oprofile/libregex/
H A Ddemangle_symbol.cpp58 static bool init = false; local
60 if (init == false) {
62 init = true;
/external/qemu/include/hw/
H A Dboards.h18 QEMUMachineInitFunc *init; member in struct:QEMUMachine
/external/skia/src/gpu/
H A DGrTest.cpp14 void GrTestTarget::init(GrContext* ctx, GrDrawTarget* target) { function in class:GrTestTarget
31 tar->init(this, fGpu);

Completed in 4455 milliseconds

1234567891011>>