/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | aligned_storage.hpp | 57 void* address() const { return const_cast<aligned_storage_imp*>(this); } in address() function 64 void* address() const { return 0; } in address() function 130 void* address() in address() function in boost::aligned_storage 137 const void* address() const in address() function in boost::aligned_storage 156 const void* aligned_storage<S,A>::address() const in address() function in boost::aligned_storage
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | gabixx_config.h | 76 #define __gabixx_sync_load(address) \ argument 84 # define __gabixx_sync_swap(address,value) __sync_swap((address),(value)) argument 86 # define __gabixx_sync_swap(address, value) \ argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/ |
D | test_allocator.h | 47 pointer address(reference x) const {return &x;} in address() function 48 const_pointer address(const_reference x) const {return &x;} in address() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/ |
D | test_allocator.h | 52 pointer address(reference x) const {return &x;} in address() function 53 const_pointer address(const_reference x) const {return &x;} in address() function
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | elff_api.cc | 54 uint64_t address, in elff_get_pc_address_info()
|
D | dwarf_die.cc | 101 DIEObject* DIEObject::get_leaf_for_address(Elf_Xword address) { in get_leaf_for_address() 130 bool DIEObject::contains_address(Elf_Xword address) { in contains_address()
|
D | elf_file.cc | 176 bool ElfFile::get_pc_address_info(Elf_Xword address, in get_pc_address_info()
|
D | dwarf_cu.h | 217 DIEObject* get_leaf_die_for_address(Elf_Xword address) const { in get_leaf_die_for_address()
|
D | dwarf_cu.cc | 468 Elf_Xword address, in get_pc_address_file_info()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _pthread_alloc.h | 124 pointer address(reference __x) const { return &__x; } in address() function 125 const_pointer address(const_reference __x) const { return &__x; } in address() function
|
D | _alloc.h | 298 pointer address(reference __x) const {return &__x;} in address() function 299 const_pointer address(const_reference __x) const { return &__x; } in address() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/ |
D | test_allocator.h | 47 pointer address(reference x) const {return &x;} in address() function 48 const_pointer address(const_reference x) const {return &x;} in address() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/ |
D | test_allocator.h | 47 pointer address(reference x) const {return &x;} in address() function 48 const_pointer address(const_reference x) const {return &x;} in address() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/ |
D | test_allocator.h | 47 pointer address(reference x) const {return &x;} in address() function 48 const_pointer address(const_reference x) const {return &x;} in address() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/ |
D | test_allocator.h | 47 pointer address(reference x) const {return &x;} in address() function 48 const_pointer address(const_reference x) const {return &x;} in address() function
|
/ndk/tests/device/test-stlport/unit/ |
D | mvctor_declaration_test.cpp | 103 pointer address(reference __x) const { return &__x; } in address() function in std::allocator 104 const_pointer address(const_reference __x) const { return &__x; } in address() function in std::allocator
|
D | stack_allocator.h | 135 pointer address(reference __x) const {return &__x;} in address() function 136 const_pointer address(const_reference __x) const { return &__x; } in address() function
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | mvctor_declaration_test.cpp | 103 pointer address(reference __x) const { return &__x; } in address() function in std::allocator 104 const_pointer address(const_reference __x) const { return &__x; } in address() function in std::allocator
|
D | stack_allocator.h | 135 pointer address(reference __x) const {return &__x;} in address() function 136 const_pointer address(const_reference __x) const { return &__x; } in address() function
|
/ndk/sources/host-tools/ndk-stack/ |
D | ndk-stack-parser.c | 277 uint64_t address; in ParseFrame() local
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | alloca.c | 343 i00afunc (long *address) in i00afunc() 417 i00afunc (long address) in i00afunc()
|
/ndk/sources/host-tools/make-3.81/ |
D | alloca.c | 355 i00afunc (long *address) in i00afunc() 429 i00afunc (long address) in i00afunc()
|
/ndk/sources/android/libthread_db/gdb-7.3.x/ |
D | libthread_db.c | 368 psaddr_t map_address, size_t offset, psaddr_t * address) in td_thr_tls_get_addr()
|
/ndk/sources/android/libthread_db/gdb-7.6/ |
D | libthread_db.c | 381 psaddr_t map_address, size_t offset, psaddr_t * address) in td_thr_tls_get_addr()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/ |
D | optional.hpp | 102 inline void construct(Factory const& factory, void* address) in construct() 142 void const* address() const { return &dummy_; } in address() function in boost::optional_detail::aligned_storage 143 void * address() { return &dummy_; } in address() function in boost::optional_detail::aligned_storage
|