HomeSort by relevance Sort by last modified time
    Searched refs:State (Results 176 - 200 of 3236) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
VariableFormat.h 33 UINT8 State;
40 UINT8 State;
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
SnpStart.c 23 Changes the state of a network interface from "stopped" to "started".
29 state.
54 if (Dev->Snm.State != EfiSimpleNetworkStopped) {
58 Dev->Snm.State = EfiSimpleNetworkStarted;
SnpStop.c 23 Changes the state of a network interface from "started" to "stopped".
29 state.
55 if (Dev->Snm.State != EfiSimpleNetworkStarted) {
59 Dev->Snm.State = EfiSimpleNetworkStopped;
  /external/google-benchmark/test/
templated_fixture_test.cc 15 BENCHMARK_TEMPLATE_F(MyFixture, Foo, int)(benchmark::State &st) {
21 BENCHMARK_TEMPLATE_DEFINE_F(MyFixture, Bar, double)(benchmark::State& st) {
basic_test.cc 6 void BM_empty(benchmark::State& state) {
7 for (auto _ : state) {
8 benchmark::DoNotOptimize(state.iterations());
14 void BM_spin_empty(benchmark::State& state) {
15 for (auto _ : state) {
16 for (int x = 0; x < state.range(0); ++x) {
24 void BM_spin_pause_before(benchmark::State& state) {
    [all...]
  /external/libcxx/utils/google-benchmark/test/
templated_fixture_test.cc 15 BENCHMARK_TEMPLATE_F(MyFixture, Foo, int)(benchmark::State &st) {
21 BENCHMARK_TEMPLATE_DEFINE_F(MyFixture, Bar, double)(benchmark::State& st) {
basic_test.cc 6 void BM_empty(benchmark::State& state) {
7 for (auto _ : state) {
8 benchmark::DoNotOptimize(state.iterations());
14 void BM_spin_empty(benchmark::State& state) {
15 for (auto _ : state) {
16 for (int x = 0; x < state.range(0); ++x) {
24 void BM_spin_pause_before(benchmark::State& state) {
    [all...]
  /external/webrtc/talk/session/media/
rtcpmuxfilter.h 44 // Make the filter active, regardless of the current state.
62 enum State {
72 // When the final answer is set, the state transitions to ST_ACTIVE or
76 // When the final answer is set, the state transitions to ST_ACTIVE or
83 State state_;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
MmiCode.java 31 public enum State {
39 * @return Current state of MmiCode request
41 public State getState();
57 * State becomes CANCELLED unless already COMPLETE or FAILED
Call.java 34 public enum State {
50 public static State
51 stateFromDCState (DriverCall.State dcState) {
53 case ACTIVE: return State.ACTIVE;
54 case HOLDING: return State.HOLDING;
55 case DIALING: return State.DIALING;
56 case ALERTING: return State.ALERTING;
57 case INCOMING: return State.INCOMING;
58 case WAITING: return State.WAITING;
59 default: throw new RuntimeException ("illegal call state:" + dcState)
    [all...]
  /libcore/ojluni/src/main/java/sun/net/
ProgressSource.java 36 public enum State { NEW, CONNECTED, UPDATE, DELETE };
51 private State state; field in class:ProgressSource
76 this.state = State.NEW;
84 state = State.CONNECTED;
94 state = State.DELETE;
138 * Return state
    [all...]
  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateBackgroundWithSurfaceTexture.java 17 package com.android.camera.captureintent.state;
28 import com.android.camera.captureintent.stateful.State;
32 * Represents a state that module is inactive in background but surface texture
35 * Module is in this state when first run dialog is still presented. The module
47 State previousState,
55 State previousState,
70 public Optional<State> processEvent(EventResume eventResume) {
71 return Optional.of((State) StateForegroundWithSurfaceTexture.from(
83 public Optional<State> processEvent(EventOnSurfaceTextureDestroyed event) {
84 return Optional.of((State) StateBackground.from
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
SimpleStreamChecker.cpp 80 ProgramStateRef checkPointerEscape(ProgramStateRef State,
88 /// The state of the checker is a map from tracked stream symbols to their
89 /// state. Let's store it in the ProgramState.
94 ProgramStateRef state; member in class:__anon15401::final
96 StopTrackingCallback(ProgramStateRef st) : state(std::move(st)) {}
97 ProgramStateRef getState() const { return state; }
100 state = state->remove<StreamMap>(sym);
132 ProgramStateRef State = C.getState();
133 State = State->set<StreamMap>(FileDesc, StreamState::getOpened())
    [all...]
GenericTaintChecker.cpp 159 ProgramStateRef State,
161 return (State->isTainted(E, C.getLocationContext()) || isStdin(E, C) ||
163 State->isTainted(getPointedToSymbol(C, E))));
294 ProgramStateRef State = nullptr;
307 State = Rule.process(CE, C);
308 if (!State)
310 C.addTransition(State);
320 State = (this->*evalFunction)(CE, C);
321 if (!State)
323 C.addTransition(State);
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ServiceTest.java 19 import static com.google.common.util.concurrent.Service.State.FAILED;
20 import static com.google.common.util.concurrent.Service.State.NEW;
21 import static com.google.common.util.concurrent.Service.State.RUNNING;
22 import static com.google.common.util.concurrent.Service.State.STARTING;
23 import static com.google.common.util.concurrent.Service.State.STOPPING;
24 import static com.google.common.util.concurrent.Service.State.TERMINATED;
33 /** Assert on the comparison ordering of the State enum since we guarantee it. */
35 // List every valid (direct) state transition.
  /external/swiftshader/src/Renderer/
SetupProcessor.hpp 77 struct State : States
79 State(int i = 0);
81 bool operator==(const State &states) const;
93 State update() const;
94 Routine *routine(const State &state);
101 RoutineCache<State> *routineCache;
  /external/v8/src/heap/
memory-reducer.h 31 // state.
35 // The DONE state means that the MemoryReducer is not active.
36 // The WAIT state means that the MemoryReducer is waiting for mutator allocation
39 // the last GC then transition to the RUN state is forced.
40 // The RUN state means that the MemoryReducer started incremental marking and is
87 struct State {
88 State(Action action, int started_gcs, double next_gc_start_ms,
122 // The step function that computes the next state from the current state and
124 static State Step(const State& state, const Event& event)
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h 96 struct State {
98 State() : numArgs(0), ID(-1), severity(None), file(NULL) {}
99 ~State() {}
119 State& state() { return m_State; } function in class:mcld::DiagnosticEngine
121 const State& state() const { return m_State; } function in class:mcld::DiagnosticEngine
140 State m_State;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
State.java 17 package com.android.gallery3d.filtershow.state;
22 public class State {
27 public State(State state) {
28 this(state.getText(), state.getType());
31 public State(String text) {
35 public State(String text, int type) {
40 public boolean equals(State state)
    [all...]
  /system/update_engine/update_manager/
android_things_policy.h 36 State* state,
44 State* state,
51 State* state,
58 State* state,
65 State* state,
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
BaseFragment.java 31 import androidx.leanback.util.StateMachine.State;
42 * The start state for all
44 final State STATE_START = new State("START", true, false);
47 * Initial State for ENTRNACE transition.
49 final State STATE_ENTRANCE_INIT = new State("ENTRANCE_INIT");
55 final State STATE_ENTRANCE_ON_PREPARED = new State("ENTRANCE_ON_PREPARED", true, false) {
65 * in this State, the process is very different in subclass, e.g. BrowseFragment hide heade
    [all...]
BaseSupportFragment.java 28 import androidx.leanback.util.StateMachine.State;
37 * The start state for all
39 final State STATE_START = new State("START", true, false);
42 * Initial State for ENTRNACE transition.
44 final State STATE_ENTRANCE_INIT = new State("ENTRANCE_INIT");
50 final State STATE_ENTRANCE_ON_PREPARED = new State("ENTRANCE_ON_PREPARED", true, false) {
60 * in this State, the process is very different in subclass, e.g. BrowseSupportFragment hide heade
    [all...]
  /bootable/recovery/edify/include/edify/
expr.h 30 struct State {
31 State(const std::string& script, void* cookie);
73 using Function = Value* (*)(const char* name, State* state,
90 Value* EvaluateValue(State* state, const std::unique_ptr<Expr>& expr);
95 bool Evaluate(State* state, const std::unique_ptr<Expr>& expr, std::string* result);
98 Value* Literal(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv)
    [all...]
  /frameworks/base/core/java/android/net/
NetworkInfo.java 34 * Coarse-grained network state. This is probably what most applications should
39 * <tr><td><b>Detailed state</b></td><td><b>Coarse-grained state</b></td></tr>
55 public enum State {
60 * The fine-grained state of a network connection. This level of detail
62 * {@link android.net.NetworkInfo.State State} instead.
98 private static final EnumMap<DetailedState, State> stateMap =
99 new EnumMap<DetailedState, State>(DetailedState.class);
102 stateMap.put(DetailedState.IDLE, State.DISCONNECTED)
    [all...]
  /bionic/benchmarks/
atomic_benchmark.cpp 48 void BM_atomic_empty(benchmark::State& state) {
49 while (state.KeepRunning()) {
55 static void BM_atomic_load_relaxed(benchmark::State& state) {
57 while (state.KeepRunning()) {
65 static void BM_atomic_load_acquire(benchmark::State& state) {
67 while (state.KeepRunning()) {
75 static void BM_atomic_store_release(benchmark::State& state)
    [all...]

Completed in 481 milliseconds

1 2 3 4 5 6 78 91011>>