HomeSort by relevance Sort by last modified time
    Searched refs:IsReady (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/p2p/base/
relayport_unittest.cc 118 EXPECT_TRUE_WAIT(relay_port_->IsReady(), kTimeoutMs);
152 EXPECT_FALSE(relay_port_->IsReady());
158 EXPECT_TRUE_WAIT(relay_port_->IsReady(), kMaxTimeoutMs);
190 EXPECT_FALSE(relay_port_->IsReady());
196 EXPECT_TRUE_WAIT(relay_port_->IsReady(), kMaxTimeoutMs);
relayport.h 69 bool IsReady() { return ready_; }
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 81 bool IsReady();
383 bool Engine::IsReady()
464 while( (id = ALooper_pollAll( g_engine.IsReady() ? 0 : -1, NULL, &events, (void**) &source ))
481 if( g_engine.IsReady() )
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 91 bool IsReady();
394 bool Engine::IsReady()
475 while( (id = ALooper_pollAll( g_engine.IsReady() ? 0 : -1, NULL, &events, (void**) &source ))
492 if( g_engine.IsReady() )
  /external/v8/test/cctest/
cctest.h 282 bool IsReady() { return !context_.IsEmpty(); }
test-debug.cc 101 inline bool IsReady() { return !context_.IsEmpty(); }
    [all...]

Completed in 277 milliseconds