Searched refs:State (Results 226 - 250 of 818) sorted by relevance

1234567891011>>

/external/libchrome/crypto/
H A Dp224_spake.h85 enum State { enum in class:crypto::P224EncryptedKeyExchange
100 State state_;
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A DPR22806_constrain_tuple_like_ctor.pass.cpp38 enum State { FromTuple, FromInt, Copied, Moved }; enum in struct:ConstructibleFromTupleAndInt
39 State state;
51 enum State { FromTuple, FromInt, Copied, Moved }; enum in struct:ConvertibleFromTupleAndInt
52 State state;
64 enum State { FromInt, Copied, Moved }; enum in struct:ConstructibleFromInt
65 State state;
74 enum State { FromInt, Copied, Moved }; enum in struct:ConvertibleFromInt
75 State state;
/external/libmojo/mojo/public/cpp/bindings/
H A Dscoped_interface_endpoint_handle.h85 class State;
116 scoped_refptr<State> state_;
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.merit6 ATTRIBUTE Proxy-State 33 string
/external/skia/include/views/
H A DSkTouchGesture.h52 enum State { enum in class:SkTouchGesture
67 State fState;
/external/skqp/include/views/
H A DSkTouchGesture.h52 enum State { enum in class:SkTouchGesture
67 State fState;
/external/swiftshader/src/Shader/
H A DSetupRoutine.hpp28 SetupRoutine(const SetupProcessor::State &state);
41 const SetupProcessor::State &state;
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcomputation_placer.h95 // State kept for each kind of ComputationPlacer. Registration functions set
98 struct State { struct in class:xla::ComputationPlacer
104 static std::map<perftools::gputools::Platform::Id, State>*
/external/tensorflow/tensorflow/contrib/lite/testing/
H A Dtokenize.cc24 enum State { kBuildQuotedToken, kBuildToken, kIdle }; enum
27 State state = kIdle;
/external/tensorflow/tensorflow/core/debug/
H A Ddebug_grpc_testlib.h48 const EventReply::DebugOpStateChange::State new_state,
64 std::vector<EventReply::DebugOpStateChange::State> new_states_
/external/v4l2_codec2/vda/
H A Dvp8_decoder.h83 enum State { enum in class:media::VP8Decoder
90 State state_;
H A Dvp9_decoder.h125 enum State { enum in class:media::VP9Decoder
133 State state_;
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DDataChannel.java93 public enum State { CONNECTING, OPEN, CLOSING, CLOSED }; enum in class:DataChannel
119 public native State state();
/external/webrtc/webrtc/base/
H A Dsignalthread.h95 enum State { enum in class:rtc::SignalThread
144 State state_;
/external/webrtc/webrtc/libjingle/xmpp/
H A Dxmppsocket.h37 virtual buzz::AsyncSocket::State state();
64 buzz::AsyncSocket::State state_;
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dscreenshare_layers.h76 : state(State::kNormal),
82 enum class State { class in struct:webrtc::ScreenshareLayers::TemporalLayer
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DFASerializer.java53 * by a State object -> Integer new state number HashMap.
64 public String serialize(State s) {
79 public String serialize(State s, boolean renumber) {
106 /** In stateNumberTranslator, get a map from State to new, normalized
110 protected void walkFANormalizingStateNumbers(State s) {
135 protected void walkSerializingFA(List lines, State s) {
203 private String getStateString(int n, State s) {
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DASTTreeParser.stg62 <if(backtracking)>if (State.Backtracking = 0) then
86 <if(backtracking)>if (State.Backtracking = 0) then <endif>
129 if (State.Backtracking = 0) then
142 <if(backtracking)>if (State.Backtracking = 0) then <endif>
159 if (State.Backtracking = 0) then
186 <if(backtracking)>if (State.Backtracking = 0) then begin <endif>
212 <if(backtracking)>if (State.Backtracking = 0) then begin <endif>
231 <if(backtracking)>if (State.Backtracking = 0) then <endif>
250 <if(backtracking)>if (State.Backtracking = 0) then <endif>Root[<treeLevel>] := Adaptor.BecomeRoot(<label>.Tree, Root[<treeLevel>]) as I<ASTLabelType>;
299 if (State
[all...]
/external/guice/core/src/com/google/inject/internal/
H A DWeakKeySet.java55 private final Cache<State, Set<KeyAndSource>> evictionCache = CacheBuilder.newBuilder()
58 new RemovalListener<State, Set<KeyAndSource>>() {
60 public void onRemoval(RemovalNotification<State, Set<KeyAndSource>> notification) {
90 public void add(Key<?> key, State state, Object source) {
108 if (state.parent() != State.NONE) {
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFDebugLine.h143 struct State : public Row, public LineTable { struct in class:llvm::DWARFDebugLine
150 State() : row(StartParsingLineTable) {} function in struct:llvm::DWARFDebugLine::State
151 virtual ~State();
162 struct DumpingState : public State {
174 uint32_t *offset_ptr, State &state);
/external/clang/lib/Sema/
H A DSemaStmtAttr.cpp80 LoopHintAttr::LoopHintState State; local
85 State = LoopHintAttr::Disable;
91 State = LoopHintAttr::Numeric;
95 State = LoopHintAttr::Enable;
118 State = LoopHintAttr::Numeric;
125 State = LoopHintAttr::Disable;
127 State = LoopHintAttr::AssumeSafety;
129 State = LoopHintAttr::Full;
131 State = LoopHintAttr::Enable;
138 return LoopHintAttr::CreateImplicit(S.Context, Spelling, Option, State,
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp255 ProgramStateRef State = C.getState();
257 const LockState *LState = State->get<LockMap>(LockR);
259 State = State->set<LockMap>(LockR, LockState::getDestroyed());
260 C.addTransition(State);
290 ProgramStateRef State = C.getState();
292 const struct LockState *LState = State->get<LockMap>(LockR);
294 State = State->set<LockMap>(LockR, LockState::getUnlocked());
295 C.addTransition(State);
[all...]
H A DTestAfterDivZeroChecker.cpp118 ProgramStateRef State = Succ->getState();
119 SVal S = State->getSVal(E, Succ->getLocationContext());
153 ProgramStateRef State = C.getState();
154 State =
155 State->add<DivZeroMap>(ZeroState(SR, C.getBlockID(), C.getStackFrame()));
156 C.addTransition(State);
186 ProgramStateRef State = C.getState(); local
188 DivZeroMapTy DivZeroes = State->get<DivZeroMap>();
192 DivZeroMapTy::Factory &F = State->get_context<DivZeroMap>();
200 C.addTransition(State
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_fax3.h87 unsigned char State; /* see above */ member in struct:__anon18165
202 StateNames[TabEnt->State], TabEnt->Param); \
214 StateNames[TabEnt->State], TabEnt->Param); \
323 switch (TabEnt->State) { \
345 switch (TabEnt->State) { \
393 switch (TabEnt->State) { \
405 switch (TabEnt->State) { \
421 switch (TabEnt->State) { \
438 switch (TabEnt->State) { \
454 switch (TabEnt->State) { \
[all...]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowMediaPlayer.java4 import static org.robolectric.shadows.ShadowMediaPlayer.State.END;
5 import static org.robolectric.shadows.ShadowMediaPlayer.State.ERROR;
6 import static org.robolectric.shadows.ShadowMediaPlayer.State.IDLE;
7 import static org.robolectric.shadows.ShadowMediaPlayer.State.INITIALIZED;
8 import static org.robolectric.shadows.ShadowMediaPlayer.State.PAUSED;
9 import static org.robolectric.shadows.ShadowMediaPlayer.State.PLAYBACK_COMPLETED;
10 import static org.robolectric.shadows.ShadowMediaPlayer.State.PREPARED;
11 import static org.robolectric.shadows.ShadowMediaPlayer.State.PREPARING;
12 import static org.robolectric.shadows.ShadowMediaPlayer.State.STARTED;
13 import static org.robolectric.shadows.ShadowMediaPlayer.State
112 public enum State { enum in class:ShadowMediaPlayer
[all...]

Completed in 650 milliseconds

1234567891011>>