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

  /external/libxml2/
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)
6882 xmlParserInputState instate; local
    [all...]
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...]
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) ||
438 if ((ctxt->instate != XML_PARSER_COMMENT))
599 if (ctxt->instate == XML_PARSER_EOF)
    [all...]
SAX2.c 74 ctxt->instate = XML_PARSER_EOF;
103 (ctxt->instate == XML_PARSER_EOF))
141 (ctxt->instate == XML_PARSER_EOF))
172 (ctxt->instate == XML_PARSER_EOF))
197 (ctxt->instate == XML_PARSER_EOF))
221 (ctxt->instate == XML_PARSER_EOF))
1007 ctxt->instate = XML_PARSER_EOF;
    [all...]
xmlwriter.c     [all...]
xmlIO.c 468 (ctxt->instate == XML_PARSER_EOF))
    [all...]
xmlreader.c     [all...]
  /external/curl/lib/
imap.c 840 imapstate instate)
845 (void)instate; /* no use for this yet */
860 imapstate instate)
868 (void)instate; /* no use for this yet */
947 imapstate instate)
952 (void)instate; /* no use for this yet */
971 imapstate instate)
978 (void)instate; /* no use for this yet */
1005 imapstate instate)
1010 (void)instate; /* no use for this yet *
    [all...]
pop3.c 653 pop3state instate)
662 (void)instate; /* no use for this yet */
704 pop3state instate)
713 (void)instate; /* no use for this yet */
795 pop3state instate)
800 (void)instate; /* no use for this yet */
819 pop3state instate)
826 (void)instate; /* no use for this yet */
859 pop3state instate)
864 (void)instate; /* no use for this yet *
    [all...]
smtp.c 668 smtpstate instate)
673 (void)instate; /* no use for this yet */
688 smtpstate instate)
693 (void)instate; /* no use for this yet */
711 smtpstate instate)
720 (void)instate; /* no use for this yet */
806 smtpstate instate)
811 (void)instate; /* no use for this yet */
827 smtpstate instate)
834 (void)instate; /* no use for this yet *
    [all...]
ftp.c 122 bool init, ftpstate instate);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 42 self.assertEqual(self.widget.instate(['!disabled']), True)
57 self.assertEqual(self.widget.instate(['!disabled'],
63 self.assertRaises(Tkinter.TclError, self.widget.instate,
65 self.assertRaises(Tkinter.TclError, self.widget.instate,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 42 self.assertEqual(self.widget.instate(['!disabled']), True)
57 self.assertEqual(self.widget.instate(['!disabled'],
63 self.assertRaises(Tkinter.TclError, self.widget.instate,
65 self.assertRaises(Tkinter.TclError, self.widget.instate,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 42 self.assertEqual(self.widget.instate(['!disabled']), True)
57 self.assertEqual(self.widget.instate(['!disabled'],
63 self.assertRaises(Tkinter.TclError, self.widget.instate,
65 self.assertRaises(Tkinter.TclError, self.widget.instate,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 42 self.assertEqual(self.widget.instate(['!disabled']), True)
57 self.assertEqual(self.widget.instate(['!disabled'],
63 self.assertRaises(Tkinter.TclError, self.widget.instate,
65 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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ttk.py 566 def instate(self, statespec, callback=None, *args, **kw): member in class:Widget
573 ret = self.tk.call(self._w, "instate", ' '.join(statespec))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ttk.py 566 def instate(self, statespec, callback=None, *args, **kw): member in class:Widget
573 ret = self.tk.call(self._w, "instate", ' '.join(statespec))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 566 def instate(self, statespec, callback=None, *args, **kw): member in class:Widget
573 ret = self.tk.call(self._w, "instate", ' '.join(statespec))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 566 def instate(self, statespec, callback=None, *args, **kw): member in class:Widget
573 ret = self.tk.call(self._w, "instate", ' '.join(statespec))
    [all...]

Completed in 690 milliseconds