Searched refs:m_timeOut (Results 1 – 4 of 4) sorted by relevance
16 private long m_timeOut = 0; field in TestOrConfiguration87 m_timeOut = timeOut; in setTimeOut()92 return m_timeOut; in getTimeOut()
47 private String m_timeOut; field in XmlTest405 if (null != m_timeOut) { in getTimeOut()406 result = m_timeOut; in getTimeOut()425 m_timeOut = Long.toString(timeOut); in setTimeOut()429 m_timeOut = timeOut; in setTimeOut()470 if (null != m_timeOut) { in toXml()471 p.setProperty("time-out", m_timeOut.toString()); in toXml()759 result = prime * result + ((m_timeOut == null) ? 0 : m_timeOut.hashCode()); in hashCode()842 if (m_timeOut == null) { in equals()843 if (other.m_timeOut != null) in equals()[all …]
122 private String m_timeOut; field in XmlSuite658 m_timeOut = timeOut; in setTimeOut()666 return m_timeOut; in getTimeOut()679 if (m_timeOut != null) { in getTimeOut()680 result = Long.parseLong(m_timeOut); in getTimeOut()791 + ((m_timeOut == null) ? 0 : m_timeOut.hashCode()); in hashCode()917 if (m_timeOut == null) { in equals()918 if (other.m_timeOut != null) in equals()920 } else if (!m_timeOut.equals(other.m_timeOut)) in equals()
66 private long m_timeOut = 0; field in BaseTestMethod313 long result = m_timeOut != 0 ? m_timeOut : (m_xmlTest != null ? m_xmlTest.getTimeOut(0) : 0); in getTimeOut()319 m_timeOut = timeOut; in setTimeOut()