| /external/openthread/tests/unit/ |
| D | test_lowpan.cpp | 278 TestIphcVector testVector("Fully compressible IPv6 addresses using long MAC addresses"); in TestFullyCompressableLongAddresses() local 303 TestIphcVector testVector("Fully compressible IPv6 addresses using short MAC addresses"); in TestFullyCompressableShortAddresses() local 328 … TestIphcVector testVector("Fully compressible IPv6 addresses using short and long MAC addresses"); in TestFullyCompressableShortLongAddresses() local 353 … TestIphcVector testVector("Fully compressible IPv6 addresses using long and short MAC addresses"); in TestFullyCompressableLongShortAddresses() local 378 TestIphcVector testVector("Unspecified source IPv6 address"); in TestSourceUnspecifiedAddress() local 402 TestIphcVector testVector("IPv6 addresses inline"); in TestSource128bitDestination128bitAddresses() local 429 TestIphcVector testVector("IPv6 addresses 64-bit using long MAC addresses"); in TestSource64bitDestination64bitLongAddresses() local 455 TestIphcVector testVector("IPv6 addresses 64-bit using short MAC addresses"); in TestSource64bitDestination64bitShortAddresses() local 481 TestIphcVector testVector("IPv6 addresses 16-bit using short MAC addresses"); in TestSource16bitDestination16bitAddresses() local 506 …TestIphcVector testVector("Fully compressible IPv6 source and destination 16-bit using long MAC ad… in TestSourceCompressedDestination16bitAddresses() local [all …]
|
| /external/compiler-rt/test/builtins/Unit/ppc/ |
| D | qmul_test.c | 19 struct testVector { struct 29 const struct testVector edgeCases[] = { argument
|
| D | qsub_test.c | 19 struct testVector { struct 29 const struct testVector edgeCases[] = { argument
|
| D | qdiv_test.c | 19 struct testVector { struct 29 const struct testVector edgeCases[] = { argument
|
| D | qadd_test.c | 19 struct testVector { struct 29 const struct testVector edgeCases[] = { argument
|
| D | fixtfdi_test.c | 6 struct testVector { double xhi; double xlo; int64_t result; }; argument
|
| /external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/internal/ |
| D | HpkeContextTest.java | 65 private void verifyContext(HpkeContext context, HpkeTestVector testVector) { in verifyContext() 71 private void verifyEncrypt(HpkeContext context, HpkeTestVector testVector) in verifyEncrypt() 83 private void verifyDecrypt(HpkeContext context, HpkeTestVector testVector) in verifyDecrypt() 98 HpkeTestVector testVector = getTestVector(mode, kemId, kdfId, aeadId); in testContext() local 138 HpkeTestVector testVector = getTestVector(mode, kemId, kdfId, aeadId); in testSenderAndRecipientContexts() local 183 HpkeTestVector testVector = getTestVector(mode, kemId, kdfId, aeadId); in testSenderAndRecipientAuthContexts() local
|
| D | ChaCha20Poly1305HpkeAeadTest.java | 66 HpkeTestVector testVector = getTestVector(mode, kemId, kdfId, aeadId); in testSealAndOpen() local 95 HpkeTestVector testVector = in seal_wrongKeyLength() local 113 HpkeTestVector testVector = in open_wrongKeyLength() local
|
| D | AesGcmHpkeAeadTest.java | 66 HpkeTestVector testVector = getTestVector(mode, kemId, kdfId, aeadId); in testSealAndOpen() local 111 HpkeTestVector testVector = in seal_wrongKeyLength() local 129 HpkeTestVector testVector = in open_wrongKeyLength() local
|
| /external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/signer/ |
| D | Aws4EventStreamSignerTest.java | 90 TestVector testVector = generateTestVector(); in testEventStreamSigning() local 130 TestVector testVector = generateTestVector(); in testBackPressure() local
|
| /external/aws-sdk-java-v2/core/http-auth-aws/src/test/java/software/amazon/awssdk/http/auth/aws/eventstream/internal/io/ |
| D | SigV4DataFramePublisherTest.java | 104 TestVector testVector = generateTestVector(); in sigV4DataFramePublisher_shouldAdaptAndSignPublisher() local 148 TestVector testVector = generateTestVector(); in testBackPressure() local
|
| /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 | 23 public void testVector() throws ClassNotFoundException { in testVector() method in VectorTest
|
| /external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
| D | vktQueryPoolOcclusionTests.cpp | 353 … const OcclusionQueryTestVector &testVector) in BasicOcclusionQueryTestInstance() 604 const OcclusionQueryTestVector &testVector) in OcclusionQueryTestInstance() 1317 …lusionTest(tcu::TestContext &context, const char *name, const OcclusionQueryTestVector &testVector) in QueryPoolOcclusionTest() 1384 OcclusionQueryTestVector testVector = baseTestVector; in init() local 1455 OcclusionQueryTestVector testVector = baseTestVector; in init() local 1499 OcclusionQueryTestVector testVector = baseTestVector; in init() local 1524 OcclusionQueryTestVector testVector = baseTestVector; in init() local 1598 OcclusionQueryTestVector testVector = baseTestVector; in init() local
|
| /external/parameter-framework/upstream/test/xml-generator/ |
| D | test.py | 50 def __init__(self, pfConfig, testVector): argument
|
| /external/tensorflow/tensorflow/python/kernel_tests/strings_ops/ |
| D | unicode_encode_op_test.py | 132 def testVector(self, encoding): member in UnicodeEncodeOpTest
|
| /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
|
| /external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/ |
| D | sparse_xent_op_test_base.py | 171 def testVector(self): member in SparseXentOpTestBase
|
| /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
|
| /external/parameter-framework/upstream/test/functional-tests/ |
| D | Handle.cpp | 593 for (auto &testVector : testVectors) { variable
|
| /external/gson/gson/src/test/java/com/google/gson/functional/ |
| D | CollectionTest.java | 152 public void testVector() { in testVector() method in CollectionTest
|
| /external/tensorflow/tensorflow/python/kernel_tests/array_ops/ |
| D | diag_op_test.py | 372 def testVector(self): member in MatrixDiagTest
|
| /external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/ |
| D | AesGcmTest.java | 109 GcmTestVector testVector, boolean isStrongBox) in getInitializedCipherInstance()
|
| /external/OpenCL-CTS/test_conformance/geometrics/ |
| D | test_geometrics_double.cpp | 191 cl_double testVector[4]; in test_geom_cross_double() local
|
| D | test_geometrics.cpp | 172 cl_float testVector[4]; in test_geom_cross() local
|