Searched refs:data_file (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/boringssl/
H A Dboringssl_unittest.cc68 base::FilePath data_file; local
69 ASSERT_TRUE(CryptoCipherPath(&data_file));
70 data_file = data_file.Append(FILE_PATH_LITERAL("aes_128_gcm_tests.txt"));
74 args.push_back(data_file.value());
80 base::FilePath data_file; local
81 ASSERT_TRUE(CryptoCipherPath(&data_file));
82 data_file = data_file.Append(FILE_PATH_LITERAL("aes_256_gcm_tests.txt"));
86 args.push_back(data_file
92 base::FilePath data_file; local
105 base::FilePath data_file; local
117 base::FilePath data_file; local
129 base::FilePath data_file; local
157 base::FilePath data_file; local
[all...]
/external/chromium_org/chrome/test/chromedriver/
H A Dembed_user_data_dir_in_cpp.py23 for data_file in args:
24 title = os.path.basename(os.path.splitext(data_file)[0]).title()
26 with open(data_file, 'r') as f:
/external/chromium_org/tools/flakiness/
H A Dfind_flakiness.py41 data_file = open(data_path, 'r')
42 num_runs = int(data_file.readline().split(' ')[0])
43 num_passes = int(data_file.readline().split(' ')[0])
44 for line in data_file:
48 data_file.close()
80 data_file = open(data_path, 'w')
82 data_file.write('%i runs\n' % num_runs)
84 data_file.write('%i passes\n' % num_passes)
87 data_file.write('%s -> %i\n' % (test, count))
88 data_file
[all...]
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_factory.cc39 const base::FilePath data_file = local
42 new DictionaryDataStore(data_file));
H A Dhistory_unittest.cc107 const base::FilePath data_file = local
110 new DictionaryDataStore(data_file));
/external/chromium_org/chrome/browser/safe_browsing/
H A Dlocal_safebrowsing_test_server.cc16 const base::FilePath& data_file)
20 data_file_(data_file) {
15 LocalSafeBrowsingTestServer( const base::FilePath& data_file) argument
H A Dlocal_safebrowsing_test_server.h17 // Initialize a safebrowsing server using the given |data_file|.
18 explicit LocalSafeBrowsingTestServer(const base::FilePath& data_file);
/external/chromium_org/tools/deep_memory_profiler/visualizer/
H A Dtemplate.py54 with open(argv[1]) as data_file:
55 data = data_file.read()
/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Ddictionary_data_store.cc21 DictionaryDataStore::DictionaryDataStore(const base::FilePath& data_file) argument
22 : data_file_(data_file) {
24 token.append(data_file.AsUTF8Unsafe());
33 new base::ImportantFileWriter(data_file, file_task_runner_.get()));
H A Ddictionary_data_store.h34 explicit DictionaryDataStore(const base::FilePath& data_file);
H A Dwebservice_cache.cc33 const base::FilePath data_file = local
35 data_store_ = new DictionaryDataStore(data_file);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_classifier_unittest.cc48 FILE* data_file = fopen(data_filename.c_str(), "rb"); local
56 ASSERT_EQ(1u, fread(&is_music_ref, sizeof(is_music_ref), 1, data_file));
60 fclose(data_file);
/external/chromium_org/chrome/browser/translate/
H A Dcomponent_cld_data_harness.cc42 base::FilePath data_file; local
43 GetComponentDataFileDestination(&data_file);
45 data_file);
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcld_component_installer_unittest.cc78 const base::FilePath data_file = data_file_dir.Append(kTestCldDataFileName); local
81 base::WriteFile(data_file, test_data.c_str(), test_data.length()));
/external/skia/tools/
H A Dgen_bench_expectations_from_codereview.py103 for data_file in os.listdir(dest_dir):
104 match = re.match('bench_(?P<revision>[0-9a-fA-F]{2,40})_data.*', data_file)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dconfig.py38 self.data_file = ".coverage"
90 if cp.has_option('run', 'data_file'):
91 self.data_file = cp.get('run', 'data_file')
H A Dhtml.py22 data_file = open(data_filename(fname))
24 return data_file.read()
26 data_file.close()
H A Dcontrol.py33 def __init__(self, data_file=None, data_suffix=None, cover_pylib=None,
37 `data_file` is the base name of the data file to use, defaulting to
38 ".coverage". `data_suffix` is appended (with a dot) to `data_file` to
96 self.config.data_file = env_data_file
104 data_file=data_file, cover_pylib=cover_pylib, timid=timid,
153 basename=self.config.data_file,
465 All coverage data files whose name starts with `data_file` (from the
/external/chromium_org/third_party/skia/tools/
H A Dgen_bench_expectations_from_codereview.py112 for data_file in os.listdir(dest_dir):
113 match = re.match('bench_(?P<revision>[0-9a-fA-F]{2,40})_data.*', data_file)
/external/chromium_org/v8/tools/
H A Dstats-viewer.py117 data_file = open(self.data_name, "r")
118 size = os.fstat(data_file.fileno()).st_size
119 fileno = data_file.fileno()
451 def Main(data_file, name_filter):
455 data_file: The counters file to monitor.
458 StatsViewer(data_file, name_filter).Run()
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_url_fetcher.h65 const base::FilePath& data_file);
H A Dprivet_url_fetcher.cc67 const base::FilePath& data_file) {
64 OnRawData(PrivetURLFetcher* fetcher, bool response_is_file, const std::string& data_string, const base::FilePath& data_file) argument
/external/chromium_org/chrome/browser/policy/test/
H A Dlocal_policy_test_server.cc158 base::FilePath data_file = server_data_dir_.path().AppendASCII( local
161 return base::WriteFile(data_file, data.c_str(), data.size()) ==
/external/chromium_org/cloud_print/virtual_driver/win/install/
H A Dsetup.cc267 base::FilePath data_file = install_path.Append(kDataFileName); local
282 driver_info.pDataFile = const_cast<LPWSTR>(data_file.value().c_str());
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_browsertest.cc208 base::FilePath data_file = local
211 CHECK(base::ReadFileToString(data_file, &data));

Completed in 674 milliseconds