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

1 2

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
filereader_unittest.py 82 self._file_reader.process_file('does_not_exist.txt')
94 self._file_reader.process_file(temp_dir)
113 self._file_reader.process_file(file_path)
119 self._file_reader.process_file(file_path)
126 self._file_reader.process_file(file_path=file_path, test_kwarg='foo')
133 self._file_reader.process_file(file_path=file_path, test_kwarg='foo')
patchreader.py 71 self._text_file_reader.process_file(file_path=path, line_numbers=None)
83 self._text_file_reader.process_file(file_path=path, line_numbers=line_numbers)
filereader.py 99 def process_file(self, file_path, **kwargs): member in class:TextFileReader
138 self.process_file(file_path)
145 self.process_file(path)
patchreader_unittest.py 50 def process_file(self, file_path, line_numbers): member in class:PatchReaderTest.MockTextFileReader
  /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 149 def process_file(fn): function
151 print "process_file: " + fn
308 process_file(AUTO_FILE)
311 process_file(argv[1])
  /external/elfutils/libdwfl/
offline.c 126 process_file (Dwfl *dwfl, const char *name, const char *file_name, int fd, function
243 *mod = process_file (dwfl, name, member_name, fd, member, predicate);
247 if (*mod == NULL) /* process_file called elf_end. */
292 Dwfl_Module *mod = process_file (dwfl, name, file_name, fd, elf, predicate);
ChangeLog 206 to process_file. Return Elf_Cmd, not bool.
321 * offline.c (process_file): Take new arg PREDICATE, pass it down.
330 (process_elf, process_file): New functions, broken out of ...
331 (dwfl_report_offline): ... here. Call process_file, which recurses on
    [all...]
  /external/elfutils/tests/
run-allfcts.sh 42 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:217:process_file
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
make_token_matcher_unittest.py 33 from make_token_matcher import BadInput, CaseLineProcessor, MainLineProcessor, Optimizer, process_file, SwitchCase, SwitchLineProcessor namespace
226 process_file(input_file.name, generated_file.name)
make_token_matcher.py 220 def process_file(input_name, output_name): function
231 process_file(sys.argv[1], sys.argv[2])
  /external/qemu/
gen-charmap.py 132 def process_file( file ): function
176 result = process_file( filepath )
  /external/elfutils/src/
findtextrel.c 95 static int process_file (const char *fname, bool more_than_one);
148 result = process_file ("a.out", false);
155 result |= process_file (argv[remaining], more_than_one);
206 process_file (const char *fname, bool more_than_one) function
ChangeLog 13 * readelf.c (count_dwflmod, process_file): Don't presume encoding of
312 * readelf.c (process_file): Set offline_next_address to 0 at start.
315 (process_file): Update caller; dup FD for passing to libdwfl.
351 (process_file): Call it. Change signature to take only fd and name.
354 (main): Update caller. Let process_file do elf_begin.
452 (process_file): Take new arg WILL_PRINT_ARCHIVE_INDEX.
753 * strip.c (process_file): Disallow -f on archives.
    [all...]
objdump.c 93 static int process_file (const char *fname, bool more_than_one);
161 result = process_file ("a.out", false);
168 result |= process_file (argv[remaining], more_than_one);
251 process_file (const char *fname, bool more_than_one) function
size.c 105 static int process_file (const char *fname);
197 result = process_file ("a.out");
201 result |= process_file (argv[remaining]);
296 process_file (const char *fname) function
nm.c 124 static int process_file (const char *fname, bool more_than_one);
233 result = process_file ("a.out", false);
240 result |= process_file (argv[remaining], more_than_one);
357 process_file (const char *fname, bool more_than_one) function
    [all...]
strip.c 109 static int process_file (const char *fname);
178 result = process_file ("a.out");
190 result |= process_file (argv[remaining]);
285 process_file (const char *fname) function
    [all...]
  /external/chromium_org/build/
sanitize-png-files.sh 264 # Usage: process_file <file>
265 function process_file { function
283 process_file $file
  /bionic/libc/tools/
gensyscalls.py 274 def process_file(self,input): member in class:State
454 state.process_file(bionic_libc_root+"SYSCALLS.TXT")
  /external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl 50 sub process_file($$$);
363 process_file($trunc_dir, $rel_dir, $filename);
383 # process_file(trunc_dir, rel_dir, filename)
386 sub process_file($$$) subroutine
  /external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
genflat.pl 50 sub process_file($$$);
363 process_file($trunc_dir, $rel_dir, $filename);
383 # process_file(trunc_dir, rel_dir, filename)
386 sub process_file($$$) subroutine
  /external/chromium_org/third_party/lcov/bin/
genhtml 117 sub process_file($$$);
808 $testfncdata) = process_file($trunc_dir, $rel_dir, $filename);
946 # process_file(trunc_dir, rel_dir, filename)
949 sub process_file($$$) subroutine
    [all...]

Completed in 1787 milliseconds

1 2