/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_lowpan.cpp | 281 TestIphcVector testVector("Fully compressible IPv6 addresses using long MAC addresses"); in TestFullyCompressableLongAddresses() local 306 TestIphcVector testVector("Fully compressible IPv6 addresses using short MAC addresses"); in TestFullyCompressableShortAddresses() local 331 … TestIphcVector testVector("Fully compressible IPv6 addresses using short and long MAC addresses"); in TestFullyCompressableShortLongAddresses() local 356 … TestIphcVector testVector("Fully compressible IPv6 addresses using long and short MAC addresses"); in TestFullyCompressableLongShortAddresses() local 381 TestIphcVector testVector("Unspecified source IPv6 address"); in TestSourceUnspecifiedAddress() local 405 TestIphcVector testVector("IPv6 addresses inline"); in TestSource128bitDestination128bitAddresses() local 432 TestIphcVector testVector("IPv6 addresses 64-bit using long MAC addresses"); in TestSource64bitDestination64bitLongAddresses() local 458 TestIphcVector testVector("IPv6 addresses 64-bit using short MAC addresses"); in TestSource64bitDestination64bitShortAddresses() local 484 TestIphcVector testVector("IPv6 addresses 16-bit using short MAC addresses"); in TestSource16bitDestination16bitAddresses() local 509 …TestIphcVector testVector("Fully compressible IPv6 source and destination 16-bit using long MAC ad… in TestSourceCompressedDestination16bitAddresses() local [all …]
|
/aosp_15_r20/external/compiler-rt/test/builtins/Unit/ppc/ |
H A D | qdiv_test.c | 19 struct testVector { struct 29 const struct testVector edgeCases[] = { argument
|
H A D | qsub_test.c | 19 struct testVector { struct 29 const struct testVector edgeCases[] = { argument
|
H A D | qadd_test.c | 19 struct testVector { struct 29 const struct testVector edgeCases[] = { argument
|
H A D | qmul_test.c | 19 struct testVector { struct 29 const struct testVector edgeCases[] = { argument
|
H A D | fixtfdi_test.c | 6 struct testVector { double xhi; double xlo; int64_t result; }; argument
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/internal/ |
H A 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
|
H A 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
|
H A 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
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/jni/java/com/android/adservices/ohttp/ |
D | ObliviousHttpClientTest.java | 64 ObliviousHttpTestFixtures.OhttpTestVector testVector = getTestVectors().get(0); in create_supportedAlgorithms_clientCreatedSuccessfully() local 72 ObliviousHttpTestFixtures.OhttpTestVector testVector = getTestVectors().get(0); in create_supportedAlgorithms_kemIdSetCorrectly() local 81 ObliviousHttpTestFixtures.OhttpTestVector testVector = getTestVectors().get(0); in create_supportedAlgorithms_kdfIdSetCorrectly() local 90 ObliviousHttpTestFixtures.OhttpTestVector testVector = getTestVectors().get(0); in create_supportedAlgorithms_aeadIdSetCorrectly() local
|
D | ObliviousHttpGatewayTest.java | 165 ObliviousHttpTestFixtures.OhttpTestVector testVector = getTestVectors().get(0); in encrypt_missingInfo_throwsError() local 187 ObliviousHttpTestFixtures.OhttpTestVector testVector = in encrypt_missingInfo_throwsError_withServerAuctionMediaTypeChange() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
H A 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
|
/aosp_15_r20/packages/modules/StatsD/statsd/benchmark/ |
D | loss_info_container_benchmark.cpp | 77 TestVector testVector; in generateTestVector() local 173 const TestVector& testVector = kTestVectors[state.range(0)]; in BM_LossInfoCollectionAndDumpViaVector() local 203 const TestVector& testVector = kTestVectors[state.range(0)]; in BM_LossInfoCollectionAndDumpViaUnorderedMap() local
|
/aosp_15_r20/system/chre/util/tests/ |
H A D | fixed_size_vector_test.cc | 45 FixedSizeVector<int, 8> testVector; in TEST() local 54 FixedSizeVector<int, 8> testVector; in TEST() local 65 FixedSizeVector<int, 4> testVector; in TEST() local
|
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/signer/ |
H A D | Aws4EventStreamSignerTest.java | 90 TestVector testVector = generateTestVector(); in testEventStreamSigning() local 130 TestVector testVector = generateTestVector(); in testBackPressure() local
|
/aosp_15_r20/external/aws-sdk-java-v2/core/http-auth-aws/src/test/java/software/amazon/awssdk/http/auth/aws/eventstream/internal/io/ |
H A D | SigV4DataFramePublisherTest.java | 104 TestVector testVector = generateTestVector(); in sigV4DataFramePublisher_shouldAdaptAndSignPublisher() local 148 TestVector testVector = generateTestVector(); in testBackPressure() local
|
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/ |
H A D | AESCipherNistCavpKatTest.java | 215 TestVector testVector = null; in runTestsForKatFile() local 307 private void runKatTest(String mode, boolean encrypt, TestVector testVector) throws Exception { in runKatTest()
|
H A D | CipherTest.java | 1128 KatVector testVector = KAT_VECTORS.get(algorithm); in testKat() local 1184 KatVector testVector = KAT_VECTORS.get(algorithm); in testKatBasicWithDifferentProviders() local 1311 KatVector testVector = KAT_VECTORS.get(BASIC_ALGORITHMS[0]); in testAuthBoundKeysKeyPermanentlyInvalidatedException() local
|
/aosp_15_r20/external/clang/test/Analysis/inlining/ |
H A D | stl.cpp | 8 void testVector(std::vector<int> &nums) { in testVector() function
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
H A D | VectorTest.java | 23 public void testVector() throws ClassNotFoundException { in testVector() method in VectorTest
|
/aosp_15_r20/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 1643 const hidl_vec<bool> testVector{false, true, false, true, true, true}; in TEST_F() local 2056 const hidl_vec<uint64_t> testVector{std::numeric_limits<uint64_t>::max()}; in TEST_F() local 2090 const hidl_vec<bool> testVector{true, false, true, false, false, false, true, false, in TEST_F() local 2162 const hidl_vec<hidl_string> testVector{"So", "Many", "Words"}; in TEST_F() local 2244 const hidl_vec<hidl_string> testVector{"So", "Many", "Words"}; in TEST_F() local 2311 std::vector<hidl_handle> testVector(256); in TEST_F() local
|
/aosp_15_r20/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
H A D | RSScriptTest.java | 40 native boolean testVector(String path); in testVector() method in RSScriptTest
|
/aosp_15_r20/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 327 ArrayList<Long> testVector = new ArrayList<Long>(Arrays.asList(Long.MAX_VALUE)); in runClientSafeUnionTests() local 384 ArrayList<String> testVector = new ArrayList(Arrays.asList("So", "Many", "Words")); in runClientSafeUnionTests() local 548 ArrayList<Boolean> testVector = in runClientSafeUnionTests() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/ArrayList/ |
H A D | EnsureCapacity.java | 59 private static void testVector() { in testVector() method in EnsureCapacity
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collection/ |
H A D | HotPotatoes.java | 49 public void testVector() throws Throwable { in testVector() method in HotPotatoes
|