Searched refs:testVector (Results 1 - 16 of 16) 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.cpp292 BasicOcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector);
310 BasicOcclusionQueryTestInstance::BasicOcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector) argument
312 , m_testVector (testVector)
314 DE_ASSERT(testVector.queryResultSize == RESULT_SIZE_64_BIT
315 && testVector.queryWait == WAIT_QUEUE
316 && testVector.queryResultsMode == RESULTS_MODE_GET
317 && testVector.queryResultsStride == sizeof(deUint64)
318 && testVector.queryResultsAvailability == false
319 && testVector.primitiveTopology == vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST);
504 OcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector);
555 OcclusionQueryTestInstance(vkt::Context &context, const OcclusionQueryTestVector& testVector) argument
1056 QueryPoolOcclusionTest(tcu::TestContext &context, const char *name, const char *description, const OcclusionQueryTestVector& testVector) argument
1123 OcclusionQueryTestVector testVector = baseTestVector; local
1170 OcclusionQueryTestVector testVector = baseTestVector; local
1249 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);
/external/tensorflow/tensorflow/python/kernel_tests/
H A Dsparse_xent_op_test.py162 def testVector(self): member in class:SparseXentTest
H A Ddiag_op_test.py34 def testVector(self): member in class:MatrixDiagTest
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/crypto/
H A DCipherTest.java3625 for (CipherTestParam testVector : testVectors) {
3628 Provider[] providerArray = Security.getProviders("Cipher." + testVector.transformation);
3633 if (testVector.transformation.indexOf('/') > 0) {
3635 + testVector.transformation.substring(
3636 0, testVector.transformation.indexOf('/')));
3643 out.append("No providers offer " + testVector.transformation + "\n");
3656 checkCipher(testVector, provider.getName());
3658 logTestFailure(out, provider.getName(), testVector, e);

Completed in 1369 milliseconds