/ndk/sources/cxx-stl/gabi++/include/ |
D | gabixx_config.h | 82 #define __gabixx_sync_load(address) \ argument 83 __sync_fetch_and_add((address), (__typeof__(*(address)))0) 90 # define __gabixx_sync_swap(address,value) __sync_swap((address),(value)) argument 92 # define __gabixx_sync_swap(address, value) \ argument 94 __typeof__(*(address)) __ret = __sync_lock_test_and_set((address),(value)); \
|
/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 132 return static_cast<type*>(this)->address(); in address() 137 const void* address() const in address() function in boost::aligned_storage 139 return static_cast<const type*>(this)->address(); in address() 144 const void* address() const; 156 const void* aligned_storage<S,A>::address() const in address() function in boost::aligned_storage 158 return const_cast< aligned_storage<S,A>* >(this)->address(); in address()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/ |
D | in_place_factory.hpp | 51 void* apply(void* address 54 return new(address) T( BOOST_PP_ENUM_PARAMS(N, m_a) ); 58 void* apply(void* address, std::size_t n 61 for(char* next = address = this->BOOST_NESTED_TEMPLATE apply<T>(address); 64 return address;
|
/ndk/sources/host-tools/make-3.81/ |
D | alloca.c | 355 i00afunc (long *address) in i00afunc() argument 390 if ((block <= address) && (address < (block + size))) in i00afunc() 397 result = address - block; in i00afunc() 429 i00afunc (long address) in i00afunc() argument 464 while (!(this_segment <= address && address <= stkl)) in i00afunc() 467 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl); in i00afunc() 478 result = address - this_segment; in i00afunc()
|
D | configh.dos | 89 /* Define to the address where bug reports for this package should be sent. */
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/ |
D | address.pass.cpp | 25 assert(a.address(*tp) == tp); in test_address() 26 assert(a.address(*ctp) == tp); in test_address()
|
/ndk/tests/standalone/init-fini-arrays/ |
D | README | 4 - The address of functions with __attribute__((constructor)) are placed in 7 - The address of functions with __attribute__((destructor)) are placed in 10 - The address of static C++ constructors are placed in the .init_array
|
/ndk/tests/device/asan-smoke/jni/ |
D | Android.mk | 8 LOCAL_CFLAGS := -fsanitize=address -fno-omit-frame-pointer 9 LOCAL_LDFLAGS := -fsanitize=address
|
/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() argument 104 factory.BOOST_NESTED_TEMPLATE apply<T>(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 145 void const* address() const { return dummy_.data; } 146 void * address() { return dummy_.data; } 346 new (m_storage.address()) internal_type(val) ; in construct() 356 boost_optional_detail::construct<value_type>(factory, m_storage.address()); in construct() 365 factory.apply(m_storage.address()) ; in construct() 392 new (m_storage.address()) internal_type(expr) ; in construct() [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | execution_monitor.ipp | 362 "signal: illegal opcode; address of failing instruction: 0x%08lx", 367 "signal: illegal trap; address of failing instruction: 0x%08lx", 372 "signal: privileged register; address of failing instruction: 0x%08lx", 377 "signal: internal stack error; address of failing instruction: 0x%08lx", 383 "signal: illegal operand; address of failing instruction: 0x%08lx", 388 … "signal: illegal addressing mode; address of failing instruction: 0x%08lx", 393 "signal: privileged opcode; address of failing instruction: 0x%08lx", 398 "signal: co-processor error; address of failing instruction: 0x%08lx", 403 … "signal: SIGILL, si_code: %d (illegal instruction; address of failing instruction: 0x%08lx)", 413 "signal: integer divide by zero; address of failing instruction: 0x%08lx", [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | test_allocator.h | 61 pointer address(reference x) const {return &x;} in address() function 62 const_pointer address(const_reference x) const {return &x;} in address() function 121 pointer address(reference x) const {return &x;} in address() function 122 const_pointer address(const_reference x) const {return &x;} in address() function
|
/ndk/sources/host-tools/ndk-stack/ |
D | ndk-stack-parser.c | 316 uint64_t address; in ParseFrame() local 340 address = strtoul(pc_address, &eptr, 16); in ParseFrame() 380 (void)address; in ParseFrame()
|
/ndk/sources/host-tools/make-3.81/po/ |
D | Makevars | 40 # This is the email address or URL to which the translators shall report 51 # It can be your email address, or a mailing list address where translators
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindRegistersSave.S | 24 # + return address + 43 movl %edx, 40(%eax) # store return address as eip 82 movq %rsi,128(%rdi) # store return address as rip 261 str lr, [x0, #0x100] ; store return address as pc 309 str r3, [r0, #60] @ store return address as pc 317 str lr, [r0, #60] @ store return address as pc
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/ |
D | CREDITS.TXT | 7 beautification by scripts. The fields are: name (N), email (E), web-address 8 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
|
/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 307 pointer address(reference __x) const { return &__x; } 308 const_pointer address(const_reference __x) const { return &__x; }
|
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/thread/futures/ |
D | test_allocator.h | 56 pointer address(reference x) const {return &x;} in address() function 57 const_pointer address(const_reference x) const {return &x;} in address() function
|
/ndk/tests/device/test-gnustl-full/unit/ |
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
|
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
|
/ndk/tests/device/test-stlport/unit/ |
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
|
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
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/ |
D | CREDITS.TXT | 7 beautification by scripts. The fields are: name (N), email (E), web-address 8 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/ |
D | printers.py | 224 self.sentinel = head.address 255 sentinel = self.val['_M_node']['_M_data'].address 403 if static_buf.address + 1 == data:
|
/ndk/sources/host-tools/make-3.81/config/ |
D | po.m4 | 46 …[$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&… 47 …(if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/… 77 … if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && 78 …(if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | …
|