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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
2004-09-27-DidntEmitTemplate.cpp 15 bool empty() const { return true; } function in struct:basic_string
20 return X.empty();
  /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/libmojo/ipc/
ipc_message_attachment_set.h 38 bool empty() const { return attachments_.empty(); } function in class:IPC::MessageAttachmentSet
  /external/skia/src/core/
SkLiteDL.h 26 bool empty() const { return fUsed == 0; } function in class:final
  /external/skqp/src/core/
SkLiteDL.h 26 bool empty() const { return fUsed == 0; } function in class:final
  /external/xmlrpcpp/test/
TestXml.cpp 22 std::string empty; local
23 assert(empty == XmlRpcUtil::xmlEncode(empty));
24 assert(empty == XmlRpcUtil::xmlDecode(empty));
25 assert(empty == XmlRpcUtil::xmlEncode(""));
26 assert(empty == XmlRpcUtil::xmlDecode(""));
38 if (s.empty()) break;
46 if (s.empty()) break;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 40 bool empty() const { return Entries.empty(); } function in class:llvm::DWARFDebugFrame
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 40 bool empty() const { return Entries.empty(); } function in class:llvm::DWARFDebugFrame
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 40 bool empty() const { return Entries.empty(); } function in class:llvm::DWARFDebugFrame
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 40 bool empty() const { return Entries.empty(); } function in class:llvm::DWARFDebugFrame
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 40 bool empty() const { return Entries.empty(); } function in class:llvm::DWARFDebugFrame
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 40 bool empty() const { return Entries.empty(); } function in class:llvm::DWARFDebugFrame
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 40 bool empty() const { return Entries.empty(); } function in class:llvm::DWARFDebugFrame
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 40 bool empty() const { return Entries.empty(); } function in class:llvm::DWARFDebugFrame
  /system/chre/core/include/chre/core/
event_ref_queue.h 37 bool empty() const { function in class:chre::EventRefQueue
38 return mQueue.empty();
52 * reaches 0 as a result of this function call. The queue must be non-empty as
  /system/libvintf/include/vintf/
SystemSdk.h 35 bool empty() const { return versions().empty(); } function in class:android::vintf::SystemSdk
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
MinMaxTest.java 68 assertEquals(IntStream.empty().min(), OptionalInt.empty());
69 assertEquals(IntStream.empty().max(), OptionalInt.empty());
81 assertEquals(LongStream.empty().min(), OptionalLong.empty());
82 assertEquals(LongStream.empty().max(), OptionalLong.empty());
94 assertEquals(DoubleStream.empty().min(), OptionalDouble.empty());
    [all...]
  /art/tools/ahat/src/test/com/android/ahat/
QueryTest.java 61 public void empty() throws URISyntaxException { method in class:QueryTest
  /bootable/recovery/tests/unit/
asn1_decoder_test.cpp 26 uint8_t empty[] = {}; local
27 asn1_context ctx(empty, sizeof(empty));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sched.py 76 def empty(self): member in class:scheduler
77 """Check whether the queue is empty."""
81 """Execute events until the queue is empty.
  /external/golang-protobuf/ptypes/empty/
empty.pb.go 2 // source: github.com/golang/protobuf/ptypes/empty/empty.proto
5 Package empty is a generated protocol buffer package.
8 github.com/golang/protobuf/ptypes/empty/empty.proto
11 Empty
13 package empty package
30 // A generic empty message that you can re-use to avoid defining duplicated
31 // empty messages in your APIs. A typical example is to use it as the request
35 // rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty)
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractSequentialIteratorTest.java 74 Iterator<Object> empty = newEmpty(); local
75 assertFalse(empty.hasNext());
77 empty.next();
82 empty.remove();
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsEmptyCollection.java 10 * Tests if collection is empty.
26 description.appendText("an empty collection");
33 * <pre>assertThat(new ArrayList&lt;String&gt;(), is(empty()))</pre>
36 public static <E> Matcher<Collection<? extends E>> empty() { method in class:IsEmptyCollection
51 return (Matcher)empty();
  /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/llvm/lib/CodeGen/AsmPrinter/
DwarfStringPool.h 43 bool empty() const { return Pool.empty(); } function in class:llvm::DwarfStringPool

Completed in 1013 milliseconds

1 23 4 5 6 7 8 91011>>