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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
FileSystem.h 775 /// Platform-specific mapping state.
856 /// Keeps state for the directory_iterator.
872 std::shared_ptr<detail::DirIterState> State;
879 State = std::make_shared<detail::DirIterState>();
882 *State, path.toStringRef(path_storage), FollowSymlinks);
888 State = std::make_shared<detail::DirIterState>();
890 detail::directory_iterator_construct(*State, de.path(), FollowSymlinks);
898 ec = directory_iterator_increment(*State);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
FileSystem.h 775 /// Platform-specific mapping state.
856 /// Keeps state for the directory_iterator.
872 std::shared_ptr<detail::DirIterState> State;
879 State = std::make_shared<detail::DirIterState>();
882 *State, path.toStringRef(path_storage), FollowSymlinks);
888 State = std::make_shared<detail::DirIterState>();
890 detail::directory_iterator_construct(*State, de.path(), FollowSymlinks);
898 ec = directory_iterator_increment(*State);
    [all...]
  /bionic/benchmarks/
stdio_benchmark.cpp 38 void ReadWriteTest(benchmark::State& state, Fn f, bool buffered) {
39 size_t chunk_size = state.range(0);
49 while (state.KeepRunning()) {
55 state.SetBytesProcessed(int64_t(state.iterations()) * int64_t(chunk_size));
60 void BM_stdio_fread(benchmark::State& state) {
61 ReadWriteTest(state, fread, true);
65 void BM_stdio_fwrite(benchmark::State& state)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp 82 /*ProgramStateRef State = C.getState();
83 RegionStateTy RegionStates = State->get<RegionState>();
87 State = State->remove<RegionState>(I->first);
89 C.addTransition(State);*/
110 ProgramStateRef State = C.getState();
111 SVal S = State->getSVal(Region);
132 ProgramStateRef State = C.getState();
133 if (const AllocKind *Kind = State->get<RegionState>(Region)) {
157 ProgramStateRef State = C.getState()
    [all...]
TaintTesterChecker.cpp 46 ProgramStateRef State = C.getState();
47 if (!State)
50 if (State->isTainted(E, C.getLocationContext())) {
MacOSKeychainAPIChecker.cpp 35 /// AllocationState is a part of the checker specific state together with the
109 /// Check if RetSym evaluates to an error value in the current state.
111 ProgramStateRef State,
115 /// Check if RetSym evaluates to a NoErr value in the current state.
117 ProgramStateRef State,
119 return definitelyReturnedError(RetSym, State, Builder, true);
212 ProgramStateRef State = C.getState();
213 SVal ArgV = State->getSVal(Expr, C.getLocationContext());
217 SymbolRef sym = SM.getBinding(State->getStore(), *X).getAsLocSymbol();
231 ProgramStateRef State,
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractIdleServiceTest.java 39 // Functional tests using real thread. We only verify publicly visible state.
52 assertEquals(Service.State.RUNNING, service.state());
54 assertEquals(Service.State.TERMINATED, service.state());
70 assertEquals(Service.State.FAILED, service.state());
87 assertEquals(Service.State.FAILED, service.state());
96 assertEquals(Service.State.RUNNING, service.state())
212 transitionStates.add(state()); method
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
Transition.java 30 /** A generic transition between any two state machine states. It defines
33 * This is a one way link. It emanates from a state (usually via a list of
42 public State target;
44 public Transition(Label label, State target) {
49 public Transition(int label, State target) {
  /external/libcxx/benchmarks/
util_smartptr.bench.cpp 14 static void BM_SharedPtrCreateDestroy(benchmark::State& st) {
22 static void BM_SharedPtrIncDecRef(benchmark::State& st) {
32 static void BM_WeakPtrIncDecRef(benchmark::State& st) {
  /external/llvm/lib/Object/
RecordStreamer.h 18 enum State { NeverSeen, Global, GlobalWeak, Defined, DefinedGlobal, Used };
21 StringMap<State> Symbols;
28 typedef StringMap<State>::const_iterator const_iterator;
  /external/pdfium/core/fpdfapi/parser/
cpdf_cross_ref_avail.h 28 enum class State {
50 State current_state_ = State::kCrossRefCheck;
  /external/webrtc/webrtc/libjingle/xmpp/
xmpppump.h 29 virtual void OnStateChange(buzz::XmppEngine::State state) = 0;
43 void OnStateChange(buzz::XmppEngine::State state);
55 buzz::XmppEngine::State state_;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozePauser.java 25 * Moves the doze machine from the pausing to the paused state after a timeout.
41 public void transitionTo(DozeMachine.State oldState, DozeMachine.State newState) {
54 mMachine.requestState(DozeMachine.State.DOZE_AOD_PAUSED);
  /libcore/ojluni/src/main/java/sun/net/
ProgressEvent.java 48 private ProgressSource.State state; field in class:ProgressEvent
53 public ProgressEvent(ProgressSource source, URL url, String method, String contentType, ProgressSource.State state, long progress, long expected) {
60 this.state = state;
103 * Return state.
105 public ProgressSource.State getState() {
106 return state;
110 return getClass().getName() + "[url=" + url + ", method=" + method + ", state=" + stat
    [all...]
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
SortController_TabletLayoutTest.java 22 import com.android.documentsui.base.State;
50 mController.onViewModeChanged(State.MODE_GRID);
57 mController.onViewModeChanged(State.MODE_LIST);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/benchmarks/
util_smartptr.bench.cpp 14 static void BM_SharedPtrCreateDestroy(benchmark::State& st) {
22 static void BM_SharedPtrIncDecRef(benchmark::State& st) {
32 static void BM_WeakPtrIncDecRef(benchmark::State& st) {
  /tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
sl4a_types.py 43 State=None):
54 State=State)
  /external/deqp/framework/common/
tcuTestHierarchyIterator.hpp 82 * Iterator signals current state with getState(), which initally, and after
113 enum State
122 State getState (void) const;
132 enum State
156 State getState (void) const
161 void setState (State newState)
181 State m_state;
195 // Current session state.
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractService.java 22 import static com.google.common.util.concurrent.Service.State.FAILED;
23 import static com.google.common.util.concurrent.Service.State.NEW;
24 import static com.google.common.util.concurrent.Service.State.RUNNING;
25 import static com.google.common.util.concurrent.Service.State.STARTING;
26 import static com.google.common.util.concurrent.Service.State.STOPPING;
27 import static com.google.common.util.concurrent.Service.State.TERMINATED;
32 import com.google.common.util.concurrent.Service.State; // javadoc needs this
81 private static Callback<Listener> terminatedCallback(final State from) {
89 private static Callback<Listener> stoppingCallback(final State from) {
101 return state() == NEW
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/comments/
CommentsParser.java 33 private enum State {
56 State state = State.CODE; local
74 switch (state) {
80 state = State.IN_LINE_COMMENT;
86 state = State.IN_BLOCK_COMMENT;
89 state = State.IN_STRING
    [all...]
  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateForegroundWithSurfaceTexture.java 17 package com.android.camera.captureintent.state;
22 import com.android.camera.captureintent.stateful.State;
32 * Represents a state that the surface texture is available to the module.
40 State previousState,
50 State previousState,
61 public Optional<State> onEnter() {
73 return Optional.of((State) StateOpeningCamera.from(this, mResourceConstructed,
76 return Optional.of((State) StateFatal.from(this, mResourceConstructed));
  /packages/apps/Camera2/src/com/android/camera/captureintent/stateful/
StateMachineImpl.java 31 /** The current state. */
32 private State mState;
37 /** The condition to synchronize state changed event. */
47 * Jumps directly to a specific state.
49 * @param newState The new state.
51 public void jumpToState(@Nonnull State newState) {
55 Log.d(TAG, "No op since jump to the same state.");
57 // While changing to a particular state, execute its onEnter() hook
59 Log.d(TAG, "Change state : " + mState + " => " + newState);
62 Optional<State> nextState = mState.onEnter()
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/ringtone/
DialerRingtoneManager.java 27 import com.android.incallui.call.DialerCall.State;
49 * @param callList the CallList used to check for {@link State#CALL_WAITING}
59 * Determines if a ringtone should be played for the given call state (see {@link State}) and
62 * @param callState the call state for the call being checked.
68 && translateCallStateForCallWaiting(callState) == State.INCOMING
84 * The incoming callState is never set as {@link State#CALL_WAITING} because {@link
88 if (callState != State.INCOMING) {
91 return callList.getActiveCall() == null ? State.INCOMING : State.CALL_WAITING
    [all...]
  /system/update_engine/update_manager/
default_policy.cc 38 EvaluationContext* ec, State* state, std::string* error,
60 State* state,
70 State* state,
90 State* state,
99 State* state,
    [all...]
default_policy.h 30 // Auxiliary state class for DefaultPolicy evaluations.
32 // IMPORTANT: The use of a state object in policies is generally forbidden, as
69 EvaluationContext* ec, State* state, std::string* error,
74 State* state,
80 EvaluationContext* ec, State* state, std::string* error,
85 EvaluationContext* ec, State* state, std::string* error
    [all...]

Completed in 829 milliseconds

<<11121314151617181920>>