HomeSort by relevance Sort by last modified time
    Searched refs:empty (Results 301 - 325 of 8383) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/set.cons/
compare_alloc.pass.cpp 27 assert(m.empty());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/priority.queue/priqueue.members/
swap.pass.cpp 27 assert(q1.empty());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/priority.queue/priqueue.special/
swap.pass.cpp 29 assert(q1.empty());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.cons/
alloc.fail.cpp 28 assert(c.empty());
  /system/chre/util/include/chre/util/
fixed_size_blocking_queue.h 47 * Pops one element from the queue. If the queue is empty, the thread will
55 * Determines whether or not the BlockingQueue is empty.
57 bool empty();
  /system/chre/util/tests/
blocking_queue_test.cc 25 ASSERT_TRUE(blockingQueue.empty());
  /system/libvintf/
TransportArch.cpp 23 bool TransportArch::empty() const { function in class:android::vintf::TransportArch
24 return transport == Transport::EMPTY && arch == Arch::ARCH_EMPTY;
29 case Transport::EMPTY: // fallthrough
  /system/libvintf/include/vintf/
TransportArch.h 28 Transport transport = Transport::EMPTY;
36 bool empty() const;
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
strip-3.d 2 #source: empty.s
5 #name: strip empty file
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
packet_loss_stats.cc 31 if (!lost_packets_buffer_.empty() &&
40 > kBufferSize || (!lost_packets_wrapped_buffer_.empty() &&
71 if (lost_packets_buffer_.empty()) {
72 RTC_DCHECK(lost_packets_wrapped_buffer_.empty());
112 while (remove_count == 0 || (!lost_packets_buffer_.empty() &&
118 if (lost_packets_buffer_.empty()) {
131 if (!lost_packets_wrapped_buffer_.empty() &&
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML.java 54 private final boolean empty; field in class:HTML.Element
68 public Element(String name, int type, boolean empty,
74 this.empty = empty;
83 public Element(String name, int type, boolean empty,
85 this(name, type, empty, optionalEndTag, breaksFlow, Flow.NONE);
98 /** True if it's empty, has no inner elements or end tag */
100 return empty;
  /prebuilts/misc/common/swig/include/2.0.11/lua/
_std_common.i 20 upon empty containers, rather than coredump
31 bool empty() const;
35 if (self->empty())
40 if (self->empty())
55 if (self->empty())
67 if (self->empty())
  /external/libcxx/test/std/experimental/filesystem/class.rec.dir.itr/rec.dir.itr.members/
pop.pass.cpp 72 TEST_REQUIRE(notSeenDepth0.empty() && notSeenDepth1.empty());
78 TEST_REQUIRE(!notSeenDepth1.empty());
85 TEST_REQUIRE(!notSeenDepth0.empty());
86 TEST_REQUIRE(notSeenDepth1.empty());
  /external/llvm/unittests/ADT/
PackedVectorTest.cpp 24 EXPECT_TRUE(Vec.empty());
28 EXPECT_FALSE(Vec.empty());
32 EXPECT_FALSE(Vec.empty());
36 EXPECT_FALSE(Vec2.empty());
40 EXPECT_TRUE(Vec.empty());
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallSet.h 42 bool empty() const { return Vector.empty() && Set.empty(); } function in class:llvm::SmallSet
71 while (!Vector.empty()) {
101 bool isSmall() const { return Set.empty(); }
SCCIterator.h 81 assert(!VisitStack.empty());
101 while (!VisitStack.empty()) {
108 if (!MinVisitNumStack.empty() && MinVisitNumStack.back() > minVisitNum)
135 inline scc_iterator() { /* End is when DFS stack is empty */ }
146 assert(!CurrentSCC.empty() || VisitStack.empty());
147 return CurrentSCC.empty();
166 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
170 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
178 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!")
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
CollectionUtilsTests.java 70 final ArrayList<String> empty = new ArrayList<>(); local
71 assertEquals(empty, CollectionUtils.arrayAsList(new String[] {}, 0, 0));
73 assertEquals(empty, CollectionUtils.arrayAsList(array, 0, 0));
74 assertEquals(empty, CollectionUtils.arrayAsList(array, 1, 1));
75 assertEquals(empty, CollectionUtils.arrayAsList(array, array.length, array.length));
89 assertFalse(CollectionUtils.isNullOrEmpty(Collections.singletonList("Not empty")));
90 assertFalse(CollectionUtils.isNullOrEmpty(Collections.singletonMap("Not", "empty")));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/vector.cons/
construct_default.pass.cpp 36 assert(c.empty());
42 assert(c1.empty());
59 assert(c.empty());
75 assert(v.empty());
87 assert(v.empty());
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
lprint.c 160 uint8_t empty = 1; local
178 empty = 0;
182 if (!empty || i <= width)
196 uint8_t empty = 1; local
212 empty = 0;
216 if (!empty || i <= width)
230 uint8_t empty = 1; local
249 empty = 0;
253 if (!empty || i < width)
  /external/google-breakpad/src/common/linux/
google_crashdump_uploader.cc 124 if (!ptime_.empty()) {
127 if (!ctime_.empty()) {
130 if (!email_.empty()) {
133 if (!comments_.empty()) {
140 if (product_.empty()) {
144 if (version_.empty()) {
148 if (guid_.empty()) {
152 if (minidump_pathname_.empty()) {
156 if (!error_text.empty()) {
  /external/google-breakpad/src/processor/
cfi_frame_info.cc 56 if (cfa_rule_.empty() || ra_rule_.empty())
107 if (!cfa_rule_.empty()) {
110 if (!ra_rule_.empty()) {
146 // Names can't be empty.
149 if (!name_.empty() || !expression_.empty()) {
157 if (!expression_.empty())
166 if (name_.empty() || expression_.empty()) return false
    [all...]
  /external/libchrome/base/
vlog.cc 55 if (!v_switch.empty()) {
106 if (!vmodule_levels_.empty()) {
133 while (!p.empty() && !s.empty() && (p[0] != '*')) {
155 // An empty pattern here matches only an empty string.
156 if (p.empty())
157 return s.empty();
161 while (!p.empty() && (p[0] == '*'))
164 // Since we moved past the stars, an empty pattern here matche
    [all...]
  /external/llvm/tools/bugpoint/
BugDriver.cpp 102 if (TargetTriple.getTriple().empty()) {
105 if (TheTriple.getTriple().empty())
122 assert(!Filenames.empty() && "Must specify at least on input filename!");
164 if (!PassesToRun.empty()) {
177 if (!Error.empty()) {
188 if (ReferenceOutputFile.empty()) {
206 if (!Error.empty()) {
213 if (!Error.empty()) {
223 if (!Error.empty()) {
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
BugDriver.cpp 95 if (TargetTriple.getTriple().empty()) {
98 if (TheTriple.getTriple().empty())
116 assert(!Filenames.empty() && "Must specify at least on input filename!");
163 if (!PassesToRun.empty()) {
176 if (!Error.empty()) {
187 if (ReferenceOutputFile.empty()) {
205 if (!Error.empty()) {
212 if (!Error.empty()) {
222 if (!Error.empty()) {
  /build/kati/testcase/
wildcard_cache.mk 11 # if make starts without foo,bar, it will be empty, although expect foo,bar.
16 # first $(files) will be empty since no foo,bar exists.
17 # second $(files) expects foo, but empty.

Completed in 2990 milliseconds

<<11121314151617181920>>