Searched defs:next_state (Results 1 - 25 of 33) sorted by relevance

12

/external/bison/lib/
H A Dstrverscmp.c71 static const unsigned int next_state[] = local
105 state = next_state[state];
/external/blktrace/
H A Dstrverscmp.c99 static const unsigned int next_state[] = local
133 state = next_state[state];
/external/chromium_org/chrome/browser/extensions/api/tab_capture/
H A Dtab_capture_registry.cc256 TabCaptureState next_state = tab_capture::TAB_CAPTURE_STATE_NONE; local
259 next_state = tab_capture::TAB_CAPTURE_STATE_PENDING;
263 next_state = tab_capture::TAB_CAPTURE_STATE_ACTIVE;
267 next_state = tab_capture::TAB_CAPTURE_STATE_STOPPED;
271 next_state = tab_capture::TAB_CAPTURE_STATE_ERROR;
281 if (next_state == tab_capture::TAB_CAPTURE_STATE_PENDING &&
301 request->status = next_state;
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller_state_test.cc355 State next_state = transition_table_[source_state][event]; local
363 next_state = transition_table_[next_state][WINDOW_CHANGE];
368 << std::setw(kMaxStateNameLength) << GetStateString(next_state);
370 state_ = next_state;
/external/chromium_org/content/browser/media/capture/
H A Dcontent_video_capture_device_core.cc316 void ContentVideoCaptureDeviceCore::TransitionStateTo(State next_state) { argument
324 << " --> " << kStateNames[next_state];
327 state_ = next_state;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-arabic.cc131 uint16_t next_state; member in struct:arabic_state_table_entry
266 state = entry->next_state;
288 state = entry->next_state;
H A Dhb-ot-shape-complex-thai.cc181 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;
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic.cc104 uint16_t next_state; member in struct:arabic_state_table_entry
260 state = entry->next_state;
281 state = entry->next_state;
H A Dhb-ot-shape-complex-thai.cc181 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;
/external/libusb/examples/
H A Ddpfp.c48 static int next_state(void);
161 if (next_state() < 0)
241 static int next_state(void) function
295 if (next_state() < 0) {
305 if (next_state() < 0) {
330 if (next_state() < 0) {
357 return next_state();
H A Ddpfp_threaded.c49 static int next_state(void);
190 if (next_state() < 0)
270 static int next_state(void) function
323 if (next_state() < 0) {
333 if (next_state() < 0) {
357 if (next_state() < 0) {
384 return next_state();
/external/chromium_org/net/server/
H A Dhttp_server.cc270 int next_state = parser_state[state][input]; local
272 bool transition = (next_state != state);
310 state = next_state;
/external/libnfc-nxp/src/
H A DphHciNfc_Sequence.c238 phHciNfc_eState_t next_state = state; local
243 switch(next_state)
261 switch(next_state)
286 if ((hciState_Test == next_state )
287 || (hciState_IO == next_state)
288 || (hciState_Release == next_state))
297 switch(next_state)
328 switch(next_state)
362 switch(next_state)
389 switch(next_state)
[all...]
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator.cc502 PlanActivationState next_state) {
505 post_reconnect_state_ = next_state;
959 PlanActivationState next_state = old_state; local
965 next_state = PLAN_ACTIVATION_RECONNECTING_PAYMENT;
969 next_state = PLAN_ACTIVATION_START;
974 next_state = PLAN_ACTIVATION_START_OTASP;
980 next_state = PLAN_ACTIVATION_DONE;
989 ForceReconnect(network, next_state);
501 ForceReconnect(const NetworkState* network, PlanActivationState next_state) argument
/external/chromium_org/media/base/
H A Dpipeline.cc192 void Pipeline::SetState(State next_state) { argument
193 if (state_ != kPlaying && next_state == kPlaying &&
200 DVLOG(1) << GetStateString(state_) << " -> " << GetStateString(next_state);
202 state_ = next_state;
203 media_log_->AddEvent(media_log_->CreatePipelineStateChangedEvent(next_state));
/external/chromium_org/net/ftp/
H A Dftp_network_transaction_unittest.cc120 void InjectFailure(State state, State next_state, const char* response) { argument
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, respons
162 Verify(const std::string& expected, const std::string& data, State next_state, const char* next_read, const size_t next_read_length) argument
176 Verify(const std::string& expected, const std::string& data, State next_state, const char* next_read) argument
867 TransactionFailHelper(FtpSocketDataProvider* ctrl_socket, const char* request, FtpSocketDataProvider::State state, FtpSocketDataProvider::State next_state, const char* response, int expected_result) argument
[all...]
H A Dftp_network_transaction.cc350 void FtpNetworkTransaction::ResetDataConnectionAfterError(State next_state) { argument
360 state_after_data_connect_complete_ = next_state;
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Ddtls1.h259 int next_state; member in struct:dtls1_state_st
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Ddtls1.h259 int next_state; member in struct:dtls1_state_st
/external/libnfc-nxp/inc/
H A DphNfcInterface.h168 uint8_t next_state; member in struct:phNfc_sState
/external/openssl/include/openssl/
H A Ddtls1.h259 int next_state; member in struct:dtls1_state_st
/external/openssl/ssl/
H A Ddtls1.h259 int next_state; member in struct:dtls1_state_st
/external/chromium_org/net/http/
H A Dhttp_network_transaction.cc346 State next_state = STATE_NONE; local
368 next_state = STATE_READ_BODY;
373 next_state_ = next_state;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_state_common.c1143 struct r600_atom *state = NULL, *next_state = NULL; local
1235 LIST_FOR_EACH_ENTRY_SAFE(state, next_state, &rctx->dirty_states, head) {
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c1143 struct r600_atom *state = NULL, *next_state = NULL; local
1235 LIST_FOR_EACH_ENTRY_SAFE(state, next_state, &rctx->dirty_states, head) {

Completed in 672 milliseconds

12