Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_lowpan.cpp281 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 Dqdiv_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
H A Dqsub_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
H A Dqadd_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
H A Dqmul_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
H A Dfixtfdi_test.c6 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 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
H A 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
H A 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
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/jni/java/com/android/adservices/ohttp/
DObliviousHttpClientTest.java64 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
DObliviousHttpGatewayTest.java165 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 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
/aosp_15_r20/packages/modules/StatsD/statsd/benchmark/
Dloss_info_container_benchmark.cpp77 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 Dfixed_size_vector_test.cc45 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 DAws4EventStreamSignerTest.java90 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 DSigV4DataFramePublisherTest.java104 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 DAESCipherNistCavpKatTest.java215 TestVector testVector = null; in runTestsForKatFile() local
307 private void runKatTest(String mode, boolean encrypt, TestVector testVector) throws Exception { in runKatTest()
H A DCipherTest.java1128 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 Dstl.cpp8 void testVector(std::vector<int> &nums) { in testVector() function
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
H A DVectorTest.java23 public void testVector() throws ClassNotFoundException { in testVector() method in VectorTest
/aosp_15_r20/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1643 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 DRSScriptTest.java40 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/
DHidlTestJava.java327 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 DEnsureCapacity.java59 private static void testVector() { in testVector() method in EnsureCapacity
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collection/
H A DHotPotatoes.java49 public void testVector() throws Throwable { in testVector() method in HotPotatoes

12