Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/tools/compatibility/
Dtf_upgrade_v2_main.py28 def process_file(in_filename, out_filename, upgrader): function
33 upgrader.process_file(in_filename, out_filename)
36 ipynb.process_file(in_filename, out_filename, upgrader)
109 files_processed, report_text, errors = process_file(
Dtf_upgrade.py239 files_processed, report_text, errors = upgrade.process_file(
Dipynb.py30 def process_file(in_filename, out_filename, upgrader): function
Dast_edits.py479 def process_file(self, in_filename, out_filename): member in ASTCodeUpgrader
624 _, l_report, l_errors = self.process_file(input_path, output_path)
651 _, l_report, l_errors = self.process_file(path, path)
Dtf_upgrade_test.py144 upgrader.process_file(temp_file.name, temp_file.name)
Dtf_upgrade_v2_test.py1534 upgrader.process_file(temp_file.name, temp_file.name)
/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/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
DChangeLog141 * findtextrel.c (process_file): Check that sh_entsize is not zero.
230 (process_file): Check whether section needs to change. Don't rewrite
236 * elfcompress.c (process_file): Swap fchmod and fchown calls.
492 (process_file): ...here. Check do_not_close_dwfl.
989 * elfcompress.c (process_file): Use dwelf_strtab functions instead of
1115 * nm.c (process_file): Accept fd and pass it on.
1177 * readelf.c (process_file): Likewise.
1179 * findtextrel.c (process_file): Replace open64 with open.
1186 (process_file): Replace stat64 and fstat64 with stat and fstat.
1247 * findtextrel.c (process_file): Likewise.
[all …]
Delfcompress.c246 process_file (const char *fname) in process_file() function
1359 result |= process_file (argv[remaining]); in main()
Dstrip.c114 static int process_file (const char *fname);
260 result = process_file ("a.out"); in main()
272 result |= process_file (argv[remaining]); in main()
714 process_file (const char *fname) in process_file() function
Delflint.c90 static void process_file (int fd, Elf *elf, const char *prefix,
175 process_file (fd, elf, NULL, NULL, argv[remaining], st.st_size, in main()
232 process_file (int fd, Elf *elf, const char *prefix, const char *suffix, in process_file() function
277 process_file (fd, subelf, new_prefix, new_suffix, in process_file()
/external/u-boot/tools/
Drkmux.py114 def process_file(name, fd): function
210 process_file(name, fd)
/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/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)
/external/u-boot/scripts/
Dkernel-doc2338 sub process_file($) { subroutine
2610 process_file($_);
/external/nanopb-c/generator/
Dnanopb_generator.py1568 def process_file(filename, fdesc, options, other_files = {}): function
1636 results = process_file(filename, None, options)
1700 results = process_file(filename, fdesc, options, other_files)

12