HomeSort by relevance Sort by last modified time
    Searched defs:ReadFile (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium/testing/gmock/scripts/generator/cpp/
utils.py 30 def ReadFile(filename, print_error=True):
  /external/chromium/googleurl/
PRESUBMIT.py 20 def ReadFile(path):
74 contents = ReadFile(path)
  /external/chromium_org/third_party/npapi/npspy/
analyze_streams.py 6 def ReadFile(filename, flags='rb'):
51 file = ReadFile(argv[1])
  /external/chromium/chrome/browser/autofill/
data_driven_test.cc 17 bool ReadFile(const FilePath& file, std::string* content) {
49 ASSERT_TRUE(ReadFile(input_file, &input));
59 if (ReadFile(output_file, &output_file_contents))
  /external/chromium_org/chrome/common/extensions/api/
PRESUBMIT_test.py 26 def ReadFile(self, filename, mode='rU'):
  /external/chromium_org/chrome/common/extensions/docs/server2/
template_data_source_test.py 14 from test_util import DisableLogging, ReadFile
34 template_a1 = Handlebar(ReadFile(self._base_path, 'simple', 'test1.html'))
39 template_a2 = Handlebar(ReadFile(self._base_path, 'simple', 'test2.html'))
52 context = json.loads(ReadFile(self._base_path, 'partials', 'input.json'))
54 ReadFile(self._base_path, 'partials', 'test_expected.html'),
test_util.py 60 def ReadFile(*path, **read_args):
api_models_test.py 17 from test_util import ReadFile
23 'inspected_window.json': ReadFile(
39 'alarms.idl': ReadFile(API, 'alarms.idl'),
40 'declarative_web_request.json': ReadFile(
42 'experimental_accessibility.json': ReadFile(
44 'page_action.json': ReadFile(API, 'page_action.json'),
fake_fetchers.py 14 from test_util import ReadFile, ChromiumPath
24 return ReadFile(SERVER2, 'test_data', *path, **read_args)
72 return ReadFile(path)
102 return ReadFile(path)
render_servlet_test.py 13 from test_util import ReadFile
72 self.assertEqual(ReadFile('%s/%s' % (EXAMPLES, sample_file)),
87 self.assertEqual(ReadFile('%s/%s' % (STATIC_DOCS, static_file)),
98 len(ReadFile('%s/%s' % (PUBLIC_TEMPLATES, html_file))))
cron_servlet_test.py 22 from test_util import EnableLogging, ReadFile
118 'content_providers.json': ReadFile(CONTENT_PROVIDERS),
  /external/chromium_org/components/autofill/core/browser/
data_driven_test.cc 17 bool ReadFile(const base::FilePath& file, std::string* content) {
51 ASSERT_TRUE(ReadFile(input_file, &input));
61 if (ReadFile(output_file, &output_file_contents))
  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.cc 35 static char *ReadFile(const char *filename) {
70 const char *supp = ReadFile(flags()->suppressions);
  /frameworks/base/core/jni/
android_ddm_DdmHandleNativeHeap.cpp 48 static void ReadFile(const char* path, String8& s) {
70 ReadFile("/proc/self/maps", maps);
  /external/chromium_org/chrome/utility/media_galleries/
pmp_column_reader.cc 29 bool PmpColumnReader::ReadFile(base::PlatformFile file,
49 DCHECK(length_ < kint32max); // ReadFile expects an int.
  /external/chromium_org/third_party/ots/test/
idempotent.cc 39 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) {
161 if (!ReadFile(argv[1], &data, &file_size)) {
  /external/chromium_org/tools/perf_expectations/
make_expectations.py 34 def ReadFile(filename):
159 config = ConvertJsonIntoDict(ReadFile(options.config_file))
166 perf = ConvertJsonIntoDict(ReadFile(perf_file))
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
fake_drive_service_helper.cc 227 GDataErrorCode FakeDriveServiceHelper::ReadFile(
  /external/chromium_org/chrome/test/logging/win/
log_file_reader.cc 68 static void ReadFile(const base::FilePath& log_file,
242 void LogFileReader::ReadFile(const base::FilePath& log_file,
259 LogFileReader::ReadFile(log_file, delegate);
  /external/chromium_org/content/browser/devtools/
devtools_tracing_handler.cc 30 void ReadFile(
62 base::Bind(&ReadFile, path,
  /external/chromium_org/content/test/
weburl_loader_mock_factory.cc 162 if (!error->reason && !ReadFile(iter->second.file_path, data)) {
176 bool WebURLLoaderMockFactory::ReadFile(const base::FilePath& file_path,
185 int read_count = base::ReadFile(file_path, buffer.get(), size);
  /external/chromium_org/ppapi/tests/
test_flash_file.cc 51 bool ReadFile(PP_FileHandle file_handle, std::string* contents) {
61 result = !!::ReadFile(file_handle, buffer, kBufferSize, &bytes_read, NULL);
138 ASSERT_FALSE(ReadFile(file_handle, &read_contents));
147 ASSERT_TRUE(ReadFile(file_handle, &read_contents));
175 ASSERT_TRUE(ReadFile(file_handle, &read_contents));
315 ASSERT_TRUE(ReadFile(file_handle, &read_contents));
  /external/chromium_org/v8/samples/
shell.cc 61 v8::Handle<v8::String> ReadFile(v8::Isolate* isolate, const char* name);
158 v8::Handle<v8::String> source = ReadFile(args.GetIsolate(), *file);
180 v8::Handle<v8::String> source = ReadFile(args.GetIsolate(), *file);
218 v8::Handle<v8::String> ReadFile(v8::Isolate* isolate, const char* name) {
263 v8::Handle<v8::String> source = ReadFile(isolate, str);
  /external/chromium_org/v8/src/
v8utils.cc 182 Vector<const char> ReadFile(const char* filename,
191 Vector<const char> ReadFile(FILE* file,
  /external/chromium_org/v8/tools/
js2c.py 62 def ReadFile(filename):
359 lines = ReadFile(filename)

Completed in 3616 milliseconds

1 2