Home
last modified time | relevance | path

Searched defs:testVector (Results 1 – 10 of 10) sorted by relevance

/external/compiler-rt/test/builtins/Unit/ppc/
Dqadd_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
Dqdiv_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
Dqsub_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
Dqmul_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
Dfixtfdi_test.c6 struct testVector { double xhi; double xlo; int64_t result; }; argument
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DVectorTest.java27 public void testVector() throws ClassNotFoundException { in testVector() method in VectorTest
/external/clang/test/Analysis/inlining/
Dstl.cpp8 void testVector(std::vector<int> &nums) { in testVector() function
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp303 …asicOcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector) in BasicOcclusionQueryTestInstance()
551 …nce::OcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector) in OcclusionQueryTestInstance()
987 …xt &context, const char *name, const char *description, const OcclusionQueryTestVector& testVector) in QueryPoolOcclusionTest()
1050 OcclusionQueryTestVector testVector = baseTestVector; in init() local
1092 OcclusionQueryTestVector testVector = baseTestVector; in init() local
1164 OcclusionQueryTestVector testVector = baseTestVector; in init() local
/external/parameter-framework/upstream/test/xml-generator/
Dtest.py50 def __init__(self, pfConfig, testVector): argument
/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp593 for (auto &testVector : testVectors) { variable