Home
last modified time | relevance | path

Searched refs:process_file (Results 1 – 25 of 33) sorted by relevance

12

/external/ltp/testcases/kernel/sched/sched_stress/
Dsched_tc1.c72 void process_file(char *);
142 process_file(filename); in main()
160 void process_file(char *filename) in process_file() function
Dsched_tc0.c75 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/
Dtf_upgrade_v2_main.py42 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(
Dtf_upgrade.py242 files_processed, report_text, errors = upgrade.process_file(
Dipynb.py41 def process_file(in_filename, out_filename, upgrader): function
Dtf_upgrade_test.py148 upgrader.process_file(temp_file.name, temp_file.name)
Dast_edits.py902 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/
Dxxd.py54 def process_file(args): function
96 process_file(args)
/external/llvm-project/llvm/utils/
Dadd_argument_names.py44 def process_file(contents): function
75 content = process_file(content)
Ddemangle_tree.py51 def process_file(path, objdump): function
117 copier = functools.partial(process_file, objdump=objdump)
/external/elfutils/libdwfl/
Doffline.c110 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/
Dfindtextrel.c87 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
Dsize.c93 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
Dobjdump.c91 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
Dnm.c128 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
DChangeLog120 * 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 …]
Delfcompress.c246 process_file (const char *fname) in process_file() function
1359 result |= process_file (argv[remaining]); in main()
/external/oss-fuzz/projects/binutils/
Dfuzz_readelf.c45 process_file(filename); in LLVMFuzzerTestOneInput()
/external/llvm-project/clang/test/AST/
Dgen_ast_dump_json_test.py92 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/
Dlabel_backends_android.c142 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()
Dlabel_file.c529 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/
DCommandObjectReproducer.cpp573 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/
Dsefcontext_compile.c32 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/
Drun-allfcts.sh34 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:217:process_file
/external/grpc-grpc/third_party/nanopb/generator/
Dnanopb_generator.py1460 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)

12