Home
last modified time | relevance | path

Searched defs:testVector (Results 1 – 25 of 25) sorted by relevance

/external/openthread/tests/unit/
Dtest_lowpan.cpp278 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/
Dqmul_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
Dqsub_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
Dqdiv_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
Dqadd_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
Dfixtfdi_test.c6 struct testVector { double xhi; double xlo; int64_t result; }; argument
/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/internal/
DHpkeContextTest.java65 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
DChaCha20Poly1305HpkeAeadTest.java66 HpkeTestVector testVector = getTestVector(mode, kemId, kdfId, aeadId); in testSealAndOpen() local
95 HpkeTestVector testVector = in seal_wrongKeyLength() local
113 HpkeTestVector testVector = in open_wrongKeyLength() local
DAesGcmHpkeAeadTest.java66 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/
DAws4EventStreamSignerTest.java90 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/
DSigV4DataFramePublisherTest.java104 TestVector testVector = generateTestVector(); in sigV4DataFramePublisher_shouldAdaptAndSignPublisher() local
148 TestVector testVector = generateTestVector(); in testBackPressure() local
/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.java23 public void testVector() throws ClassNotFoundException { in testVector() method in VectorTest
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp353const 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/
Dtest.py50 def __init__(self, pfConfig, testVector): argument
/external/tensorflow/tensorflow/python/kernel_tests/strings_ops/
Dunicode_encode_op_test.py132 def testVector(self, encoding): member in UnicodeEncodeOpTest
/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
/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/
Dsparse_xent_op_test_base.py171 def testVector(self): member in SparseXentOpTestBase
/external/swiftshader/third_party/subzero/crosstest/
Dtest_cast_main.cpp124 void testVector(size_t &TotalTests, size_t &Passes, size_t &Failures, in testVector() function
/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp593 for (auto &testVector : testVectors) { variable
/external/gson/gson/src/test/java/com/google/gson/functional/
DCollectionTest.java152 public void testVector() { in testVector() method in CollectionTest
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Ddiag_op_test.py372 def testVector(self): member in MatrixDiagTest
/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
DAesGcmTest.java109 GcmTestVector testVector, boolean isStrongBox) in getInitializedCipherInstance()
/external/OpenCL-CTS/test_conformance/geometrics/
Dtest_geometrics_double.cpp191 cl_double testVector[4]; in test_geom_cross_double() local
Dtest_geometrics.cpp172 cl_float testVector[4]; in test_geom_cross() local