Home
last modified time | relevance | path

Searched refs:State (Results 1 – 10 of 10) sorted by relevance

/tools/dexter/slicer/
Dcontrol_flow_graph.cc33 SLICER_WEAK_CHECK(state_ == State::Outside); in Finish()
34 SLICER_CHECK(state_ != State::BlockBody); in Finish()
36 state_ = State::Outside; in Finish()
42 case State::Outside: in Visit()
44 state_ = State::BlockBody; in Visit()
46 case State::BlockHeader: in Visit()
47 state_ = State::BlockBody; in Visit()
49 case State::BlockBody: in Visit()
80 case State::Outside: in Visit()
83 case State::BlockBody: in Visit()
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Dsl4a_types.py43 State=None): argument
54 State=State)
/tools/dexter/slicer/export/slicer/
Dcontrol_flow_graph.h39 enum class State { Outside, BlockHeader, BlockBody }; enum
47 assert(state_ == State::Outside); in ~BasicBlocksVisitor()
81 State state_ = State::Outside;
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Drenderer.h45 struct State { struct
52 struct State state; argument
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterClient.java216 public ClusterCommand.State getCommandState(String requestId, String commandId) { in getCommandState()
227 return ClusterCommand.State.valueOf(value); in getCommandState()
231 return ClusterCommand.State.UNKNOWN; in getCommandState()
DClusterCommand.java39 public static enum State { enum in ClusterCommand
DClusterCommandScheduler.java385 ClusterCommand.State status = in run()
390 if (ClusterCommand.State.CANCELED.equals(status)) { in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java1492 Thread.State waiterState = waiter.getState(); in testUnlimitedFlashLimit()
1494 waiter.isAlive() || Thread.State.TERMINATED.equals(waiterState)); in testUnlimitedFlashLimit()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java1425 .thenReturn(ClusterCommand.State.CANCELED);
1454 .thenReturn(ClusterCommand.State.CANCELED);
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...