HomeSort by relevance Sort by last modified time
    Searched full:srcpathcache (Results 1 - 3 of 3) sorted by null

  /external/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 242 SourcePathCache srcpathCache = null;
243 if (m_sourcePath != null) srcpathCache = new SourcePathCache (m_sourcePath, true); // ignore non-existent source dirs
254 generator.process (mdata, cdata, srcpathCache, toolProperties);
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 357 SourcePathCache srcpathCache = null;
358 if (m_sourcePath != null) srcpathCache = new SourcePathCache (m_sourcePath, true); // ignore non-existent source dirs
366 runnerExitHook = new AppRunnerExitHook (log, m_dumpSessionData, sdataOutFile, sdataOutMerge.booleanValue (), mdata, cdata, m_reportGenerators, srcpathCache, toolProperties);
402 srcpathCache = null;
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 85 milliseconds