HomeSort by relevance Sort by last modified time
    Searched refs:pathDir (Results 1 - 12 of 12) sorted by null

  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessor.java 232 protected final File getFullOutDir (final File pathDir, final boolean isClass)
236 return pathDir;
249 protected final File getFullOutFile (final File pathDir, final File file, final boolean isClass)
251 return Files.newFile (getFullOutDir (pathDir, isClass), file.getPath ());
InstrProcessorST.java 387 public final void handleDirStart (final File pathDir, final File dir)
390 if (log.atTRACE2 ()) log.trace2 ("handleDirStart", "[" + pathDir + "] [" + dir + "]");
397 final File saveDir = new File (getFullOutDir (pathDir, IN_CLASSES), dir.getPath ());
402 public final void handleFile (final File pathDir, final File file)
405 if (log.atTRACE2 ()) log.trace2 ("handleFile", "[" + pathDir + "] [" + file + "]");
435 final File inFile = Files.newFile (pathDir, file.getPath ());
436 final File fullOutFile = getFullOutFile (pathDir, file, IN_CLASSES);
553 final File inFile = Files.newFile (pathDir, file.getPath ());
560 final File outFile = getFullOutFile (pathDir, file, IN_CLASSES);
572 public final void handleDirEnd (final File pathDir, final File dir
    [all...]
  /test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
VtsPythonVirtualenvPreparer.java 184 File pathDir = new File(path);
185 if (!pathDir.exists() || !pathDir.isDirectory()) {
186 CLog.i("Directory %s does not exist.", pathDir);
200 String[] pathDirList = pathDir.list();
202 CLog.i("Failed to read dir: %s. Please check access permission.", pathDir);
207 "Failed to read dir %s with SecurityException %s", pathDir, e));
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 179 public void handleDirStart (final File pathDir, final File dir)
184 public void handleFile (final File pathDir, final File file)
186 if (m_log.atTRACE2 ()) m_log.trace2 ("handleFile", "[" + pathDir + "] [" + file + "]");
201 final File inFile = Files.newFile (pathDir, file.getPath ());
273 public void handleDirEnd (final File pathDir, final File dir)
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 42 void handleDirStart (File pathDir, File dir); // not generated for path dirs themselves
43 void handleFile (File pathDir, File file);
44 void handleDirEnd (File pathDir, File dir);
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py 79 for pathDir in os.environ['PATH'].split(os.path.pathsep):
81 if os.path.exists(os.path.join(pathDir, tool + ext)):
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 236 milliseconds