/external/libxml2/ |
D | parser.c | 318 (ctxt->instate == XML_PARSER_EOF)) in xmlErrAttributeDup() 355 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErr() 570 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsg() 600 (ctxt->instate == XML_PARSER_EOF)) in xmlWarningMsg() 638 (ctxt->instate == XML_PARSER_EOF)) in xmlValidityError() 676 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsgInt() 707 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsgStrIntStr() 736 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsgStr() 765 (ctxt->instate == XML_PARSER_EOF)) in xmlErrMsgStr() 792 (ctxt->instate == XML_PARSER_EOF)) in xmlNsErr() [all …]
|
D | testlimits.c | 93 static int instate = 0; variable 134 instate = 0; in hugeOpen() 186 if (instate == 0) { in hugeRead() 191 instate = 1; in hugeRead() 199 } else if (instate == 2) { in hugeRead() 204 instate = 3; in hugeRead() 211 } else if (instate == 1) { in hugeRead() 218 instate = 2; in hugeRead() 292 instate = 0; in crazyOpen() 327 if ((check_time() <= 0) && (instate == 1)) { in crazyRead() [all …]
|
D | HTMLparser.c | 80 (ctxt->instate == XML_PARSER_EOF)) in htmlErrMemory() 84 ctxt->instate = XML_PARSER_EOF; in htmlErrMemory() 113 (ctxt->instate == XML_PARSER_EOF)) in htmlParseErr() 140 (ctxt->instate == XML_PARSER_EOF)) in htmlParseErrInt() 417 if (ctxt->instate == XML_PARSER_EOF) in htmlCurrentChar() 3093 ctxt->instate = XML_PARSER_EOF; in htmlParseCharDataInternal() 3189 state = ctxt->instate; in htmlParsePI() 3190 ctxt->instate = XML_PARSER_PI; in htmlParsePI() 3213 ctxt->instate = state; in htmlParsePI() 3219 ctxt->instate = state; in htmlParsePI() [all …]
|
D | parserInternals.c | 116 (ctxt->instate == XML_PARSER_EOF)) in xmlErrMemory() 120 ctxt->instate = XML_PARSER_EOF; in xmlErrMemory() 149 (ctxt->instate == XML_PARSER_EOF)) in __xmlErrEncoding() 176 (ctxt->instate == XML_PARSER_EOF)) in xmlErrInternal() 205 (ctxt->instate == XML_PARSER_EOF)) in xmlErrEncodingInt() 425 if ((ctxt == NULL) || (ctxt->instate == XML_PARSER_EOF) || in xmlNextChar() 590 if (ctxt->instate == XML_PARSER_EOF) in xmlCurrentChar() 1645 ctxt->instate = XML_PARSER_START; in xmlInitParserCtxt()
|
D | SAX2.c | 75 ctxt->instate = XML_PARSER_EOF; in xmlSAX2ErrMemory() 104 (ctxt->instate == XML_PARSER_EOF)) in xmlErrValid() 142 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsg() 173 (ctxt->instate == XML_PARSER_EOF)) in xmlWarnMsg() 198 (ctxt->instate == XML_PARSER_EOF)) in xmlNsErrMsg() 222 (ctxt->instate == XML_PARSER_EOF)) in xmlNsWarnMsg() 1008 ctxt->instate = XML_PARSER_EOF; in xmlSAX2StartDocument()
|
D | xmlwriter.c | 4523 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback() 4531 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback() 4552 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback()
|
D | xmlreader.c | 1216 if (reader->ctxt->instate == XML_PARSER_EOF) return(1); in xmlTextReaderDoExpand() 1377 (reader->ctxt->instate != XML_PARSER_EOF)) { in xmlTextReaderRead()
|
D | xmlIO.c | 446 (ctxt->instate == XML_PARSER_EOF)) in __xmlLoaderErr()
|
/external/curl/lib/ |
D | smtp.c | 661 smtpstate instate) in smtp_state_servergreet_resp() argument 666 (void)instate; /* no use for this yet */ in smtp_state_servergreet_resp() 681 smtpstate instate) in smtp_state_starttls_resp() argument 686 (void)instate; /* no use for this yet */ in smtp_state_starttls_resp() 704 smtpstate instate) in smtp_state_ehlo_resp() argument 712 (void)instate; /* no use for this yet */ in smtp_state_ehlo_resp() 799 smtpstate instate) in smtp_state_helo_resp() argument 804 (void)instate; /* no use for this yet */ in smtp_state_helo_resp() 820 smtpstate instate) in smtp_state_auth_resp() argument 827 (void)instate; /* no use for this yet */ in smtp_state_auth_resp() [all …]
|
D | imap.c | 842 imapstate instate) in imap_state_servergreet_resp() argument 845 (void)instate; /* no use for this yet */ in imap_state_servergreet_resp() 864 imapstate instate) in imap_state_capability_resp() argument 871 (void)instate; /* no use for this yet */ in imap_state_capability_resp() 951 imapstate instate) in imap_state_starttls_resp() argument 956 (void)instate; /* no use for this yet */ in imap_state_starttls_resp() 975 imapstate instate) in imap_state_auth_resp() argument 982 (void)instate; /* no use for this yet */ in imap_state_auth_resp() 1009 imapstate instate) in imap_state_login_resp() argument 1014 (void)instate; /* no use for this yet */ in imap_state_login_resp() [all …]
|
D | pop3.c | 609 pop3state instate) in pop3_state_servergreet_resp() argument 617 (void)instate; /* no use for this yet */ in pop3_state_servergreet_resp() 668 pop3state instate) in pop3_state_capa_resp() argument 676 (void)instate; /* no use for this yet */ in pop3_state_capa_resp() 759 pop3state instate) in pop3_state_starttls_resp() argument 764 (void)instate; /* no use for this yet */ in pop3_state_starttls_resp() 783 pop3state instate) in pop3_state_auth_resp() argument 790 (void)instate; /* no use for this yet */ in pop3_state_auth_resp() 823 pop3state instate) in pop3_state_apop_resp() argument 828 (void)instate; /* no use for this yet */ in pop3_state_apop_resp() [all …]
|
D | ftp.c | 123 bool init, ftpstate instate); 1678 ftpstate instate) in ftp_state_quote() argument 1687 switch(instate) { in ftp_state_quote() 1730 state(conn, instate); in ftp_state_quote() 1737 switch(instate) { in ftp_state_quote() 2145 ftpstate instate) in ftp_state_type_resp() argument 2161 if(instate == FTP_TYPE) in ftp_state_type_resp() 2163 else if(instate == FTP_LIST_TYPE) in ftp_state_type_resp() 2165 else if(instate == FTP_RETR_TYPE) in ftp_state_type_resp() 2167 else if(instate == FTP_STOR_TYPE) in ftp_state_type_resp() [all …]
|
/external/libxml2/test/recurse/ |
D | lol4.patch | 10 + (ctxt->instate == XML_PARSER_ATTRIBUTE_VALUE)) {
|
/external/dtc/tests/ |
D | delete_reinstate_multilabel.dts | 21 * Re-instate them. None of the old labels should come back
|
/external/python/cpython2/Demo/tkinter/ttk/ |
D | notebook_closebtn.py | 50 if not widget.instate(['pressed']):
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_widgets.py | 84 self.assertEqual(self.widget.instate(['!disabled']), True) 99 self.assertEqual(self.widget.instate(['!disabled'], 105 self.assertRaises(tkinter.TclError, self.widget.instate, 107 self.assertRaises(tkinter.TclError, self.widget.instate,
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 82 self.assertEqual(self.widget.instate(['!disabled']), True) 97 self.assertEqual(self.widget.instate(['!disabled'], 103 self.assertRaises(tkinter.TclError, self.widget.instate, 105 self.assertRaises(tkinter.TclError, self.widget.instate,
|
/external/libxml2/include/libxml/ |
D | parser.h | 223 xmlParserInputState instate; /* current type of input */ member
|
/external/python/cpython2/Lib/lib-tk/ |
D | ttk.py | 566 def instate(self, statespec, callback=None, *args, **kw): member in Widget
|
/external/python/cpython3/Doc/library/ |
D | tkinter.ttk.rst | 278 .. method:: instate(statespec, callback=None, *args, **kw) 303 :meth:`Widget.configure`, :meth:`Widget.identify`, :meth:`Widget.instate` 391 :meth:`Widget.configure`, :meth:`Widget.identify`, :meth:`Widget.instate`
|
/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 570 def instate(self, statespec, callback=None, *args, **kw): member in Widget
|
/external/python/cpython2/Doc/library/ |
D | ttk.rst | 268 .. method:: instate(statespec, callback=None, *args, **kw) 293 :meth:`Widget.configure`, :meth:`Widget.identify`, :meth:`Widget.instate`
|
/external/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 240 d instate like(xmlParserInputState) Current input type
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA.txt | 83946 instate %36274 ɪnstˈet
|
D | internal_raw_IPA-old.txt | 99446 instate ɪnstˈet
|