Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dcontrol_flow_graph.cc32 SLICER_WEAK_CHECK(state_ == State::Outside); in Finish()
33 SLICER_CHECK(state_ != State::BlockBody); in Finish()
35 state_ = State::Outside; in Finish()
41 case State::Outside: in Visit()
43 state_ = State::BlockBody; in Visit()
45 case State::BlockHeader: in Visit()
46 state_ = State::BlockBody; in Visit()
48 case State::BlockBody: in Visit()
79 case State::Outside: in Visit()
82 case State::BlockBody: in Visit()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandStatus.java20 private final ClusterCommand.State mState;
29 public ClusterCommandStatus(ClusterCommand.State state, String cancelReason) { in ClusterCommandStatus()
34 public ClusterCommand.State getState() { in getState()
DIClusterClient.java102 ClusterCommand.State state = getCommandState(requestId, commandId); in getCommandStatus()
114 public ClusterCommand.State getCommandState(String requestId, String commandId); in getCommandState()
DClusterClient.java216 public ClusterCommand.State getCommandState(String requestId, String commandId) { in getCommandState()
234 return new ClusterCommandStatus(ClusterCommand.State.valueOf(value), cancelReason); in getCommandStatus()
238 return new ClusterCommandStatus(ClusterCommand.State.UNKNOWN, ""); in getCommandStatus()
DClusterCommand.java39 public static enum State { enum in ClusterCommand
DClusterCommandScheduler.java468 if (ClusterCommand.State.CANCELED.equals(commandStatus.getState())) { in run()
484 } else if (ClusterCommand.State.COMPLETED.equals( in run()
/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/connectivity/acts/framework/acts/controllers/sl4a_lib/
Dsl4a_types.py43 State=None): argument
54 State=State)
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Drenderer.h45 struct State { struct
52 struct State state; argument
/tools/netsim/rust/daemon/src/uwb/
Dranging_estimator.rs28 type State = HashMap<Handle, ChipIdentifier>; typedef
31 pub struct SharedState(Arc<Mutex<State>>);
35 SharedState(Arc::new(Mutex::new(State::new()))) in new()
38 fn lock(&self) -> MutexGuard<State> { in lock() argument
/tools/netsim/guide/src/ui/
DREADME.md27 ## Toggling Radio State
29 <br><img src="assets/radio_state.gif" alt="Radio State GIF" width="500" /><br>
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java1518 .thenReturn(new ClusterCommandStatus(ClusterCommand.State.CANCELED, "Reason"));
1547 .thenReturn(new ClusterCommandStatus(ClusterCommand.State.CANCELED, "Reason"));
/tools/metalava/metalava-model-text/src/test/resources/com/android/tools/metalava/model/text/core/api/
D1.12.0-beta01.txt2602 …idx.core.view.MenuProvider, androidx.lifecycle.LifecycleOwner, androidx.lifecycle.Lifecycle.State);
2611 …idx.core.view.MenuProvider, androidx.lifecycle.LifecycleOwner, androidx.lifecycle.Lifecycle.State);