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

1 2

  /external/llvm/test/Bindings/OCaml/
bitwriter.ml 17 let read_file name = var
34 let temp_buf = read_file temp_name in
44 let file_buf = read_file Sys.argv.(1) in
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
explode 51 &read_file();
54 &read_file();
57 sub read_file { subroutine
  /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');
  /build/tools/
product_debug.py 71 def read_file(fn): function
99 original = read_file(variables["FILE"])
  /external/autotest/client/cros/faft/utils/
shell_wrapper.py 74 def read_file(self, path): member in class:LocalShell
162 def read_file(self, path): member in class:AdbShell
167 return self._host_shell.read_file(f.name)
os_interface.py 139 def read_file(self, path): member in class:OSInterface
141 return self.shell.read_file(path)
253 removable = int(self.read_file('/sys/block/%s/removable' % base_dev))
372 data = self.read_file(tmp_file)
  /external/iw/
vendor.c 16 static int read_file(FILE *file, char *buf, size_t size) function
78 count = read_file(file, buf, sizeof(buf));
  /external/squashfs-tools/squashfs-tools/
read_file.c 22 * read_file.c
45 int read_file(char *filename, char *type, int (parse_line)(char *)) function
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs_test.py 31 def read_file(path, **_kwargs): function in function:MockDeviceWithFiles
37 device.ReadFile = mock.Mock(side_effect=read_file)
  /external/libdrm/intel/
test_decode.c 53 read_file(const char *filename, void **ptr, size_t *size) function
80 read_file(batch_filename, &batch_ptr, &batch_size);
105 read_file(batch_filename, &batch_ptr, &batch_size);
106 read_file(ref_filename, &ref_ptr, &ref_size);
  /external/skia/tools/
skdiff_utils.cpp 28 SkData* read_file(const char* file_path) { function
  /external/boringssl/src/util/bot/go/
bootstrap.py 83 def read_file(path): function
189 installed = read_file([toolset_root, 'INSTALLED_TOOLSET'])
  /external/chromium-trace/catapult/third_party/coverage/coverage/
data.py 59 To read a coverage.py data file, use :meth:`read_file`, or
285 def read_file(self, filename): member in class:CoverageData
636 data.read_file(self.filename)
707 new_data.read_file(f)
  /external/elfutils/libelf/
elf_begin.c 601 read_file (int fildes, off_t offset, size_t maxsize, function
1003 result = read_file (fildes, ref->state.ar.offset + sizeof (struct ar_hdr),
    [all...]
  /external/webp/src/dsp/
cpu-features.c 73 read_file(const char* pathname, char* buffer, size_t buffsize) function
234 cpuinfo_len = read_file("/proc/cpuinfo", cpuinfo, sizeof cpuinfo);
  /external/webrtc/webrtc/system_wrappers/source/android/
cpu-features.c 73 read_file(const char* pathname, char* buffer, size_t buffsize) function
234 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.cpp 176 bool read_file(const char* path, std::string* content) { function
  /external/opencv3/3rdparty/libwebp/cpu-features/
cpu-features.c 153 read_file(const char* pathname, char* buffer, size_t buffsize) function
403 filelen = read_file(filename, file, sizeof file);
562 cpuinfo_len = read_file("/proc/cpuinfo", cpuinfo, cpuinfo_len);
  /external/autotest/client/common_lib/
base_utils.py 364 def read_file(filename): function
630 data = read_file(self.status_file)
    [all...]
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 158 read_file(const char* pathname, char* buffer, size_t buffsize) function
423 filelen = read_file(filename, file, sizeof file);
686 cpuinfo_len = read_file("/proc/cpuinfo", cpuinfo, cpuinfo_len);
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 173 read_file(const char* pathname, char* buffer, size_t buffsize) function
442 filelen = read_file(filename, file, sizeof file);
696 cpuinfo_len = read_file("/proc/cpuinfo", cpuinfo, cpuinfo_len);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
optparse.py 889 def read_file(self, filename, mode="careful"): member in class:Values
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
optparse.py 889 def read_file(self, filename, mode="careful"): member in class:Values
    [all...]

Completed in 1052 milliseconds

1 2