/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_tc1.c | 72 void process_file(char *); 142 process_file(filename); in main() 160 void process_file(char *filename) in process_file() function
|
D | sched_tc0.c | 75 void process_file(char *); 152 process_file(filename); in main() 173 void process_file(char *filename) in process_file() function
|
/external/tensorflow/tensorflow/tools/compatibility/ |
D | tf_upgrade_v2_main.py | 42 def process_file(in_filename, out_filename, upgrader): function 47 upgrader.process_file(in_filename, out_filename) 50 ipynb.process_file(in_filename, out_filename, upgrader) 163 files_processed, report_text, errors = process_file(
|
D | tf_upgrade.py | 242 files_processed, report_text, errors = upgrade.process_file(
|
D | ipynb.py | 41 def process_file(in_filename, out_filename, upgrader): function
|
D | tf_upgrade_test.py | 148 upgrader.process_file(temp_file.name, temp_file.name)
|
D | ast_edits.py | 902 def process_file(self, member in ASTCodeUpgrader 1076 _, l_report, l_errors = self.process_file(input_path, output_path) 1110 _, l_report, l_errors = self.process_file(path, path)
|
/external/mesa3d/src/util/ |
D | xxd.py | 54 def process_file(args): function 96 process_file(args)
|
/external/llvm-project/llvm/utils/ |
D | add_argument_names.py | 44 def process_file(contents): function 75 content = process_file(content)
|
D | demangle_tree.py | 51 def process_file(path, objdump): function 117 copier = functools.partial(process_file, objdump=objdump)
|
/external/elfutils/libdwfl/ |
D | offline.c | 110 process_file (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_file() function 232 *mod = process_file (dwfl, name, member_name, fd, member, predicate); in process_archive_member() 287 Dwfl_Module *mod = process_file (dwfl, name, file_name, fd, elf, predicate); in __libdwfl_report_offline()
|
/external/elfutils/src/ |
D | findtextrel.c | 87 static int process_file (const char *fname, bool more_than_one); 140 result = process_file ("a.out", false); in main() 147 result |= process_file (argv[remaining], more_than_one); in main() 184 process_file (const char *fname, bool more_than_one) in process_file() function
|
D | size.c | 93 static int process_file (const char *fname); 182 result = process_file ("a.out"); in main() 186 result |= process_file (argv[remaining]); in main() 267 process_file (const char *fname) in process_file() function
|
D | objdump.c | 91 static int process_file (const char *fname, bool more_than_one); 157 result = process_file ("a.out", false); in main() 164 result |= process_file (argv[remaining], more_than_one); in main() 235 process_file (const char *fname, bool more_than_one) in process_file() function
|
D | nm.c | 128 static int process_file (const char *fname, bool more_than_one); 242 result = process_file ("a.out", false); in main() 249 result |= process_file (argv[remaining], more_than_one); in main() 358 process_file (const char *fname, bool more_than_one) in process_file() function
|
D | ChangeLog | 120 * elfcompress.c (process_file): Likewise. 547 * findtextrel.c (process_file): Check that sh_entsize is not zero. 636 (process_file): Check whether section needs to change. Don't rewrite 642 * elfcompress.c (process_file): Swap fchmod and fchown calls. 898 (process_file): ...here. Check do_not_close_dwfl. 1395 * elfcompress.c (process_file): Use dwelf_strtab functions instead of 1521 * nm.c (process_file): Accept fd and pass it on. 1583 * readelf.c (process_file): Likewise. 1585 * findtextrel.c (process_file): Replace open64 with open. 1592 (process_file): Replace stat64 and fstat64 with stat and fstat. [all …]
|
D | elfcompress.c | 246 process_file (const char *fname) in process_file() function 1359 result |= process_file (argv[remaining]); in main()
|
/external/oss-fuzz/projects/binutils/ |
D | fuzz_readelf.c | 45 process_file(filename); in LLVMFuzzerTestOneInput()
|
/external/llvm-project/clang/test/AST/ |
D | gen_ast_dump_json_test.py | 92 process_file(src, clang_binary, cmdline_filters=args.filters, 97 def process_file(source_file, clang_binary, cmdline_filters, cmdline_opts, function
|
/external/selinux/libselinux/src/ |
D | label_backends_android.c | 142 static int process_file(struct selabel_handle *rec, const char *path) in process_file() function 251 status = process_file(rec, rec->spec_files[i]); in init()
|
D | label_file.c | 529 static int process_file(const char *path, const char *suffix, in process_file() function 807 status = process_file(rec->spec_files[i], NULL, rec, prefix, rec->digest); in init() 819 status = process_file(rec->spec_files[0], "homedirs", rec, prefix, in init() 824 status = process_file(rec->spec_files[0], "local", rec, prefix, in init()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectReproducer.cpp | 573 llvm::Optional<std::string> process_file; in DoExecute() local 574 while ((process_file = multi_loader->GetNextFile())) { in DoExecute() 576 ReadFromYAML<ProcessInstanceInfoList>(*process_file)) { in DoExecute()
|
/external/selinux/libselinux/utils/ |
D | sefcontext_compile.c | 32 static int process_file(struct selabel_handle *rec, const char *filename) in process_file() function 389 rc = process_file(rec, path); in main()
|
/external/elfutils/tests/ |
D | run-allfcts.sh | 34 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:217:process_file
|
/external/grpc-grpc/third_party/nanopb/generator/ |
D | nanopb_generator.py | 1460 def process_file(filename, fdesc, options, other_files = {}): function 1525 results = process_file(filename, None, options) 1585 results = process_file(filename, fdesc, options, other_files)
|