/external/webrtc/webrtc/base/ |
D | task.cc | 195 int newstate = STATE_ERROR; in Process() local 199 newstate = OnTimeout(); in Process() 204 newstate = STATE_START; in Process() 207 newstate = ProcessStart(); in Process() 210 newstate = ProcessResponse(); in Process() 214 newstate = STATE_BLOCKED; in Process() 219 return newstate; in Process()
|
/external/pdfium/core/src/fdrm/crypto/ |
D | fx_crypt_aes.cpp | 452 #define MOVEWORD(i) (block[i] = newstate[i]) 455 (newstate[i] = (E0[(block[i] >> 24) & 0xFF] ^ \ 460 (newstate[i] = (Sbox[(block[i] >> 24) & 0xFF] << 24) | \ 468 unsigned int newstate[4]; in aes_encrypt_nb_4() local 495 unsigned int newstate[6]; in aes_encrypt_nb_6() local 530 unsigned int newstate[8]; in aes_encrypt_nb_8() local 572 (newstate[i] = (D0[(block[i] >> 24) & 0xFF] ^ \ 577 (newstate[i] = (Sboxinv[(block[i] >> 24) & 0xFF] << 24) | \ 585 unsigned int newstate[4]; in aes_decrypt_nb_4() local 612 unsigned int newstate[6]; in aes_decrypt_nb_6() local [all …]
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/ |
D | MacKeyboard.cpp | 276 MacEventType newstate = ((change & prevModMask) > 0) ? MAC_KEYUP : MAC_KEYDOWN; in _modChangeCallback() local 287 mModifiers &= (newstate == MAC_KEYDOWN) ? Shift : ~Shift; in _modChangeCallback() 288 injectEvent( KC_LSHIFT, time, newstate ); in _modChangeCallback() 293 mModifiers &= (newstate == MAC_KEYDOWN) ? Alt : -Alt; in _modChangeCallback() 295 injectEvent( KC_LMENU, time, newstate ); in _modChangeCallback() 299 mModifiers += (newstate == MAC_KEYDOWN) ? Ctrl : -Ctrl; in _modChangeCallback() 301 injectEvent( KC_LCONTROL, time, newstate ); in _modChangeCallback() 306 injectEvent( KC_LWIN, time, newstate ); in _modChangeCallback() 310 injectEvent( KC_APPS, time, newstate ); in _modChangeCallback() 314 injectEvent( KC_NUMLOCK, time, newstate ); in _modChangeCallback() [all …]
|
D | CocoaKeyboard.mm | 384 MacEventType newstate = ((change & prevModMask) > 0) ? MAC_KEYUP : MAC_KEYDOWN; 395 …oisKeyboardObj->_getModifiers() &= (newstate == MAC_KEYDOWN) ? OIS::Keyboard::Shift : ~OIS::Keyboa… 396 [self injectEvent:KC_LSHIFT eventTime:time eventType:newstate]; 400 …oisKeyboardObj->_getModifiers() &= (newstate == MAC_KEYDOWN) ? OIS::Keyboard::Alt : -OIS::Keyboard… 401 [self injectEvent:KC_LMENU eventTime:time eventType:newstate]; 405 …oisKeyboardObj->_getModifiers() += (newstate == MAC_KEYDOWN) ? OIS::Keyboard::Ctrl : -OIS::Keyboar… 406 [self injectEvent:KC_LCONTROL eventTime:time eventType:newstate]; 410 [self injectEvent:KC_LWIN eventTime:time eventType:newstate]; 414 [self injectEvent:KC_APPS eventTime:time eventType:newstate]; 418 [self injectEvent:KC_CAPITAL eventTime:time eventType:newstate]; [all …]
|
/external/mesa3d/src/mesa/main/ |
D | context.h | 208 #define FLUSH_VERTICES(ctx, newstate) \ argument 214 ctx->NewState |= newstate; \ 227 #define FLUSH_CURRENT(ctx, newstate) \ argument 233 ctx->NewState |= newstate; \
|
D | pixel.h | 50 _mesa_update_pixel( struct gl_context *ctx, GLuint newstate ); 64 _mesa_update_pixel(struct gl_context *ctx, GLuint newstate) in _mesa_update_pixel() argument
|
D | matrix.h | 110 _mesa_update_modelview_project( struct gl_context *ctx, GLuint newstate );
|
/external/curl/lib/ |
D | curl_sasl.c | 1317 saslstate newstate) in state() argument 1341 if(sasl->state != newstate) in state() 1343 (void *)sasl, names[sasl->state], names[newstate]); in state() 1348 sasl->state = newstate; in state() 1507 saslstate newstate = SASL_FINAL; in Curl_sasl_continue() local 1542 newstate = SASL_LOGIN_PASSWD; in Curl_sasl_continue() 1566 newstate = SASL_DIGESTMD5_RESP; in Curl_sasl_continue() 1579 newstate = SASL_NTLM_TYPE2MSG; in Curl_sasl_continue() 1601 newstate = SASL_GSSAPI_TOKEN; in Curl_sasl_continue() 1612 newstate = SASL_GSSAPI_NO_DATA; in Curl_sasl_continue() [all …]
|
D | smb.c | 182 static void conn_state(struct connectdata *conn, enum smb_conn_state newstate) in conn_state() argument 196 if(smb->state != newstate) in conn_state() 198 (void *)smb, names[smb->state], names[newstate]); in conn_state() 201 smb->state = newstate; in conn_state() 205 enum smb_req_state newstate) in request_state() argument 222 if(req->state != newstate) in request_state() 224 (void *)req, names[req->state], names[newstate]); in request_state() 227 req->state = newstate; in request_state()
|
D | easy.c | 1014 int newstate = k->keepon &~ (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE); in curl_easy_pause() local 1017 newstate |= ((action & CURLPAUSE_RECV)?KEEP_RECV_PAUSE:0) | in curl_easy_pause() 1021 k->keepon = newstate; in curl_easy_pause() 1023 if(!(newstate & KEEP_RECV_PAUSE) && data->state.tempwrite) { in curl_easy_pause() 1041 ((newstate&(KEEP_RECV_PAUSE|KEEP_SEND_PAUSE)) != in curl_easy_pause()
|
D | pop3.c | 312 static void state(struct connectdata *conn, pop3state newstate) in state() argument 332 if(pop3c->state != newstate) in state() 334 (void *)pop3c, names[pop3c->state], names[newstate]); in state() 337 pop3c->state = newstate; in state()
|
D | ftp.c | 100 ftpstate newstate); 104 ftpstate newstate, 125 bool ascii, ftpstate newstate); 813 ftpstate newstate in _state() argument 826 if(ftpc->state != newstate) in _state() 829 ftp_state_names[newstate]); in _state() 833 ftpc->state = newstate; in _state() 3525 bool ascii, ftpstate newstate) in ftp_nb_type() argument 3532 state(conn, newstate); in ftp_nb_type() 3533 return ftp_state_type_resp(conn, 200, newstate); in ftp_nb_type() [all …]
|
D | telnet.c | 365 void set_remote_option(struct connectdata *conn, int option, int newstate) in set_remote_option() argument 368 if(newstate == CURL_YES) { in set_remote_option() 529 set_local_option(struct connectdata *conn, int option, int newstate) in set_local_option() argument 532 if(newstate == CURL_YES) { in set_local_option()
|
D | smtp.c | 308 static void state(struct connectdata *conn, smtpstate newstate) in state() argument 330 if(smtpc->state != newstate) in state() 332 (void *)smtpc, names[smtpc->state], names[newstate]); in state() 335 smtpc->state = newstate; in state()
|
D | imap.c | 419 static void state(struct connectdata *conn, imapstate newstate) in state() argument 443 if(imapc->state != newstate) in state() 445 (void *)imapc, names[imapc->state], names[newstate]); in state() 448 imapc->state = newstate; in state()
|
/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
D | intset.py | 187 cur_r, newname, newstate = r1[i>>1][i&1], "r1", not (i&1) 190 cur_r, newname, newstate = r2[j>>1][j&1], "r2", not (j&1) 197 curstates[newname] = newstate
|
/external/tagsoup/stml/ |
D | stml.rnc | 48 attribute newstate {xsd:IDREF}
|
/external/libxml2/os400/iconv/bldcsndfa/ |
D | bldcsndfa.c | 451 newstate(void) in newstate() function 635 from = newstate(); in nfatransition() 707 *from = f = newstate(); in nfaslice() 787 final = newstate(); in nfaenter() 1251 s = newstate(); in get_dfa_state() 1881 initial_state = newstate();
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/ |
D | cocoa.diff | 2479 + MacEventType newstate = ((change & prevModMask) > 0) ? MAC_KEYUP : MAC_KEYDOWN; 2490 + oisKeyboardObj->_getModifiers() &= (newstate == MAC_KEYDOWN) ? OIS::Keyboard::Shift : ~OIS::Key… 2491 + [self injectEvent:KC_LSHIFT eventTime:time eventType:newstate]; 2495 + oisKeyboardObj->_getModifiers() &= (newstate == MAC_KEYDOWN) ? OIS::Keyboard::Alt : -OIS::Keybo… 2496 + [self injectEvent:KC_LMENU eventTime:time eventType:newstate]; 2500 + oisKeyboardObj->_getModifiers() += (newstate == MAC_KEYDOWN) ? OIS::Keyboard::Ctrl : -OIS::Keyb… 2501 + [self injectEvent:KC_LCONTROL eventTime:time eventType:newstate]; 2505 + [self injectEvent:KC_LWIN eventTime:time eventType:newstate]; 2509 + [self injectEvent:KC_APPS eventTime:time eventType:newstate]; 2513 + [self injectEvent:KC_CAPITAL eventTime:time eventType:newstate]; [all …]
|
/external/opencv3/modules/videoio/src/ |
D | cap_gstreamer.cpp | 1628 GstState oldstate, newstate, pendstate; in handleMessage() local 1629 gst_message_parse_state_changed(msg, &oldstate, &newstate, &pendstate); in handleMessage()
|
/external/libxml2/ |
D | xmlregexp.c | 1602 xmlRegStatePtr inter, newstate; in xmlFAGenerateTransitions() local 1608 newstate = to; in xmlFAGenerateTransitions() 1610 newstate = xmlRegNewState(ctxt); in xmlFAGenerateTransitions() 1611 xmlRegStatePush(ctxt, newstate); in xmlFAGenerateTransitions() 1650 newstate, counter); in xmlFAGenerateTransitions() 1653 newstate); in xmlFAGenerateTransitions() 1668 newstate, counter); in xmlFAGenerateTransitions() 1672 newstate); in xmlFAGenerateTransitions() 1678 ctxt->state = newstate; in xmlFAGenerateTransitions()
|