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

/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dutils.py30 def ReadFile(filename, print_error=True): function
/external/chromium/googleurl/
H A DPRESUBMIT.py20 def ReadFile(path): function
74 contents = ReadFile(path)
/external/llvm/utils/
H A DNewNightlyTest.pl366 sub ReadFile { subroutine
551 $ProgramsTable = ReadFile "report.nightly.csv";
587 my $All = (ReadFile "$Prefix-Tests.txt");
740 $ConfigureLogData = ReadFile $ConfigureLog;
741 $BuildLogData = ReadFile $BuildLog;
742 $CheckoutLogData = ReadFile $COLog;
/external/chromium/chrome/browser/autofill/
H A Ddata_driven_test.cc17 bool ReadFile(const FilePath& file, std::string* content) { function in namespace:__anon1005
49 ASSERT_TRUE(ReadFile(input_file, &input));
59 if (ReadFile(output_file, &output_file_contents))
/external/v8/tools/
H A Djs2c.py55 def ReadFile(filename): function
295 lines = ReadFile(filename)
/external/chromium/net/base/
H A Dfile_stream_posix.cc59 // ReadFile() is a simple wrapper around read() that handles EINTR signals and
61 int ReadFile(base::PlatformFile file, char* buf, int buf_len) { function in namespace:net::__anon2069
76 callback->Run(ReadFile(file, buf, buf_len));
381 return ReadFile(file_, buf, buf_len);
/external/chromium/testing/gmock/scripts/
H A Dupload.py844 def ReadFile(self, filename): member in class:SubversionVCS
915 new_content = self.ReadFile(filename)
942 new_content = self.ReadFile(filename)
/external/chromium/testing/gtest/scripts/
H A Dupload.py844 def ReadFile(self, filename): member in class:SubversionVCS
915 new_content = self.ReadFile(filename)
942 new_content = self.ReadFile(filename)
/external/v8/samples/
H A Dlineprocessor.cc110 v8::Handle<v8::String> ReadFile(const char* name);
185 script_source = ReadFile(str);
339 v8::Handle<v8::String> ReadFile(const char* name) { function
H A Dprocess.cc547 Handle<String> ReadFile(const string& name) { function
606 Handle<String> source = ReadFile(file);
H A Dshell.cc76 v8::Handle<v8::String> ReadFile(const char* name);
120 v8::Handle<v8::String> source = ReadFile(arg);
402 v8::Handle<v8::String> source = ReadFile(*file);
420 v8::Handle<v8::String> source = ReadFile(*file);
521 v8::Handle<v8::String> ReadFile(const char* name) { function
/external/v8/src/
H A Dutils.cc150 Vector<const char> ReadFile(const char* filename, function in namespace:v8::internal
H A Dd8.cc181 Handle<String> source = ReadFile(*file);
209 Handle<String> source = ReadFile(*file);
577 Handle<String> Shell::ReadFile(const char* name) { function in class:v8::Shell
666 Handle<String> str = Shell::ReadFile(filename);
754 Handle<String> source = ReadFile(str);
/external/chromium/base/
H A Dfile_util.cc392 int ReadFile(const std::wstring& filename, char* data, int size) { function in namespace:file_util
393 return ReadFile(FilePath::FromWStringHack(filename), data, size);
H A Dfile_util_posix.cc554 int ReadFile(const FilePath& filename, char* data, int size) { function in namespace:file_util
H A Dfile_util_win.cc739 int ReadFile(const FilePath& filename, char* data, int size) { function in namespace:file_util
752 if (::ReadFile(file, data, size, &read, NULL) &&
1137 while (::ReadFile(file, buffer, actual_step_size, &len, NULL) &&

Completed in 339 milliseconds