/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | 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/libusb/examples/ |
D | dpfp.c | 48 static int next_state(void); 161 if (next_state() < 0) in cb_mode_changed() 241 static int next_state(void) in next_state() function 295 if (next_state() < 0) { in cb_irq() 305 if (next_state() < 0) { in cb_irq() 330 if (next_state() < 0) { in cb_img() 357 return next_state(); in init_capture()
|
D | dpfp_threaded.c | 53 static int next_state(void); 193 if (next_state() < 0) in cb_mode_changed() 273 static int next_state(void) in next_state() function 326 if (next_state() < 0) { in cb_irq() 336 if (next_state() < 0) { in cb_irq() 360 if (next_state() < 0) { in cb_img() 387 return next_state(); in init_capture()
|
/external/curl/lib/ |
D | smb.c | 716 enum smb_req_state next_state = SMB_DONE; in smb_request_state() local 754 next_state = SMB_OPEN; in smb_request_state() 760 next_state = SMB_TREE_DISCONNECT; in smb_request_state() 768 next_state = SMB_UPLOAD; in smb_request_state() 774 next_state = SMB_DOWNLOAD; in smb_request_state() 781 next_state = SMB_CLOSE; in smb_request_state() 799 next_state = SMB_CLOSE; in smb_request_state() 806 next_state = (len < MAX_PAYLOAD_SIZE) ? SMB_CLOSE : SMB_DOWNLOAD; in smb_request_state() 812 next_state = SMB_CLOSE; in smb_request_state() 821 next_state = SMB_CLOSE; in smb_request_state() [all …]
|
/external/autotest/server/cros/chaos_lib/ |
D | chaos_capture_analyzer.py | 415 return self._get_state(state.next_state) 582 next_state = self._current_state 583 while next_state != self.STATE_INFO_END: 584 if self._does_packet_match_state(next_state, packet): 585 self._step(next_state, packet) 586 self._check_for_ack(next_state, packet) 588 next_state = self._get_next_state(next_state)
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-thai.cc | 180 thai_above_state_t next_state; member 207 thai_below_state_t next_state; member 241 above_state = above_edge.next_state; in do_thai_pua_shaping() 242 below_state = below_edge.next_state; in do_thai_pua_shaping()
|
D | hb-ot-shape-complex-arabic.cc | 137 uint16_t next_state; member 303 state = entry->next_state; in arabic_joining() 324 state = entry->next_state; in arabic_joining()
|
/external/syslinux/gpxe/src/net/tcp/ |
D | iscsi.c | 1239 enum iscsi_tx_state next_state; in iscsi_tx_step() local 1252 next_state = ISCSI_TX_AHS; in iscsi_tx_step() 1257 next_state = ISCSI_TX_DATA; in iscsi_tx_step() 1262 next_state = ISCSI_TX_DATA_PADDING; in iscsi_tx_step() 1267 next_state = ISCSI_TX_IDLE; in iscsi_tx_step() 1288 iscsi->tx_state = next_state; in iscsi_tx_step() 1289 if ( next_state == ISCSI_TX_IDLE ) in iscsi_tx_step() 1396 enum iscsi_rx_state next_state; in iscsi_socket_deliver_raw() local 1406 next_state = ISCSI_RX_AHS; in iscsi_socket_deliver_raw() 1411 next_state = ISCSI_RX_DATA; in iscsi_socket_deliver_raw() [all …]
|
/external/blktrace/ |
D | strverscmp.c | 99 static const unsigned int next_state[] = in strverscmp() local 133 state = next_state[state]; in strverscmp()
|
/external/bison/lib/ |
D | strverscmp.c | 71 static const unsigned int next_state[] = in __strverscmp() local 105 state = next_state[state]; in __strverscmp()
|
/external/libmicrohttpd/src/microhttpd/ |
D | postprocessor.c | 534 enum PP_State next_state, enum PP_State next_dash_state) in find_boundary() argument 571 pp->state = next_state; in find_boundary() 638 size_t *ioffptr, enum PP_State next_state) in process_multipart_headers() argument 658 pp->state = next_state; in process_multipart_headers() 705 enum PP_State next_state, in process_value_to_boundary() argument 744 pp->state = next_state; in process_value_to_boundary()
|
D | connection.c | 1748 enum MHD_CONNECTION_STATE next_state) argument 1755 connection->state = next_state;
|
/external/v8/src/ |
D | compiler.h | 229 MUST_USE_RESULT Status UpdateState(Status status, State next_state) { in UpdateState() argument 231 state_ = next_state; in UpdateState()
|
/external/openssh/ |
D | krl.c | 552 int next_state, state = 0; in revoked_certs_generate() local 585 next_state = choose_next_state(state, contig, final, in revoked_certs_generate() 592 if (state != 0 && (force_new_sect || next_state != state || in revoked_certs_generate() 613 if (next_state != state || force_new_sect) { in revoked_certs_generate() 615 next_state)); in revoked_certs_generate() 616 state = next_state; in revoked_certs_generate()
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_cmd_buffer.c | 444 struct anv_state next_state = state->render_pass_states; in genX() local 445 next_state.alloc_size = isl_dev->ss.size; in genX() 448 state->null_surface_state = next_state; in genX() 449 next_state.offset += ss_stride; in genX() 450 next_state.map += ss_stride; in genX() 455 state->attachments[i].color_rt_state = next_state; in genX() 456 next_state.offset += ss_stride; in genX() 457 next_state.map += ss_stride; in genX() 461 state->attachments[i].input_att_state = next_state; in genX() 462 next_state.offset += ss_stride; in genX() [all …]
|
/external/boringssl/src/ssl/ |
D | handshake_client.cc | 221 hs->next_state = SSL3_ST_WRITE_EARLY_DATA; in ssl3_connect() 223 hs->next_state = SSL3_ST_CR_SRVR_HELLO_A; in ssl3_connect() 226 hs->next_state = DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A; in ssl3_connect() 396 hs->next_state = SSL3_ST_FINISH_CLIENT_HANDSHAKE; in ssl3_connect() 411 hs->next_state = SSL3_ST_FALSE_START; in ssl3_connect() 413 hs->next_state = SSL3_ST_CR_SESSION_TICKET_A; in ssl3_connect() 467 hs->state = hs->next_state; in ssl3_connect()
|
D | handshake_server.cc | 274 hs->next_state = SSL3_ST_SR_CERT_A; in ssl3_accept() 371 hs->next_state = SSL3_ST_SR_CHANGE; in ssl3_accept() 373 hs->next_state = SSL_ST_OK; in ssl3_accept() 383 hs->state = hs->next_state; in ssl3_accept()
|
D | internal.h | 1029 int next_state; in OPENSSL_MSVC_PRAGMA() member
|
/external/lisa/libs/utils/analysis/ |
D | latency_analysis.py | 170 (task_latency_df.next_state == 'A')][['t_delta']] 192 (task_latency_df.next_state == 'A')][['t_delta']] 278 run_df = run_df[run_df.next_state.isin(['S', 'x'])][['running_time']]
|
/external/libxml2/ |
D | pattern.c | 1983 goto next_state; in xmlStreamPushInternal() 1989 goto next_state; in xmlStreamPushInternal() 1994 goto next_state; in xmlStreamPushInternal() 2007 goto next_state; in xmlStreamPushInternal() 2009 goto next_state; in xmlStreamPushInternal() 2084 next_state: in xmlStreamPushInternal()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_mpm.c | 471 enum mesh_plink_state next_state) in mesh_mpm_plink_open() argument 480 wpa_mesh_set_plink_state(wpa_s, sta, next_state); in mesh_mpm_plink_open()
|
/external/lisa/ipynb/examples/trace_analysis/ |
D | TraceAnalysis_TasksLatencies.ipynb | 630 " - next_state: the next status for the task\n", 633 " next_state\n", 667 " <th>next_state</th>\n", 732 " target_cpu __cpu curr_state next_state t_start t_delta\n",
|
/external/toybox/kconfig/ |
D | lex.zconf.c_shipped | 1567 * next_state = yy_try_NUL_trans( current_state );
|
/external/lisa/ipynb/releases/ |
D | ReleaseNotes_v16.10.ipynb | 1973 " <th>next_state</th>\n", 2038 " target_cpu __cpu curr_state next_state t_start t_delta\n",
|