/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/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/ |
service.py | 81 def process_file(self, in_file_name, msg): member in class:Service 148 results = self.process_file(input_file, output_message)
|
sonofmmm.py | 64 def process_file(self, in_file_name, msg): member in class:SonOfMMM
|
/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
|
ChangeLog | 52 * nm.c (process_file): Accept fd and pass it on. 114 * readelf.c (process_file): Likewise. 116 * findtextrel.c (process_file): Replace open64 with open. 123 (process_file): Replace stat64 and fstat64 with stat and fstat. 184 * findtextrel.c (process_file): Likewise. 233 * findtextrel.c (process_file): Free segments after use. 267 (process_file): Produce an error when trying to handle an ar. 361 * strip.c (process_file): Replace struct timeval with struct timespec. 629 * findtextrel.c (process_file): Use elf_getphdrnum. [all...] |
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/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/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);
|
/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
|
ChangeLog-2006 | 201 * addr2line.c (process_file): Change function from void to 203 (main): Use return value from process_file as the exit value. 412 (process_file): Add 'section_name' parameter. 416 Pass the section name to process_file.
|
/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,
|
label_file.h | 380 /* This service is used by label_file.c process_file() and
|
/external/strace/maint/ |
ioctls_sym.sh | 107 process_file() function 410 (process_file "$f" < /dev/null)
|
/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"))
|