Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/tests/common/
H A 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
/aosp12/system/bpf/libbpf_android/
H A DBpfMapTest.cpp114 BpfMap<uint32_t, uint32_t> testMap(BPF_MAP_TYPE_HASH, TEST_MAP_SIZE, BPF_F_NO_PREALLOC); in TEST_F() local
128 BpfMap<uint32_t, uint32_t> testMap(BPF_MAP_TYPE_HASH, TEST_MAP_SIZE, BPF_F_NO_PREALLOC); in TEST_F() local
166 BpfMap<uint32_t, uint32_t> testMap(BPF_MAP_TYPE_HASH, TEST_MAP_SIZE, BPF_F_NO_PREALLOC); in TEST_F() local
184 BpfMap<uint32_t, uint32_t> testMap(BPF_MAP_TYPE_HASH, TEST_MAP_SIZE, BPF_F_NO_PREALLOC); in TEST_F() local
204 BpfMap<uint32_t, uint32_t> testMap(BPF_MAP_TYPE_HASH, TEST_MAP_SIZE, BPF_F_NO_PREALLOC); in TEST_F() local
234 BpfMap<uint32_t, uint32_t> testMap(BPF_MAP_TYPE_HASH, TEST_MAP_SIZE, BPF_F_NO_PREALLOC); in TEST_F() local
/aosp12/frameworks/base/errorprone/tests/java/com/google/errorprone/bugpatterns/android/
H A DEfficientCollectionsCheckerTest.java37 public void testMap() { in testMap() method in EfficientCollectionsCheckerTest
/aosp12/art/build/
H A Dart.go270 func testMap(config android.Config) map[string][]string { func