Home
last modified time | relevance | path

Searched defs:item (Results 1 – 18 of 18) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.cons/
Ddefault.pass.cpp49 assert ( std::all_of ( d1.begin (), d1.end (), []( const T &item ){ return item == T(); } )); in test()
53 … assert ( std::all_of ( d2.begin (), d2.end (), [&val]( const T &item ){ return item == val; } )); in test()
57 …assert ( std::all_of ( d3.begin (), d3.end (), [&val]( const T &item ){ return item == val; } )); … in test()
88 assert ( std::all_of ( d1.begin (), d1.end (), []( long item ){ return item == 3L; } )); in main()
Dalloc.pass.cpp61 assert ( std::all_of ( d1.begin (), d1.end (), []( const T &item ){ return item == T(); } )); in test()
66 … assert ( std::all_of ( d2.begin (), d2.end (), [&val]( const T &item ){ return item == val; } )); in test()
71 …assert ( std::all_of ( d3.begin (), d3.end (), [&val]( const T &item ){ return item == val; } )); … in test()
/ndk/sources/android/support/src/musl-locale/
Dlanginfo.c29 char *nl_langinfo_l(nl_item item, locale_t loc) in nl_langinfo_l()
63 char *nl_langinfo(nl_item item) in nl_langinfo()
Dnl_langinfo_l.c4 char *nl_langinfo_l(nl_item item, locale_t l) in nl_langinfo_l()
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_util.h156 void PushBack(T item) { InsertAt(static_cast<int>(count_), item); } in PushBack()
170 void Remove(T item) { in Remove()
182 bool Has(T item) const { return IndexOf(item) >= 0; } in Has()
197 int Vector<T>::IndexOf(T item) const { in IndexOf()
206 void Vector<T>::InsertAt(int index, T item) { in InsertAt()
269 bool Has(T item) const { return items_.Has(item); } in Has()
282 bool Set<T>::Add(T item) { in Add()
292 bool Set<T>::Del(T item) { in Del()
Dcrazy_linker_search_path_list.cpp55 const char* item = p; in FindFile() local
Dcrazy_linker_system_mock.cpp51 void PushBack(T* item) { entries_.PushBack(item); } in PushBack()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/facilities/
Didentity.hpp21 # define BOOST_PP_IDENTITY(item) item BOOST_PP_EMPTY argument
/ndk/sources/cxx-stl/stlport/src/
Dlock_free_slist.h39 struct item { struct
40 item* _M_next; argument
186 struct item { struct
187 item* _M_next; argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.mutate/
Ddefault.pass.cpp36 [&val]( const T &item ){ return item == val; } )); in test()
/ndk/sources/host-tools/make-3.81/
Dhash.c128 hash_insert (struct hash_table *ht, const void *item) in hash_insert()
137 hash_insert_at (struct hash_table *ht, const void *item, const void *slot) in hash_insert_at()
158 hash_delete (struct hash_table *ht, const void *item) in hash_delete()
167 void *item = *(void **) slot; in hash_delete_at() local
185 void *item = *vec; in hash_free_items() local
Dfile.c451 set_intermediate (const void *item) in set_intermediate()
873 print_file (const void *item) in print_file()
Dvariable.c561 free_variable_name_and_value (const void *item) in free_variable_name_and_value()
1360 print_variable (const void *item, void *arg) in print_variable()
Dhash.h79 #define HASH_VACANT(item) ((item) == 0 || (void *) (item) == hash_deleted_item) argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dfor_each.hpp69 typedef typename deref<Iterator>::type item; in execute() typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
Ditem.hpp39 typedef T item; typedef
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc134 FreeItem* item = free_items_; in Alloc() local
145 FreeItem* item = reinterpret_cast<FreeItem*>(obj); in Release() local
166 FreeItem* item = reinterpret_cast<FreeItem*>(new_slab); in AllocateSlab() local
/ndk/sources/android/cpufeatures/
Dcpu-features.c243 has_list_item(const char* list, const char* item) in has_list_item()