Home
last modified time | relevance | path

Searched defs:expected_end (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/webrtc/test/testsupport/
H A Dfile_utils_unittest.cc105 std::string expected_end = ExpectedRootDirByPlatform(); in TEST_F() local
116 std::string expected_end = ExpectedRootDirByPlatform(); in TEST_F() local
169 std::string expected_end = Path("/frame-ethernet-ii.pcap"); in TEST_F() local
172 std::string expected_end = in TEST_F() local
/aosp_15_r20/external/coreboot/tests/lib/
H A Dmemrange-test.c269 resource_t expected_end; in test_memrange_clone_insert() local
297 resource_t expected_end; in test_memrange_clone_insert() local
317 resource_t expected_end; in test_memrange_clone_insert() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dtest_mfc.cpp182 int expected_end = static_cast<int>(answer_table[0] < 0 ? s.GetLength() : answer_table[0]); in test_mfc() local
360 int expected_end = static_cast<int>(answer_table[0] < 0 ? s.GetLength() : answer_table[0]); in test_mfc() local
Dtest_regex_search.hpp303 … int expected_end = static_cast<int>(answer_table[0] < 0 ? search_text.size() : answer_table[0]); in test_regex_token_iterator() local
362 … int expected_end = static_cast<int>(answer_table[0] < 0 ? search_text.size() : answer_table[0]); in test_regex_token_iterator() local
Dtest_partial_match.hpp250 … int expected_end = static_cast<int>(answer_table[0] < 0 ? search_text.size() : answer_table[0]); in test_regex_token_iterator() local
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Ddebug_events_writer_test.py547 expected_end): argument
572 expected_end): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dstrided_slice_logic_test.cc28 std::initializer_list<int> expected_end, in RunStridedSlicePadIndices()
/aosp_15_r20/system/core/debuggerd/client/
H A Ddebuggerd_client_test.cpp105 std::string expected_end = android::base::StringPrintf("----- end %d -----", forkpid); in TEST() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dtest_helpers.h83 InputIt1 expected_end, in ContainersEqual()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Drun_handler_util_test.cc109 int expected_end = stealing_ranges[i / 6][1]; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/rand_chacha/src/
Dchacha.rs484 let expected_end = 3 * 16; in test_chacha_true_values_c() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand_chacha-0.3.1/src/
H A Dchacha.rs484 let expected_end = 3 * 16; in test_chacha_true_values_c() localVariable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcertificate_view.cc239 std::string line_buffer, encoded_message_contents, expected_end; in ReadNextPemMessage() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/
Ddeadline_timer.cpp93 ptime expected_end = start + seconds(1); in deadline_timer_test() local
Dsystem_timer.cpp107 boost::asio::system_timer::time_point expected_end = start + seconds(1); in system_timer_test() local
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/cli/
H A Danalyzer_cli_test.py508 def check_menu_item(tst, out, line_index, expected_begin, expected_end, argument
/aosp_15_r20/external/python/absl-py/absl/testing/
Dabsltest.py891 def assertEndsWith(self, actual, expected_end, msg=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dvirtual_scheduler_test.cc2482 int64_t expected_end = cur_time + increment; in TEST_F() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp4991 int32_t expected_end) { in helperTestSimplePer()
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dmeasfmttest.cpp4990 int32_t expected_end) { in helperTestSimplePer()
/aosp_15_r20/bionic/tests/
H A Dstring_test.cpp706 size_t expected_end; in TEST() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/
H A Dlocal_service_manager_test.cc950 att::Handle expected_start, expected_end; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/
Dde.rs916 let expected_end = borrowed_repr.len().checked_sub(expected_offset)?; in parse_borrowed_str() localVariable