Searched defs:map0 (Results 1 - 3 of 3) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dmap_common_test.h70 MapType<char, char> map0; local
71 EXPECT_TRUE(map0.empty());
72 EXPECT_FALSE(map0.is_null());
73 map0 = nullptr;
74 EXPECT_TRUE(map0.is_null());
75 EXPECT_FALSE(map0.empty());
/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_lru_map.c42 static int map_subset(int map0, int map1) argument
50 ret = bpf_map_lookup_elem(map0, &next_key, value0);
/external/libxcam/tests/
H A Dtest-image-blend.cpp51 static const char *map0 = "fisheye0.csv"; variable
346 if (read_map_data (map0, geo_map0, map_width, map_height) <= 0 ||

Completed in 705 milliseconds