Searched refs:m_task (Results 1 – 4 of 4) sorted by relevance
45 m_task = task; in GenericCfg()82 throw (BuildException) SuppressableTask.newBuildException (m_task.getTaskName () in getFileSettings()83 …le [" + m_settingsFile.getAbsolutePath () + "] could not be read" , ioe, m_task.getLocation ()).fi… in getFileSettings()116 … throw (BuildException) SuppressableTask.newBuildException (m_task.getTaskName () in getGenericSettings()117 … ": conflicting settings for property [" + name + "]: [" + value + "]" , m_task.getLocation ()).fi… in getGenericSettings()141 private final Task m_task; field in GenericCfg
51 m_task = task; in StringValue()55 protected final Task m_task; field in StringValue
120 m_task = task; in Element()151 protected final Task m_task; // never null field in ReportCfg.Element239 m_task = task; in ReportCfg()326 new Element_TXT (m_task, m_settings)); in createTxt()332 new Element_LCOV (m_task, m_settings)); in createLcov()338 new Element_HTML (m_task, m_settings)); in createHtml()344 new Element_XML (m_task, m_settings)); in createXml()406 setFailure ((BuildException) SuppressableTask.newBuildException (m_task.getTaskName () in addCfgElement()408 m_task.getLocation ()).fillInStackTrace ()); in addCfgElement()436 private final Task m_task; field in ReportCfg
122 m_task = task; in FilterCfg()136 final filterElement result = new filterElement (m_task); in createFilter()168 throw (BuildException) SuppressableTask.newBuildException (m_task.getTaskName () in getFilterSpecs()169 … + ": I/O exception while processing input" , ioe, m_task.getLocation ()).fillInStackTrace (); in getFilterSpecs()189 private final Task m_task; // never null field in FilterCfg