Searched defs:handleFile (Results 1 - 5 of 5) sorted by relevance

/external/emma/core/java12/com/vladium/util/
H A DIPathEnumerator.java43 void handleFile (File pathDir, File file); method in interface:IPathEnumerator.IPathHandler
193 handler.handleFile (currentPathDir, child);
/external/emma/core/java12/com/vladium/emma/rt/
H A DClassPathProcessorST.java184 public void handleFile (final File pathDir, final File file) method in class:ClassPathProcessorST
186 if (m_log.atTRACE2 ()) m_log.trace2 ("handleFile", "[" + pathDir + "] [" + file + "]");
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java402 public final void handleFile (final File pathDir, final File file) method in class:InstrProcessorST
405 if (log.atTRACE2 ()) log.trace2 ("handleFile", "[" + pathDir + "] [" + file + "]");
/external/icu4c/tools/tzcode/
H A Dtz2icu.cpp536 void handleFile(string path, string id) { function
598 * Recursively scan the given directory, calling handleFile() for each
625 handleFile(path, id);
676 // handleFile(path, id);
689 handleFile(subfiles[i], subfiles[i+1]);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 158 milliseconds