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

  /external/curl/lib/
imap.c 836 imapstate instate)
841 (void)instate; /* no use for this yet */
856 imapstate instate)
864 (void)instate; /* no use for this yet */
943 imapstate instate)
948 (void)instate; /* no use for this yet */
967 imapstate instate)
974 (void)instate; /* no use for this yet */
1001 imapstate instate)
1006 (void)instate; /* no use for this yet *
    [all...]
pop3.c 641 pop3state instate)
650 (void)instate; /* no use for this yet */
692 pop3state instate)
701 (void)instate; /* no use for this yet */
783 pop3state instate)
788 (void)instate; /* no use for this yet */
807 pop3state instate)
814 (void)instate; /* no use for this yet */
847 pop3state instate)
852 (void)instate; /* no use for this yet *
    [all...]
smtp.c 664 smtpstate instate)
669 (void)instate; /* no use for this yet */
684 smtpstate instate)
689 (void)instate; /* no use for this yet */
707 smtpstate instate)
716 (void)instate; /* no use for this yet */
802 smtpstate instate)
807 (void)instate; /* no use for this yet */
823 smtpstate instate)
830 (void)instate; /* no use for this yet *
    [all...]
ftp.c 123 bool init, ftpstate instate);
    [all...]
  /external/libxml2/
parser.c 312 (ctxt->instate == XML_PARSER_EOF))
350 (ctxt->instate == XML_PARSER_EOF))
563 (ctxt->instate == XML_PARSER_EOF))
593 (ctxt->instate == XML_PARSER_EOF))
631 (ctxt->instate == XML_PARSER_EOF))
669 (ctxt->instate == XML_PARSER_EOF))
700 (ctxt->instate == XML_PARSER_EOF))
729 (ctxt->instate == XML_PARSER_EOF))
758 (ctxt->instate == XML_PARSER_EOF))
785 (ctxt->instate == XML_PARSER_EOF)
6854 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 112 (ctxt->instate == XML_PARSER_EOF))
116 ctxt->instate = XML_PARSER_EOF;
145 (ctxt->instate == XML_PARSER_EOF))
172 (ctxt->instate == XML_PARSER_EOF))
201 (ctxt->instate == XML_PARSER_EOF))
421 if ((ctxt == NULL) || (ctxt->instate == XML_PARSER_EOF) ||
428 (ctxt->instate != XML_PARSER_COMMENT)) {
593 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...]
  /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 578 milliseconds