Home
last modified time | relevance | path

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

/external/compiler-rt/test/builtins/Unit/ppc/
Dqmul_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
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
Dfixtfdi_test.c6 struct testVector { double xhi; double xlo; int64_t result; }; argument
/external/clang/test/Analysis/inlining/
Dstl.cpp8 void testVector(std::vector<int> &nums) { in testVector() function
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DVectorTest.java27 public void testVector() throws ClassNotFoundException { in testVector() method in VectorTest
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp309 …asicOcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector) in BasicOcclusionQueryTestInstance()
554 …nce::OcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector) in OcclusionQueryTestInstance()
1046 …xt &context, const char *name, const char *description, const OcclusionQueryTestVector& testVector) in QueryPoolOcclusionTest()
1104 OcclusionQueryTestVector testVector = baseTestVector; in init() local
1146 OcclusionQueryTestVector testVector = baseTestVector; in init() local
1218 OcclusionQueryTestVector testVector = baseTestVector; in init() local
/external/parameter-framework/upstream/test/xml-generator/
Dtest.py50 def __init__(self, pfConfig, testVector): argument
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DCarrierLock.java473 public short testVector(byte[] buffer, short offset, short length) { in testVector() method in CarrierLock
/external/swiftshader/third_party/subzero/crosstest/
Dtest_cast_main.cpp124 void testVector(size_t &TotalTests, size_t &Passes, size_t &Failures, in testVector() function
/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp593 for (auto &testVector : testVectors) { variable