/ndk/sources/host-tools/make-3.81/ |
D | alloca.c | 359 long *block, size; in i00afunc() local 385 block = (long *) trailer->this_address; in i00afunc() 387 if (block == 0 || size == 0) in i00afunc() 390 if ((block <= address) && (address < (block + size))) in i00afunc() 397 result = address - block; in i00afunc()
|
D | remote-stub.c | 72 int *coredump_ptr UNUSED, int block UNUSED) in remote_status()
|
D | job.h | 70 extern void reap_children PARAMS ((int block, int err));
|
D | remote-cstms.c | 273 int block) in remote_status() argument
|
D | job.c | 196 int *coredump_ptr, int block)); 447 reap_children (int block, int err) in reap_children() argument 470 && (block || REAP_MORE)) in reap_children() 480 if (err && block) in reap_children() 552 if (!block) in reap_children() 583 if (!block || !any_remote) in reap_children() 835 block = 0; in reap_children()
|
D | configure.bat | 22 rem The SmallEnv trick protects against too small environment block,
|
/ndk/sources/third_party/googletest/googletest/samples/ |
D | sample10_unittest.cc | 61 void operator delete(void* block, size_t /* allocation_size */) { in operator delete() argument 63 free(block); in operator delete()
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | dwarf_cu.cc | 72 attr_value->block.block_size = *prop; in process_attrib() 73 attr_value->block.block_ptr = prop + 1; in process_attrib() 75 static_cast<Elf_Word>(attr_value->block.block_size + 1); in process_attrib() 83 attr_value->block.block_size = in process_attrib() 85 attr_value->block.block_ptr = prop + 2; in process_attrib() 87 static_cast<Elf_Word>(attr_value->block.block_size + 2); in process_attrib() 95 attr_value->block.block_size = in process_attrib() 97 attr_value->block.block_ptr = prop + 4; in process_attrib() 99 static_cast<Elf_Word>(attr_value->block.block_size + 4); in process_attrib() 108 attr_value->block.block_size = leb128.u32; in process_attrib() [all …]
|
D | dwarf_utils.cc | 302 printf("BLOCK) = [%u]:", attr_value->block.block_size); in dump_value() 303 for (Elf_Xword i = 0; i < attr_value->block.block_size; i++) { in dump_value() 304 Elf_Byte prnt = *((const Elf_Byte*)attr_value->block.block_ptr + i); in dump_value()
|
D | dwarf_defs.h | 122 Dwarf_Block block; member
|
/ndk/docs/Programmers_Guide/html/ |
D | navtree.css | 77 display:block; 86 display:block; 93 display:block;
|
D | tabs.css | 31 display: block;
|
D | doxygen.css | 871 display:block;
|
/ndk/tests/build/b9193874-neon/jni/ |
D | b9193874-neon.c | 165 int block; in UpsampleRgbaLinePairNEON() local 178 for (block = 0; block < num_blocks; ++block) { in UpsampleRgbaLinePairNEON() 246 int off = ((16 * block + 1) + i) * 4; in UpsampleRgbaLinePairNEON() 247 uint8x8_t y = vld1_u8(top_y + (16 * block + 1) + i); in UpsampleRgbaLinePairNEON() 294 int off = ((16 * block + 1) + i) * 4; in UpsampleRgbaLinePairNEON() 295 uint8x8_t y = vld1_u8(bottom_y + (16 * block + 1) + i); in UpsampleRgbaLinePairNEON()
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | cxxabi_vec.cc | 172 scoped_block block(base, size, dealloc); in __cxa_vec_new3() local 187 block.release(); in __cxa_vec_new3() 330 scoped_block block(base, size, dealloc); in __cxa_vec_delete3() local
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | tabs.css | 30 display: block;
|
D | doxygen.css | 723 display:block;
|
/ndk/docs/Getting_Started/html/ |
D | tabs.css | 31 display: block;
|
D | doxygen.css | 871 display:block;
|
D | jquery.js | 28 …block"},an=["Left","Right"],a1=["Top","Bottom"],Z,aI,aX;b.fn.css=function(e,bv){if(arguments.lengt…
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | fallback_malloc.ipp | 120 // Return the start of the next block
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | exception_safety.ipp | 445 formatter << "Allocated memory block 0x" << std::uppercase << it->m_alloc.ptr
|
D | debug.ipp | 841 NULL, // pointer to new environment block; NULL - use this process environment
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 82 block, apparently as required by posix. thanks to havard eidnes 753 FILENAME is now defined in the BEGIN block -- too many old 779 done before the BEGIN block for sure. they have to precede the
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | deque | 2233 // Create front capacity for one block of elements. 2383 // Create back capacity for one block of elements.
|