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

  /external/chromium_org/chrome/browser/google_apis/
base_requests_server_unittest.cc 102 std::string expected_contents; local
103 file_util::ReadFileToString(expected_path, &expected_contents);
104 EXPECT_EQ(expected_contents, contents);
drive_api_requests_unittest.cc 1512 const std::string expected_contents = kTestId + kTestId + kTestId; local
    [all...]
gdata_wapi_requests_unittest.cc 1591 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/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-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 57 // Checks that file under path |selected_path| contains |expected_contents|.
60 const std::string& expected_contents) {
63 EXPECT_EQ(expected_contents, test_file_contents);
287 const std::string expected_contents = "hello from test extension."; local
289 base::Bind(&ExpectFileContentEquals, selected_path, expected_contents));
  /external/chromium_org/content/browser/accessibility/
dump_accessibility_tree_browsertest.cc 154 std::string expected_contents; local
155 RemoveChars(expected_contents_raw, "\r", &expected_contents);
157 if (!expected_contents.compare(0, strlen(kMarkSkipFile), kMarkSkipFile)) {
190 Tokenize(expected_contents, "\n", &expected_lines);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
test.py 424 def diff_image(self, expected_contents, actual_contents):
425 diffed = actual_contents != expected_contents
426 if not actual_contents and not expected_contents:
428 if not actual_contents or not expected_contents:
431 return ("< %s\n---\n> %s\n" % (expected_contents, actual_contents), None)
base.py 352 def diff_image(self, expected_contents, actual_contents):
358 if not actual_contents and not expected_contents:
361 return (expected_contents, None)
362 if not expected_contents:
368 self._filesystem.write_binary_file(expected_filename, expected_contents)
    [all...]
  /external/skia/tools/skpdiff/
skpdiff_server.py 272 expected_contents = get_head_version(expected_file_path)
285 expected_contents,
291 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/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 799 std::string expected_contents(file_size, '*');
800 EXPECT_TRUE(VerifyFile(download_path, expected_contents, file_size));
2764 std::string expected_contents = test_server()->GetURL(std::string()).spec(); local
    [all...]
  /external/chromium_org/content/browser/download/
download_browsertest.cc 777 std::string expected_contents(file_size1, '*');
778 ASSERT_TRUE(VerifyFile(file1, expected_contents, file_size1));
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm_unittest.py 696 expected_contents = base64.b64decode("Q1dTBx0AAAB42itg4GlgYJjGwMDDyODMxMDw34GBgQEAJPQDJA==")
701 self.assertEqual(actual_contents, expected_contents)
    [all...]

Completed in 1141 milliseconds