/external/libcxx/test/containers/sequences/list/list.capacity/ |
D | resize_size.pass.cpp | 22 std::list<int> l(5, 2); in main() local 29 std::list<int> l(5, 2); in main() local 38 std::list<DefaultOnly> l(10); in main() local 44 std::list<DefaultOnly> l(10); in main() local 52 std::list<int, min_allocator<int>> l(5, 2); in main() local 59 std::list<int, min_allocator<int>> l(5, 2); in main() local 68 std::list<DefaultOnly, min_allocator<DefaultOnly>> l(10); in main() local 74 std::list<DefaultOnly, min_allocator<DefaultOnly>> l(10); in main() local
|
D | resize_size_value.pass.cpp | 22 std::list<double> l(5, 2); in main() local 29 std::list<double> l(5, 2); in main() local 38 std::list<double, min_allocator<double>> l(5, 2); in main() local 45 std::list<double, min_allocator<double>> l(5, 2); in main() local
|
/external/libcxx/test/containers/sequences/list/list.cons/ |
D | default.pass.cpp | 22 std::list<int> l; in main() local 27 std::list<DefaultOnly> l; in main() local 32 std::list<int> l((std::allocator<int>())); in main() local 38 std::list<int, min_allocator<int>> l; in main() local 43 std::list<DefaultOnly, min_allocator<DefaultOnly>> l; in main() local 48 std::list<int, min_allocator<int>> l((min_allocator<int>())); in main() local 53 std::list<int> l = {}; in main() local
|
D | default_stack_alloc.pass.cpp | 22 std::list<int> l; in main() local 27 std::list<int> l((std::allocator<int>())); in main() local 32 std::list<int, stack_allocator<int, 4> > l; in main() local 38 std::list<int, min_allocator<int>> l; in main() local 43 std::list<int, min_allocator<int>> l((min_allocator<int>())); in main() local
|
D | size_value_alloc.pass.cpp | 23 std::list<int> l(3, 2); in main() local 34 std::list<int> l(3, 2, std::allocator<int>()); in main() local 45 std::list<int, stack_allocator<int, 3> > l(3, 2); in main() local 57 std::list<int, min_allocator<int>> l(3, 2); in main() local 68 std::list<int, min_allocator<int>> l(3, 2, min_allocator<int>()); in main() local
|
D | copy.pass.cpp | 23 std::list<int> l(3, 2); in main() local 28 std::list<int, test_allocator<int> > l(3, 2, test_allocator<int>(5)); in main() local 35 std::list<int, other_allocator<int> > l(3, 2, other_allocator<int>(5)); in main() local 43 std::list<int, min_allocator<int>> l(3, 2); in main() local 48 std::list<int, min_allocator<int> > l(3, 2, min_allocator<int>()); in main() local
|
D | size_type.pass.cpp | 40 std::list<int> l(3); in main() local 51 std::list<int, stack_allocator<int, 3> > l(3); in main() local 64 C l(3, min_allocator<int> ()); in main() local 78 std::list<DefaultOnly> l(3); in main() local 85 std::list<int, min_allocator<int>> l(3); in main() local 97 std::list<DefaultOnly, min_allocator<DefaultOnly>> l(3); in main() local
|
D | copy_alloc.pass.cpp | 23 std::list<int, test_allocator<int> > l(3, 2, test_allocator<int>(5)); in main() local 29 std::list<int, other_allocator<int> > l(3, 2, other_allocator<int>(5)); in main() local 36 std::list<int, min_allocator<int> > l(3, 2, min_allocator<int>()); in main() local
|
D | assign_copy.pass.cpp | 22 std::list<int, test_allocator<int> > l(3, 2, test_allocator<int>(5)); in main() local 29 std::list<int, other_allocator<int> > l(3, 2, other_allocator<int>(5)); in main() local 37 std::list<int, min_allocator<int> > l(3, 2, min_allocator<int>()); in main() local
|
/external/libxml2/ |
D | list.c | 59 xmlLinkDeallocator(xmlListPtr l, xmlLinkPtr lk) in xmlLinkDeallocator() 98 xmlListLowerSearch(xmlListPtr l, void *data) in xmlListLowerSearch() 118 xmlListHigherSearch(xmlListPtr l, void *data) in xmlListHigherSearch() 138 xmlListLinkSearch(xmlListPtr l, void *data) in xmlListLinkSearch() 163 xmlListLinkReverseSearch(xmlListPtr l, void *data) in xmlListLinkReverseSearch() 190 xmlListPtr l; in xmlListCreate() local 231 xmlListSearch(xmlListPtr l, void *data) in xmlListSearch() 252 xmlListReverseSearch(xmlListPtr l, void *data) in xmlListReverseSearch() 273 xmlListInsert(xmlListPtr l, void *data) in xmlListInsert() 305 int xmlListAppend(xmlListPtr l, void *data) in xmlListAppend() [all …]
|
/external/chromium_org/third_party/libxml/src/ |
D | list.c | 59 xmlLinkDeallocator(xmlListPtr l, xmlLinkPtr lk) in xmlLinkDeallocator() 98 xmlListLowerSearch(xmlListPtr l, void *data) in xmlListLowerSearch() 118 xmlListHigherSearch(xmlListPtr l, void *data) in xmlListHigherSearch() 138 xmlListLinkSearch(xmlListPtr l, void *data) in xmlListLinkSearch() 163 xmlListLinkReverseSearch(xmlListPtr l, void *data) in xmlListLinkReverseSearch() 190 xmlListPtr l; in xmlListCreate() local 231 xmlListSearch(xmlListPtr l, void *data) in xmlListSearch() 252 xmlListReverseSearch(xmlListPtr l, void *data) in xmlListReverseSearch() 273 xmlListInsert(xmlListPtr l, void *data) in xmlListInsert() 305 int xmlListAppend(xmlListPtr l, void *data) in xmlListAppend() [all …]
|
/external/qemu/android/utils/ |
D | reflist.c | 18 static void** _areflist_items(const ARefList* l) in _areflist_items() 27 _areflist_checkSize0(ARefList* l) in _areflist_checkSize0() 37 areflist_setEmpty(ARefList* l) in areflist_setEmpty() 54 areflist_indexOf(const ARefList* l, void* item) in areflist_indexOf() 69 areflist_grow(ARefList* l, int count) in areflist_grow() 99 areflist_add(ARefList* l, void* item) in areflist_add() 115 areflist_append(ARefList* l, const ARefList* l2) in areflist_append() 123 areflist_popLast(ARefList* l) in areflist_popLast() 152 areflist_delFirst(ARefList* l, void* item) in areflist_delFirst() 185 areflist_delAll(ARefList* l, void* item) in areflist_delAll() [all …]
|
/external/libpng/ |
D | pngdebug.h | 61 # define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE) argument 64 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) argument 67 # define png_debug2(l,m,p1,p2) \ argument 82 # define png_debug(l,m) \ argument 90 # define png_debug1(l,m,p1) \ argument 98 # define png_debug2(l,m,p1,p2) \ argument 107 # define png_debug(l,m) \ argument 118 # define png_debug1(l,m,p1) \ argument 129 # define png_debug2(l,m,p1,p2) \ argument 146 # define png_debug(l, m) ((void)0) argument [all …]
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_ann.cc | 34 ScopedAnnotation(ThreadState *thr, const char *aname, const char *f, int l, in ScopedAnnotation() 89 char *f, int l, uptr addr, uptr size, char *desc) { in AddExpectRace() 226 void INTERFACE_ATTRIBUTE AnnotateHappensBefore(char *f, int l, uptr addr) { in AnnotateHappensBefore() 231 void INTERFACE_ATTRIBUTE AnnotateHappensAfter(char *f, int l, uptr addr) { in AnnotateHappensAfter() 236 void INTERFACE_ATTRIBUTE AnnotateCondVarSignal(char *f, int l, uptr cv) { in AnnotateCondVarSignal() 240 void INTERFACE_ATTRIBUTE AnnotateCondVarSignalAll(char *f, int l, uptr cv) { in AnnotateCondVarSignalAll() 244 void INTERFACE_ATTRIBUTE AnnotateMutexIsNotPHB(char *f, int l, uptr mu) { in AnnotateMutexIsNotPHB() 248 void INTERFACE_ATTRIBUTE AnnotateCondVarWait(char *f, int l, uptr cv, in AnnotateCondVarWait() 253 void INTERFACE_ATTRIBUTE AnnotateRWLockCreate(char *f, int l, uptr m) { in AnnotateRWLockCreate() 258 void INTERFACE_ATTRIBUTE AnnotateRWLockCreateStatic(char *f, int l, uptr m) { in AnnotateRWLockCreateStatic() [all …]
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_mop.cc | 21 MemLoc l; in TEST() local 34 MemLoc l; in TEST() local 41 MemLoc l; in TEST() local 48 MemLoc l; in TEST() local 55 MemLoc l; in TEST() local 61 MemLoc l; in TEST() local 72 MemLoc l; in TEST() local 91 MemLoc l; in TEST() local 110 MemLoc l; in TEST() local 115 MemLoc l; in TEST() local [all …]
|
/external/openssl/crypto/ |
D | md32_common.h | 209 # define HOST_c2l(c,l) ({ unsigned int r=*((const unsigned int *)(c)); \ argument 212 # define HOST_l2c(l,c) ({ unsigned int r=(l); \ argument 220 # define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, (l)) argument 221 # define HOST_l2c(l,c) (*((unsigned int *)(c))=(l), (c)+=4, (l)) argument 225 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ argument 232 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ argument 244 # define HOST_c2l(c,l) ({ asm ("lrv %0,%1" \ argument 247 # define HOST_l2c(l,c) ({ asm ("strv %1,%0" \ argument 256 # define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, l) argument 257 # define HOST_l2c(l,c) (*((unsigned int *)(c))=(l), (c)+=4, l) argument [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
D | md32_common.h | 209 # define HOST_c2l(c,l) ({ unsigned int r=*((const unsigned int *)(c)); \ argument 212 # define HOST_l2c(l,c) ({ unsigned int r=(l); \ argument 220 # define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, (l)) argument 221 # define HOST_l2c(l,c) (*((unsigned int *)(c))=(l), (c)+=4, (l)) argument 225 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ argument 232 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ argument 244 # define HOST_c2l(c,l) ({ asm ("lrv %0,%1" \ argument 247 # define HOST_l2c(l,c) ({ asm ("strv %1,%0" \ argument 256 # define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, l) argument 257 # define HOST_l2c(l,c) (*((unsigned int *)(c))=(l), (c)+=4, l) argument [all …]
|
/external/chromium_org/third_party/icu/source/tools/pkgdata/ |
D | pkgtypes.c | 27 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, i… in pkg_writeCharListWrap() 73 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quote) in pkg_writeCharList() 120 uint32_t pkg_countCharList(CharList *l) in pkg_countCharList() 135 CharList *pkg_prependToList(CharList *l, const char *str) in pkg_prependToList() 155 CharList *pkg_appendToList(CharList *l, CharList** end, const char *str) in pkg_appendToList() 209 CharList *pkg_appendUniqueDirToList(CharList *l, CharList** end, const char *strAlias) { in pkg_appendUniqueDirToList() 279 void pkg_deleteList(CharList *l) in pkg_deleteList() 291 UBool pkg_listContains(CharList *l, const char *str) in pkg_listContains()
|
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgtypes.c | 27 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, i… in pkg_writeCharListWrap() 73 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quote) in pkg_writeCharList() 120 uint32_t pkg_countCharList(CharList *l) in pkg_countCharList() 135 CharList *pkg_prependToList(CharList *l, const char *str) in pkg_prependToList() 155 CharList *pkg_appendToList(CharList *l, CharList** end, const char *str) in pkg_appendToList() 209 CharList *pkg_appendUniqueDirToList(CharList *l, CharList** end, const char *strAlias) { in pkg_appendUniqueDirToList() 279 void pkg_deleteList(CharList *l) in pkg_deleteList() 291 UBool pkg_listContains(CharList *l, const char *str) in pkg_listContains()
|
/external/zopfli/src/zopfli/ |
D | util.c | 55 int l = 31 ^ __builtin_clz(dist - 1); /* log2(dist - 1) */ in ZopfliGetDistExtraBitsValue() local 81 int l = (31 ^ __builtin_clz(dist - 1)); /* log2(dist - 1) */ in ZopfliGetDistSymbol() local 125 int ZopfliGetLengthExtraBits(int l) { in ZopfliGetLengthExtraBits() 147 int ZopfliGetLengthExtraBitsValue(int l) { in ZopfliGetLengthExtraBitsValue() 168 int ZopfliGetLengthSymbol(int l) { in ZopfliGetLengthSymbol()
|
/external/chromium_org/components/webdata/common/ |
D | web_data_request_manager.cc | 47 base::AutoLock l(cancel_lock_); in IsCancelled() local 52 base::AutoLock l(cancel_lock_); in Cancel() local 81 base::AutoLock l(pending_lock_); in ~WebDataRequestManager() local 90 base::AutoLock l(pending_lock_); in RegisterRequest() local 95 base::AutoLock l(pending_lock_); in GetNextRequestHandle() local 100 base::AutoLock l(pending_lock_); in CancelRequest() local 124 base::AutoLock l(pending_lock_); in RequestCompletedOnThread() local
|
/external/flac/libFLAC/ |
D | bitmath.c | 63 unsigned l = 0; in FLAC__bitmath_ilog2() local 72 unsigned l = 0; in FLAC__bitmath_ilog2_wide() local 110 unsigned l = 0; in FLAC__bitmath_silog2() local 134 unsigned l = 0; in FLAC__bitmath_silog2_wide() local
|
/external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/ |
D | types.pass.cpp | 33 std::locale l(LOCALE_en_US_UTF_8); in main() local 46 std::locale l(""); in main() local 59 std::locale l("C"); in main() local
|
/external/libcxx/test/containers/sequences/vector/vector.cons/ |
D | assign_copy.pass.cpp | 22 std::vector<int, test_allocator<int> > l(3, 2, test_allocator<int>(5)); in main() local 29 std::vector<int, other_allocator<int> > l(3, 2, other_allocator<int>(5)); in main() local 37 std::vector<int, min_allocator<int> > l(3, 2, min_allocator<int>()); in main() local
|
/external/libcxx/test/containers/sequences/vector.bool/ |
D | assign_copy.pass.cpp | 22 std::vector<bool, test_allocator<bool> > l(3, 2, test_allocator<bool>(5)); in main() local 29 std::vector<bool, other_allocator<bool> > l(3, 2, other_allocator<bool>(5)); in main() local 37 std::vector<bool, min_allocator<bool> > l(3, 2, min_allocator<bool>()); in main() local
|