Searched defs:Empty (Results 1 - 16 of 16) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_compare.py4 class Empty: class in inherits:
6 return '<Empty>'
33 set2 = [[1], (3,), None, Empty()]
48 L.insert(len(L)//2, Empty())
H A Dtest_class.py255 class Empty: pass class in function:ClassTests.testListAndDictOps
258 1 in Empty()
H A Dtest_index.py291 class Empty: pass class in function:OverflowTestCase.test_getitem_classic
293 #self._getitem_helper(Empty)
295 self._getslice_helper_deprecated(Empty)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_compare.py4 class Empty: class in inherits:
6 return '<Empty>'
33 set2 = [[1], (3,), None, Empty()]
48 L.insert(len(L)//2, Empty())
H A Dtest_class.py255 class Empty: pass class in function:ClassTests.testListAndDictOps
258 1 in Empty()
H A Dtest_index.py291 class Empty: pass class in function:OverflowTestCase.test_getitem_classic
293 #self._getitem_helper(Empty)
295 self._getslice_helper_deprecated(Empty)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DQueue.py11 __all__ = ['Empty', 'Full', 'Queue', 'PriorityQueue', 'LifoQueue']
13 class Empty(Exception): class in inherits:Exception
156 the Empty exception if no item was available within that time.
158 available, else raise the Empty exception ('timeout' is ignored
165 raise Empty
176 raise Empty
188 raise the Empty exception.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DQueue.py11 __all__ = ['Empty', 'Full', 'Queue', 'PriorityQueue', 'LifoQueue']
13 class Empty(Exception): class in inherits:Exception
156 the Empty exception if no item was available within that time.
158 available, else raise the Empty exception ('timeout' is ignored
165 raise Empty
176 raise Empty
188 raise the Empty exception.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dqueues.py45 from Queue import Empty, Full namespace
127 raise Empty
132 raise Empty
134 raise Empty
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dqueues.py45 from Queue import Empty, Full namespace
127 raise Empty
132 raise Empty
134 raise Empty
/prebuilts/tools/common/netbeans-visual/
H A Dorg-openide-util.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/netbeans/ org/netbeans/modules/ org/netbeans/modules/openide/ ...
/prebuilts/sdk/tools/lib/
H A Dlombok-ast-0.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/prebuilts/tools/common/lombok-ast/
H A Dlombok-ast-0.2.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Dlombok-ast-0.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
H A Dlombok-ast-0.2.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/prebuilts/misc/common/ecj/
H A Decj.jarMETA-INF/ META-INF/services/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/ ...

Completed in 233 milliseconds