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

/external/chromium_org/remoting/host/setup/
H A Dtest_util.cc15 bool MakePipe(base::File* read_file, argument
22 *read_file = base::File(read_handle);
28 *read_file = base::File(fds[0]);
H A Dme2me_native_messaging_host_main.cc118 base::File read_file; local
142 read_file = base::File(CreateFile(
145 if (!read_file.IsValid()) {
162 read_file = base::File(GetStdHandle(STD_INPUT_HANDLE));
178 read_file = base::File(STDIN_FILENO);
245 new PipeMessagingChannel(read_file.Pass(), write_file.Pass()));
/external/llvm/test/Bindings/Ocaml/
H A Dbitwriter.ml17 let read_file name = var
34 let temp_buf = read_file temp_name in
44 let file_buf = read_file Sys.argv.(1) in
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
H A DTest.pm17 sub read_file { subroutine
127 my $err = read_file('err.tmp');
133 my $out = read_file('out.tmp');
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dconcatenate_module_descriptors.py21 def read_file(filename): function
34 module_json = json.loads(read_file(json_filename))
50 output_contents = re.sub('var allDescriptors = \[\];', 'var allDescriptors = %s;' % build_modules(module_jsons).replace("\\", "\\\\"), read_file(input_filename), 1)
H A Dconcatenate_application_code.py15 from modular_build import read_file, write_file, bail_error namespace
61 output.write(read_file(path.join(application_dir, 'Runtime.js')))
71 output.write(read_file(path.join(application_dir, application_loader_name)))
88 output.write(read_file(path.join(application_dir, 'Runtime.js')))
H A Dconcatenate_module_scripts.py33 def read_file(filename): function
54 output.write(read_file(file_path))
71 descriptor = json.loads(read_file(module_json_file_name))
H A Dmodular_build.py20 def read_file(filename): function
42 output.write(read_file(file_path))
129 application_descriptor_json = read_file(application_descriptor_filename)
150 module_json = json.loads(read_file(json_filename))
H A Dcompile_frontend.py30 from modular_build import read_file, write_file namespace
255 source = read_file(sourceFileName)
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_process_launcher_posix.cc54 base::File* read_file,
93 *read_file = base::File(read_pipe_read_fd.release());
51 LaunchNativeProcess( const CommandLine& command_line, base::ProcessHandle* process_handle, base::File* read_file, base::File* write_file) argument
H A Dnative_process_launcher.cc67 base::File read_file,
72 base::File read_file,
197 base::File read_file; local
200 command_line, &process_handle, &read_file, &write_file)) {
201 PostResult(callback, process_handle, read_file.Pass(), write_file.Pass());
211 base::File read_file,
217 callback.Run(result, process_handle, read_file.Pass(), write_file.Pass());
233 base::File read_file,
239 Passed(read_file.Pass()), Passed(write_file.Pass())));
207 CallCallbackOnIOThread( LaunchedCallback callback, LaunchResult result, base::ProcessHandle process_handle, base::File read_file, base::File write_file) argument
230 PostResult( const LaunchedCallback& callback, base::ProcessHandle process_handle, base::File read_file, base::File write_file) argument
H A Dnative_process_launcher_win.cc93 base::File* read_file,
173 *read_file = base::File(stdout_pipe.Take());
90 LaunchNativeProcess( const CommandLine& command_line, base::ProcessHandle* process_handle, base::File* read_file, base::File* write_file) argument
H A Dnative_message_process_host.cc168 base::File read_file,
192 read_file_ = read_file.GetPlatformFile();
200 read_stream_.reset(new net::FileStream(read_file.Pass(), task_runner));
165 OnHostProcessLaunched( NativeProcessLauncher::LaunchResult result, base::ProcessHandle process_handle, base::File read_file, base::File write_file) argument
H A Dnative_message_process_host_unittest.cc51 FakeLauncher(base::File read_file, base::File write_file) argument
52 : read_file_(read_file.Pass()),
56 static scoped_ptr<NativeProcessLauncher> Create(base::FilePath read_file, argument
65 base::File(read_file, read_flags),
203 base::File read_file; local
218 read_file = read_handle.Pass();
222 read_file = base::File(pipe_handles[0]);
227 FakeLauncher::CreateWithPipeInput(read_file.Pass(),
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Ddata.py134 def read_file(self, filename): member in class:CoverageData
/external/chromium_org/third_party/skia/tools/
H A Dskdiff_utils.cpp27 SkData* read_file(const char* file_path) { function
/external/elfutils/0.153/libelf/
H A Delf_begin.c581 read_file (int fildes, off_t offset, size_t maxsize, function
963 result = read_file (fildes, ref->state.ar.offset + sizeof (struct ar_hdr),
1067 retval = read_file (fildes, 0, ~((size_t) 0), cmd, NULL);
1089 retval = read_file (fildes, 0, ~((size_t) 0), cmd, NULL);
/external/skia/tools/
H A Dskdiff_utils.cpp27 SkData* read_file(const char* file_path) { function
/external/webp/src/dsp/
H A Dcpu-features.c71 read_file(const char* pathname, char* buffer, size_t buffsize) function
232 cpuinfo_len = read_file("/proc/cpuinfo", cpuinfo, sizeof cpuinfo);
/external/webrtc/src/system_wrappers/source/android/
H A Dcpu-features.c71 read_file(const char* pathname, char* buffer, size_t buffsize) function
232 cpuinfo_len = read_file("/proc/cpuinfo", cpuinfo, sizeof cpuinfo);
/external/chromium_org/third_party/lcov/bin/
H A Dlcov887 # read_file(filename)
892 sub read_file($) subroutine
936 $build = read_file("$dir/$pkg_build_file");
940 $gkv = read_file("$dir/$pkg_gkv_file");
/external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c153 read_file(const char* pathname, char* buffer, size_t buffsize) function
403 filelen = read_file(filename, file, sizeof file);
518 cpuinfo_len = read_file("/proc/cpuinfo", cpuinfo, cpuinfo_len);
/external/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c153 read_file(const char* pathname, char* buffer, size_t buffsize) function
403 filelen = read_file(filename, file, sizeof file);
518 cpuinfo_len = read_file("/proc/cpuinfo", cpuinfo, cpuinfo_len);
/external/libpng/contrib/libtests/
H A Dpngstest.c3057 read_file(Image *image, png_uint_32 format, png_const_colorp background) function
3223 return read_file(image, FORMAT_NO_CHANGE, NULL);
3296 if (read_file(output, image->image.format | FORMAT_NO_CHANGE, NULL))
3392 copy.opts = opts; /* in case read_file needs to change it */
3394 result = read_file(&copy, format, background);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c952 void* (*read_file)(struct pdb_reader*, unsigned, unsigned *); member in struct:pdb_reader
1084 reader->read_file = pdb_ds_read_file;
1102 reader->read_file = pdb_jg_read_file;
1142 if (reader->read_file == pdb_jg_read_file)
1842 char* types_image = pdb->read_file( pdb, 2, 0 );
1843 char* symbols_image = pdb->read_file( pdb, 3, 0 );
1848 char* filesimage = pdb->read_file( pdb, 12, 0); /* FIXME: really fixed ??? */
1869 di->fpo = pdb->read_file( pdb, 5, &sz );
2060 modimage = pdb->read_file( pdb, symbols.gsym_file, &len_modimage );
2094 modimage = pdb->read_file( pd
[all...]

Completed in 5525 milliseconds