Home
last modified time | relevance | path

Searched refs:testVector (Results 1 – 20 of 20) sorted by relevance

/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAesGcmHkdfAeadCrypterTest.java109 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/
DvktQueryPoolOcclusionTests.cpp275 …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/
Dtest.py50 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/
Dqadd_test.c19 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);
Dqsub_test.c19 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);
Dqdiv_test.c19 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);
Dqmul_test.c19 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);
Dfixtfdi_test.c6 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/
Dtest_cast_main.cpp124 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/
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/parameter-framework/upstream/test/functional-tests/
DHandle.cpp593 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/
DCarrierLock.java473 public short testVector(byte[] buffer, short offset, short length) { in testVector() method in CarrierLock
DStorage.java550 resp = ((CarrierLock)locks[LOCK_CARRIER]).testVector(metadata, in process()
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/crypto/
DCipherTest.java3694 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/
DCipherTest.java3692 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/
Dunicode_encode_op_test.py117 def testVector(self, encoding): member in UnicodeEncodeOpTest
Dsparse_xent_op_test.py166 def testVector(self): member in SparseXentTest
Ddiag_op_test.py36 def testVector(self): member in MatrixDiagTest
/external/libese/apps/boot/
DREADME.md128 testVector = LAST_NONCE || DEVICE_DATA || unlockToken