HomeSort by relevance Sort by last modified time
    Searched refs:next_state (Results 26 - 50 of 75) sorted by null

12 3

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-thai.cc 181 thai_above_state_t next_state; member in struct:thai_above_state_machine_edge_t
208 thai_below_state_t next_state; member in struct:thai_below_state_machine_edge_t
242 above_state = above_edge.next_state;
243 below_state = below_edge.next_state;
hb-ot-shape-complex-arabic.cc 131 uint16_t next_state; member in struct:arabic_state_table_entry
261 state = entry->next_state;
282 state = entry->next_state;
  /external/openssl/include/openssl/
dtls1.h 257 int next_state; member in struct:dtls1_state_st
  /external/openssl/ssl/
dtls1.h 257 int next_state; member in struct:dtls1_state_st
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_device_impl.cc 277 void VideoCaptureDeviceImpl::TransitionStateTo(State next_state) {
285 << " --> " << kStateNames[next_state];
288 state_ = next_state;
  /external/chromium_org/net/tools/fetch/
http_listen_socket.cc 126 int next_state = parser_state[state][input]; local
128 bool transition = (next_state != state);
157 state = next_state;
  /external/chromium/net/ftp/
ftp_network_transaction_unittest.cc 98 void InjectFailure(State state, State next_state, const char* response) {
101 DCHECK_NE(NONE, next_state);
102 DCHECK_NE(state, next_state);
104 failure_injection_next_state_ = next_state;
143 State next_state,
148 state_ = next_state;
157 State next_state,
159 return Verify(expected, data, next_state,
790 FtpSocketDataProvider::State next_state,
793 ctrl_socket->InjectFailure(state, next_state, response)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 197 next_state = @transition[ state ][ c - @min[ state ] ]
198 if next_state < 0
208 state = next_state
263 next_state = @transition[ state ][ c - @min[ state ] ]
264 if next_state < 0
274 state = next_state
  /external/chromium_org/net/server/
http_server.cc 260 int next_state = parser_state[state][input]; local
262 bool transition = (next_state != state);
293 state = next_state;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic.cc 131 uint16_t next_state; member in struct:arabic_state_table_entry
267 state = entry->next_state;
289 state = entry->next_state;
  /external/libnfc-nxp/src/
phFriNfc_LlcpMacNfcip.c 175 if(gpphLibContext->LibNfcState.next_state
201 if(gpphLibContext->LibNfcState.next_state
254 if(gpphLibContext->LibNfcState.next_state
phLibNfc_SE.c 102 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
331 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
375 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
461 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
684 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
phHciNfc_Generic.c     [all...]
phLibNfc_Internal.h 260 phLibNfc_State_t next_state
phLibNfc_llcp.c 62 if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
315 if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
321 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateRelease)
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c     [all...]
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 501 PlanActivationState next_state) {
504 post_reconnect_state_ = next_state;
958 PlanActivationState next_state = old_state; local
    [all...]
mobile_activator.h 177 PlanActivationState next_state);
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_test.cc 354 State next_state = transition_table_[source_state][event]; local
362 next_state = transition_table_[next_state][WINDOW_CHANGE];
367 << std::setw(kMaxStateNameLength) << GetStateString(next_state);
369 state_ = next_state;
    [all...]
  /external/chromium_org/net/ftp/
ftp_network_transaction_unittest.cc 120 void InjectFailure(State state, State next_state, const char* response) {
123 DCHECK_NE(NONE, next_state);
124 DCHECK_NE(state, next_state);
126 failure_injection_next_state_ = next_state;
164 State next_state,
169 state_ = next_state;
178 State next_state,
180 return Verify(expected, data, next_state,
870 FtpSocketDataProvider::State next_state,
873 ctrl_socket->InjectFailure(state, next_state, response)
    [all...]
ftp_network_transaction.h 128 // Resets the data connection after an error and switches to |next_state|.
129 void ResetDataConnectionAfterError(State next_state);
  /external/chromium/net/server/
http_server.cc 295 int next_state = parser_state[state][input]; local
297 bool transition = (next_state != state);
334 state = next_state;
  /external/libnfc-nxp/inc/
phNfcInterface.h 168 uint8_t next_state; member in struct:phNfc_sState
  /external/chromium_org/media/base/
pipeline.cc 216 void Pipeline::SetState(State next_state) {
217 if (state_ != kStarted && next_state == kStarted &&
224 DVLOG(2) << GetStateString(state_) << " -> " << GetStateString(next_state);
226 state_ = next_state;
227 media_log_->AddEvent(media_log_->CreatePipelineStateChangedEvent(next_state));
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.cc 186 WaitState next_state) {
187 wait_state_ = next_state;

Completed in 695 milliseconds

12 3