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

/external/llvm/test/Bindings/Ocaml/
H A Dbitwriter.ml14 let read_file name = var
31 let temp_buf = read_file temp_name in
41 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/chrome/browser/extensions/api/messaging/
H A Dnative_process_launcher_posix.cc41 base::PlatformFile* read_file,
75 *read_file = *read_pipe_read_fd.release();
39 LaunchNativeProcess( const CommandLine& command_line, base::PlatformFile* read_file, base::PlatformFile* write_file) argument
H A Dnative_process_launcher_win.cc77 base::PlatformFile* read_file,
176 *read_file = stdout_pipe.Take();
75 LaunchNativeProcess( const CommandLine& command_line, base::PlatformFile* read_file, base::PlatformFile* write_file) argument
H A Dnative_message_process_host_unittest.cc53 FakeLauncher(base::FilePath read_file, base::FilePath write_file) { argument
55 read_file,
H A Dnative_process_launcher.cc82 base::PlatformFile read_file,
86 base::PlatformFile read_file,
200 base::PlatformFile read_file; local
203 command_line, &read_file, &write_file)) {
204 PostResult(callback, read_file, write_file);
213 base::PlatformFile read_file,
217 if (read_file != base::kInvalidPlatformFileValue)
218 base::ClosePlatformFile(read_file);
224 callback.Run(result, read_file, write_file);
240 base::PlatformFile read_file,
210 CallCallbackOnIOThread( LaunchedCallback callback, LaunchResult result, base::PlatformFile read_file, base::PlatformFile write_file) argument
238 PostResult( const LaunchedCallback& callback, base::PlatformFile read_file, base::PlatformFile write_file) argument
[all...]
H A Dnative_message_process_host.cc119 base::PlatformFile read_file,
140 read_file_ = read_file;
148 read_file, base::PLATFORM_FILE_READ | base::PLATFORM_FILE_ASYNC, NULL,
117 OnHostProcessLaunched( NativeProcessLauncher::LaunchResult result, base::PlatformFile read_file, base::PlatformFile write_file) argument
/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/remoting/host/setup/
H A Dnative_messaging_host.cc420 base::PlatformFile read_file = GetStdHandle(STD_INPUT_HANDLE); local
423 base::PlatformFile read_file = STDIN_FILENO;
435 read_file, write_file, local
/external/elfutils/libelf/
H A Delf_begin.c575 read_file (int fildes, off_t offset, size_t maxsize, function
957 result = read_file (fildes, ref->state.ar.offset + sizeof (struct ar_hdr),
1061 retval = read_file (fildes, 0, ~((size_t) 0), cmd, NULL);
1083 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-1.9/bin/
H A Dlcov825 # read_file(filename)
830 sub read_file($) subroutine
874 $build = read_file("$dir/$pkg_build_file");
878 $gkv = read_file("$dir/$pkg_gkv_file");
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c951 void* (*read_file)(struct pdb_reader*, unsigned, unsigned *); member in struct:pdb_reader
1082 reader->read_file = pdb_ds_read_file;
1100 reader->read_file = pdb_jg_read_file;
1140 if (reader->read_file == pdb_jg_read_file)
1839 char* types_image = pdb->read_file( pdb, 2, 0 );
1840 char* symbols_image = pdb->read_file( pdb, 3, 0 );
1845 char* filesimage = pdb->read_file( pdb, 12, 0); /* FIXME: really fixed ??? */
1866 di->fpo = pdb->read_file( pdb, 5, &sz );
2057 modimage = pdb->read_file( pdb, symbols.gsym_file, &len_modimage );
2091 modimage = pdb->read_file( pd
[all...]

Completed in 9085 milliseconds