/external/strace/maint/ |
H A D | ioctls_sym.sh | 107 process_file() function 410 (process_file "$f" < /dev/null)
|
/external/lldb/scripts/ |
H A D | sed-sources | 136 # process_file 138 sub process_file subroutine 209 process_file ($fullpath); 237 process_file ($path);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/ |
H A D | sonofmmm.py | 64 def process_file(self, in_file_name, msg): member in class:SonOfMMM
|
H A D | 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/valgrind/tests/ |
H A D | check_headers_and_includes | 154 process_file($path_name); 343 sub process_file { subroutine
|
/external/skia/tools/ |
H A D | 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/ |
H A D | 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/libselinux/utils/ |
H A D | 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/ |
H A D | sefcontext_compile.c | 32 static int process_file(struct selabel_handle *rec, const char *filename) function 382 rc = process_file(rec, path);
|
/external/elfutils/src/ |
H A D | 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
|
H A D | 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
|
H A D | elfcompress.c | 249 process_file (const char *fname) function 1316 result |= process_file (argv[remaining]);
|
H A D | 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
|
H A D | 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
|
H A D | strip.c | 108 static int process_file (const char *fname); 193 result = process_file ("a.out"); 205 result |= process_file (argv[remaining]); 308 process_file (const char *fname) function
|
H A D | elflint.c | 91 static void process_file (int fd, Elf *elf, const char *prefix, 176 process_file (fd, elf, NULL, NULL, argv[remaining], st.st_size, 246 process_file (int fd, Elf *elf, const char *prefix, const char *suffix, function 291 process_file (fd, subelf, new_prefix, new_suffix,
|
H A D | readelf.c | 244 static void process_file (int fd, const char *fname, bool only_one); 302 process_file (fd, argv[remaining], only_one); 735 process_file (int fd, const char *fname, bool only_one) function
|
/external/nanopb-c/generator/ |
H A D | nanopb_generator.py | 981 def process_file(filename, fdesc, options): function 1065 results = process_file(filename, None, options) 1098 results = process_file(filename, fdesc, options)
|
/external/libselinux/src/ |
H A D | 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/ |
H A D | 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,
|