/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | INCLUDE_DIRS | 13 # empty. 17 $(warning .INCLUDE_DIRS is empty) 31 $(warning dir is empty)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _monetary.c | 70 char* __group_sizes_end = __grouping.empty()? 0 : __group_sizes; in __get_monetary_value() 90 if (__grouping.empty()) in __get_monetary_value() 177 if (__ps.empty()) in __money_do_get() 179 if (__ns.empty()) { in __money_do_get() 187 if (__ps.empty()) { in __money_do_get() 188 if (__ns.empty()) in __money_do_get() 201 if (__ns.empty()) in __money_do_get() 224 char_type __sep = __grouping.empty() ? char_type() : in __money_do_get() 354 if (__digits.empty()) in __money_do_put() 397 if (!__grouping.empty()) { in __money_do_put() [all …]
|
D | _slist.c | 154 while (__ite._M_node->_M_next && !__x.empty()) { in _Slist_merge() 162 if (!__x.empty()) { in _Slist_merge() 192 while (!__that.empty()) { in _Slist_sort() 195 while (__i < __fill && !__counter[__i].empty()) { in _Slist_sort()
|
D | _queue.h | 94 bool empty() const { return c.empty(); } in empty() function 220 bool empty() const { return c.empty(); } in _STLP_RELOPS_OPERATORS()
|
D | _stack.h | 82 bool empty() const { return c.empty(); } in empty() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _deque.h | 112 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER) in front() 116 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER) in front() 120 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER) in back() 124 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER) in back() 199 bool empty() const { return _M_non_dbg_impl.empty(); } in empty() function 272 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER) in pop_back() 278 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER) in pop_front() 390 if (!empty()) { in erase()
|
D | _vector.h | 159 bool empty() const { return _M_non_dbg_impl.empty(); } 249 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER) 253 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER) 257 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER) 261 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER) 342 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
|
D | _list.h | 177 bool empty() const { return _M_non_dbg_impl.empty(); } in empty() function 181 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER) in front() 185 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER) in front() 189 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER) in back() 193 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER) in back() 264 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER) in pop_back() 271 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER) in pop_front()
|
/ndk/tests/device/test-stlport/unit/ |
D | stack_test.cpp | 45 CPPUNIT_ASSERT(s.empty()); in stack1() 59 CPPUNIT_ASSERT(s.empty()); in stack2()
|
D | queue_test.cpp | 47 CPPUNIT_ASSERT(q.empty()); in pqueue1() 63 CPPUNIT_ASSERT(q.empty()); in queue1()
|
D | list_test.cpp | 179 CPPUNIT_ASSERT( l.empty() ); in erase() 191 CPPUNIT_ASSERT( l.empty() ); in erase() 353 CPPUNIT_ASSERT( lint2.empty() ); in allocator_with_state() 396 CPPUNIT_ASSERT( lint2.empty() ); in allocator_with_state() 440 CPPUNIT_CHECK( lst1.empty() ); in swap() 441 CPPUNIT_CHECK( lst2.empty() ); in swap()
|
D | mvctor_test.cpp | 632 if (it->empty()) { in vector_test() 634 if (vect.empty()) in vector_test() 661 if (it->empty()) { in vector_test() 663 if (vect.empty()) in vector_test() 685 if (it->empty()) { in vector_test() 687 if (vect.empty()) in vector_test() 710 if (it->empty()) { in vector_test() 712 if (vect.empty()) in vector_test() 739 if (it->empty()) { in vector_test() 741 if (vect.empty()) in vector_test() [all …]
|
D | num_facets_test.cpp | 46 if (!npct.grouping().empty()) { in _num_put_get() 75 if (!npct.grouping().empty()) { in _num_put_get() 244 if (!cfacet.grouping().empty()) in numpunct_by_name()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | stack_test.cpp | 45 CPPUNIT_ASSERT(s.empty()); in stack1() 59 CPPUNIT_ASSERT(s.empty()); in stack2()
|
D | queue_test.cpp | 47 CPPUNIT_ASSERT(q.empty()); in pqueue1() 63 CPPUNIT_ASSERT(q.empty()); in queue1()
|
D | list_test.cpp | 179 CPPUNIT_ASSERT( l.empty() ); in erase() 191 CPPUNIT_ASSERT( l.empty() ); in erase() 353 CPPUNIT_ASSERT( lint2.empty() ); in allocator_with_state() 396 CPPUNIT_ASSERT( lint2.empty() ); in allocator_with_state() 440 CPPUNIT_CHECK( lst1.empty() ); in swap() 441 CPPUNIT_CHECK( lst2.empty() ); in swap()
|
D | mvctor_test.cpp | 632 if (it->empty()) { in vector_test() 634 if (vect.empty()) in vector_test() 661 if (it->empty()) { in vector_test() 663 if (vect.empty()) in vector_test() 685 if (it->empty()) { in vector_test() 687 if (vect.empty()) in vector_test() 710 if (it->empty()) { in vector_test() 712 if (vect.empty()) in vector_test() 739 if (it->empty()) { in vector_test() 741 if (vect.empty()) in vector_test() [all …]
|
D | num_facets_test.cpp | 46 if (!npct.grouping().empty()) { in _num_put_get() 75 if (!npct.grouping().empty()) { in _num_put_get() 244 if (!cfacet.grouping().empty()) in numpunct_by_name()
|
/ndk/sources/host-tools/make-3.81/po/ |
D | remove-potcdate.sin | 8 # Test if the hold space is empty. 11 # Yes it was empty. First occurrence. Remove the line.
|
D | insert-header.sin | 9 # Test if the hold space is empty. 12 # Yes it was empty. First occurrence. Read the file.
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | remove-potcdate.sin | 8 # Test if the hold space is empty. 11 # Yes it was empty. First occurrence. Remove the line.
|
D | insert-header.sin | 9 # Test if the hold space is empty. 12 # Yes it was empty. First occurrence. Read the file.
|
/ndk/build/core/ |
D | definitions.mk | 39 empty := 46 space := $(empty) $(empty) 121 clear-vars = $(foreach __varname,$1,$(eval $(__varname) := $(empty))) 425 $(eval __ndk_modules.$(__mod).$(__field) := $(empty))\ 429 $(eval __ndk_top_modules := $(empty)) \ 430 $(eval __ndk_import_list := $(empty)) \ 431 $(eval __ndk_import_depth := $(empty)) 1000 $(eval LOCAL_SRC_TAG.$(__tag) := $(empty)) \ 1003 $(eval LOCAL_SRC_FILES_TAGS.$(__src) := $(empty)) \ 1004 $(eval LOCAL_SRC_FILES_TARGET_CFLAGS.$(__src) := $(empty)) \ [all …]
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | Makefile.am | 23 head madding mac-mf empty xbxcx xbxcx3 recall recall2 xemacs \ 52 empty.good empty.inp empty.sed \
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | andor | 8 # For $(and ...), it will either be empty or the last value 29 # For $(or ...), it will either be empty or the first true value
|