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

1 23 4 5 6 7 8 91011>>

  /external/libcxx/test/std/containers/associative/multiset/multiset.cons/
default.pass.cpp 25 assert(m.empty());
31 assert(m.empty());
36 assert(m.empty());
  /external/libcxx/test/std/containers/associative/set/set.cons/
default.pass.cpp 25 assert(m.empty());
31 assert(m.empty());
36 assert(m.empty());
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
default.pass.cpp 25 assert(c.empty());
32 assert(c.empty());
38 assert(c.empty());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/
default.pass.cpp 25 assert(m.empty());
31 assert(m.empty());
36 assert(m.empty());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
default.pass.cpp 25 assert(m.empty());
31 assert(m.empty());
36 assert(m.empty());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
default.pass.cpp 25 assert(c.empty());
32 assert(c.empty());
38 assert(c.empty());
  /external/gmock/include/gmock/
gmock-more-matchers.h 46 // Defines a matcher that matches an empty container. The container must
47 // support both size() and empty(), which all STL-like containers provide.
48 MATCHER(IsEmpty, negation ? "isn't empty" : "is empty") {
49 if (arg.empty()) {
  /external/llvm/test/MC/Hexagon/
empty_asm.s 3 # Verify empty packets aren't printed
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/facilities/
identity.hpp 17 # include <boost/preprocessor/facilities/empty.hpp>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pairing_heap_/
find_fn_imps.hpp 47 _GLIBCXX_DEBUG_ASSERT(!base_type::empty());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
find_fn_imps.hpp 47 _GLIBCXX_DEBUG_ASSERT(!base_type::empty());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pairing_heap_/
find_fn_imps.hpp 47 _GLIBCXX_DEBUG_ASSERT(!base_type::empty());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
find_fn_imps.hpp 47 _GLIBCXX_DEBUG_ASSERT(!base_type::empty());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pairing_heap_/
find_fn_imps.hpp 47 _GLIBCXX_DEBUG_ASSERT(!base_type::empty());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/thin_heap_/
find_fn_imps.hpp 47 _GLIBCXX_DEBUG_ASSERT(!base_type::empty());
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/
find_fn_imps.hpp 47 _GLIBCXX_DEBUG_ASSERT(!base_type::empty());
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/
find_fn_imps.hpp 47 _GLIBCXX_DEBUG_ASSERT(!base_type::empty());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
align_text.s 1 .asciz "" # empty string
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
apuinfo-nul1.s 4 # dummy empty apuinfo
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
empty-address-2a.d 1 #source: empty-address-2.s
2 #ld: -Ttext 0x0000000 -Tdata 0x2000000 -T empty-address-2a.t
empty-address-2b.d 1 #source: empty-address-2.s
2 #ld: -Ttext 0x0000000 -Tdata 0x2000000 -T empty-address-2b.t
empty-address-3a.d 1 #source: empty-address-3.s
2 #ld: -T empty-address-3a.t
empty-address-3b.d 1 #source: empty-address-3.s
2 #ld: -T empty-address-3b.t
  /libcore/luni/src/test/java/libcore/java/util/
OptionalIntTest.java 31 assertSame(OptionalInt.empty(), OptionalInt.empty());
38 OptionalInt.empty().getAsInt();
46 assertFalse(OptionalInt.empty().isPresent());
51 OptionalInt.empty().ifPresent(alwaysFails);
60 assertEquals(57, OptionalInt.empty().orElse(57));
69 assertEquals(57, OptionalInt.empty().orElseGet(supplies57));
79 OptionalInt.empty().orElseThrow(barSupplier);
87 assertEquals(OptionalInt.empty(), OptionalInt.empty());
    [all...]
OptionalLongTest.java 31 assertSame(OptionalLong.empty(), OptionalLong.empty());
38 OptionalLong.empty().getAsLong();
46 assertFalse(OptionalLong.empty().isPresent());
51 OptionalLong.empty().ifPresent(alwaysFails);
60 assertEquals(57, OptionalLong.empty().orElse(57));
69 assertEquals(57, OptionalLong.empty().orElseGet(supplies57));
79 OptionalLong.empty().orElseThrow(barSupplier);
87 assertEquals(OptionalLong.empty(), OptionalLong.empty());
    [all...]

Completed in 826 milliseconds

1 23 4 5 6 7 8 91011>>