Searched defs:expected_split (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ |
H A D | live_interval_test.cc | 202 static constexpr size_t expected_split[][2] = {{1, 4}}; in TEST() local 213 static constexpr size_t expected_split[][2] = {{3, 4}}; in TEST() local 224 static constexpr size_t expected_split[][2] = {{1, 4}, {8, 12}}; in TEST() local 235 static constexpr size_t expected_split[][2] = {{8, 12}}; in TEST() local 246 static constexpr size_t expected_split[][2] = {{9, 12}}; in TEST() local 257 static constexpr size_t expected_split[][2] = {{6, 10}}; in TEST() local 268 static constexpr size_t expected_split[][2] = {{6, 10}}; in TEST() local
|
/aosp_15_r20/frameworks/native/cmds/installd/tests/ |
H A D | installd_utils_test.cpp | 399 std::string expected_split = in TEST_F() local 412 std::string expected_split = in TEST_F() local 423 std::string expected_split = in TEST_F() local
|
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/ |
H A D | legacy_encoded_audio_frame_unittest.cc | 120 for (const auto& expected_split : expected_splits) { in TEST_P() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.split/ |
H A D | general.pass.cpp | 169 std::array expected_split = {"abc"sv, std::string_view("def", sizeof("def"))}; in test_string_literals() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.lazy.split/ |
H A D | general.pass.cpp | 221 std::array expected_split = {"abc"sv, std::string_view("def", sizeof("def"))}; in test_string_literals() local
|