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

<<11121314151617181920>>

  /bionic/tests/libs/
Android.build.dt_runpath.mk 36 empty.cpp
44 empty.cpp
56 empty.cpp
93 empty.cpp
  /development/host/windows/usb/api/
adb_api_instance.h 96 return !interface_name_.empty();
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
call-stack.rb 12 if parts.empty?
  /external/chromium-libpac/src/
proxy_resolver_js_bindings.cc 52 if (my_hostname.empty())
59 if (my_hostname.empty())
90 if (!address_list_str.empty())
93 if (address_string.empty())
  /external/deqp/framework/common/
tcuFactoryRegistry.hpp 50 bool empty (void) const { return m_factories.empty(); } function in class:tcu::GenericFactoryRegistry
88 bool empty (void) const { return m_registry.empty(); } function in class:tcu::FactoryRegistry
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
AbstractSequentialIteratorTest.java 61 Iterator<Object> empty = newEmpty(); local
62 assertFalse(empty.hasNext());
64 empty.next();
69 empty.remove();
  /external/libchrome/base/trace_event/
memory_allocator_dump_guid.h 32 bool empty() const { return guid_ == 0u; } function in class:base::trace_event::MemoryAllocatorDumpGuid
  /external/libcxx/test/libcxx/containers/sequences/list/list.modifiers/
pop_back_db1.pass.cpp 30 assert(c.empty());
  /external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.members/
pop.pass.cpp 33 assert(q.empty());
  /external/libcxx/test/std/containers/container.adaptors/queue/queue.cons/
ctor_move.pass.cpp 39 assert(q.empty());
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.cons/
ctor_move.pass.cpp 39 assert(q.empty());
  /external/libcxx/test/std/containers/sequences/vector.bool/
assign_move.pass.cpp 33 assert(l.empty());
47 assert(!l.empty());
61 assert(l.empty());
76 assert(l.empty());
move_alloc.pass.cpp 32 assert(!l.empty());
45 assert(l.empty());
58 assert(!l.empty());
72 assert(l.empty());
  /external/libcxx/test/std/strings/basic.string/string.capacity/
empty.pass.cpp 12 // bool empty() const;
23 assert(s.empty() == (s.size() == 0));
  /external/libcxx/test/std/strings/basic.string/string.iterators/
cbegin.pass.cpp 24 if (!s.empty())
crbegin.pass.cpp 24 if (!s.empty())
  /external/libmojo/mojo/edk/embedder/
test_embedder.cc 23 if (leaked_handles.empty())
  /external/llvm/lib/CodeGen/AsmPrinter/
AddressPool.h 45 bool isEmpty() { return Pool.empty(); }
  /external/llvm/lib/MC/
ConstantPools.cpp 25 if (Entries.empty())
45 bool ConstantPool::empty() { return Entries.empty(); } function in class:ConstantPool
65 if (!CP.empty()) {
  /external/llvm/lib/Support/
StringPool.cpp 22 assert(InternTable.empty() && "PooledStringPtr leaked!");
  /external/parameter-framework/upstream/parameter/
FrameworkConfigurationLocation.cpp 48 if (_configurationUri.empty()) {
50 serializingContext.setError("Empty Path attribute in element " + xmlElement.getPath());
  /external/pdfium/xfa/fde/css/
cfde_cssstylerule.cpp 27 ASSERT(m_ppSelector.empty());
  /external/pdfium/xfa/fwl/
cfwl_eventtarget.cpp 26 if (!m_widgets.empty() && m_widgets.count(pEvent->m_pSrcTarget) == 0)
  /external/protobuf/src/google/protobuf/stubs/
stringprintf_unittest.cc 45 TEST(StringPrintfTest, Empty) {
63 TEST(StringAppendFTest, Empty) {
65 const char* empty = ""; local
66 StringAppendF(&value, "%s", empty);
90 // StringPrintf should return an empty string instead of running
105 EXPECT_TRUE(value.empty() || value == kInvalidCodePoint);
115 EXPECT_TRUE(value.empty() || value == buf);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringSet.h 29 assert(!InLang.empty());

Completed in 1370 milliseconds

<<11121314151617181920>>