Searched refs:testVector (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/Analysis/inlining/
H A Dstl.cpp8 void testVector(std::vector<int> &nums) { function
/external/parameter-framework/upstream/test/xml-generator/
H A Dtest.py50 def __init__(self, pfConfig, testVector):
58 if testVector.initialSettings:
59 self.command += ["--initial-settings", testVector.initialSettings]
60 if testVector.edds:
61 self.command += ["--add-edds"] + testVector.edds
62 if testVector.domains:
63 self.command += ["--add-domains"] + testVector.domains
91 vector_dir = os.path.join(basedir, "testVector")
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp291 BasicOcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector);
309 BasicOcclusionQueryTestInstance::BasicOcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector) argument
311 , m_testVector (testVector)
313 DE_ASSERT(testVector.queryResultSize == RESULT_SIZE_64_BIT
314 && testVector.queryWait == WAIT_QUEUE
315 && testVector.queryResultsMode == RESULTS_MODE_GET
316 && testVector.queryResultsStride == sizeof(deUint64)
317 && testVector.queryResultsAvailability == false
318 && testVector.primitiveTopology == vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST);
503 OcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector);
554 OcclusionQueryTestInstance(vkt::Context &context, const OcclusionQueryTestVector& testVector) argument
1046 QueryPoolOcclusionTest(tcu::TestContext &context, const char *name, const char *description, const OcclusionQueryTestVector& testVector) argument
1104 OcclusionQueryTestVector testVector = baseTestVector; local
1146 OcclusionQueryTestVector testVector = baseTestVector; local
1218 OcclusionQueryTestVector testVector = baseTestVector; local
[all...]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
H A DVectorTest.java27 public void testVector() throws ClassNotFoundException { method in class:VectorTest
/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_cast_main.cpp124 void testVector(size_t &TotalTests, size_t &Passes, size_t &Failures, function
269 testVector<v4ui32, v4f32>(TotalTests, Passes, Failures, "v4ui32", "v4f32");
270 testVector<v4si32, v4f32>(TotalTests, Passes, Failures, "v4si32", "v4f32");
271 testVector<v4f32, v4si32>(TotalTests, Passes, Failures, "v4f32", "v4si32");
272 testVector<v4f32, v4ui32>(TotalTests, Passes, Failures, "v4f32", "v4ui32");
/external/parameter-framework/upstream/test/functional-tests/
H A DHandle.cpp593 for (auto &testVector : testVectors) {
595 CHECK(cmdHandler->process("showMapping", {testVector.path}, output));
596 CHECK(output == testVector.humanReadable);
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
H A DCarrierLock.java473 public short testVector(byte[] buffer, short offset, short length) { method in class:CarrierLock
H A DStorage.java540 /* carrierLockTest() { testVector } */
550 resp = ((CarrierLock)locks[LOCK_CARRIER]).testVector(metadata,
/external/compiler-rt/test/builtins/Unit/ppc/
H A Dfixtfdi_test.c6 struct testVector { double xhi; double xlo; int64_t result; }; struct
12 const struct testVector testCases[] = {
450 const int numTestCases = sizeof(testCases) / sizeof(struct testVector);
H A Dqdiv_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = {
102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
215 const struct testVector accuracyTests[] = {
730 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
H A Dqmul_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = {
102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
217 const struct testVector accuracyTests[] = {
728 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
H A Dqadd_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = {
102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
265 const struct testVector accuracyTests[] = {
1807 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
H A Dqsub_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = {
102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
267 const struct testVector accuracyTests[] = {
1809 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);

Completed in 907 milliseconds