/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
D | AesGcmHkdfAeadCrypterTest.java | 109 for (TestVector testVector : testVectors) { in testVectorEncrypt() 110 int bufferSize = testVector.ciphertext.length; in testVectorEncrypt() 114 AesGcmHkdfAeadCrypter aeadCrypter = new AesGcmHkdfAeadCrypter(testVector.key); in testVectorEncrypt() 117 ByteBuffer.wrap(testVector.plaintext), in testVectorEncrypt() 118 ByteBuffer.wrap(testVector.aad), in testVectorEncrypt() 119 testVector.nonce); in testVectorEncrypt() 123 .isEqualTo(bufferSize - testVector.ciphertext.length); in testVectorEncrypt() 124 byte[] exactCiphertext = Arrays.copyOf(ciphertext, testVector.ciphertext.length); in testVectorEncrypt() 125 assertWithMessage(msg).that(exactCiphertext).isEqualTo(testVector.ciphertext); in testVectorEncrypt() 133 for (TestVector testVector : testVectors) { in testVectorDecrypt() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolOcclusionTests.cpp | 275 …icOcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector); 293 …asicOcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector) in BasicOcclusionQueryTestInstance() argument 295 , m_testVector (testVector) in BasicOcclusionQueryTestInstance() 297 DE_ASSERT(testVector.queryResultSize == RESULT_SIZE_64_BIT in BasicOcclusionQueryTestInstance() 298 && testVector.queryWait == WAIT_QUEUE in BasicOcclusionQueryTestInstance() 299 && testVector.queryResultsMode == RESULTS_MODE_GET in BasicOcclusionQueryTestInstance() 300 && testVector.queryResultsStride == sizeof(deUint64) in BasicOcclusionQueryTestInstance() 301 && testVector.queryResultsAvailability == false in BasicOcclusionQueryTestInstance() 302 && testVector.primitiveTopology == vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST); in BasicOcclusionQueryTestInstance() 467 OcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector); [all …]
|
/external/parameter-framework/upstream/test/xml-generator/ |
D | test.py | 50 def __init__(self, pfConfig, testVector): argument 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
|
/external/compiler-rt/test/builtins/Unit/ppc/ |
D | qadd_test.c | 19 struct testVector { struct 29 const struct testVector edgeCases[] = { argument 102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector); 265 const struct testVector accuracyTests[] = { 1807 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
|
D | qsub_test.c | 19 struct testVector { struct 29 const struct testVector edgeCases[] = { argument 102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector); 267 const struct testVector accuracyTests[] = { 1809 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
|
D | qdiv_test.c | 19 struct testVector { struct 29 const struct testVector edgeCases[] = { argument 102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector); 215 const struct testVector accuracyTests[] = { 730 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
|
D | qmul_test.c | 19 struct testVector { struct 29 const struct testVector edgeCases[] = { argument 102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector); 217 const struct testVector accuracyTests[] = { 728 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
|
D | fixtfdi_test.c | 6 struct testVector { double xhi; double xlo; int64_t result; }; argument 12 const struct testVector testCases[] = { 450 const int numTestCases = sizeof(testCases) / sizeof(struct testVector);
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_cast_main.cpp | 124 void testVector(size_t &TotalTests, size_t &Passes, size_t &Failures, in testVector() function 269 testVector<v4ui32, v4f32>(TotalTests, Passes, Failures, "v4ui32", "v4f32"); in main() 270 testVector<v4si32, v4f32>(TotalTests, Passes, Failures, "v4si32", "v4f32"); in main() 271 testVector<v4f32, v4si32>(TotalTests, Passes, Failures, "v4f32", "v4si32"); in main() 272 testVector<v4f32, v4ui32>(TotalTests, Passes, Failures, "v4f32", "v4ui32"); in main()
|
/external/clang/test/Analysis/inlining/ |
D | stl.cpp | 8 void testVector(std::vector<int> &nums) { in testVector() function
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
D | VectorTest.java | 27 public void testVector() throws ClassNotFoundException { in testVector() method in VectorTest
|
/external/parameter-framework/upstream/test/functional-tests/ |
D | Handle.cpp | 593 for (auto &testVector : testVectors) { variable 595 CHECK(cmdHandler->process("showMapping", {testVector.path}, output)); 596 CHECK(output == testVector.humanReadable);
|
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/ |
D | CarrierLock.java | 473 public short testVector(byte[] buffer, short offset, short length) { in testVector() method in CarrierLock
|
D | Storage.java | 550 resp = ((CarrierLock)locks[LOCK_CARRIER]).testVector(metadata, in process()
|
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/crypto/ |
D | CipherTest.java | 3694 for (CipherTestParam testVector : testVectors) { in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired() 3697 Provider[] providerArray = Security.getProviders("Cipher." + testVector.transformation); in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired() 3702 if (testVector.transformation.indexOf('/') > 0) { in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired() 3704 + testVector.transformation.substring( in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired() 3705 0, testVector.transformation.indexOf('/'))); in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired() 3712 out.append("No providers offer " + testVector.transformation + "\n"); in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired() 3725 checkCipher(testVector, provider.getName()); in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired() 3727 logTestFailure(out, provider.getName(), testVector, e); in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired()
|
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/crypto/ |
D | CipherTest.java | 3692 for (CipherTestParam testVector : testVectors) { in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired() 3695 Provider[] providerArray = Security.getProviders("Cipher." + testVector.transformation); in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired() 3700 if (testVector.transformation.indexOf('/') > 0) { in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired() 3702 + testVector.transformation.substring( in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired() 3703 0, testVector.transformation.indexOf('/'))); in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired() 3710 out.append("No providers offer " + testVector.transformation + "\n"); in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired() 3723 checkCipher(testVector, provider.getName()); in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired() 3725 logTestFailure(out, provider.getName(), testVector, e); in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | unicode_encode_op_test.py | 117 def testVector(self, encoding): member in UnicodeEncodeOpTest
|
D | sparse_xent_op_test.py | 166 def testVector(self): member in SparseXentTest
|
D | diag_op_test.py | 36 def testVector(self): member in MatrixDiagTest
|
/external/libese/apps/boot/ |
D | README.md | 128 testVector = LAST_NONCE || DEVICE_DATA || unlockToken
|