Searched refs:m_parallel (Results 1 – 3 of 3) sorted by relevance
16 private boolean m_parallel; field in DataProviderAnnotation20 return m_parallel; in isParallel()25 m_parallel = parallel; in setParallel()
41 private XmlSuite.ParallelMode m_parallel; field in XmlTest388 m_parallel = parallel; in setParallel()393 if (null != m_parallel || XmlSuite.DEFAULT_PARALLEL.equals(m_parallel)) { in getParallel()394 result = m_parallel; in getParallel()464 if (m_parallel != null) { in toXml()465 … XmlUtils.setProperty(p, "parallel", m_parallel.toString(), XmlSuite.DEFAULT_PARALLEL.toString()); in toXml()749 + ((m_parallel == null) ? 0 : m_parallel.hashCode()); in hashCode()819 if (m_parallel == null) { in equals()820 if (other.m_parallel != null) in equals()822 } else if (!m_parallel.equals(other.m_parallel)) in equals()
68 private ParallelMode m_parallel = DEFAULT_PARALLEL; field in XmlSuite164 return m_parallel; in getParallel()202 m_parallel = DEFAULT_PARALLEL; in setParallel()204 m_parallel = parallel; in setParallel()776 + ((m_parallel == null) ? 0 : m_parallel.hashCode()); in hashCode()875 if (m_parallel == null) { in equals()876 if (other.m_parallel != null) { in equals()879 } else if (!m_parallel.equals(other.m_parallel)) { in equals()