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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditor.h 72 enum State {
125 State m_state;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.h 119 enum State {
131 State m_state;
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.h 67 enum State {
91 State readyState() const;
112 // state.
158 enum State {
171 State m_state;
209 // send() method after the state changed to CLOSING or CLOSED.
222 State m_state;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
DataChannel.java 80 /** The data channel state has changed. */
91 public enum State { CONNECTING, OPEN, CLOSING, CLOSED };
117 public native State state(); method in class:DataChannel
  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncpacketsocket.h 87 enum State {
113 // Returns current state of the socket.
114 virtual State GetState() const = 0;
135 // is finished. State of the socket is changed from BINDING to BOUND
140 // Emitted for client TCP sockets when state is changed from
144 // Emitted for client TCP sockets when state is changed from
signalthread.h 115 enum State {
163 State state_;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
once_unittest.cc 136 enum State {
141 State CurrentState() {
157 State state_;
  /external/chromium_org/third_party/skia/bench/
Benchmark.h 37 enum State {
87 void setDither(SkTriState::State state) {
88 fDither = state;
120 SkTriState::State fDither;
  /external/chromium_org/third_party/skia/include/utils/
SkThreadPool.h 68 enum State {
80 State fState;
180 // If so, we move into the halting state, and whack all the threads so they notice.
185 // Any time we find ourselves in the halting state, it's quitting time.
  /external/chromium_org/third_party/skia/include/views/
SkTouchGesture.h 47 enum State {
62 State fState;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.h 80 struct State {
141 // Get the current state of the data collector.
142 void GetCurrentState(State* state) const;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.h 80 struct State {
141 // Get the current state of the data collector.
142 void GetCurrentState(State* state) const;
  /external/chromium_org/third_party/webrtc/base/
asyncpacketsocket.h 70 enum State {
96 // Returns current state of the socket.
97 virtual State GetState() const = 0;
118 // is finished. State of the socket is changed from BINDING to BOUND
123 // Emitted for client TCP sockets when state is changed from
127 // Emitted for client TCP sockets when state is changed from
signalthread.h 98 enum State {
146 State state_;
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.h 194 struct State {
195 State();
196 State(const std::string& new_tag, int64_t timestamp_ms, bool enabled);
197 void MergePrevious(const State& previous);
204 State global_state;
205 std::stack<State> stack;
  /external/chromium_org/tools/android/forwarder2/
forwarder.cc 34 // When a BufferedCopier is in the READING state (see below), it only listens
47 // State transitions are:
63 enum State {
212 State state_;
  /external/chromium_org/win8/test/
open_with_dialog_controller.cc 61 enum State {
82 State state_;
170 LOG(ERROR) << __FUNCTION__ " state: " << state_;
  /external/clang/lib/ARCMigrate/
TransProtectedScope.cpp 48 } State;
50 CaseInfo() : SC(nullptr), State(St_Unchecked) {}
52 : SC(S), Range(Range), State(St_Unchecked) {}
153 if (info.State == CaseInfo::St_Unchecked)
155 assert(info.State != CaseInfo::St_Unchecked);
157 if (info.State == CaseInfo::St_Fixed) {
169 assert(info.State == CaseInfo::St_Unchecked);
171 info.State = CaseInfo::St_CannotFix;
177 info.State = CaseInfo::St_Fixed;
  /external/clang/lib/StaticAnalyzer/Checkers/
TestAfterDivZeroChecker.cpp 118 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);
185 ProgramStateRef State = C.getState();
187 DivZeroMapTy DivZeroes = State->get<DivZeroMap>();
191 DivZeroMapTy::Factory &F = State->get_context<DivZeroMap>();
199 C.addTransition(State->set<DivZeroMap>(DivZeroes))
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 25 ProgramStateRef state = Pred->getState(); local
27 SVal baseVal = state->getSVal(Ex->getBase(), LCtx);
28 SVal location = state->getLValue(Ex->getDecl(), baseVal);
32 Bldr.generateNode(Ex, Pred, state->BindExpr(Ex, LCtx, location));
72 // result in state splitting.
75 ProgramStateRef state = Pred->getState(); local
81 elementV = state->getLValue(elemD, Pred->getLocationContext());
84 elementV = state->getSVal(elem, Pred->getLocationContext());
88 evalLocation(dstLocation, S, elem, Pred, state, elementV, nullptr, false);
96 ProgramStateRef state = Pred->getState() local
    [all...]
  /external/deqp/executor/
xeContainerFormatParser.hpp 86 enum State
107 State m_state;
xeTestResultParser.hpp 89 enum State
102 State m_state;
  /external/deqp/framework/common/
tcuTestExecutor.hpp 85 enum State
109 State getState (void) const
114 void setState (State newState)
136 State m_state;
164 // Current session state.
  /external/lldb/tools/debugserver/source/MacOSX/ppc/
DNBArchImpl.h 82 struct State
93 State()
175 State m_state;
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 228 LazyValueInfo::Tristate State = LazyValueInfo::Unknown;
235 State = LazyValueInfo::Unknown;
242 State = Value;
248 if (Value != State) {
249 State = LazyValueInfo::Unknown;
254 if (State == LazyValueInfo::False) {
265 } else if (State == LazyValueInfo::True) {

Completed in 1136 milliseconds

<<11121314151617181920>>