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

12

/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.cc44 ReadFile::ReadFile( function in class:chromeos::file_system_provider::operations::ReadFile
61 ReadFile::~ReadFile() {
64 bool ReadFile::Execute(int request_id) {
75 void ReadFile::OnSuccess(int /* request_id */,
87 void ReadFile::OnError(int /* request_id */, base::File::Error error) {
H A Dread_file.h32 class ReadFile : public Operation { class in namespace:chromeos::file_system_provider::operations
34 ReadFile(
42 virtual ~ReadFile();
59 DISALLOW_COPY_AND_ASSIGN(ReadFile);
/external/chromium_org/chrome/common/extensions/docs/server2/
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
23 'inspected_window.json': ReadFile(
39 'alarms.idl': ReadFile(CHROME_API, 'alarms.idl'),
40 'declarative_web_request.json': ReadFile(
42 'input_ime.json': ReadFile(CHROME_API, 'input_ime.json'),
43 'page_action.json': ReadFile(CHROME_API, 'page_action.json'),
H A Dfake_fetchers.py15 from test_util import ReadFile, ChromiumPath namespace
25 return ReadFile(SERVER2, 'test_data', *path, **read_args)
73 return ReadFile(path)
103 return ReadFile(path)
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.py24 from test_util import EnableLogging, ReadFile namespace
131 'content_providers.json': ReadFile(CONTENT_PROVIDERS),
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/browser/chromeos/file_system_provider/
H A Dprovided_file_system.cc71 void ProvidedFileSystem::ReadFile(int file_handle, function in class:chromeos::file_system_provider::ProvidedFileSystem
79 new operations::ReadFile(event_router_,
H A Dfake_provided_file_system.cc187 void FakeProvidedFileSystem::ReadFile( function in class:chromeos::file_system_provider::FakeProvidedFileSystem
/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::__anon6221
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::__anon5916::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/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:__anon14018
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/chrome/browser/sync_file_system/drive_backend/
H A Dfake_drive_service_helper.cc276 GDataErrorCode FakeDriveServiceHelper::ReadFile( function in class:sync_file_system::drive_backend::FakeDriveServiceHelper
/external/chromium_org/components/policy/core/common/
H A Dpreg_parser_win.cc217 bool ReadFile(const base::FilePath& file_path, function in namespace:policy::preg_parser
/external/chromium_org/content/browser/devtools/
H A Ddevtools_tracing_handler.cc34 void ReadFile( function in namespace:content::__anon6768
70 base::Bind(&ReadFile, path,

Completed in 4122 milliseconds

12