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

1 2 3 4 5

  /external/linux-kselftest/tools/testing/selftests/ntb/
ntb_test.sh 101 function read_file() function
138 if [[ $(read_file "$REM/link") != "N" ]]; then
160 let DB=$(read_file "$REM/db") || true
180 ROW=($(read_file "$VPATH" | grep -e "^$IDX"))
189 CNT=$(read_file "$LOC/spad" | wc -l)
270 LOC_START=$(read_file $LOC/count)
271 REM_START=$(read_file $REM/count)
275 LOC_END=$(read_file $LOC/count)
276 REM_END=$(read_file $REM/count)
302 read_file $LOCAL_PERF/ru
    [all...]
  /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
  /external/swiftshader/third_party/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/autotest/client/site_tests/power_NoConsoleSuspend/
power_NoConsoleSuspend.py 19 self.old_console_suspend = utils.read_file(SYSFS_CONSOLE_SUSPEND)
  /external/ltp/testcases/kernel/controllers/libcontrollers/
libcontrollers.h 79 int read_file(char *filepath, int action, unsigned int *value);
  /external/skia/tools/skdiff/
skdiff_utils.h 25 sk_sp<SkData> read_file(const char* file_path);
  /external/syslinux/com32/include/syslinux/
pmapi.h 61 size_t (*read_file)(uint16_t *, void *, size_t); member in struct:com32_pmapi
  /external/syslinux/core/
pmapi.c 28 .read_file = pmapi_read_file,
  /external/autotest/client/site_tests/kernel_VbootContextEC/
kernel_VbootContextEC.py 25 media = utils.read_file(self.dts_node_path).strip('\n\x00')
46 vc_got = utils.read_file(sysfs_entry).strip('\n\x00')
  /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/autotest/client/site_tests/login_OwnershipRetaken/
login_OwnershipRetaken.py 58 if (utils.read_file(constants.OWNER_KEY_FILE) != pubkey):
72 if (utils.read_file(constants.OWNER_KEY_FILE) == pubkey):
  /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/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler_cmdline.c 59 read_file(const char *filename, void **ptr, size_t *size) function
124 ret = read_file(filename, &ptr, &size);
  /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');
  /external/autotest/client/site_tests/kernel_CrosECSysfsAccel/
kernel_CrosECSysfsAccel.py 44 content = utils.read_file(fullpath)
60 content = utils.read_file(namepath)
77 location = utils.read_file(locpath)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
explode 51 &read_file();
54 &read_file();
57 sub read_file { subroutine
  /external/autotest/client/site_tests/logging_UserCrash/
logging_UserCrash.py 27 output = utils.read_file(self._CORE_PATTERN).rstrip()
45 output = utils.read_file(self._CORE_PATTERN).rstrip()
159 old_core_pattern = utils.read_file(self._CORE_PATTERN)[:-1]
173 log_contents = utils.read_file(result['log'])
211 contents = utils.read_file(result['log'])
214 if not ('log=' + result['log']) in utils.read_file(result['meta']):
  /build/make/tools/
product_debug.py 71 def read_file(fn): function
99 original = read_file(variables["FILE"])
  /external/autotest/client/site_tests/power_HotCPUSuspend/
power_HotCPUSuspend.py 27 proc_stat = utils.read_file('/proc/stat')
66 self.is_cpuquiet_enabled = utils.read_file(SYSFS_CPUQUIET_ENABLE)
  /external/squashfs-tools/squashfs-tools/
Android.mk 22 read_file.c \
Makefile 114 sort.o progressbar.o read_file.o info.o restore.o process_fragments.o \
254 read_file.o: read_file.c error.h
read_file.c 22 * read_file.c
45 int read_file(char *filename, char *type, int (parse_line)(char *)) function
  /external/autotest/client/site_tests/kernel_CrosECSysfs/
kernel_CrosECSysfs.py 28 content = utils.read_file(filename)
  /external/autotest/client/site_tests/platform_CleanShutdown/
platform_CleanShutdown.py 29 contents = utils.read_file(filename).strip()
  /frameworks/base/tools/bit/
util.h 80 string read_file(const string& filename);

Completed in 1327 milliseconds

1 2 3 4 5