HomeSort by relevance Sort by last modified time
    Searched refs:CurrentState (Results 1 - 7 of 7) 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...]
  /external/llvm/lib/CodeGen/
DFAPacketizer.cpp 36 InstrItins(I), CurrentState(0), DFAStateInputTable(SIT),
70 UnsignPair StateTrans = UnsignPair(CurrentState, FuncUnits);
71 ReadTable(CurrentState);
82 UnsignPair StateTrans = UnsignPair(CurrentState, FuncUnits);
83 ReadTable(CurrentState);
85 CurrentState = CachedTable[StateTrans];
  /external/llvm/include/llvm/CodeGen/
DFAPacketizer.h 47 int CurrentState;
63 CurrentState = 0;
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
LayoutTestsExecutor.java 65 private enum CurrentState {
72 return this == CurrentState.RENDERING_PAGE ||
73 this == CurrentState.WAITING_FOR_ASYNCHRONOUS_TEST;
103 private CurrentState mCurrentState = CurrentState.IDLE;
163 if (mCurrentState == CurrentState.RENDERING_PAGE) {
432 assert mCurrentState == CurrentState.IDLE : "mCurrentState = " + mCurrentState.name();
449 mCurrentState = CurrentState.RENDERING_PAGE;
487 mCurrentState = CurrentState.OBTAINING_RESULT;
497 assert mCurrentState == CurrentState.OBTAINING_RESUL
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]

Completed in 148 milliseconds