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

1 2

  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc0.c 71 * process_file: reads data file
75 void process_file(char *);
152 process_file(filename);
166 | process_file () |
173 void process_file(char *filename) function
sched_tc1.c 68 * process_file: reads data file
72 void process_file(char *);
142 process_file(filename);
153 | process_file () |
160 void process_file(char *filename) function
  /external/tensorflow/tensorflow/tools/compatibility/
tf_upgrade_v2_main.py 28 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(
tf_upgrade.py 239 files_processed, report_text, errors = upgrade.process_file(
ipynb.py 30 def process_file(in_filename, out_filename, upgrader): function
tf_upgrade_test.py 144 upgrader.process_file(temp_file.name, temp_file.name)
ast_edits.py 479 def process_file(self, in_filename, out_filename): member in class:ASTCodeUpgrader
624 _, l_report, l_errors = self.process_file(input_path, output_path)
651 _, l_report, l_errors = self.process_file(path, path)
  /device/google/cuttlefish_common/tools/
tombstone_to_line.py 101 def process_file(path, args): function
128 multiprocessing.Pool(32).map(functools.partial(process_file, args=args),
  /external/elfutils/libdwfl/
offline.c 110 process_file (Dwfl *dwfl, const char *name, const char *file_name, int fd, function
232 *mod = process_file (dwfl, name, member_name, fd, member, predicate);
236 if (*mod == NULL) /* process_file called elf_end. */
287 Dwfl_Module *mod = process_file (dwfl, name, file_name, fd, elf, predicate);
  /external/elfutils/src/
findtextrel.c 87 static int process_file (const char *fname, bool more_than_one);
140 result = process_file ("a.out", false);
147 result |= process_file (argv[remaining], more_than_one);
184 process_file (const char *fname, bool more_than_one) function
size.c 93 static int process_file (const char *fname);
182 result = process_file ("a.out");
186 result |= process_file (argv[remaining]);
267 process_file (const char *fname) function
objdump.c 91 static int process_file (const char *fname, bool more_than_one);
157 result = process_file ("a.out", false);
164 result |= process_file (argv[remaining], more_than_one);
235 process_file (const char *fname, bool more_than_one) function
nm.c 128 static int process_file (const char *fname, bool more_than_one);
242 result = process_file ("a.out", false);
249 result |= process_file (argv[remaining], more_than_one);
358 process_file (const char *fname, bool more_than_one) function
    [all...]
elfcompress.c 246 process_file (const char *fname) function
    [all...]
strip.c 114 static int process_file (const char *fname);
260 result = process_file ("a.out");
272 result |= process_file (argv[remaining]);
714 process_file (const char *fname) function
    [all...]
elflint.c 90 static void process_file (int fd, Elf *elf, const char *prefix,
175 process_file (fd, elf, NULL, NULL, argv[remaining], st.st_size,
232 process_file (int fd, Elf *elf, const char *prefix, const char *suffix, function
277 process_file (fd, subelf, new_prefix, new_suffix,
    [all...]
  /external/elfutils/tests/
run-allfcts.sh 34 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:217:process_file
  /external/u-boot/tools/
rkmux.py 114 def process_file(name, fd): function
210 process_file(name, fd)
  /external/selinux/libselinux/src/
label_backends_android.c 142 static int process_file(struct selabel_handle *rec, const char *path) function
251 status = process_file(rec, rec->spec_files[i]);
label_file.c 529 static int process_file(const char *path, const char *suffix, function
807 status = process_file(rec->spec_files[i], NULL, rec, prefix, rec->digest);
819 status = process_file(rec->spec_files[0], "homedirs", rec, prefix,
824 status = process_file(rec->spec_files[0], "local", rec, prefix,
  /external/selinux/libselinux/utils/
sefcontext_compile.c 32 static int process_file(struct selabel_handle *rec, const char *filename) function
389 rc = process_file(rec, path);
391 fprintf(stderr, "%s: process_file failed\n", argv[0]);
  /bionic/libc/tools/
gensyscalls.py 534 def process_file(self, input): member in class:State
698 state.process_file(os.path.join(bionic_libc_root, "SYSCALLS.TXT"))
  /external/grpc-grpc/third_party/nanopb/generator/
nanopb_generator.py 1460 def process_file(filename, fdesc, options, other_files = {}): function
    [all...]
  /external/nanopb-c/generator/
nanopb_generator.py 1568 def process_file(filename, fdesc, options, other_files = {}): function
    [all...]
  /external/u-boot/scripts/
kernel-doc 2338 sub process_file($) { subroutine
    [all...]

Completed in 1770 milliseconds

1 2