/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.cons/ |
D | default.pass.cpp | 49 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()
|
D | alloc.pass.cpp | 61 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/ |
D | langinfo.c | 29 char *nl_langinfo_l(nl_item item, locale_t loc) in nl_langinfo_l() 63 char *nl_langinfo(nl_item item) in nl_langinfo()
|
D | nl_langinfo_l.c | 4 char *nl_langinfo_l(nl_item item, locale_t l) in nl_langinfo_l()
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_util.h | 156 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()
|
D | crazy_linker_search_path_list.cpp | 55 const char* item = p; in FindFile() local
|
D | crazy_linker_system_mock.cpp | 51 void PushBack(T* item) { entries_.PushBack(item); } in PushBack()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/facilities/ |
D | identity.hpp | 21 # define BOOST_PP_IDENTITY(item) item BOOST_PP_EMPTY argument
|
/ndk/sources/cxx-stl/stlport/src/ |
D | lock_free_slist.h | 39 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/ |
D | default.pass.cpp | 36 [&val]( const T &item ){ return item == val; } )); in test()
|
/ndk/sources/host-tools/make-3.81/ |
D | hash.c | 128 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
|
D | file.c | 451 set_intermediate (const void *item) in set_intermediate() 873 print_file (const void *item) in print_file()
|
D | variable.c | 561 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()
|
D | hash.h | 79 #define HASH_VACANT(item) ((item) == 0 || (void *) (item) == hash_deleted_item) argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | for_each.hpp | 69 typedef typename deref<Iterator>::type item; in execute() typedef
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/ |
D | item.hpp | 39 typedef T item; typedef
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | cxxabi.cc | 134 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/ |
D | cpu-features.c | 246 has_list_item(const char* list, const char* item) in has_list_item()
|