Home
last modified time | relevance | path

Searched defs:testMap (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/tests/common/
DTestScene.cpp26 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
/frameworks/libs/net/common/native/bpf_headers/
DBpfMapTest.cpp115 BpfMap<uint32_t, uint32_t> testMap(BPF_MAP_TYPE_HASH, TEST_MAP_SIZE, BPF_F_NO_PREALLOC); in TEST_F() local
129 BpfMap<uint32_t, uint32_t> testMap(BPF_MAP_TYPE_HASH, TEST_MAP_SIZE, BPF_F_NO_PREALLOC); in TEST_F() local
167 BpfMap<uint32_t, uint32_t> testMap(BPF_MAP_TYPE_HASH, TEST_MAP_SIZE, BPF_F_NO_PREALLOC); in TEST_F() local
185 BpfMap<uint32_t, uint32_t> testMap(BPF_MAP_TYPE_HASH, TEST_MAP_SIZE, BPF_F_NO_PREALLOC); in TEST_F() local
205 BpfMap<uint32_t, uint32_t> testMap(BPF_MAP_TYPE_HASH, TEST_MAP_SIZE, BPF_F_NO_PREALLOC); in TEST_F() local
235 BpfMap<uint32_t, uint32_t> testMap(BPF_MAP_TYPE_HASH, TEST_MAP_SIZE, BPF_F_NO_PREALLOC); in TEST_F() local
/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/
DMetricUtilitiesTest.java115 Map<String, ProviderSession> testMap = new HashMap<>(); in logApiCalledCandidate_invalidProvidersCandidatePositiveSequence_success() local
128 Map<String, ProviderSession> testMap = new HashMap<>(); in logApiCalledCandidateGet_invalidProvidersCandidatePositiveSequence_success() local
/frameworks/base/errorprone/tests/java/com/google/errorprone/bugpatterns/android/
DEfficientCollectionsCheckerTest.java37 public void testMap() { in testMap() method in EfficientCollectionsCheckerTest
/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/
DCollectionUtilsTest.kt139 fun testMap() { in testMap() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
DNetworkControllerDataTest.java376 HashMap<String, MobileIconGroup> testMap = new HashMap<>(); in networkTypeIcon_hasCarrierIdOverride() local
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DDisplayDeviceConfigTest.java370 SparseArray<SurfaceControl.RefreshRateRange> testMap = in testThermalRefreshRateThrottlingFromDisplayConfig() local