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

1234567891011>>

/external/deqp/modules/gles3/functional/
H A Des3fNegativeVertexArrayApiTests.cpp66 void NegativeVertexArrayApiTests::init (void) function in class:deqp::gles3::Functional::NegativeVertexArrayApiTests
H A Des3fStringQueryTests.cpp53 void StringQueryTests::init (void) function in class:deqp::gles3::Functional::StringQueryTests
/external/deqp/modules/gles3/performance/
H A Des3pShaderCompilerTests.cpp44 void ShaderCompilerTests::init (void) function in class:deqp::gles3::Performance::ShaderCompilerTests
/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/e2fsprogs/contrib/android/
H A Dfsmap.h14 void* (* init)(const char *file, const char *mountpoint); member in struct:fsmap_format
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRBNFPostProcessor.java23 void init(RuleBasedNumberFormat formatter, String rules); method in interface:RBNFPostProcessor
/external/icu/android_icu4j/src/main/tests/android/icu/text/
H A DDigitListTest.java19 public void init() { method in class:DigitListTest
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
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/std/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/std/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/libese/esed/pn81a/
H A Dpn81a.cpp26 void EseInterface::init() { function in class:android::esed::pn81a::EseInterface
/external/libnl/python/netlink/route/links/
H A Dvlan.py69 def init(link): function
/external/ltp/testcases/kernel/security/integrity/ima/tests/
H A Dima_violations.sh63 init() function
157 init
/external/ltp/testcases/network/iproute/
H A Dip_tests.sh31 init() function
268 init
/external/ltp/testcases/network/iptables/
H A Diptables_tests.sh29 init() function
379 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/parameter-framework/upstream/xmlserializer/
H A DXmlMemoryDocSource.cpp45 init();
48 void CXmlMemoryDocSource::init() function in class:CXmlMemoryDocSource
/external/skia/tools/skpbench/
H A D_adb_path.py12 def init(device_serial): function
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVExtInst.h60 SPIRVMap<OCLExtOpKind, std::string>::init() { function in class:SPIRV::SPIRVMap
/external/syslinux/gpxe/src/include/gpxe/
H A Dgdbstub.h32 int ( * init ) ( int argc, char **argv ); member in struct:gdb_transport
/external/testng/src/test/java/test/configuration/
H A DBase.java12 public void init() { method in class:Base

Completed in 607 milliseconds

1234567891011>>