Searched refs:State (Results 1 – 13 of 13) sorted by relevance
/tools/dexter/slicer/ |
D | control_flow_graph.cc | 32 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/ |
D | ClusterCommandStatus.java | 20 private final ClusterCommand.State mState; 29 public ClusterCommandStatus(ClusterCommand.State state, String cancelReason) { in ClusterCommandStatus() 34 public ClusterCommand.State getState() { in getState()
|
D | IClusterClient.java | 102 ClusterCommand.State state = getCommandState(requestId, commandId); in getCommandStatus() 114 public ClusterCommand.State getCommandState(String requestId, String commandId); in getCommandState()
|
D | ClusterClient.java | 216 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()
|
D | ClusterCommand.java | 39 public static enum State { enum in ClusterCommand
|
D | ClusterCommandScheduler.java | 468 if (ClusterCommand.State.CANCELED.equals(commandStatus.getState())) { in run() 484 } else if (ClusterCommand.State.COMPLETED.equals( in run()
|
/tools/dexter/slicer/export/slicer/ |
D | control_flow_graph.h | 39 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/ |
D | sl4a_types.py | 43 State=None): argument 54 State=State)
|
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
D | renderer.h | 45 struct State { struct 52 struct State state; argument
|
/tools/netsim/rust/daemon/src/uwb/ |
D | ranging_estimator.rs | 28 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/ |
D | README.md | 27 ## 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/ |
D | ClusterCommandSchedulerTest.java | 1518 .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/ |
D | 1.12.0-beta01.txt | 2602 …idx.core.view.MenuProvider, androidx.lifecycle.LifecycleOwner, androidx.lifecycle.Lifecycle.State); 2611 …idx.core.view.MenuProvider, androidx.lifecycle.LifecycleOwner, androidx.lifecycle.Lifecycle.State);
|