HomeSort by relevance Sort by last modified time
    Searched defs:empty (Results 651 - 675 of 3009) sorted by null

<<21222324252627282930>>

  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
queues.py 45 from Queue import Empty, Full
127 raise Empty
132 raise Empty
134 raise Empty
145 def empty(self): member in class:Queue
359 def empty(self): member in class:SimpleQueue
  /prebuilts/go/darwin-x86/src/regexp/syntax/
compile.go 17 // l == 0 denotes the empty list, okay because we start every program
125 return c.empty(EmptyBeginLine)
127 return c.empty(EmptyEndLine)
129 return c.empty(EmptyBeginText)
131 return c.empty(EmptyEndText)
133 return c.empty(EmptyWordBoundary)
135 return c.empty(EmptyNoWordBoundary)
259 func (c *compiler) empty(op EmptyOp) frag { func
  /prebuilts/go/darwin-x86/src/runtime/
mgcwork.go 64 // full buffer and discarding an empty one. When we fill both
66 // bringing in a new empty buffer and discarding a full one.
113 // wbuf is empty at this point.
197 // wbuf is empty at this point.
243 // wbuf is empty at this point.
324 // empty returns true if w has no mark work available.
326 func (w *gcWork) empty() bool { func
331 // The gcWork interface caches a work buffer until full (or empty) to
353 throw("workbuf is empty")
359 throw("workbuf is not empty")
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
compile.go 17 // l == 0 denotes the empty list, okay because we start every program
125 return c.empty(EmptyBeginLine)
127 return c.empty(EmptyEndLine)
129 return c.empty(EmptyBeginText)
131 return c.empty(EmptyEndText)
133 return c.empty(EmptyWordBoundary)
135 return c.empty(EmptyNoWordBoundary)
259 func (c *compiler) empty(op EmptyOp) frag { func
  /prebuilts/go/linux-x86/src/runtime/
mgcwork.go 64 // full buffer and discarding an empty one. When we fill both
66 // bringing in a new empty buffer and discarding a full one.
113 // wbuf is empty at this point.
197 // wbuf is empty at this point.
243 // wbuf is empty at this point.
324 // empty returns true if w has no mark work available.
326 func (w *gcWork) empty() bool { func
331 // The gcWork interface caches a work buffer until full (or empty) to
353 throw("workbuf is empty")
359 throw("workbuf is not empty")
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest-tuple_test.cc 147 tuple<> empty; local
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 45 from Queue import Empty, Full
127 raise Empty
132 raise Empty
134 raise Empty
145 def empty(self): member in class:Queue
359 def empty(self): member in class:SimpleQueue
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 45 from Queue import Empty, Full
127 raise Empty
132 raise Empty
134 raise Empty
145 def empty(self): member in class:Queue
359 def empty(self): member in class:SimpleQueue
  /system/chre/util/include/chre/util/
array_queue_impl.h 30 while (!empty()) {
36 bool ArrayQueue<ElementType, kCapacity>::empty() const { function in class:chre::ArrayQueue
171 // Align begin() and end() outside of the memory block when empty.
172 return empty() ? end() : iterator(data() + mHead, data(), mTail);
196 // Align begin() and end() outside of the memory block when empty.
197 return empty() ? cend() : const_iterator(data() + mHead, data(), mTail);
  /system/keymaster/tests/
authorization_set_test.cpp 681 TEST(Union, Empty) {
730 AuthorizationSet empty; local
732 EXPECT_EQ(empty, set1);
  /system/libvintf/include/vintf/
MapValueIterator.h 95 bool empty() const { return begin() == end(); } function in struct:android::vintf::MapIterTypes::IterableImpl
109 bool empty() const { return begin() == end(); } function in struct:android::vintf::MapIterTypes::RangeImpl
  /system/netd/libnetdutils/include/netdutils/
Slice.h 60 bool empty() const { return base() == limit(); } function in class:android::netdutils::Slice
151 // byte, return an empty Slice.
  /system/netd/server/dns/
DnsTlsQueryMap.cpp 78 if (mQueries.empty()) {
112 bool DnsTlsQueryMap::empty() { function in class:android::net::DnsTlsQueryMap
114 return mQueries.empty();
  /system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
UtilsTest.java 42 Set<String> empty = set(); local
45 assertEquals(a, Utils.subtract(a, empty));
46 assertEquals(empty, Utils.subtract(empty, a));
  /tools/dexter/slicer/export/slicer/
buffer.h 146 bool empty() const { return size_ == 0; } function in class:slicer::Buffer
intrusive_list.h 131 bool empty() const { return begin_ == end_; } function in class:slicer::IntrusiveList
  /cts/tests/tests/os/src/android/os/cts/
LocaleListTest.java 103 final LocaleList empty = new LocaleList(); local
104 assertEquals(-1, empty.indexOf(Locale.US));
117 final LocaleList empty = new LocaleList(); local
125 assertFalse(empty.equals(null));
128 assertFalse(empty.equals(new Object()));
130 assertTrue(empty.equals(empty));
133 assertFalse(empty.equals(oneMember));
138 assertTrue(empty.equals(anotherEmpty));
143 final LocaleList empty = new LocaleList() local
181 LocaleList empty = LocaleList.getEmptyLocaleList(); local
    [all...]
  /art/test/968-default-partial-compile-gen/util-src/
generate_smali.py 326 empty: It does not have the method
330 empty = 2 variable in class:InterfaceType
337 elif self == InterfaceType.empty:
460 return self.iface_type == InterfaceType.empty
  /bionic/linker/
linked_list.h 150 bool empty() { function in class:LinkedList
  /bionic/tools/versioner/src/
DeclarationDatabase.h 50 bool empty() const { function in struct:AvailabilityValues
70 bool empty() const { function in struct:DeclarationAvailability
71 if (!global_availability.empty()) {
76 if (!it.second.empty()) {
150 if (!availability.empty()) {
  /device/google/cuttlefish_common/common/vsoc/lib/
socket_forward_region_view.h 62 bool empty() const { return IsData() && header_.payload_length == 0; } function in struct:vsoc::Packet
110 // Returns an empty data packet if the other side is closed.
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3StreamMem.cpp 456 bool empty = true; local
458 empty = false;
466 if (empty || (!empty && (oldestGrallocFrameNumber < oldest))){
470 empty = false;
473 if (empty )
  /external/adhd/cras/src/server/
cras_rclient.c 271 int empty; local
322 empty = cras_observer_ops_are_empty(&observer_ops);
324 if (empty) {
330 } else if (!empty) {
  /external/clang/include/clang/AST/
UnresolvedSet.h 117 bool empty() const { return decls().empty(); } function in class:clang::UnresolvedSetImpl
  /external/clang/include/clang/Rewrite/Core/
RewriteRope.h 149 unsigned empty() const { return size() == 0; } function in class:clang::RopePieceBTree

Completed in 3038 milliseconds

<<21222324252627282930>>