Searched refs:process_file (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/style/
H A Dfilereader_unittest.py92 self._file_reader.process_file('does_not_exist.txt')
104 self._file_reader.process_file(temp_dir)
124 self._file_reader.process_file(file_path)
130 self._file_reader.process_file(file_path)
137 self._file_reader.process_file(file_path=file_path, test_kwarg='foo')
144 self._file_reader.process_file(file_path=file_path, test_kwarg='foo')
H A Dfilereader.py96 def process_file(self, file_path, **kwargs): member in class:TextFileReader
140 self.process_file(file_path)
153 self.process_file(path)
H A Dpatchreader.py66 self._text_file_reader.process_file(file_path=path, line_numbers=line_numbers)
H A Dpatchreader_unittest.py51 def process_file(self, file_path, line_numbers): member in class:PatchReaderTest.MockTextFileReader
/external/elfutils/tests/
H A Drun-allfcts.sh42 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:217:process_file
/external/qemu/
H A Dgen-charmap.py132 def process_file( file ): function
176 result = process_file( filepath )
/external/webkit/Tools/Scripts/
H A Dcheck-inspector-strings78 def process_file(self, file_path): member in class:LocalizedStringsExtractor
106 localized_strings_extractor.process_file(_localized_strings)
/external/elfutils/libdwfl/
H A Doffline.c126 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);
/external/elfutils/src/
H A Dfindtextrel.c95 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
H A Dsize.c105 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
H A Dnm.c124 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
H A Dobjdump.c93 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
H A Dstrip.c109 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
H A Delflint.c99 static void process_file (int fd, Elf *elf, const char *prefix,
180 process_file (fd, elf, NULL, NULL, argv[remaining], st.st_size,
251 process_file (int fd, Elf *elf, const char *prefix, const char *suffix, function
296 process_file (fd, subelf, new_prefix, new_suffix,
H A Dreadelf.c204 static void process_file (int fd, const char *fname, bool only_one);
260 process_file (fd, argv[remaining], only_one);
513 process_file (int fd, const char *fname, bool only_one) function

Completed in 448 milliseconds