Home
last modified time | relevance | path

Searched defs:numeric_data (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/db/column/
H A Darrangement_overlay_unittest.cc111 std::vector<uint32_t> numeric_data{0, 1, 2, 0, 1, 0}; in TEST() local
128 std::vector<uint32_t> numeric_data{0, 1, 2, 3, 4}; in TEST() local
145 std::vector<uint32_t> numeric_data{10, 20, 10, 20, 30}; in TEST() local
H A Ddense_null_overlay_unittest.cc133 std::vector<uint32_t> numeric_data{0, 1, 0, 1, 0, 1}; in TEST() local
209 std::vector<uint32_t> numeric_data{0, 3, 0, 1, 0, 2, 4}; in TEST() local
239 std::vector<uint32_t> numeric_data{0, 3, 0, 1, 0, 2, 4}; in TEST() local
H A Dnull_overlay_unittest.cc203 std::vector<uint32_t> numeric_data{1, 0, 1, 0}; in TEST() local
246 std::vector<uint32_t> numeric_data{3, 1, 0, 2, 4}; in TEST() local
276 std::vector<uint32_t> numeric_data{0, 0, 1, 1, 2}; in TEST() local
H A Drange_overlay_unittest.cc112 std::vector<uint32_t> numeric_data{100, 99, 2, 0, 1}; in TEST() local
130 std::vector<uint32_t> numeric_data{100, 99, 2, 0, 1}; in TEST() local
H A Dselector_overlay_unittest.cc108 std::vector<uint32_t> numeric_data{1, 0, 0, 1, 1}; in TEST() local
125 std::vector<uint32_t> numeric_data{3, 1, 0, 0, 2, 4, 3, 4}; in TEST() local
/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc479 uint32_t numeric_data[3] = { in TEST_F() local