HomeSort by relevance Sort by last modified time
    Searched defs:read_file (Results 1 - 22 of 22) sorted by null

  /external/llvm/test/Bindings/Ocaml/
bitwriter.ml 14 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/
Test.pm 17 sub read_file { subroutine
127 my $err = read_file('err.tmp');
133 my $out = read_file('out.tmp');
  /system/extras/tests/bionic/libc/common/
bench_stdio.c 53 void read_file(FILE* fp, int chunkSize) function
87 BENCH(read_file(fp,1));
88 BENCH(read_file(fp,2));
89 BENCH(read_file(fp,3));
90 BENCH(read_file(fp,4));
91 BENCH(read_file(fp,8));
92 BENCH(read_file(fp,16));
93 BENCH(read_file(fp,32));
94 BENCH(read_file(fp,64));
95 BENCH(read_file(fp,256))
    [all...]
  /build/tools/
product_debug.py 71 def read_file(fn): function
100 original = read_file(variables["FILE"])
  /system/core/toolbox/
insmod.c 13 static void *read_file(const char *filename, ssize_t *_size) function
63 file = read_file(argv[1], &size);
  /external/skia/tools/
skdiff_utils.cpp 27 SkData* read_file(const char* file_path) { function
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher.cc 82 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,
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
data.py 134 def read_file(self, filename): member in class:CoverageData
  /external/chromium_org/remoting/host/setup/
native_messaging_host.cc 420 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/
elf_begin.c 575 read_file (int fildes, off_t offset, size_t maxsize, function
957 result = read_file (fildes, ref->state.ar.offset + sizeof (struct ar_hdr),
    [all...]
  /external/webp/src/dsp/
cpu-features.c 71 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/
cpu-features.c 71 read_file(const char* pathname, char* buffer, size_t buffsize) function
232 cpuinfo_len = read_file("/proc/cpuinfo", cpuinfo, sizeof cpuinfo);
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 205 read_file(const char* pathname, char* buffer, size_t buffsize) function
226 cpuinfo_len = read_file("/proc/cpuinfo", cpuinfo, sizeof cpuinfo);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 195 def read_file(): function in function:TestRefactoringTool.check_file_refactoring
199 old_contents = read_file()
205 self.assertEqual(old_contents, read_file())
210 new_contents = read_file()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 195 def read_file(): function in function:TestRefactoringTool.check_file_refactoring
199 old_contents = read_file()
205 self.assertEqual(old_contents, read_file())
210 new_contents = read_file()
  /system/core/init/
util.c 142 void *read_file(const char *fn, unsigned *_sz) function
  /external/chromium_org/third_party/lcov-1.9/bin/
lcov 825 # read_file(filename)
830 sub read_file($) subroutine
874 $build = read_file("$dir/$pkg_build_file");
878 $gkv = read_file("$dir/$pkg_gkv_file");
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 157 read_file(const char* pathname, char* buffer, size_t buffsize) function
422 filelen = read_file(filename, file, sizeof file);
581 cpuinfo_len = read_file("/proc/cpuinfo", cpuinfo, cpuinfo_len);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 889 def read_file(self, filename, mode="careful"): member in class:Values
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 889 def read_file(self, filename, mode="careful"): member in class:Values
    [all...]
  /system/core/charger/
charger.c 249 static int read_file(const char *path, char *buf, size_t sz) function
283 ret = read_file(path, buf, sizeof(buf));
436 ret = read_file(path, ps_type, sizeof(ps_type));
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 951 void* (*read_file)(struct pdb_reader*, unsigned, unsigned *); member in struct:pdb_reader
    [all...]

Completed in 636 milliseconds