Searched refs:m_instrpath (Results 1 - 5 of 5) sorted by relevance

/external/emma/ant/ant14/com/vladium/emma/instr/
H A DinstrTask.java56 if (m_instrpath == null)
66 $assert.ASSERT (m_instrpath != null, "m_instrpath not set");
67 processor.setInstrPath (m_instrpath.list (), true); // TODO: an option to set 'canonical'?
86 if (m_instrpath == null)
87 m_instrpath = path;
89 m_instrpath.append (path);
99 if (m_instrpath == null)
100 m_instrpath = new Path (project);
102 return m_instrpath
174 private Path m_instrpath; field in class:instrTask
[all...]
/external/emma/core/java12/com/vladium/emma/instr/
H A DinstrCommand.java88 m_instrpath = getListOptValue (opt, PATH_DELIMITERS, true);
154 processor.setInstrPath (m_instrpath, true); // TODO: an option to set 'canonical'?
203 private String [] m_instrpath; field in class:instrCommand
/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 425 milliseconds