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

  /external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java 52 m_dataPath = IConstants.EMPTY_FILE_ARRAY;
54 m_dataPath = Files.pathToFiles (path, true);
85 if (m_dataPath == null)
103 // [assertion: m_dataPath != null]
106 for (int p = 0; p < m_dataPath.length; ++ p)
108 final File f = m_dataPath [p];
139 for (int f = 0; f < m_dataPath.length; ++ f)
141 final File dataFile = m_dataPath [f];
219 for (int f = 0; f < m_dataPath.length; ++ f)
221 final File canonicalDataFile = Files.canonicalizeFile (m_dataPath [f])
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 56 m_dataPath = IConstants.EMPTY_FILE_ARRAY;
58 m_dataPath = Files.pathToFiles (path, true);
102 if (m_dataPath == null)
123 // [assertion: m_dataPath != null]
126 for (int p = 0; p < m_dataPath.length; ++ p)
128 final File f = m_dataPath [p];
170 for (int f = 0; f < m_dataPath.length; ++ f)
172 final File dataFile = m_dataPath [f];
309 m_dataPath = IConstants.EMPTY_FILE_ARRAY;
320 private File [] m_dataPath; // required to be non-null for run(
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 23 milliseconds