Searched defs:test_file (Results 1 - 25 of 39) sorted by relevance

12

/external/compiler-rt/test/tsan/
H A Dtest_output.sh18 test_file() { function
55 test_file $c $COMPILER &
61 test_file $HERE/$1 $CXX "DUMP"
/external/clang/bindings/python/tests/cindex/
H A Dtest_file.py3 def test_file(): function
/external/chromium_org/chrome/browser/extensions/docs/examples/apps/
H A Dcalculator_browsertest.cc20 base::FilePath test_file; local
21 PathService::Get(chrome::DIR_TEST_DATA, &test_file);
22 test_file = test_file.DirName().DirName()
27 ui_test_utils::NavigateToURL(browser(), net::FilePathToFileURL(test_file));
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_info_map_unittest.cc22 const std::string& test_file) {
25 path = path.AppendASCII("extensions").AppendASCII(dir).AppendASCII(test_file);
21 LoadManifest(const std::string& dir, const std::string& test_file) argument
H A Dconvert_user_script_unittest.cc39 base::FilePath test_file; local
40 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_file));
41 test_file = test_file.AppendASCII("extensions")
46 test_file, GURL("http://www.google.com/foo"),
92 base::FilePath test_file; local
93 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_file));
94 test_file = test_file.AppendASCII("extensions")
99 test_file, GUR
141 base::FilePath test_file; local
159 base::FilePath test_file; local
194 base::FilePath test_file; local
229 base::FilePath test_file; local
[all...]
H A Dextension_startup_browsertest.cc149 base::FilePath test_file; local
150 PathService::Get(chrome::DIR_TEST_DATA, &test_file);
151 test_file = test_file.AppendASCII("extensions")
152 .AppendASCII("test_file.html");
154 ui_test_utils::NavigateToURL(browser(), net::FilePathToFileURL(test_file));
/external/chromium_org/chrome/common/extensions/
H A Dextension_test_util.cc22 const std::string& test_file,
31 .AppendASCII(test_file);
46 const std::string& test_file,
51 dir, test_file, location, extra_flags, std::string(), error);
55 const std::string& test_file,
60 LoadManifestUnchecked(dir, test_file, location, extra_flags, &error);
62 EXPECT_TRUE(extension.get()) << test_file << ":" << error;
67 const std::string& test_file,
69 return LoadManifest(dir, test_file, Manifest::INVALID_LOCATION, extra_flags);
73 const std::string& test_file) {
21 LoadManifestUnchecked(const std::string& dir, const std::string& test_file, Manifest::Location location, int extra_flags, const std::string& id, std::string* error) argument
45 LoadManifestUnchecked(const std::string& dir, const std::string& test_file, Manifest::Location location, int extra_flags, std::string* error) argument
54 LoadManifest(const std::string& dir, const std::string& test_file, Manifest::Location location, int extra_flags) argument
66 LoadManifest(const std::string& dir, const std::string& test_file, int extra_flags) argument
72 LoadManifestStrict(const std::string& dir, const std::string& test_file) argument
77 LoadManifest(const std::string& dir, const std::string& test_file) argument
[all...]
/external/chromium_org/remoting/host/
H A Djson_host_config_unittest.cc45 base::FilePath test_file = test_dir_.path().AppendASCII("read.json"); local
46 WriteTestFile(test_file);
47 JsonHostConfig target(test_file);
68 base::FilePath test_file = test_dir_.path().AppendASCII("write.json"); local
69 WriteTestFile(test_file);
70 JsonHostConfig target(test_file);
78 JsonHostConfig reader(test_file);
/external/chromium_org/third_party/skia/tests/
H A DDocumentTest.cpp60 static void test_file(skiatest::Reporter* reporter) { function
103 test_file(reporter);
/external/skia/tests/
H A DDocumentTest.cpp60 static void test_file(skiatest::Reporter* reporter) { function
103 test_file(reporter);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dlocal_file_reader_unittest.cc71 base::FilePath test_file; local
74 temp_dir_.path(), 1024, &test_file, &expected_content));
77 file_reader_->Open(test_file, 0, callback.callback());
87 base::FilePath test_file; local
90 temp_dir_.path(), 1024, &test_file, &expected_content));
97 test_file, static_cast<int64>(offset), callback.callback());
/external/chromium_org/chrome/browser/extensions/api/log_private/
H A Dlog_private_apitest_chromeos.cc28 explicit TestDebugDaemonClient(const base::FilePath& test_file) argument
29 : test_file_(test_file) {}
/external/chromium_org/components/component_updater/test/
H A Dcomponent_patcher_unittest.cc57 base::FilePath test_file(const char* file) { function in namespace:component_updater::__anon6388
80 test_file("binary_output.bin"),
104 test_file("binary_output.bin")));
110 test_file("binary_output.bin"),
134 test_file("binary_output.bin")));
140 test_file("binary_input.bin"),
142 EXPECT_TRUE(base::CopyFile(test_file("binary_courgette_patch.bin"),
169 test_file("binary_output.bin")));
175 test_file("binary_input.bin"),
178 test_file("binary_bsdiff_patc
[all...]
H A Dupdate_checker_unittest.cc29 base::FilePath test_file(const char* file) { function in namespace:component_updater::__anon6392
165 new PartialMatch("updatecheck"), test_file("updatecheck_reply_1.xml")));
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Ddso-data.c13 static char *test_file(int size) function
99 char *file = test_file(TEST_FILE_SIZE);
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dfile_system_apitest_chromeos.cc124 base::FilePath test_file = drive::util::GetDriveMountPointPath( local
127 &test_file);
134 base::FilePath test_file = drive::util::GetDriveMountPointPath( local
137 &test_file);
144 base::FilePath test_file = drive::util::GetDriveMountPointPath( local
147 chrome::DIR_USER_DOCUMENTS, test_file.DirName(), true, false));
218 base::FilePath test_file = drive::util::GetDriveMountPointPath( local
221 &test_file);
228 base::FilePath test_file = drive::util::GetDriveMountPointPath( local
231 &test_file);
238 base::FilePath test_file = drive::util::GetDriveMountPointPath( local
248 base::FilePath test_file = drive::util::GetDriveMountPointPath( local
[all...]
H A Dfile_system_apitest.cc146 base::FilePath test_file = test_root_folder_.AppendASCII("gold.txt"); local
148 &test_file);
158 base::FilePath test_file = test_root_folder_.AppendASCII("gold.txt"); local
160 &test_file);
173 base::FilePath test_file = test_path.AppendASCII("gold.txt"); local
175 EXPECT_TRUE(base::CopyFile(source, test_file));
178 &test_file);
185 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
186 ASSERT_FALSE(test_file.empty());
188 &test_file);
196 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
213 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
234 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
246 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
271 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
283 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
296 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
309 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
324 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
339 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
354 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
373 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
389 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
406 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
417 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
428 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
464 base::FilePath test_file = TempFilePath("save_new.txt", false); local
474 base::FilePath test_file = TempFilePath("save_existing.txt", true); local
485 base::FilePath test_file = TempFilePath("save_new.txt", false); local
496 base::FilePath test_file = TempFilePath("save_existing.txt", true); local
529 base::FilePath test_file = TempFilePath("writable.txt", true); local
539 base::FilePath test_file = TempFilePath("writable.txt", true); local
549 base::FilePath test_file = TempFilePath("writable.txt", true); local
558 base::FilePath test_file = TempFilePath("writable.txt", true); local
568 base::FilePath test_file = TempFilePath("writable.txt", true); local
578 base::FilePath test_file = TempFilePath("writable.txt", true); local
593 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
609 base::FilePath test_file = TempFilePath("writable.txt", true); local
623 base::FilePath test_file = TempFilePath("writable.txt", true); local
[all...]
/external/chromium_org/content/browser/download/
H A Dfile_metadata_unittest_linux.cc36 const base::FilePath& test_file() const { function in class:content::__anon7086::FileMetadataLinuxTest
67 ssize_t len = getxattr(test_file().value().c_str(), attr_name.c_str(),
73 len = getxattr(test_file().value().c_str(), attr_name.c_str(), buffer, len);
81 ssize_t len = listxattr(test_file().value().c_str(), NULL, 0);
84 len = listxattr(test_file().value().c_str(), buffer, len);
116 AddOriginMetadataToFile(test_file(), source_url(), referrer_url());
123 AddOriginMetadataToFile(test_file(), dummy_url, dummy_url);
124 AddOriginMetadataToFile(test_file(), source_url(), referrer_url());
132 AddOriginMetadataToFile(test_file(), invalid_url, referrer_url());
143 AddOriginMetadataToFile(test_file(), source_ur
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dfilevideocapturer_unittest.cc194 const std::string test_file = local
197 cricket::FileVideoCapturer::CreateFileVideoCapturerDevice(test_file);
H A Ddevicemanager_unittest.cc208 const std::string test_file = local
210 EXPECT_TRUE(dm->GetVideoCaptureDevice(test_file, &device));
/external/chromium_org/chrome/browser/printing/
H A Dprint_dialog_cloud_unittest.cc52 base::FilePath test_file = test_data_directory.AppendASCII(kPDFTestFile); local
53 return test_file;
59 base::FilePath test_file = GetTestDataFileName(); local
60 base::ReadFileToString(test_file, &sTestFileData);
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/tools/
H A Dvideo_quality_measurement.cc121 FILE* test_file; local
122 test_file = fopen(FLAGS_input_filename.c_str(), "rb");
123 if (test_file == NULL) {
128 fclose(test_file);
161 test_file = fopen(config->output_filename.c_str(), "wb");
162 if (test_file == NULL) {
167 fclose(test_file);
/external/lldb/source/API/
H A DSBInstruction.cpp234 SBInstruction::TestEmulation (lldb::SBStream &output_stream, const char *test_file) argument
239 return m_opaque_sp->TestEmulation (output_stream.get(), test_file);
/external/chromium_org/chrome/browser/apps/
H A Dapp_browsertest_util.cc189 void PlatformAppBrowserTest::SetCommandLineArg(const std::string& test_file) { argument
192 base::FilePath test_doc(test_data_dir_.AppendASCII(test_file));
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcomponent_updater_service_unittest.cc92 const base::FilePath ComponentUpdaterTest::test_file(const char* file) { function in class:component_updater::ComponentUpdaterTest
177 new PartialMatch("updatecheck"), test_file("updatecheck_reply_1.xml")));
179 new PartialMatch("updatecheck"), test_file("updatecheck_reply_1.xml")));
231 new PartialMatch("updatecheck"), test_file("updatecheck_reply_empty")));
233 new PartialMatch("updatecheck"), test_file("updatecheck_reply_empty")));
315 new PartialMatch("updatecheck"), test_file("updatecheck_reply_1.xml")));
318 new PartialMatch("updatecheck"), test_file("updatecheck_reply_1.xml")));
322 test_file("jebgalgnebhfojomionfpkfelancnnkf.crx"));
425 new PartialMatch("updatecheck"), test_file("updatecheck_reply_2.xml")));
429 test_file("jebgalgnebhfojomionfpkfelancnnk
[all...]

Completed in 952 milliseconds

12