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

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_exidx_test.s 15 # Check that we can handle an empty .text section
16 .section .text.empty,"ax",%progbits
18 .global empty
19 .type empty, %function
20 empty: label
24 .size empty, .-empty
  /build/kati/testcase/
subst.mk 3 empty:= macro
4 space:= $(empty) $(empty)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_startfile.py 3 # empty.vbs is an empty file (except for a comment), which does
6 # A possible improvement would be to have empty.vbs do something that
27 empty = path.join(path.dirname(__file__), "empty.vbs")
28 startfile(empty)
29 startfile(empty, "open")
36 empty = path.join(path.dirname(__file__), "empty.vbs")
37 startfile(unicode(empty, "mbcs"))
    [all...]
  /external/libchrome/base/files/
scoped_temp_dir.cc 16 if (!path_.empty() && !Delete())
21 if (!path_.empty())
33 if (!path_.empty())
50 if (!path_.empty())
61 if (path_.empty())
80 return !path_.empty() && DirectoryExists(path_);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_startfile.py 3 # empty.vbs is an empty file (except for a comment), which does
6 # A possible improvement would be to have empty.vbs do something that
27 empty = path.join(path.dirname(__file__), "empty.vbs")
28 startfile(empty)
29 startfile(empty, "open")
36 empty = path.join(path.dirname(__file__), "empty.vbs")
37 startfile(unicode(empty, "mbcs")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_startfile.py 3 # empty.vbs is an empty file (except for a comment), which does
6 # A possible improvement would be to have empty.vbs do something that
27 empty = path.join(path.dirname(__file__), "empty.vbs")
28 startfile(empty)
29 startfile(empty, "open")
36 empty = path.join(path.dirname(__file__), "empty.vbs")
37 startfile(unicode(empty, "mbcs")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_startfile.py 3 # empty.vbs is an empty file (except for a comment), which does
6 # A possible improvement would be to have empty.vbs do something that
27 empty = path.join(path.dirname(__file__), "empty.vbs")
28 startfile(empty)
29 startfile(empty, "open")
36 empty = path.join(path.dirname(__file__), "empty.vbs")
37 startfile(unicode(empty, "mbcs")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_startfile.py 3 # empty.vbs is an empty file (except for a comment), which does
6 # A possible improvement would be to have empty.vbs do something that
27 empty = path.join(path.dirname(__file__), "empty.vbs")
28 startfile(empty)
29 startfile(empty, "open")
36 empty = path.join(path.dirname(__file__), "empty.vbs")
37 startfile(unicode(empty, "mbcs")
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
add-empty-section.d 2 #name: objcopy add-empty-section
3 #source: empty.s
4 #objcopy: --add-section NEW=$srcdir/empty-file
add-section.d 3 #source: empty.s
4 #objcopy: --add-section NEW=$srcdir/empty.s
10 0000 2320416e 20656d70 74792066 696c652e # An empty file.
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
default.pass.cpp 25 assert(c.empty());
32 assert(c.empty());
38 assert(c.empty());
  /prebuilts/ndk/r11/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());
  /prebuilts/ndk/r11/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());
  /prebuilts/ndk/r11/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());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/multiset.cons/
default.pass.cpp 25 assert(m.empty());
31 assert(m.empty());
36 assert(m.empty());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/set.cons/
default.pass.cpp 25 assert(m.empty());
31 assert(m.empty());
36 assert(m.empty());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.cons/
default.pass.cpp 25 assert(c.empty());
32 assert(c.empty());
38 assert(c.empty());
  /external/googletest/googlemock/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/libmojo/mojo/public/cpp/bindings/tests/
message_queue.cc 17 while (!queue_.empty())
22 return queue_.empty();
31 DCHECK(!queue_.empty());
37 DCHECK(!queue_.empty());
  /external/llvm/test/MC/Hexagon/
empty_asm.s 3 # Verify empty packets aren't printed
  /external/v8/testing/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()) {
  /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());

Completed in 2781 milliseconds

1 23 4 5 6 7 8 91011>>