OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expected_content
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/chromeos/drive/
local_file_reader_unittest.cc
72
std::string
expected_content
;
local
74
temp_dir_.path(), 1024, &test_file, &
expected_content
));
83
EXPECT_EQ(
expected_content
, content);
88
std::string
expected_content
;
local
90
temp_dir_.path(), 1024, &test_file, &
expected_content
));
92
size_t offset =
expected_content
.size() / 2;
93
expected_content
.erase(0, offset);
103
EXPECT_EQ(
expected_content
, content);
drive_file_stream_reader_unittest.cc
82
const std::string
expected_content
=
local
93
LocalReaderProxy proxy(file_reader.Pass(),
expected_content
.size());
98
EXPECT_EQ(
expected_content
, content);
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
braille_display_private_apitest.cc
185
const std::string
expected_content
(connection_data_.display_size, '\0');
Completed in 285 milliseconds