/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 | 1608 const std::string expected_contents = kTestId + kTestId + kTestId; local 1643 const std::string expected_contents = kTestId + kTestId + kTestId; local [all...] |
gdata_wapi_requests_unittest.cc | 1557 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); 288 const std::string expected_contents = "hello from test extension."; local 290 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/content/browser/accessibility/ |
dump_accessibility_tree_browsertest.cc | 163 std::string expected_contents; local 164 base::RemoveChars(expected_contents_raw, "\r", &expected_contents); 166 if (!expected_contents.compare(0, strlen(kMarkSkipFile), kMarkSkipFile)) { 199 Tokenize(expected_contents, "\n", &expected_lines);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
test.py | 442 def diff_image(self, expected_contents, actual_contents): 443 diffed = actual_contents != expected_contents 444 if not actual_contents and not expected_contents: 446 if not actual_contents or not expected_contents: 449 return ("< %s\n---\n> %s\n" % (expected_contents, actual_contents), None)
|
base.py | 457 def diff_image(self, expected_contents, actual_contents): 463 if not actual_contents and not expected_contents: 466 return (expected_contents, None) 467 if not expected_contents: 473 self._filesystem.write_binary_file(expected_filename, expected_contents) [all...] |
/external/skia/tools/skpdiff/ |
skpdiff_server.py | 279 expected_contents = get_head_version(expected_file_path) 292 expected_contents, 298 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 | 800 std::string expected_contents(file_size, '*'); 801 EXPECT_TRUE(VerifyFile(download_path, expected_contents, file_size)); 2762 std::string expected_contents = test_server()->GetURL(std::string()).spec(); local [all...] |
/external/chromium_org/content/browser/download/ |
download_browsertest.cc | 779 std::string expected_contents(file_size1, '*'); 780 ASSERT_TRUE(VerifyFile(file1, expected_contents, file_size1)); [all...] |