Searched refs:expected_end (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/test/testsupport/
H A Dfileutils_unittest.cc106 std::string expected_end = "trunk"; local
107 expected_end = kPathDelimiter + expected_end + kPathDelimiter;
108 ASSERT_EQ(path.length() - expected_end.length(), path.find(expected_end));
114 std::string expected_end = "out"; local
115 expected_end = kPathDelimiter + expected_end + kPathDelimiter;
116 ASSERT_EQ(path.length() - expected_end.length(), path.find(expected_end));
[all...]
/external/chromium_org/ui/base/ime/win/
H A Dtsf_text_store_unittest.cc243 LONG expected_start, LONG expected_end,
254 EXPECT_EQ(expected_end, end);
263 LONG expected_end) {
271 EXPECT_EQ(expected_end, end);
242 InsertTextAtSelectionTest(const wchar_t* buffer, ULONG buffer_size, LONG expected_start, LONG expected_end, LONG expected_change_start, LONG expected_change_old_end, LONG expected_change_new_end) argument
260 InsertTextAtSelectionQueryOnlyTest(const wchar_t* buffer, ULONG buffer_size, LONG expected_start, LONG expected_end) argument

Completed in 82 milliseconds