Searched defs:ReadFile (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/chrome/common/extensions/docs/server2/test_data/object_level_availability/
H A Dtabs.py9 from test_util import ReadFile namespace
/external/chromium_org/third_party/npapi/npspy/
H A Danalyze_streams.py6 def ReadFile(filename, flags='rb'): function
51 file = ReadFile(argv[1])
/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Dread_file.cc45 ReadFile::ReadFile( function in class:chromeos::file_system_provider::operations::ReadFile
62 ReadFile::~ReadFile() {
65 bool ReadFile::Execute(int request_id) {
67 TRACE_EVENT0("file_system_provider", "ReadFile::Execute");
83 void ReadFile::OnSuccess(int /* request_id */,
86 TRACE_EVENT0("file_system_provider", "ReadFile::OnSuccess");
102 void ReadFile::OnError(int /* request_id */,
105 TRACE_EVENT0("file_system_provider", "ReadFile
[all...]
H A Dread_file.h32 class ReadFile : public Operation { class in namespace:chromeos::file_system_provider::operations
34 ReadFile(
42 virtual ~ReadFile();
61 DISALLOW_COPY_AND_ASSIGN(ReadFile);
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dplatform_bundle_test.py13 from test_util import ReadFile namespace
19 'inspected_window.json': ReadFile(
35 'alarms.idl': ReadFile(CHROME_API, 'alarms.idl'),
36 'input_ime.json': ReadFile(CHROME_API, 'input_ime.json'),
37 'page_action.json': ReadFile(CHROME_API, 'page_action.json'),
H A Dtemplate_data_source_test.py12 from test_util import DisableLogging, ReadFile namespace
16 return ReadFile(SERVER2, 'test_data', 'template_data_source', *path)
H A Dtest_util.py67 def ReadFile(*path, **read_args): function
H A Dapi_models_test.py17 from test_util import ReadFile namespace
25 'inspected_window.json': ReadFile(
41 'alarms.idl': ReadFile(CHROME_API, 'alarms.idl'),
42 'input_ime.json': ReadFile(CHROME_API, 'input_ime.json'),
43 'page_action.json': ReadFile(CHROME_API, 'page_action.json'),
H A Dgitiles_file_system_test.py18 from test_util import ReadFile namespace
59 return _Response(ReadFile(*_TEST_DATA))
H A Drender_servlet_test.py13 from test_util import ReadFile namespace
80 self.assertEqual(ReadFile('%s%s' % (EXAMPLES, sample_file)),
95 self.assertEqual(ReadFile('%s%s' % (STATIC_DOCS, static_file)),
106 len(ReadFile('%s%s.html' % (PUBLIC_TEMPLATES, html_file))))
H A Dcron_servlet_test.py25 from test_util import EnableLogging, ReadFile namespace
146 'content_providers.json': ReadFile(CONTENT_PROVIDERS),
H A Dfake_fetchers.py17 from test_util import ReadFile, ChromiumPath namespace
27 return ReadFile(SERVER2, 'test_data', *path, **read_args)
75 return ReadFile(path)
117 return base64.b64encode(ReadFile(path))
147 return ReadFile(path)
H A Dsubversion_file_system_test.py14 from test_util import ReadFile, Server2Path namespace
67 child_versions=json.loads(ReadFile(
/external/chromium_org/third_party/binutils/
H A Ddownload.py29 def ReadFile(filename): function
64 checksum = ReadFile(sha1file)
70 checksum == ReadFile(stampfile)):
/external/chromium_org/chrome/utility/media_galleries/
H A Dpmp_column_reader.cc30 bool PmpColumnReader::ReadFile(base::File* file, function in class:picasa::PmpColumnReader
50 DCHECK(length_ < kint32max); // ReadFile expects an int.
/external/chromium_org/components/autofill/core/browser/
H A Ddata_driven_test.cc17 bool ReadFile(const base::FilePath& file, std::string* content) { function in namespace:autofill::__anon6334
51 ASSERT_TRUE(ReadFile(input_file, &input));
61 if (ReadFile(output_file, &output_file_contents))
/external/chromium_org/tools/perf_expectations/
H A Dmake_expectations.py34 def ReadFile(filename): function
159 config = ConvertJsonIntoDict(ReadFile(options.config_file))
166 perf = ConvertJsonIntoDict(ReadFile(perf_file))
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cc46 static char *ReadFile(const char *filename) { function in namespace:__tsan
81 const char *supp = ReadFile(flags()->suppressions);
/external/chromium_org/chrome/test/logging/win/
H A Dlog_file_reader.cc68 static void ReadFile(const base::FilePath& log_file,
242 void LogFileReader::ReadFile(const base::FilePath& log_file, function in class:logging_win::__anon5986::LogFileReader
259 LogFileReader::ReadFile(log_file, delegate);
/external/chromium_org/content/test/
H A Dweburl_loader_mock_factory.cc161 if (!error->reason && !ReadFile(iter->second.file_path, data)) {
175 bool WebURLLoaderMockFactory::ReadFile(const base::FilePath& file_path, function in class:WebURLLoaderMockFactory
184 int read_count = base::ReadFile(file_path, buffer.get(), size);
/external/chromium_org/ipc/
H A Dipc_message.cc140 bool Message::ReadFile(PickleIterator* iter, base::ScopedFD* descriptor) const { function in class:IPC::Message
/external/chromium_org/media/
H A DPRESUBMIT_test.py24 def ReadFile(self, f): member in class:MockInputApi
/external/chromium_org/third_party/ots/test/
H A Didempotent.cc39 bool ReadFile(const char *file_name, uint8_t **data, size_t *file_size);
49 bool ReadFile(const char *file_name, uint8_t **data, size_t *file_size) { function in namespace:__anon14756
161 if (!ReadFile(argv[1], &data, &file_size)) {
/external/chromium_org/
H A DPRESUBMIT_test.py36 def ReadFile(self, filename, mode='rU'): member in class:MockInputApi
/external/chromium_org/build/android/pylib/device/
H A Ddevice_utils.py582 def ReadFile(self, device_path, as_root=False, timeout=None, retries=None): member in class:DeviceUtils

Completed in 553 milliseconds

12