HomeSort by relevance Sort by last modified time
    Searched defs:newstate (Results 1 - 11 of 11) sorted by null

  /external/webrtc/webrtc/base/
task.cc 195 int newstate = STATE_ERROR; local
199 newstate = OnTimeout();
204 newstate = STATE_START;
207 newstate = ProcessStart();
210 newstate = ProcessResponse();
214 newstate = STATE_BLOCKED;
219 return newstate;
  /external/pdfium/core/src/fdrm/crypto/
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]; local
495 unsigned int newstate[6]; local
530 unsigned int newstate[8]; local
585 unsigned int newstate[4]; local
612 unsigned int newstate[6]; local
647 unsigned int newstate[8]; local
    [all...]
  /frameworks/wilhelm/tests/sandbox/
intbufq.c 252 SLuint32 newstate; local
253 result = (*playerPlay)->GetPlayState(playerPlay, &newstate);
255 if (newstate != state)
257 (unsigned) newstate);
  /external/curl/lib/
curl_sasl.c 1507 saslstate newstate = SASL_FINAL; local
    [all...]
easy.c 1014 int newstate = k->keepon &~ (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE); local
1017 newstate |= ((action & CURLPAUSE_RECV)?KEEP_RECV_PAUSE:0) |
1021 k->keepon = newstate;
1023 if(!(newstate & KEEP_RECV_PAUSE) && data->state.tempwrite) {
1041 ((newstate&(KEEP_RECV_PAUSE|KEEP_SEND_PAUSE)) !=
  /external/opencv3/modules/videoio/src/
cap_gstreamer.cpp 1628 GstState oldstate, newstate, pendstate; local
    [all...]
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 451 newstate(void) function
635 from = newstate();
707 *from = f = newstate();
787 final = newstate();
    [all...]
  /external/libxml2/
xmlregexp.c 1602 xmlRegStatePtr inter, newstate; local
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 653 milliseconds