Searched defs:m_outDir (Results 1 - 6 of 6) sorted by relevance

/external/emma/ant/ant14/com/vladium/emma/instr/
H A DinstrTask.java60 if ((m_outMode != InstrProcessor.OutMode.OUT_MODE_OVERWRITE) && (m_outDir == null))
72 processor.setInstrOutDir (m_outDir != null ? m_outDir.getAbsolutePath () : null);
110 if (m_outDir != null)
114 m_outDir = dir;
119 if (m_outDir != null)
123 m_outDir = dir;
176 private File m_outDir; field in class:instrTask
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessor.java117 m_outDir = null;
124 m_outDir = _outDir;
163 if (m_outDir == null)
175 $assert.ASSERT (m_outDir != null, "m_outDir = null");
179 final File canonicalOutDir = Files.canonicalizeFile (m_outDir);
194 // FR_SF988785: detect if the user attempted to use a parent of m_outDir as one of
240 return m_outDir;
244 return isClass ? Files.newFile (m_outDir, CLASSES) : Files.newFile (m_outDir, LI
262 protected File m_outDir; // required to be non-null for run(), unless output mode is 'overwrite' field in class:InstrProcessor
[all...]
/external/emma/core/java12/com/vladium/emma/report/
H A DReportProperties.java57 m_outDir = outDir;
62 return m_outDir;
166 $assert.ASSERT (m_outDir != null || m_outFile != null, "either m_outDir or m_outFile must be set");
175 private File m_outDir; field in class:ReportProperties.ParsedProperties
/external/emma/lib/
H A Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ...
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 114 milliseconds