HomeSort by relevance Sort by last modified time
    Searched defs:next_state (Results 1 - 25 of 31) sorted by null

1 2

  /external/blktrace/
strverscmp.c 99 static const unsigned int next_state[] = local
133 state = next_state[state];
  /external/bison/lib/
strverscmp.c 71 static const unsigned int next_state[] = local
105 state = next_state[state];
  /ndk/sources/host-tools/sed-4.2.1/lib/
strverscmp.c 73 static const unsigned int next_state[] = local
107 state = next_state[state];
  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_registry.cc 256 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/
fullscreen_controller_state_test.cc 355 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;
    [all...]
  /external/chromium_org/net/server/
http_server.cc 270 int next_state = parser_state[state][input]; local
272 bool transition = (next_state != state);
310 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
266 state = entry->next_state;
288 state = entry->next_state;
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;
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic.cc 104 uint16_t next_state; member in struct:arabic_state_table_entry
260 state = entry->next_state;
281 state = entry->next_state;
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;
  /external/libnfc-nxp/src/
phHciNfc_Sequence.c 238 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/libusb/examples/
dpfp.c 48 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();
dpfp_threaded.c 49 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/chrome/browser/chromeos/mobile/
mobile_activator.cc 502 PlanActivationState next_state) {
505 post_reconnect_state_ = next_state;
959 PlanActivationState next_state = old_state; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
dtls1.h 259 int next_state; member in struct:dtls1_state_st
ssl3.h 510 int next_state; member in struct:ssl3_state_st::__anon18559
  /external/chromium_org/third_party/openssl/openssl/ssl/
dtls1.h 259 int next_state; member in struct:dtls1_state_st
ssl3.h 510 int next_state; member in struct:ssl3_state_st::__anon18573
  /external/libnfc-nxp/inc/
phNfcInterface.h 168 uint8_t next_state; member in struct:phNfc_sState
  /external/openssl/include/openssl/
dtls1.h 259 int next_state; member in struct:dtls1_state_st
ssl3.h 510 int next_state; member in struct:ssl3_state_st::__anon32157
  /external/openssl/ssl/
dtls1.h 259 int next_state; member in struct:dtls1_state_st
  /external/chromium_org/net/http/
http_network_transaction.cc 346 State next_state = STATE_NONE; local
368 next_state = STATE_READ_BODY;
373 next_state_ = next_state;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_state_common.c 1143 struct r600_atom *state = NULL, *next_state = NULL; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c 1143 struct r600_atom *state = NULL, *next_state = NULL; local
    [all...]

Completed in 525 milliseconds

1 2