/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/mach-o/ |
D | compact_unwind_encoding.h | 472 #define UNWIND_INFO_COMPRESSED_ENTRY_FUNC_OFFSET(entry) (entry & 0x00FFFFFF) argument 473 #define UNWIND_INFO_COMPRESSED_ENTRY_ENCODING_INDEX(entry) ((entry >> 24) & 0xFF) argument
|
/ndk/sources/android/libthread_db/ |
D | libthread_db.c | 73 struct dirent * entry; in td_ta_thr_iter() local 83 while ((entry = readdir(dir)) != NULL) { in td_ta_thr_iter() 84 if (strcmp(entry->d_name, ".") == 0 || strcmp(entry->d_name, "..") == 0) { in td_ta_thr_iter() 87 handle.tid = atoi(entry->d_name); in td_ta_thr_iter()
|
/ndk/sources/host-tools/make-3.81/w32/include/ |
D | w32err.h | 22 #define EXTERN_DECL(entry, args) entry args argument
|
D | sub_proc.h | 31 #define EXTERN_DECL(entry, args) extern entry args argument
|
/ndk/sources/android/cpufeatures/ |
D | cpu-features.c | 556 struct { uint32_t tag; uint32_t value; } entry; in get_elf_hwcap_from_proc_self_auxv() local 560 int ret = TEMP_FAILURE_RETRY(read(fd, (char*)&entry, sizeof entry)); in get_elf_hwcap_from_proc_self_auxv() 566 if (ret == 0 || (entry.tag == 0 && entry.value == 0)) in get_elf_hwcap_from_proc_self_auxv() 568 if (entry.tag == AT_HWCAP) { in get_elf_hwcap_from_proc_self_auxv() 569 result = entry.value; in get_elf_hwcap_from_proc_self_auxv() 889 const struct CpuIdEntry* entry = &cpu_id_entries[i]; in android_cpuInit() local 892 entry->field); in android_cpuInit() 896 D("field=%s value='%s'\n", entry->field, value); in android_cpuInit() 904 } else if (entry->format == 'x') in android_cpuInit() 910 val &= ((1 << entry->bit_length)-1); in android_cpuInit() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindCursor.hpp | 54 struct entry { struct in libunwind::DwarfFDECache 69 static entry *_buffer; 70 static entry *_bufferUsed; 71 static entry *_bufferEnd; 72 static entry _initialBuffer[64]; 76 typename DwarfFDECache<A>::entry * 80 typename DwarfFDECache<A>::entry * 84 typename DwarfFDECache<A>::entry * 88 typename DwarfFDECache<A>::entry DwarfFDECache<A>::_initialBuffer[64]; 102 for (entry *p = _buffer; p < _bufferUsed; ++p) { in findFDE() [all …]
|
D | UnwindRegistersSave.S | 19 # On entry: 60 # On entry: 95 ; On entry: 238 ; On entry: 292 @ On entry: 332 @ On entry: 344 @ On entry: 356 @ On entry:
|
D | UnwindRegistersRestore.S | 19 # On entry: 61 # On entry, thread_state pointer is in rdi 102 ; On entry: 266 ; On entry: 320 @ On entry: 346 @ On entry:
|
D | DwarfParser.hpp | 385 PrologInfoStackEntry *entry; in parseInstructions() local 499 entry = (PrologInfoStackEntry *)malloc(sizeof(PrologInfoStackEntry)); in parseInstructions() 500 if (entry != NULL) { in parseInstructions() 501 entry->next = rememberStack; in parseInstructions() 502 entry->info = *results; in parseInstructions() 503 rememberStack = entry; in parseInstructions()
|
/ndk/sources/host-tools/make-3.81/po/ |
D | remove-potcdate.sin | 1 # Sed script that remove the POT-Creation-Date line in the header entry
|
D | insert-header.sin | 1 # Sed script that inserts the file called HEADER before the header entry.
|
/ndk/tests/standalone/init-fini-arrays/ |
D | README | 11 section. There is no corresponding entry in the .fini_array for the
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | results_collector.ipp | 155 // init test_results entry
|
D | unit_test_log.ipp | 105 // entry data
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 299 % \entry{{\tt \indexbackslash }acronym}{32}{\code {\acronym}} 1286 % which might be empty if this toc entry had no corresponding node. 2785 % of an alignment entry. Note that \everycr resets \everytab. 2852 % to the width of each template entry. 3142 % \fooindex ...rest of line... puts an entry in the index foo. 3210 % which makes an entry in a two-level index such as the operation index. 3219 % Take care of Texinfo commands that can appear in an index entry. 3461 % writing an index entry, and texindex isn't prepared for an index sort entry 3475 % #1 is the index name, #2 is the entry text. 3486 % Store the main index entry text (including the third arg). [all …]
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | fallback_malloc.ipp | 165 std::cout << " Making new free list entry " << offset_from_node ( cp ) << std::endl;
|
/ndk/sources/host-tools/make-3.81/ |
D | README.W32 | 51 menue entry from the cl-installation), then execute EITHER ...
|
D | ChangeLog | 262 * file.c (enter_file): Keep track of the last double_colon entry, 1226 just an entry in the file hashtable. 1808 (Recursion): Add a variable index entry for CURDIR. 1893 * read.c (record_target_var): enter_file() will add a new entry if
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | type_traits | 2192 // is_constructible entry point 2332 // is_constructible entry point
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make-stds.texi | 673 menu entry for the given Info file; it is part of the Texinfo package.
|
D | make.info-2 | 1756 entry for the given Info file; it is part of the Texinfo package.
|
D | make.texi | 10202 A target of the form @samp{@var{file}((@var{entry}))} stands for a member 10204 being an object file which defines the linker symbol @var{entry}.@refill
|