HomeSort by relevance Sort by last modified time
    Searched defs:m_sourcePath (Results 1 - 6 of 6) sorted by null

  /external/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 67 m_sourcePath = null;
69 m_sourcePath = Files.pathToFiles (path, true); // always canonicalize source path
105 // [m_sourcePath can be null]
136 if ((m_sourcePath == null) || (m_sourcePath.length == 0))
144 for (int p = 0; p < m_sourcePath.length; ++ p)
146 final File f = m_sourcePath [p];
243 if (m_sourcePath != null) srcpathCache = new SourcePathCache (m_sourcePath, true); // ignore non-existent source dirs
321 private File [] m_sourcePath; // can be null/empty for run(
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 135 m_sourcePath = null;
137 m_sourcePath = Files.pathToFiles (path, true); // always canonicalize source path
259 // [m_sourcePath can be null/empty]
286 if ((m_sourcePath == null) || (m_sourcePath.length == 0))
294 for (int p = 0; p < m_sourcePath.length; ++ p)
296 final File f = m_sourcePath [p];
358 if (m_sourcePath != null) srcpathCache = new SourcePathCache (m_sourcePath, true); // ignore non-existent source dirs
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 146 milliseconds