Home
last modified time | relevance | path

Searched defs:handleFile (Results 1 – 11 of 11) sorted by relevance

/external/apache-commons-io/src/test/java/org/apache/commons/io/
DDirectoryWalkerTest.java85 …protected void handleFile(final File file, final int depth, final Collection<File> results) throws… in handleFile() method in DirectoryWalkerTest.TestCancelWalker
141 … protected void handleFile(final File file, final int depth, final Collection<File> results) { in handleFile() method in DirectoryWalkerTest.TestFileFinder
168 … protected void handleFile(final File file, final int depth, final Collection<String> results) { in handleFile() method in DirectoryWalkerTest.TestFileFinderString
215 …protected void handleFile(final File file, final int depth, final Collection<File> results) throws… in handleFile() method in DirectoryWalkerTest.TestMultiThreadCancelWalker
DDirectoryWalkerTestCaseJava4.java94 …protected void handleFile(final File file, final int depth, final Collection results) throws IOExc… in handleFile() method in DirectoryWalkerTestCaseJava4.TestCancelWalker
158 protected void handleFile(final File file, final int depth, final Collection results) { in handleFile() method in DirectoryWalkerTestCaseJava4.TestFileFinder
213 …protected void handleFile(final File file, final int depth, final Collection results) throws IOExc… in handleFile() method in DirectoryWalkerTestCaseJava4.TestMultiThreadCancelWalker
DFileUtilsTest.java115 …protected void handleFile(final File file, final int depth, final Collection<File> results) throws… in handleFile() method in FileUtilsTest.ListDirectoryWalker
/external/emma/core/java12/com/vladium/emma/rt/
DClassPathProcessorST.java184 public void handleFile (final File pathDir, final File file) in handleFile() method in ClassPathProcessorST
/external/apache-commons-io/src/main/java/org/apache/commons/io/
DDirectoryWalker.java523 …protected void handleFile(final File file, final int depth, final Collection<T> results) throws IO… in handleFile() method in DirectoryWalker
/external/emma/core/java12/com/vladium/util/
DIPathEnumerator.java43 void handleFile (File pathDir, File file); in handleFile() method
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessorST.java402 public final void handleFile (final File pathDir, final File file) in handleFile() method in InstrProcessorST
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
DFileUtilities.java595 public static void handleFile(String filename, LineHandler handler) throws IOException { in handleFile() method in FileUtilities
/external/cronet/third_party/icu/source/tools/tzcode/
Dtz2icu.cpp537 void handleFile(string path, string id) { in handleFile() function
/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp537 void handleFile(string path, string id) { in handleFile() function
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCldrUtility.java1484 public static void handleFile(String filename, LineHandler handler) throws IOException { in handleFile() method in CldrUtility