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

12345678

/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dutils.py30 def ReadFile(filename, print_error=True): function
/external/chromium_org/chrome/browser/policy/
H A Dpreg_parser_win.h35 bool ReadFile(const base::FilePath& file_path,
/external/chromium_org/chrome/utility/media_galleries/
H A Dpicasa_album_table_reader.cc57 if (!category_column.ReadFile(table_files_.category_file, PMP_TYPE_UINT32) ||
58 !date_column.ReadFile(table_files_.date_file, PMP_TYPE_DOUBLE64) ||
59 !filename_column.ReadFile(table_files_.filename_file, PMP_TYPE_STRING) ||
60 !name_column.ReadFile(table_files_.name_file, PMP_TYPE_STRING) ||
61 !token_column.ReadFile(table_files_.token_file, PMP_TYPE_STRING) ||
62 !uid_column.ReadFile(table_files_.uid_file, PMP_TYPE_STRING)) {
H A Dpmp_column_reader.h30 bool ReadFile(base::PlatformFile file, const PmpFieldType expected_type);
/external/chromium/chrome/browser/autofill/
H A Ddata_driven_test.cc17 bool ReadFile(const FilePath& file, std::string* content) { function in namespace:__anon1892
49 ASSERT_TRUE(ReadFile(input_file, &input));
59 if (ReadFile(output_file, &output_file_contents))
/external/chromium/googleurl/
H A DPRESUBMIT_unittest.py50 self._ReadFile = PRESUBMIT.ReadFile
51 PRESUBMIT.ReadFile = MockReadFile
54 PRESUBMIT.ReadFile = self._ReadFile
H A DPRESUBMIT.py20 def ReadFile(path): function
74 contents = ReadFile(path)
/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::__anon7454
51 ASSERT_TRUE(ReadFile(input_file, &input));
61 if (ReadFile(output_file, &output_file_contents))
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Drender_servlet_test.py12 from test_util import DisableLogging, ReadFile namespace
45 self.assertEqual(ReadFile('docs/examples/%s' % sample_file),
61 self.assertEqual(ReadFile('docs/static/%s' % static_file),
72 len(ReadFile('docs/templates/public/%s' % html_file)))
H A DPRESUBMIT.py76 input_api.ReadFile(app_yaml_path))
78 input_api.ReadFile(cron_yaml_path), key='target')
H A Dtest_util.py34 def ReadFile(name): function
/external/chromium_org/third_party/libpng/
H A Dpngrio.c61 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
95 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check,
112 if ( !ReadFile((HANDLE)(io_ptr), buf, read, &err, NULL) )
/external/chromium_org/tools/grit/grit/
H A Dutil_unittest.py84 if util.ReadFile('testfile', encoding) != expected_result:
85 print (util.ReadFile('testfile', encoding), expected_result)
86 self.failUnless(util.ReadFile('testfile', encoding) == expected_result)
/external/libpng/
H A Dpngrio.c76 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
110 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check,
127 if ( !ReadFile((HANDLE)(io_ptr), buf, read, &err, NULL) )
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrio.c54 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
87 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
103 if ( !ReadFile((HANDLE)(io_ptr), buf, read, &err, NULL) )
/external/chromium/base/
H A Dfile_util_deprecated.h43 BASE_API int ReadFile(const std::wstring& filename, char* data, int size);
/external/chromium/chrome/browser/parsers/
H A Dmetadata_parser_manager.cc42 amount_read = file_util::ReadFile(path, buffer, sizeof(buffer));
/external/chromium_org/base/
H A DPRESUBMIT.py20 contents = input_api.ReadFile(f)
/external/chromium_org/chrome/browser/parsers/
H A Dmetadata_parser_manager.cc42 amount_read = file_util::ReadFile(path, buffer, sizeof(buffer));
/external/chromium_org/media/base/
H A Dtest_data_util.cc40 file_util::ReadFile(
/external/chromium_org/tools/playback_benchmark/
H A Dplayback_driver.py67 def ReadFile(file_name, mode='r'): function
123 response = ReadFile(response_file, 'rb')
129 data = ReadFile(os.path.join(test_dir, 'data.json'))
135 self.benchmark_resources[resource] = {'data': ReadFile(resource_file),
/external/chromium_org/cc/
H A DPRESUBMIT.py42 contents = input_api.ReadFile(f, 'rb')
72 contents = input_api.ReadFile(f, 'rb')
113 contents = input_api.ReadFile(f, 'rb')
153 contents = input_api.ReadFile(f, 'rb')
169 contents = input_api.ReadFile(f, 'rb')
/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:__anon13321
161 if (!ReadFile(argv[1], &data, &file_size)) {
/external/chromium_org/tools/perf_expectations/
H A Dupdate_perf_expectations.py215 perf_ex_lib.ReadFile(options.config_file))
225 perf_ex_lib.ReadFile(perf_file))
237 tests_filter = perf_ex_lib.ReadFile(options.input_file)
/external/chromium_org/third_party/npapi/npspy/
H A Danalyze_streams.py6 def ReadFile(filename, flags='rb'): function
51 file = ReadFile(argv[1])

Completed in 1760 milliseconds

12345678