HomeSort by relevance Sort by last modified time
    Searched refs:instate (Results 1 - 25 of 25) 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...]
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 829 imapstate instate)
832 (void)instate; /* no use for this yet */
851 imapstate instate)
859 (void)instate; /* no use for this yet */
938 imapstate instate)
943 (void)instate; /* no use for this yet */
962 imapstate instate)
969 (void)instate; /* no use for this yet */
996 imapstate instate)
1001 (void)instate; /* no use for this yet *
    [all...]
pop3.c 609 pop3state instate)
618 (void)instate; /* no use for this yet */
660 pop3state instate)
669 (void)instate; /* no use for this yet */
751 pop3state instate)
756 (void)instate; /* no use for this yet */
775 pop3state instate)
782 (void)instate; /* no use for this yet */
815 pop3state instate)
820 (void)instate; /* no use for this yet *
    [all...]
smtp.c 657 smtpstate instate)
662 (void)instate; /* no use for this yet */
677 smtpstate instate)
682 (void)instate; /* no use for this yet */
700 smtpstate instate)
709 (void)instate; /* no use for this yet */
795 smtpstate instate)
800 (void)instate; /* no use for this yet */
816 smtpstate instate)
823 (void)instate; /* no use for this yet *
    [all...]
ftp.c 122 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/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...]
  /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...]
  /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...]
  /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 590 milliseconds