HomeSort by relevance Sort by last modified time
    Searched full:none (Results 1326 - 1350 of 18468) sorted by null

<<51525354555657585960>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
nonmultipart.py 20 # derived subtypes since none of them are, by definition, of content
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ColorDelegator.py 46 if self.delegate is not None:
49 if delegate is not None:
72 "SYNC": {'background':None,'foreground':None},
73 "TODO": {'background':None,'foreground':None},
82 def insert(self, index, chars, tags=None):
87 def delete(self, index1, index2=None):
92 after_id = None
96 def notify_range(self, index1, index2=None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 57 except AttributeError: _tkinter.createfilehandler = None
59 except AttributeError: _tkinter.deletefilehandler = None
99 elif item is not None:
171 _default_root = None
182 _default_root = None
204 def __init__(self, master=None, value=None, name=None):
224 if value is not None:
277 def __init__(self, master=None, value=None, name=None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
driver.py 31 def __init__(self, grammar, convert=None, logger=None):
33 if logger is None:
45 type = value = start = end = line_text = None
95 def parse_file(self, filename, encoding=None, debug=False):
109 def load_grammar(gt="Grammar.txt", gp=None,
110 save=True, force=False, logger=None):
112 if logger is None:
114 if gp is None:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 63 def __init__(self, group=None, target=None, name=None, args=(), kwargs={}):
65 self._pid = None
74 self._parent._children[self] = None
82 return None
103 children.pop(p, None)
149 def Pool(processes=None, initializer=None, initargs=()):
connection.py 40 families = [None]
45 def __init__(self, address=None, family=None, backlog=1):
52 self._backlog_queue = None
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
FrameWork.py 94 _watch = None
98 if _watch is None:
114 self._helpmenu = None
116 self.menubar = None
135 if self._helpmenu is None:
167 default_wait = None # By default we wait GetCaretTime in WaitNextEvent
169 def mainloop(self, mask = everyEvent, wait = None):
191 def do1event(self, mask = everyEvent, wait = None):
204 def getevent(self, mask = everyEvent, wait = None):
208 if wait is None
    [all...]
gensuitemodule.py 58 output = None
60 creatorsignature = None
61 dump = None
62 verbose = None
101 edit_modnames = None
147 def processfile_fromresource(fullname, output=None, basepkgname=None,
148 edit_modnames=None, creatorsignature=None, dump=None, verbose=None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Required_Suite.py 56 def quit(self, _no_object=None, _attributes={}, **_arguments):
64 if _no_object is not None: raise TypeError, 'No direct arg expected'
75 def run(self, _no_object=None, _attributes={}, **_arguments):
83 if _no_object is not None: raise TypeError, 'No direct arg expected'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py 73 def opengroup(self, name=None):
76 if name is not None:
77 ogid = self.groupdict.get(name, None)
78 if ogid is not None:
91 def __init__(self, pattern, data=None):
93 if data is None:
96 self.width = None
185 self.next = None
327 prefix = None
331 if prefix is None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_module.py 11 # and __doc__ is None
13 self.assertTrue(foo.__dict__ is None)
26 self.assertEqual(foo.__doc__, None)
27 self.assertEqual(foo.__dict__, {"__name__": "foo", "__doc__": None})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_functiontestcase.py 11 test = unittest.FunctionTestCase(lambda: None)
125 test = unittest.FunctionTestCase(lambda: None)
129 # "Returns a one-line description of the test, or None if no description
131 # the first line of the test method's docstring, if available, or None."
133 test = unittest.FunctionTestCase(lambda: None)
135 self.assertEqual(test.shortDescription(), None)
137 # "Returns a one-line description of the test, or None if no description
139 # the first line of the test method's docstring, if available, or None."
142 test = unittest.FunctionTestCase(lambda: None, description=desc)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_weakrefset.py 22 if w is not None:
28 if w is not None:
36 def __init__(self, data=None):
40 if self is not None:
49 if data is not None:
62 if item is not None:
77 getattr(self, '__dict__', None))
79 __hash__ = None
103 if item is not None:
asyncore.py 125 def poll(timeout=0.0, map=None):
126 if map is None:
154 if obj is None:
160 if obj is None:
166 if obj is None:
170 def poll2(timeout=0.0, map=None):
172 if map is None:
174 if timeout is not None:
199 if obj is None:
205 def loop(timeout=30.0, use_poll=False, map=None, count=None)
    [all...]
sre_parse.py 73 def opengroup(self, name=None):
76 if name is not None:
77 ogid = self.groupdict.get(name, None)
78 if ogid is not None:
91 def __init__(self, pattern, data=None):
93 if data is None:
96 self.width = None
185 self.next = None
327 prefix = None
331 if prefix is None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_find.py 10 lib_gle = None
13 lib_gle = None
32 self.gl = self.glu = self.gle = None
70 ## # and the default suffix is either none or '.dylib'.
test_returnfuncptrs.py 17 self.assertEqual(strchr("abcdef", "x"), None)
31 self.assertEqual(strchr("abcdef", "x"), None)
41 self.assertEqual(strchr(b"abcdef", b"x"), None)
60 self.assertEqual(strchr(b"abcdef", b"x"), None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
iterators.py 49 def typed_subpart_iterator(msg, maintype='text', subtype=None):
58 if subtype is None or subpart.get_content_subtype() == subtype:
64 def _structure(msg, fp=None, level=0, include_default=False):
66 if fp is None:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
nonmultipart.py 20 # derived subtypes since none of them are, by definition, of content
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ColorDelegator.py 46 if self.delegate is not None:
49 if delegate is not None:
72 "SYNC": {'background':None,'foreground':None},
73 "TODO": {'background':None,'foreground':None},
82 def insert(self, index, chars, tags=None):
87 def delete(self, index1, index2=None):
92 after_id = None
96 def notify_range(self, index1, index2=None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 57 except AttributeError: _tkinter.createfilehandler = None
59 except AttributeError: _tkinter.deletefilehandler = None
99 elif item is not None:
171 _default_root = None
182 _default_root = None
204 def __init__(self, master=None, value=None, name=None):
224 if value is not None:
277 def __init__(self, master=None, value=None, name=None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
driver.py 31 def __init__(self, grammar, convert=None, logger=None):
33 if logger is None:
45 type = value = start = end = line_text = None
95 def parse_file(self, filename, encoding=None, debug=False):
109 def load_grammar(gt="Grammar.txt", gp=None,
110 save=True, force=False, logger=None):
112 if logger is None:
114 if gp is None:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 63 def __init__(self, group=None, target=None, name=None, args=(), kwargs={}):
65 self._pid = None
74 self._parent._children[self] = None
82 return None
103 children.pop(p, None)
149 def Pool(processes=None, initializer=None, initargs=()):
connection.py 40 families = [None]
45 def __init__(self, address=None, family=None, backlog=1):
52 self._backlog_queue = None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_module.py 11 # and __doc__ is None
13 self.assertTrue(foo.__dict__ is None)
26 self.assertEqual(foo.__doc__, None)
27 self.assertEqual(foo.__dict__, {"__name__": "foo", "__doc__": None})

Completed in 1105 milliseconds

<<51525354555657585960>>