/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/ui/data/ |
D | UxStatesManagerTest.java | 99 Map<String, Boolean> testMap = new HashMap<>(); in setUpTestMap() local 217 Map<String, Boolean> testMap = new HashMap<String, Boolean>(); in isEnrolledUserTest_gaNoticeDisplayed() local 231 Map<String, Boolean> testMap = new HashMap<String, Boolean>(); in isEnrolledUserTest_betaNoticeDisplayed() local 249 Map<String, Boolean> testMap = new HashMap<String, Boolean>(); in isEnrolledUserTest_noNoticeDisplayed() local 263 Map<String, Boolean> testMap = new HashMap<String, Boolean>(); in isEnrolledUserTest_supervisedAccount() local 288 Map<String, Boolean> testMap = new HashMap<String, Boolean>(); in isEnrolledUserTest_supervisedAccount_initial() local 311 Map<String, Boolean> testMap = new HashMap<String, Boolean>(); in isEnrolledUserTest_supervisedAccountFlagDisabled() local
|
/aosp_15_r20/packages/modules/UprobeStats/src/bpf/headers/ |
D | BpfMapTest.cpp | 116 BpfMap<uint32_t, uint32_t> testMap; in TEST_F() local 131 BpfMap<uint32_t, uint32_t> testMap; in TEST_F() local 172 BpfMap<uint32_t, uint32_t> testMap; in TEST_F() local 191 BpfMap<uint32_t, uint32_t> testMap; in TEST_F() local 212 BpfMap<uint32_t, uint32_t> testMap; in TEST_F() local 243 BpfMap<uint32_t, uint32_t> testMap; in TEST_F() local
|
/aosp_15_r20/packages/modules/Connectivity/bpf/headers/ |
D | BpfMapTest.cpp | 116 BpfMap<uint32_t, uint32_t> testMap; in TEST_F() local 131 BpfMap<uint32_t, uint32_t> testMap; in TEST_F() local 172 BpfMap<uint32_t, uint32_t> testMap; in TEST_F() local 191 BpfMap<uint32_t, uint32_t> testMap; in TEST_F() local 212 BpfMap<uint32_t, uint32_t> testMap; in TEST_F() local 243 BpfMap<uint32_t, uint32_t> testMap; in TEST_F() local
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | SerializationUtilsTest.java | 179 final HashMap<?, ?> testMap = (HashMap<?, ?>) test; in testDeserializeStream() local 291 final HashMap<?, ?> testMap = (HashMap<?, ?>) test; in testDeserializeBytes() local 328 final HashMap<?, ?> testMap = (HashMap<?, ?>) test; in testClone() local
|
/aosp_15_r20/frameworks/base/libs/hwui/tests/common/ |
H A D | TestScene.cpp | 26 std::map<std::string, TestScene::Info>& TestScene::testMap() { in testMap() function in android::uirenderer::test::TestScene 27 static std::map<std::string, TestScene::Info> testMap; in testMap() local
|
/aosp_15_r20/art/tools/ahat/src/test/com/android/ahat/ |
H A D | ProguardMapTest.java | 64 public void runOldProguardMap(String testMap) throws IOException, ParseException { in runOldProguardMap() 194 public void runNewProguardMap(String testMap) throws IOException, ParseException { in runNewProguardMap()
|
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/jvmTest/src/kotlinx/serialization/protobuf/ |
H A D | ProtoCompatibilityTest.kt | 15 fun testMap() { in testMap() method
|
/aosp_15_r20/external/angle/src/common/ |
H A D | FastVector_unittest.cpp | 284 FlatUnorderedMap<int, bool, 3> testMap; in TEST() local 321 FlatUnorderedSet<int, 3> testMap; in TEST() local 372 FastMap<int, 5> testMap; in TEST() local
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/ |
H A D | MetricUtilitiesTest.java | 115 Map<String, ProviderSession> testMap = new HashMap<>(); in logApiCalledCandidate_invalidProvidersCandidatePositiveSequence_success() local 128 Map<String, ProviderSession> testMap = new HashMap<>(); in logApiCalledCandidateGet_invalidProvidersCandidatePositiveSequence_success() local
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/ |
H A D | MapTest.kt | 10 fun testMap() = runTest { in <lambda>() method
|
H A D | MapNotNullTest.kt | 10 fun testMap() = runTest { in <lambda>() method
|
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
H A D | replicate_test.py | 294 def testMap(self): member in EagerClusterReplicateTest 370 def testMap(self): member in GraphClusterReplicateTest
|
/aosp_15_r20/frameworks/base/packages/WallpaperBackup/test/src/com/android/wallpaperbackup/ |
H A D | WallpaperBackupAgentTest.java | 830 Map<Integer, Rect> testMap = Map.of( in testOnRestore_singleCropHint() local 837 Map<Integer, Rect> testMap = Map.of( in testOnRestore_multipleCropHints() local 844 private void testParseCropHints(Map<Integer, Rect> testMap) throws Exception { in testParseCropHints()
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/ |
D | CollectionUtilsTest.kt | 137 fun testMap() { in testMap() method
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/ |
H A D | TrieMapTest.java | 165 …public long timeIteration(Map<String, Integer> testMap, long comparisonTime, Style style, double r… in timeIteration() 218 public void checkContents(Map<String, Integer> testMap, Style style) { in checkContents()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
H A D | TrieMapTest.java | 168 …public long timeIteration(Map<String, Integer> testMap, long comparisonTime, Style style, double r… in timeIteration() 221 public void checkContents(Map<String, Integer> testMap, Style style) { in checkContents()
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/mapper/ |
H A D | BeanTableSchemaTest.java | 892 Map<String, String> testMap = new HashMap<>(); in mapBean_stringStringMap() local 921 Map<String, String> testMap = new HashMap<>(); in mapBean_mapWithNullValue() local 950 Map<String, Map<String, String>> testMap = new HashMap<>(); in mapBean_nestedStringMap() local
|
/aosp_15_r20/external/webrtc/sdk/android/native_unittests/org/webrtc/ |
H A D | JavaTypesTestHelper.java | 19 Map<String, String> testMap = new HashMap<String, String>(); in createTestStringMap() local
|
/aosp_15_r20/cts/tests/tests/util/src/android/util/cts/ |
H A D | MathUtilsTest.java | 34 public void testMap() { in testMap() method in MathUtilsTest
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue386/ |
H A D | DuplicateKeysOrderTest.java | 31 Map<String, String> testMap = yaml.load(input); in deleteDuplicatKeysInCorrectOrder() local
|
/aosp_15_r20/frameworks/base/errorprone/tests/java/com/google/errorprone/bugpatterns/android/ |
H A D | EfficientCollectionsCheckerTest.java | 37 public void testMap() { in testMap() method in EfficientCollectionsCheckerTest
|
/aosp_15_r20/external/snakeyaml/src/test/java/examples/ |
H A D | CustomMapExampleTest.java | 24 public void testMap() { in testMap() method in CustomMapExampleTest
|
/aosp_15_r20/external/scudo/standalone/tests/ |
H A D | bytemap_test.cpp | 16 template <typename T> void testMap(T &Map, scudo::uptr Size) { in testMap() function
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue143/ |
H A D | GenericMapTest.java | 22 public void testMap() throws Exception { in testMap() method in GenericMapTest
|
/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/ |
H A D | PackagelessValueTypeTest.java | 34 final Map<String, Long> testMap = ImmutableMap.of("happy", 23L); in testPackagelessValueType() local
|