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

  /external/bluetooth/glib/
win32-fixup.pl 11 sub process_file subroutine
31 process_file ("config.h.win32");
32 process_file ("glibconfig.h.win32");
33 process_file ("glib/makefile.msc");
34 process_file ("glib/glib.rc");
35 process_file ("gmodule/makefile.msc");
36 process_file ("gmodule/gmodule.rc");
37 process_file ("gobject/makefile.msc");
38 process_file ("gobject/gobject.rc");
39 process_file ("gthread/makefile.msc")
    [all...]
  /external/qemu/
gen-charmap.py 132 def process_file( file ): function
176 result = process_file( filepath )
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
checker.py 772 def check_file(self, file_path, handle_style_error=None, process_file=None):
781 process_file: The function to call to process the file. This
791 if process_file is None:
792 process_file = self._process_file
810 process_file(processor, file_path, handle_style_error)
  /packages/apps/Launcher2/
print_db.py 73 def process_file(fn): function
74 print "process_file: " + fn
212 process_file(AUTO_FILE)
215 process_file(argv[1])
  /external/elfutils/src/
size.c 88 static int process_file (const char *fname);
180 result = process_file ("a.out");
184 result |= process_file (argv[remaining]);
298 process_file (const char *fname) function
nm.c 112 static int process_file (const char *fname, bool more_than_one);
221 result = process_file ("a.out", false);
228 result |= process_file (argv[remaining], more_than_one);
365 process_file (const char *fname, bool more_than_one) function
    [all...]
strip.c 92 static int process_file (const char *fname);
157 result = process_file ("a.out");
169 result |= process_file (argv[remaining]);
250 process_file (const char *fname) function
    [all...]
elflint.c 82 static void process_file (int fd, Elf *elf, const char *prefix,
170 process_file (fd, elf, NULL, NULL, argv[remaining], st.st_size,
252 process_file (int fd, Elf *elf, const char *prefix, const char *suffix, function
297 process_file (fd, subelf, new_prefix, new_suffix,
    [all...]
readelf.c 154 static void process_file (int fd, Elf *elf, const char *prefix,
233 process_file (fd, elf, NULL, argv[remaining], only_one);
387 process_file (int fd, Elf *elf, const char *prefix, const char *fname, function
429 process_file (fd, subelf, new_prefix, arhdr->ar_name, false);
    [all...]
  /bionic/libc/tools/
gensyscalls.py 361 def process_file(self,input): member in class:State
604 state.process_file(bionic_root+"SYSCALLS.TXT")
  /build/tools/apriori/
apriori.c 792 FREE(source->lib_deps); /* list of library dependencies (process_file()) */
2067 static source_t* process_file(const char *filename, function
    [all...]

Completed in 456 milliseconds