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

  /external/emma/ant/ant14/com/vladium/emma/ant/
StringValue.java 51 m_task = task;
55 protected final Task m_task; field in class:StringValue
GenericCfg.java 45 m_task = task;
82 throw (BuildException) SuppressableTask.newBuildException (m_task.getTaskName ()
83 + ": property file [" + m_settingsFile.getAbsolutePath () + "] could not be read" , ioe, m_task.getLocation ()).fillInStackTrace ();
116 throw (BuildException) SuppressableTask.newBuildException (m_task.getTaskName ()
117 + ": conflicting settings for property [" + name + "]: [" + value + "]" , m_task.getLocation ()).fillInStackTrace ();
141 private final Task m_task; field in class:GenericCfg
  /external/emma/ant/ant14/com/vladium/emma/instr/
FilterCfg.java 122 m_task = task;
136 final filterElement result = new filterElement (m_task);
168 throw (BuildException) SuppressableTask.newBuildException (m_task.getTaskName ()
169 + ": I/O exception while processing input" , ioe, m_task.getLocation ()).fillInStackTrace ();
189 private final Task m_task; // never null field in class:FilterCfg
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 120 m_task = task;
151 protected final Task m_task; // never null field in class:ReportCfg.Element
239 m_task = task;
326 new Element_TXT (m_task, m_settings));
332 new Element_LCOV (m_task, m_settings));
338 new Element_HTML (m_task, m_settings));
344 new Element_XML (m_task, m_settings));
406 setFailure ((BuildException) SuppressableTask.newBuildException (m_task.getTaskName ()
408 m_task.getLocation ()).fillInStackTrace ());
436 private final Task m_task; field in class:ReportCfg
    [all...]
  /external/emma/lib/
emma_ant.jar 
  /prebuilts/devtools/tools/lib/
emma_ant.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 

Completed in 1058 milliseconds