/third_party/libdrm/intel/ |
H A D | test_decode.c | 49 read_file(const char *filename, void **ptr, size_t *size) in read_file() function 76 read_file(batch_filename, &batch_ptr, &batch_size); in dump_batch() 101 read_file(batch_filename, &batch_ptr, &batch_size); in compare_batch() 102 read_file(ref_filename, &ref_ptr, &ref_size); in compare_batch()
|
/third_party/spirv-tools/test/diff/diff_files/ |
H A D | generate_tests.py | 144 def read_file(file_name): function 218 src_spirv = read_file(src_file) 219 dst_spirv = read_file(dst_file) 220 src_spirv_no_debug = read_file(src_file_no_debug) 221 dst_spirv_no_debug = read_file(dst_file_no_debug)
|
/third_party/libsnd/examples/ |
H A D | sndfilehandle.cc | 52 read_file (const char * fname) in read_file() function 68 } /* read_file */ in read_file() 78 read_file (fname) ; in main()
|
/third_party/cJSON/tests/ |
H A D | parse_examples.c | 34 char *content = read_file(filename); in parse_file() 72 expected = read_file(expected_path); in do_test() 139 test6 = read_file("inputs/test6"); in file_test6_should_not_be_parsed()
|
H A D | common.h | 46 char* read_file(const char *filename); 47 char* read_file(const char *filename) { in read_file() function
|
/third_party/musl/Benchmark/scripts/ |
H A D | compare_benchmark_result.py | 53 def read_file(self, file_path, is_before): member in BenchmarkDataParser 101 benchmark_data_parser.read_file(args.before, 1) 102 benchmark_data_parser.read_file(args.after, 0)
|
/third_party/nghttp2/script/ |
H A D | fetch-ocsp-response | 103 def read_file(path): function 131 chain = read_file(cert_fn).decode('utf-8') 187 sys.stderr.write(read_file(verify_fn).decode('utf-8')) 220 res = read_file(respder_fn)
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_refactor.py | 188 old_contents = self.read_file(test_file) 194 self.assertEqual(old_contents, self.read_file(test_file)) 199 new_contents = self.read_file(test_file) 211 def read_file(self, test_file): member in TestRefactoringTool 217 old_contents = self.read_file(test_file) 220 new_contents = self.read_file(test_file)
|
/third_party/cJSON/fuzzing/ |
H A D | afl.c | 29 static char *read_file(const char *filename) in read_file() function 110 json = read_file(filename); in main()
|
/third_party/jerryscript/jerry-main/ |
H A D | main-unix-test.c | 36 read_file (const char *file_name, in read_file() function 58 } /* read_file */ in read_file() 95 const jerry_char_t *source_p = read_file (file_name, &source_size); in main()
|
H A D | main-unix-snapshot.c | 138 read_file (uint8_t *input_pos_p, /**< next position in the input buffer */ in read_file() function 168 } /* read_file */ in read_file() 315 source_length = read_file (source_p, file_name_p); in process_generate() 361 size_t sp_buffer_size = read_file (sp_buffer_start_p, literals_file_name_p); in process_generate() 532 size_t size = read_file (input_pos_p, file_name_p); in process_literal_dump() 700 size_t size = read_file (input_pos_p, file_name_p); in process_merge()
|
/third_party/skia/third_party/externals/spirv-cross/tests-other/ |
H A D | hlsl_resource_bindings.cpp | 16 static std::vector<SpvId> read_file(const char *path) in read_file() function 44 auto buffer = read_file(argv[1]); in main()
|
H A D | msl_resource_bindings.cpp | 16 static std::vector<SpvId> read_file(const char *path) in read_file() function 44 auto buffer = read_file(argv[1]); in main()
|
H A D | msl_constexpr_test.cpp | 28 static std::vector<SpvId> read_file(const char *path) in read_file() function 56 auto buffer = read_file(argv[1]); in main()
|
H A D | msl_ycbcr_conversion_test.cpp | 28 static std::vector<SpvId> read_file(const char *path) in read_file() function 56 auto buffer = read_file(argv[1]); in main()
|
/third_party/ltp/testcases/misc/math/float/ |
H A D | thread_code.c | 41 static size_t read_file(char *fname, void **data) in read_file() function 284 fsize = read_file(th_data->th_func.din_fname, (void **)&din); in thread_code() 294 fsize2 = read_file(th_data->th_func.dex_fname, (void **)&dex); in thread_code() 314 fsize3 = read_file(th_data->th_func.dex2_fname, (void **)&dex2); in thread_code()
|
/third_party/tzdata/ |
H A D | tzselect.ksh | 193 read_file() { function 203 read_file TZ_COUNTRY_TABLE "$TZDIR/iso3166.tab" 204 read_file TZ_ZONETABTYPE_TABLE "$TZDIR/$zonetabtype.tab" 457 ${TZ_ZONENOW_TABLE:+:} read_file TZ_ZONENOW_TABLE "$TZDIR/zonenow.tab"
|
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched_tc6.c | 98 int read_file(int, char *); 196 if (!read_file(fd, filename)) in main() 197 error("read_file failed", __FILE__, __LINE__); in main() 308 | read_file () | 314 int read_file(int fd, char *filename) in read_file() function
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
H A D | openat03.c | 124 static void read_file(int fd) in read_file() function 163 read_file(fd[i]); in test02() 209 read_file(fd[i]); in test03()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
H A D | open14.c | 113 static void read_file(int fd) in read_file() function 152 read_file(fd[i]); in test02() 198 read_file(fd[i]); in test03()
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
H A D | statx06.c | 73 static void read_file(void) in read_file() function 93 {.operation = read_file,
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_cmdline.c | 62 read_file(const char *filename, void **ptr, size_t *size) in read_file() function 142 ret = read_file(filename, &ptr, &size); in main()
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
H A D | jerry_main.c | 71 read_file (const char *file_name, /**< source code */ in read_file() function 123 } /* read_file */ in read_file() 229 const jerry_char_t *source_p = read_file (path_str_p, &source_size); in print_unhandled_exception() 412 const jerry_char_t *source_p = read_file (file_names[i], &source_size); in main()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_cmdline.c | 193 read_file(const char *filename, void **ptr, size_t *size) in read_file() function 248 read_file(filename, &buf, &size); in load_spirv() 382 ret = read_file(filenames[0], &ptr, &size); in main()
|
/third_party/ltp/testcases/kernel/controllers/cpuctl/ |
H A D | cpuctl_test02.c | 180 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main() 263 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main()
|