Home
last modified time | relevance | path

Searched defs:expected_split (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dlive_interval_test.cc202 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 Dinstalld_utils_test.cpp399 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 Dlegacy_encoded_audio_frame_unittest.cc120 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 Dgeneral.pass.cpp169 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 Dgeneral.pass.cpp221 std::array expected_split = {"abc"sv, std::string_view("def", sizeof("def"))}; in test_string_literals() local