/external/chromium_org/chrome/browser/extensions/ |
extension_startup_browsertest.cc | 120 base::FilePath test_file; local 121 PathService::Get(chrome::DIR_TEST_DATA, &test_file); 122 test_file = test_file.AppendASCII("extensions") 123 .AppendASCII("test_file.html"); 125 ui_test_utils::NavigateToURL(browser(), net::FilePathToFileURL(test_file));
|
extension_action_icon_factory_unittest.cc | 104 base::FilePath test_file; local 105 if (!PathService::Get(chrome::DIR_TEST_DATA, &test_file)) { 109 test_file = test_file.AppendASCII("extensions/api_test").AppendASCII(name); 112 JSONFileValueSerializer serializer(test_file.AppendASCII("manifest.json")); 125 Extension::Create(test_file, location, *valid_value,
|
extension_icon_image_unittest.cc | 147 base::FilePath test_file; local 148 if (!PathService::Get(chrome::DIR_TEST_DATA, &test_file)) { 152 test_file = test_file.AppendASCII("extensions").AppendASCII(name); 155 JSONFileValueSerializer serializer(test_file.AppendASCII("app.json")); 167 return Extension::Create(test_file, location, *valid_value,
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
not_strict_test.py | 66 for test_file in test_files: 67 resource_path = os.path.join(_RESOURCE_PREFIX, test_file)
|
full_test.py | 107 for test_file in test_files: 108 resource_path = os.path.join(_RESOURCE_PREFIX, test_file)
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
not_strict_test.py | 66 for test_file in test_files: 67 resource_path = os.path.join(_RESOURCE_PREFIX, test_file)
|
full_test.py | 107 for test_file in test_files: 108 resource_path = os.path.join(_RESOURCE_PREFIX, test_file)
|
/external/skia/tests/ |
DocumentTest.cpp | 61 static void test_file(skiatest::Reporter* reporter) { function 104 test_file(reporter);
|
/external/chromium/chrome/browser/extensions/ |
stubs_apitest.cc | 25 GURL url(test_server()->GetURL("file/extensions/test_file.html"));
|
extension_info_map_unittest.cc | 53 const std::string& test_file) { 58 .AppendASCII(test_file);
|
/external/chromium_org/chrome/browser/component_updater/test/ |
component_patcher_unittest.h | 27 base::FilePath test_file(const char* file);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseSvnDiffHeader.pl | 201 Index: test_file.swf 206 Property changes on: test_file.swf 217 Index: test_file.swf 223 indexPath => "test_file.swf", 226 "Property changes on: test_file.swf\n"], 233 Index: test_file.swf 237 Index: test_file.swf 239 --- test_file.swf 240 +++ test_file.swf 242 Property changes on: test_file.sw [all...] |
parseDiff.pl | 74 Index: test_file.swf 79 Property changes on: test_file.swf 90 Index: test_file.swf 99 indexPath => "test_file.swf", 110 Index: test_file.swf 115 Property changes on: test_file.swf 127 Index: test_file.swf 137 indexPath => "test_file.swf", 499 Index: test_file.swf 504 Property changes on: test_file.sw [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/net/ |
NetworkStatsCollectionTest.java | 51 private static final String TEST_FILE = "test.bin"; 63 final File testFile = new File(getContext().getFilesDir(), TEST_FILE); 89 final File testFile = new File(getContext().getFilesDir(), TEST_FILE); 115 final File testFile = new File(getContext().getFilesDir(), TEST_FILE);
|
/external/chromium_org/chrome/browser/ui/views/ |
select_file_dialog_extension_browsertest.cc | 272 base::FilePath test_file = local 276 FILE* fp = base::OpenFile(test_file, "w"); 288 test_file, owning_window, 297 ASSERT_EQ(test_file, listener_->path()); 305 base::FilePath test_file = local 316 test_file, owning_window, 325 ASSERT_EQ(test_file, listener_->path());
|
/external/chromium/chrome/browser/history/ |
redirect_uitest.cc | 250 FilePath test_file(test_data_directory_); 251 test_file = test_file.AppendASCII("http_to_file.html"); 252 GURL file_url = net::FilePathToFileURL(test_file); 272 FilePath test_file(test_data_directory_); 273 test_file = test_file.AppendASCII("ref_redirect.html"); 274 GURL first_url = net::FilePathToFileURL(test_file);
|
/external/chromium_org/components/policy/core/common/ |
preg_parser_win_unittest.cc | 92 base::FilePath test_file( 96 test_file, L"SOFTWARE\\Policies\\Chromium", &dict, &status));
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/ |
irt_manifest_file_test.cc | 39 error = nacl_irt_resource_open.open_resource("test_file", &desc); 55 // Furthermore, when the test_file (input data, which happens to
|
pm_manifest_file_test.html | 60 message_event.data.indexOf('test_file\n') != -1, 61 '"test_file" not found in "' + message_event.data + '"')
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
manager.py | 128 def _test_input_for_file(self, test_file): 129 return TestInput(test_file, 130 self._options.slow_time_out_ms if self._test_is_slow(test_file) else self._options.time_out_ms, 131 self._test_requires_lock(test_file), 132 should_add_missing_baselines=(self._options.new_test_results and not self._test_is_expected_missing(test_file))) 134 def _test_requires_lock(self, test_file): 139 return self._is_http_test(test_file) or self._is_perf_test(test_file) 141 def _test_is_expected_missing(self, test_file): 142 expectations = self._expectations.model().get_expectations(test_file) [all...] |
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_codec_unittest.cc | 333 base::FilePath test_file = test_data_directory.AppendASCII( local 335 ASSERT_TRUE(base::PathExists(test_file)); 337 JSONFileValueSerializer serializer(test_file); 421 base::FilePath test_file = test_data_directory.AppendASCII( local 423 ASSERT_TRUE(base::PathExists(test_file)); 425 JSONFileValueSerializer serializer(test_file);
|
/external/chromium_org/chrome/installer/setup/ |
setup_util_unittest.cc | 137 base::FilePath test_file; local 138 base::CreateTemporaryFileInDir(test_dir_.path(), &test_file); 139 ASSERT_TRUE(base::PathExists(test_file)); 140 file_util::WriteFile(test_file, "foo", 3); 141 EXPECT_TRUE(installer::DeleteFileFromTempProcess(test_file, 0)); 143 EXPECT_FALSE(base::PathExists(test_file));
|
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/ |
WriteExternalStorageTest.java | 54 private static final File TEST_FILE = new File( 70 TEST_FILE.delete(); 92 writeInt(TEST_FILE, 32); 93 assertEquals(readInt(TEST_FILE), 32);
|
/external/chromium_org/chrome/browser/printing/ |
print_dialog_cloud_unittest.cc | 53 base::FilePath test_file = test_data_directory.AppendASCII(kPDFTestFile); local 54 return test_file; 60 base::FilePath test_file = GetTestDataFileName(); local 61 base::ReadFileToString(test_file, &sTestFileData);
|
/external/chromium_org/skia/ext/ |
vector_canvas_unittest.cc | 253 base::FilePath test_file(const base::FilePath::StringType& filename) const { function in class:skia::__anon10381::ImageTest 293 Image image2(test_file(filename)); 301 Image(canvas).SaveToFile(test_file(filename)); 804 LoadPngFileToSkBitmap(test_file(L"bitmap_opaque.png"), &bitmap, true); 812 LoadPngFileToSkBitmap(test_file(L"bitmap_alpha.png"), &bitmap, false); 821 LoadPngFileToSkBitmap(test_file(L"..\\bitmaps\\bitmap_opaque.png"), &bitmap, 838 LoadPngFileToSkBitmap(test_file(L"..\\bitmaps\\bitmap_opaque.png"), &bitmap, 852 LoadPngFileToSkBitmap(test_file(L"..\\bitmaps\\bitmap_opaque.png"), &bitmap, 874 LoadPngFileToSkBitmap(test_file(L"..\\bitmaps\\bitmap_opaque.png"), &bitmap, 896 LoadPngFileToSkBitmap(test_file(L"..\\bitmaps\\bitmap_opaque.png"), &bitmap [all...] |