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

  /external/deqp/modules/gles3/functional/
es3fSyncTests.cpp 80 deUint64 m_timeout; member in class:deqp::gles3::Functional::FenceSyncCase
95 , m_timeout (timeout)
217 DE_ASSERT(m_timeout == GL_TIMEOUT_IGNORED);
219 glWaitSync(m_syncObject, m_waitFlags, m_timeout);
225 waitValue = glClientWaitSync(m_syncObject, m_waitFlags, m_timeout);
  /external/testng/src/main/java/org/testng/
TestNGAntTask.java 118 private Integer m_timeout; field in class:TestNGAntTask
279 m_timeout= value;
862 if(m_timeout == null) {
866 return new ExecuteWatchdog(m_timeout.longValue());
    [all...]
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 45 milliseconds