HomeSort by relevance Sort by last modified time
    Searched refs:instate (Results 1 - 18 of 18) sorted by null

  /external/libxml2/
testlimits.c 93 static int instate = 0; variable
134 instate = 0;
186 if (instate == 0) {
191 instate = 1;
199 } else if (instate == 2) {
204 instate = 3;
211 } else if (instate == 1) {
218 instate = 2;
292 instate = 0;
327 if ((check_time() <= 0) && (instate == 1))
    [all...]
parser.c 318 (ctxt->instate == XML_PARSER_EOF))
355 (ctxt->instate == XML_PARSER_EOF))
570 (ctxt->instate == XML_PARSER_EOF))
600 (ctxt->instate == XML_PARSER_EOF))
638 (ctxt->instate == XML_PARSER_EOF))
676 (ctxt->instate == XML_PARSER_EOF))
707 (ctxt->instate == XML_PARSER_EOF))
736 (ctxt->instate == XML_PARSER_EOF))
765 (ctxt->instate == XML_PARSER_EOF))
792 (ctxt->instate == XML_PARSER_EOF)
6674 xmlParserInputState instate; local
    [all...]
HTMLparser.c 80 (ctxt->instate == XML_PARSER_EOF))
84 ctxt->instate = XML_PARSER_EOF;
113 (ctxt->instate == XML_PARSER_EOF))
140 (ctxt->instate == XML_PARSER_EOF))
417 if (ctxt->instate == XML_PARSER_EOF)
    [all...]
parserInternals.c 116 (ctxt->instate == XML_PARSER_EOF))
120 ctxt->instate = XML_PARSER_EOF;
149 (ctxt->instate == XML_PARSER_EOF))
176 (ctxt->instate == XML_PARSER_EOF))
205 (ctxt->instate == XML_PARSER_EOF))
425 if ((ctxt == NULL) || (ctxt->instate == XML_PARSER_EOF) ||
590 if (ctxt->instate == XML_PARSER_EOF)
    [all...]
SAX2.c 75 ctxt->instate = XML_PARSER_EOF;
104 (ctxt->instate == XML_PARSER_EOF))
142 (ctxt->instate == XML_PARSER_EOF))
173 (ctxt->instate == XML_PARSER_EOF))
198 (ctxt->instate == XML_PARSER_EOF))
222 (ctxt->instate == XML_PARSER_EOF))
1008 ctxt->instate = XML_PARSER_EOF;
    [all...]
xmlwriter.c     [all...]
xmlIO.c 446 (ctxt->instate == XML_PARSER_EOF))
    [all...]
xmlreader.c     [all...]
  /external/curl/lib/
imap.c 842 imapstate instate)
845 (void)instate; /* no use for this yet */
864 imapstate instate)
871 (void)instate; /* no use for this yet */
951 imapstate instate)
956 (void)instate; /* no use for this yet */
975 imapstate instate)
982 (void)instate; /* no use for this yet */
1009 imapstate instate)
1014 (void)instate; /* no use for this yet *
    [all...]
pop3.c 609 pop3state instate)
617 (void)instate; /* no use for this yet */
668 pop3state instate)
676 (void)instate; /* no use for this yet */
759 pop3state instate)
764 (void)instate; /* no use for this yet */
783 pop3state instate)
790 (void)instate; /* no use for this yet */
823 pop3state instate)
828 (void)instate; /* no use for this yet *
    [all...]
smtp.c 661 smtpstate instate)
666 (void)instate; /* no use for this yet */
681 smtpstate instate)
686 (void)instate; /* no use for this yet */
704 smtpstate instate)
712 (void)instate; /* no use for this yet */
799 smtpstate instate)
804 (void)instate; /* no use for this yet */
820 smtpstate instate)
827 (void)instate; /* no use for this yet *
    [all...]
ftp.c 123 bool init, ftpstate instate);
    [all...]
  /external/python/cpython2/Demo/tkinter/ttk/
notebook_closebtn.py 50 if not widget.instate(['pressed']):
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
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,
    [all...]
  /external/libxml2/include/libxml/
parser.h 223 xmlParserInputState instate; /* current type of input */ member in struct:_xmlParserCtxt
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_ttk/
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,
    [all...]
  /external/python/cpython2/Lib/lib-tk/
ttk.py 566 def instate(self, statespec, callback=None, *args, **kw): member in class:Widget
574 self.tk.call(self._w, "instate", ' '.join(statespec)))
    [all...]
  /external/python/cpython3/Lib/tkinter/
ttk.py 570 def instate(self, statespec, callback=None, *args, **kw): member in class:Widget
578 self.tk.call(self._w, "instate", ' '.join(statespec)))
    [all...]

Completed in 1647 milliseconds