HomeSort by relevance Sort by last modified time
    Searched refs:expected_contents (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/google_apis/drive/
base_requests_server_unittest.cc 101 std::string expected_contents; local
102 base::ReadFileToString(expected_path, &expected_contents);
103 EXPECT_EQ(expected_contents, contents);
drive_api_requests_unittest.cc 1743 const std::string expected_contents = kTestId + kTestId + kTestId; local
1778 const std::string expected_contents = kTestId + kTestId + kTestId; local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 91 string* expected_contents = FindPtrOrNull(files_, virtual_filename); local
92 ASSERT_TRUE(expected_contents != NULL)
99 EXPECT_TRUE(actual_contents == *expected_contents)
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
file_stream_writer_unittest.cc 163 const std::string expected_contents = local
165 EXPECT_EQ(expected_contents,
166 entry->contents.substr(0, expected_contents.size()));
232 const std::string expected_contents = original_contents + kTextToWrite; local
233 EXPECT_EQ(expected_contents, entry->contents);
  /external/chromium-trace/trace-viewer/build/
parse_deps_test.py 272 expected_contents = ''
274 expected_contents = f.read()
275 self.assertEquals(contents, expected_contents)
288 expected_contents = ''
290 expected_contents = f.read()
291 self.assertEquals(contents, expected_contents)
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handler_api_test.cc 58 // Checks that file under path |selected_path| contains |expected_contents|.
61 const std::string& expected_contents) {
64 EXPECT_EQ(expected_contents, test_file_contents);
289 const std::string expected_contents = "hello from test extension."; local
291 base::Bind(&ExpectFileContentEquals, selected_path, expected_contents));
  /external/chromium_org/net/disk_cache/simple/
simple_version_upgrade_unittest.cc 127 std::string expected_contents = local
133 EXPECT_EQ(expected_contents, real_contents);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
test.py 446 def diff_image(self, expected_contents, actual_contents):
447 diffed = actual_contents != expected_contents
448 if not actual_contents and not expected_contents:
450 if not actual_contents or not expected_contents:
453 return ("< %s\n---\n> %s\n" % (expected_contents, actual_contents), None)
base.py 464 def diff_image(self, expected_contents, actual_contents):
470 if not actual_contents and not expected_contents:
473 return (expected_contents, None)
474 if not expected_contents:
480 self._filesystem.write_binary_file(expected_filename, expected_contents)
    [all...]
  /external/chromium_org/third_party/skia/tools/skpdiff/
skpdiff_server.py 279 expected_contents = get_head_version(expected_file_path)
292 expected_contents,
298 expected_contents,
  /external/chromium_org/content/browser/accessibility/
dump_accessibility_tree_browsertest.cc 188 std::string expected_contents; local
189 base::RemoveChars(expected_contents_raw, "\r", &expected_contents);
191 if (!expected_contents.compare(0, strlen(kMarkSkipFile), kMarkSkipFile)) {
244 Tokenize(expected_contents, "\n", &expected_lines);
  /external/chromium_org/content/browser/download/
base_file_unittest.cc 526 std::string expected_contents(kTestData1);
527 expected_contents += kTestData2;
528 expected_contents += kTestData3;
530 EXPECT_EQ(expected_contents, file_contents);
download_browsertest.cc 839 std::string expected_contents(file_size1, '*');
840 ASSERT_TRUE(VerifyFile(file1, expected_contents, file_size1));
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
bookmark_provider_unittest.cc 427 const std::string expected_contents; member in struct:QueryData
455 EXPECT_EQ(base::ASCIIToUTF16(query_data[i].expected_contents),
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 358 const char* expected_contents) {
371 EXPECT_EQ(expected_contents, file_contents);
  /external/chromium_org/chrome/browser/download/
download_browsertest.cc 787 std::string expected_contents(file_size, '*');
788 EXPECT_TRUE(VerifyFile(download_path, expected_contents, file_size));
2755 std::string expected_contents = test_server()->GetURL(std::string()).spec(); local
2817 std::string expected_contents = ssl_test_server.GetURL(std::string()).spec(); local
    [all...]

Completed in 762 milliseconds