Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 199) sorted by relevance

12345678

/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DINCLUDE_DIRS13 # empty.
17 $(warning .INCLUDE_DIRS is empty)
31 $(warning dir is empty)
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_monetary.c70 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.c154 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.h94 bool empty() const { return c.empty(); } in empty() function
220 bool empty() const { return c.empty(); } in _STLP_RELOPS_OPERATORS()
D_stack.h82 bool empty() const { return c.empty(); } in empty() function
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_deque.h112 _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.h159 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.h177 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/
Dstack_test.cpp45 CPPUNIT_ASSERT(s.empty()); in stack1()
59 CPPUNIT_ASSERT(s.empty()); in stack2()
Dqueue_test.cpp47 CPPUNIT_ASSERT(q.empty()); in pqueue1()
63 CPPUNIT_ASSERT(q.empty()); in queue1()
Dlist_test.cpp179 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()
Dmvctor_test.cpp632 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 …]
Dnum_facets_test.cpp46 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/
Dstack_test.cpp45 CPPUNIT_ASSERT(s.empty()); in stack1()
59 CPPUNIT_ASSERT(s.empty()); in stack2()
Dqueue_test.cpp47 CPPUNIT_ASSERT(q.empty()); in pqueue1()
63 CPPUNIT_ASSERT(q.empty()); in queue1()
Dlist_test.cpp179 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()
Dmvctor_test.cpp632 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 …]
Dnum_facets_test.cpp46 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/
Dremove-potcdate.sin8 # Test if the hold space is empty.
11 # Yes it was empty. First occurrence. Remove the line.
Dinsert-header.sin9 # 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/
Dremove-potcdate.sin8 # Test if the hold space is empty.
11 # Yes it was empty. First occurrence. Remove the line.
Dinsert-header.sin9 # Test if the hold space is empty.
12 # Yes it was empty. First occurrence. Read the file.
/ndk/build/core/
Ddefinitions.mk39 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/
DMakefile.am23 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/
Dandor8 # For $(and ...), it will either be empty or the last value
29 # For $(or ...), it will either be empty or the first true value

12345678