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

1 2

  /system/bt/tools/scripts/
change_types.sh 40 function process_file function
59 process_file "$1"
  /packages/apps/Launcher2/
fill_screens.py 52 def process_file(fn): function
53 print "process_file: " + fn
84 process_file(AUTO_FILE)
print_db.py 120 def process_file(fn): function
121 print "process_file: " + fn
231 process_file(AUTO_FILE)
234 process_file(argv[1])
  /packages/apps/Launcher3/
fill_screens.py 52 def process_file(fn): function
53 print "process_file: " + fn
84 process_file(AUTO_FILE)
print_db.py 151 def process_file(fn): function
153 print "process_file: " + fn
305 process_file(AUTO_FILE)
308 process_file(argv[1])
  /external/skia/tools/
find_bad_images_in_skps.py 109 self.process_file(path)
111 def process_file(self, skp_file): member in class:BadImageFinder
  /external/elfutils/libdwfl/
offline.c 106 process_file (Dwfl *dwfl, const char *name, const char *file_name, int fd, function
225 *mod = process_file (dwfl, name, member_name, fd, member, predicate);
229 if (*mod == NULL) /* process_file called elf_end. */
280 Dwfl_Module *mod = process_file (dwfl, name, file_name, fd, elf, predicate);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
sonofmmm.py 64 def process_file(self, in_file_name, msg): member in class:SonOfMMM
service.py 81 def process_file(self, in_file_name, msg): member in class:Service
148 results = self.process_file(input_file, output_message)
  /external/elfutils/src/
findtextrel.c 89 static int process_file (const char *fname, bool more_than_one);
142 result = process_file ("a.out", false);
149 result |= process_file (argv[remaining], more_than_one);
200 process_file (const char *fname, bool more_than_one) 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);
247 process_file (const char *fname, bool more_than_one) function
size.c 96 static int process_file (const char *fname);
185 result = process_file ("a.out");
189 result |= process_file (argv[remaining]);
284 process_file (const char *fname) 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);
372 process_file (const char *fname, bool more_than_one) function
    [all...]
  /external/elfutils/tests/
run-allfcts.sh 34 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:217:process_file
  /external/valgrind/tests/
check_headers_and_includes 154 process_file($path_name);
343 sub process_file { subroutine
  /ndk/sources/host-tools/ndk-stack/binutils/
addr2line.c 340 process_file (const char *file_name, const char *section_name,
490 return process_file (file_name, section_name, target);
337 process_file (const char *file_name, const char *section_name, function
  /toolchain/binutils/binutils-2.25/binutils/
addr2line.c 355 process_file (const char *file_name, const char *section_name,
504 return process_file (file_name, section_name, target);
352 process_file (const char *file_name, const char *section_name, function
elfedit.c 469 process_file (const char *file_name)
735 status |= process_file (argv[optind++]);
468 process_file (const char *file_name) function
  /external/libselinux/utils/
sefcontext_compile.c 21 static int process_file(struct selabel_handle *rec, const char *filename) function
335 rc = process_file(rec, path);
  /external/selinux/libselinux/utils/
sefcontext_compile.c 32 static int process_file(struct selabel_handle *rec, const char *filename) function
382 rc = process_file(rec, path);
  /external/strace/maint/
ioctls_sym.sh 107 process_file() function
410 (process_file "$f" < /dev/null)
  /external/libselinux/src/
label_file.c 413 static int process_file(const char *path, const char *suffix, function
524 status = process_file(path, NULL, rec, prefix);
535 status = process_file(path, "homedirs", rec, prefix);
539 status = process_file(path, "local", rec, prefix);
  /external/selinux/libselinux/src/
label_file.c 419 static int process_file(const char *path, const char *suffix, function
557 status = process_file(path, NULL, rec, prefix, rec->digest);
568 status = process_file(path, "homedirs", rec, prefix,
573 status = process_file(path, "local", rec, prefix,
  /bionic/libc/tools/
gensyscalls.py 525 def process_file(self, input): member in class:State
676 state.process_file(os.path.join(bionic_libc_root, "SYSCALLS.TXT"))
  /external/nanopb-c/generator/
nanopb_generator.py 981 def process_file(filename, fdesc, options): function
    [all...]

Completed in 513 milliseconds

1 2