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

  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 141 State CurrentState() {
184 EXPECT_EQ(INIT_NOT_STARTED, CurrentState());
186 EXPECT_EQ(INIT_DONE, CurrentState());
190 EXPECT_EQ(INIT_DONE, CurrentState());
199 EXPECT_EQ(INIT_NOT_STARTED, CurrentState());
201 EXPECT_EQ(INIT_DONE, CurrentState());
210 EXPECT_EQ(INIT_NOT_STARTED, CurrentState());
217 EXPECT_EQ(INIT_DONE, CurrentState());
227 EXPECT_EQ(INIT_NOT_STARTED, CurrentState());
242 EXPECT_EQ(INIT_STARTED, CurrentState());
    [all...]
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
LayoutTestsExecutor.java 63 private enum CurrentState {
70 return this == CurrentState.RENDERING_PAGE ||
71 this == CurrentState.WAITING_FOR_ASYNCHRONOUS_TEST;
101 private CurrentState mCurrentState = CurrentState.IDLE;
164 if (mCurrentState == CurrentState.RENDERING_PAGE) {
438 assert mCurrentState == CurrentState.IDLE : "mCurrentState = " + mCurrentState.name();
455 mCurrentState = CurrentState.RENDERING_PAGE;
493 mCurrentState = CurrentState.OBTAINING_RESULT;
503 assert mCurrentState == CurrentState.OBTAINING_RESUL
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 456 const ProgramState *CurrentState = N->getState();
462 if (CurrentState->getGDM().getRoot() ==
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h 392 struct _riva_hw_state *CurrentState;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 520 OMX_STATETYPE CurrentState;
527 error = pComponent->GetState(pHandle, &CurrentState);
528 if(error || CurrentState == DesiredState) {
    [all...]

Completed in 215 milliseconds