Searched refs:full (Results 1 - 25 of 77) sorted by relevance

1234

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_queue.py106 self.assertTrue(not q.full(), "Queue should not be full")
108 full = 3 * 2 * QUEUE_SIZE
110 self.assertTrue(q.full(), "Queue should be full")
112 q.put(full, block=0)
113 self.fail("Didn't appear to block with a full queue")
117 q.put(full, timeout=0.01)
118 self.fail("Didn't appear to time-out with a full queue")
122 self.do_blocking_test(q.put, (full,),
[all...]
H A Dtest_difflib.py154 full = i.make_file(f1a,t1a,'from','to',context=False,numlines=5)
184 actual = full.replace('</body>','\n%s\n</body>' % tables)
H A Dtest_collections.py542 full = WithSet(range(10))
543 s = WithSet(full)
546 s = WithSet(full)
549 s = WithSet(full)
551 self.assertEqual(s, full)
553 self.assertEqual(s, full)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_queue.py106 self.assertTrue(not q.full(), "Queue should not be full")
108 full = 3 * 2 * QUEUE_SIZE
110 self.assertTrue(q.full(), "Queue should be full")
112 q.put(full, block=0)
113 self.fail("Didn't appear to block with a full queue")
117 q.put(full, timeout=0.01)
118 self.fail("Didn't appear to time-out with a full queue")
122 self.do_blocking_test(q.put, (full,),
[all...]
H A Dtest_difflib.py154 full = i.make_file(f1a,t1a,'from','to',context=False,numlines=5)
184 actual = full.replace('</body>','\n%s\n</body>' % tables)
H A Dtest_collections.py542 full = WithSet(range(10))
543 s = WithSet(full)
546 s = WithSet(full)
549 s = WithSet(full)
551 self.assertEqual(s, full)
553 self.assertEqual(s, full)
/prebuilts/devtools/tools/
H A Djobb.bat27 rem Get the CWD as a full path with short names only (without spaces)
H A Dlint.bat30 rem Get the CWD as a full path with short names only (without spaces)
H A Duiautomatorviewer.bat27 rem Get the CWD as a full path with short names only (without spaces)
H A Dddms.bat27 rem Get the CWD as a full path with short names only (without spaces)
H A Dhierarchyviewer.bat27 rem Get the CWD as a full path with short names only (without spaces)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DQueue.py100 def full(self): member in class:Queue
101 """Return True if the queue is full, False otherwise (not reliable!)."""
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DQueue.py100 def full(self): member in class:Queue
101 """Return True if the queue is full, False otherwise (not reliable!)."""
/prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
H A DNOTICE219 1. The full text of this NOTICE in a location viewable to users of the
/prebuilts/misc/common/swig/include/2.0.11/allegrocl/
H A Dallegrocl.swg352 (cl::defun full-name (id type arity class)
382 (read-symbol-from-string (full-name id type arity class))))
411 (cl::setq cname (full-name cname type arity class))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dqueues.py148 def full(self): member in class:Queue
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dqueues.py148 def full(self): member in class:Queue
/prebuilts/ndk/9/platforms/android-10/arch-mips64/usr/include/asm/
H A Dinst.h872 unsigned int full : 16;
/prebuilts/ndk/9/platforms/android-11/arch-mips64/usr/include/asm/
H A Dinst.h872 unsigned int full : 16;
/prebuilts/ndk/9/platforms/android-12/arch-mips64/usr/include/asm/
H A Dinst.h872 unsigned int full : 16;
/prebuilts/ndk/9/platforms/android-13/arch-mips64/usr/include/asm/
H A Dinst.h872 unsigned int full : 16;
/prebuilts/ndk/9/platforms/android-14/arch-mips64/usr/include/asm/
H A Dinst.h872 unsigned int full : 16;
/prebuilts/ndk/9/platforms/android-15/arch-mips64/usr/include/asm/
H A Dinst.h872 unsigned int full : 16;
/prebuilts/ndk/9/platforms/android-16/arch-mips64/usr/include/asm/
H A Dinst.h872 unsigned int full : 16;
/prebuilts/ndk/9/platforms/android-17/arch-mips64/usr/include/asm/
H A Dinst.h872 unsigned int full : 16;

Completed in 2663 milliseconds

1234