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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_win.h 96 // Event/state transition handlers
103 // This is the outer state machine for fetching PAC configuration from
104 // DHCP. It relies for sub-states on the state machine of the
115 // The state machine goes from START->WAIT_ADAPTERS when it starts a
122 // to Cancel() will also go straight to DONE from any state. Any
123 // way the DONE state is entered, we will at that point cancel any
127 // The state machine is reset for each Fetch(), a call to which is
130 enum State {
138 // Current state of this state machine
    [all...]
  /external/chromium_org/net/quic/
quic_crypto_client_stream.h 71 enum State {
81 // DoHandshakeLoop performs a step of the handshake state machine. Note that
91 State next_state_;
  /external/chromium_org/net/socket/
socks_client_socket.h 75 enum State {
102 State next_state_;
ssl_server_socket_nss.h 69 enum State {
124 // The NSS SSL state machine
127 // Buffers for the network end of the SSL state machine
142 State next_handshake_state_;
  /external/chromium_org/remoting/protocol/
authenticator.h 42 // Allowed state transitions:
53 enum State {
89 // Returns current state of the authenticator.
90 virtual State state() const = 0;
97 // Returns rejection reason. Can be called only when in REJECTED state.
101 // Should only be called when in WAITING_MESSAGE state. Caller retains
108 // Must be called when in MESSAGE_READY state. Returns next
113 // the ACCEPTED state.
  /external/chromium_org/sandbox/linux/seccomp-bpf/
verifier.cc 17 struct State {
18 State(const std::vector<struct sock_filter>& p,
28 DISALLOW_IMPLICIT_CONSTRUCTORS(State);
222 void Ld(State* state, const struct sock_filter& insn, const char** err) {
229 memcpy(&state->accumulator,
230 reinterpret_cast<const char*>(&state->data) + insn.k,
236 state->acc_is_valid = true;
240 void Jmp(State* state, const struct sock_filter& insn, const char** err)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportLoader.h 58 enum State {
111 State startWritingAndParsing(const ResourceResponse&);
112 State finishWriting();
113 State finishParsing();
114 State finishLoading();
116 void setState(State);
125 State m_state;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
TextTrackLoader.h 63 enum State { Idle, Loading, Finished, Failed };
64 State loadState() { return m_state; }
92 State m_state;
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.h 67 typedef short State;
68 static const State CONNECTING = 0;
69 static const State OPEN = 1;
70 static const State CLOSED = 2;
72 State readyState() const;
113 State m_state;
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformTouchPoint.h 32 enum State {
50 State state() const { return m_state; } function in class:WebCore::PlatformTouchPoint
59 State m_state;
  /external/chromium_org/third_party/leveldatabase/src/util/
env_test.cc 67 struct State {
74 State* s = reinterpret_cast<State*>(arg);
82 State state; local
83 state.val = 0;
84 state.num_running = 3;
86 env_->StartThread(&ThreadBody, &state);
89 state.mu.Lock();
90 int num = state.num_running
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaStreamTrack.java 33 public enum State {
59 public State state() { method in class:MediaStreamTrack
63 public boolean setState(State newState) {
80 private static native State nativeState(long nativeTrack);
  /external/chromium_org/third_party/libjingle/source/talk/base/
transformadapter.h 81 enum State { ST_PROCESSING, ST_FLUSHING, ST_COMPLETE, ST_ERROR };
86 State state_;
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.h 59 enum State {
136 State state_;
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
asyncsocket.h 41 enum State {
56 ERROR_WRONGSTATE, //!< Call made while socket is in the wrong state
63 virtual State state() = 0;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.h 98 enum State {
187 State state_;
189 // The last successful match, NULL unless in State.READY.
192 // The next index to start searching at. Undefined in State.DONE.
  /external/chromium_org/third_party/skia/include/effects/
SkBlurDrawLooper.h 68 enum State {
82 State fState;
  /external/chromium_org/third_party/skia/src/core/
SkDeviceLooper.h 67 enum State {
82 State fState;
  /external/chromium_org/third_party/webrtc/base/
transformadapter.h 64 enum State { ST_PROCESSING, ST_FLUSHING, ST_COMPLETE, ST_ERROR };
69 State state_;
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.cc 86 const State& state = it->second.stack.top(); local
87 if (state.enabled) {
88 printf("%s\t", state.tag.c_str());
101 const State& state = it->second.stack.top(); local
102 if (state.enabled) {
103 printf("PLOT\t%s\t%f\t%f\n", state.tag.c_str(), state.timestamp_ms * 0.001,
113 Logging::State::State() : tag(""), timestamp_ms(0), enabled(true) {
154 State* state = &stack->top(); local
    [all...]
  /external/chromium_org/ui/chromeos/
touch_exploration_controller.h 99 // Event handlers based on the current state - see State, below.
128 // Set the state to NO_FINGERS_DOWN and reset any other fields to their
132 enum State {
181 const char* EnumStateToString(State state);
199 // The current state.
200 State state_;
220 // The previous state entered.
221 State prev_state_
    [all...]
  /external/chromium_org/v8/src/
hydrogen-removable-simulates.cc 12 class State : public ZoneObject {
14 explicit State(Zone* zone)
17 State* Process(HInstruction* instr, Zone* zone) {
19 PrintF("[%s with state %p in B%d: #%d %s]\n",
79 static State* Merge(State* succ_state,
81 State* pred_state,
89 static State* Finish(State* state, HBasicBlock* block, Zone* zone)
176 State* state = new(zone()) State(zone()); local
    [all...]
  /external/clang/docs/tools/
dump_format_style.py 70 class State:
73 state = State.BeforeStruct
82 if state == State.BeforeStruct:
84 state = State.InStruct variable in class:read_options.State
85 elif state == State.InStruct:
87 state = State.InFieldCommen variable in class:read_options.State
90 state = State.Finished variable in class:read_options.State
96 state = State.InEnum variable in class:read_options.State
100 state = State.InStruct variable in class:read_options.State
108 state = State.InEnumMemberComment variable in class:read_options.State
111 state = State.InStruct variable in class:read_options.State
119 state = State.InEnum variable in class:read_options.State
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 54 ProgramStateRef State = C.getState();
55 State = State->setDynamicTypeInfo(Region, Ty, /*CanBeSubclass=*/false);
56 C.addTransition(State);
114 ProgramStateRef State = C.getState();
134 C.addTransition(State->setDynamicTypeInfo(RetReg, DynResTy, false));
143 DynamicTypeInfo RecDynType = State->getDynamicTypeInfo(RecReg);
144 C.addTransition(State->setDynamicTypeInfo(RetReg, RecDynType));
ObjCContainersChecker.cpp 58 // ProgramState trait - a map from array symbol to its state.
63 ProgramStateRef State = C.getState();
64 SVal SizeV = State->getSVal(Size, C.getLocationContext());
70 SVal ArrayRef = State->getSVal(Array, C.getLocationContext());
76 State->set<ArraySizeMap>(ArraySym, SizeV.castAs<DefinedSVal>()));
86 // Add array size information to the state.
111 ProgramStateRef State = C.getState();
119 const DefinedSVal *Size = State->get<ArraySizeMap>(ArraySym);
126 SVal IdxVal = State->getSVal(IdxExpr, C.getLocationContext());
133 ProgramStateRef StInBound = State->assumeInBound(Idx, *Size, true, T)
    [all...]

Completed in 1388 milliseconds

1 2 3 4 5 67 8 91011>>