/external/compiler-rt/test/msan/ |
D | pthread_setcancelstate.cc | 8 int oldstate; in main() local 10 int res = pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &oldstate); in main() 12 __msan_check_mem_is_initialized(&oldstate, sizeof(oldstate)); in main()
|
/external/toybox/toys/lsb/ |
D | md5sum.c | 44 unsigned oldstate[5]; 127 TT.oldstate[i] = TT.state[i]; in sha1_transform() 159 for (i=0; i<5; i++) TT.state[i] += TT.oldstate[i]; in sha1_transform()
|
/external/libvncserver/webclients/novnc/include/ |
D | rfb.js | 387 var oldstate = this._rfb_state; 389 if (state === oldstate) { 425 if (oldstate === 'fatal') { 430 var fullmsg = "New state '" + state + "', was '" + oldstate + "'." + cmsg; 437 if (oldstate === 'failed' && state === 'disconnected') { 452 if (oldstate === 'disconnected' || oldstate === 'failed') { 474 if (oldstate === 'disconnected') { 476 } else if (oldstate === 'normal') { 478 } else if (oldstate === 'init') { 493 if (oldstate === 'failed' && state === 'disconnected') { [all …]
|
D | ui.js | 544 updateState: function(rfb, state, oldstate, msg) { argument
|
/external/libxml2/ |
D | relaxng.c | 3037 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local 3066 ctxt->state = oldstate; in xmlRelaxNGCompile() 3079 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local 3108 ctxt->state = oldstate; in xmlRelaxNGCompile() 3126 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local 3133 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlRelaxNGCompile() 3137 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile() local 3141 oldstate = ctxt->state; in xmlRelaxNGCompile() 3147 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldstate); in xmlRelaxNGCompile() 3149 xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlRelaxNGCompile() [all …]
|
D | valid.c | 676 xmlAutomataStatePtr oldstate = ctxt->state; in xmlValidBuildAContentModel() local 694 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel() 714 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel() local 720 oldstate = ctxt->state; in xmlValidBuildAContentModel() 723 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlValidBuildAContentModel() 724 oldstate = ctxt->state; in xmlValidBuildAContentModel() 738 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel() 741 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel() 742 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel() 745 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel() [all …]
|
D | xmlreader.c | 827 xmlTextReaderState oldstate; in xmlTextReaderPushData() local 833 oldstate = reader->state; in xmlTextReaderPushData() 849 reader->state = oldstate; in xmlTextReaderPushData() 853 reader->state = oldstate; in xmlTextReaderPushData() 854 if ((oldstate != XML_TEXTREADER_START) || in xmlTextReaderPushData() 926 reader->state = oldstate; in xmlTextReaderPushData() 1288 xmlTextReaderState oldstate = XML_TEXTREADER_START; in xmlTextReaderRead() local 1341 oldstate = reader->state; in xmlTextReaderRead() 1360 ((oldstate == XML_TEXTREADER_BACKTRACK) || in xmlTextReaderRead() 1382 if (oldstate != XML_TEXTREADER_BACKTRACK) { in xmlTextReaderRead() [all …]
|
D | xmlschemas.c | 12878 xmlAutomataStatePtr oldstate = pctxt->state; in xmlSchemaBuildAContentModel() local 12886 oldstate, NULL); in xmlSchemaBuildAContentModel() 12887 oldstate = pctxt->state; in xmlSchemaBuildAContentModel() 12901 oldstate, counter); in xmlSchemaBuildAContentModel() 12907 oldstate, pctxt->state); in xmlSchemaBuildAContentModel() 12911 oldstate, NULL); in xmlSchemaBuildAContentModel() 12912 oldstate = pctxt->state; in xmlSchemaBuildAContentModel() 12922 oldstate); in xmlSchemaBuildAContentModel() 12932 oldstate, pctxt->state); in xmlSchemaBuildAContentModel() 12942 oldstate, NULL); in xmlSchemaBuildAContentModel() [all …]
|
D | parser.c | 4404 xmlParserInputState oldstate = ctxt->instate; in xmlParsePubidLiteral() local 4467 ctxt->instate = oldstate; in xmlParsePubidLiteral()
|
/external/ppp/pppd/ |
D | ccp.c | 448 int oldstate; local 453 oldstate = f->state; 455 if (oldstate == OPENED && p[0] == TERMREQ && f->state != OPENED) { 469 if (oldstate == REQSENT && p[0] == TERMACK
|
D | lcp.c | 400 int oldstate; local 409 oldstate = f->state; 412 if (oldstate == STOPPED && f->flags & (OPT_PASSIVE|OPT_SILENT|DELAYED_UP)) {
|
/external/toybox/generated/ |
D | globals.h | 57 unsigned oldstate[5]; member
|
/external/curl/lib/ |
D | multi.c | 112 CURLMstate oldstate = data->mstate; in mstate() local 124 if(oldstate == state) in mstate() 140 statename[oldstate], statename[data->mstate], in mstate()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 5214 INTERCEPTOR(int, pthread_setcancelstate, int state, int *oldstate) { 5216 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcancelstate, state, oldstate); 5217 int res = REAL(pthread_setcancelstate)(state, oldstate); 5219 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, oldstate, sizeof(*oldstate));
|
/external/mdnsresponder/mDNSCore/ |
D | uDNS.c | 937 LLQ_State oldstate = q->state; in uDNS_recvLLQResponse() local 948 return (oldstate == LLQ_SecondaryRequest ? uDNS_LLQ_Entire : uDNS_LLQ_Ignore); in uDNS_recvLLQResponse()
|
D | mDNS.c | 5146 mDNSu8 oldstate = m->SPSState; in mDNSCoreMachineSleep() local 5149 if (oldstate == 1) mDNS_DeregisterService(m, &m->SPSRecords); in mDNSCoreMachineSleep()
|