/ndk/sources/cxx-stl/gabi++/src/ |
D | vmi_class_type_info.cc | 41 __UpcastInfo& info) const { in walk_to() 42 if (self_class_type_match(base_type, adjustedPtr, info)) { in walk_to() 66 (info.premier_flags & __non_diamond_repeat_mask) == 0) { in walk_to() 92 if (info.base_type == NULL && cur_base_info.base_type != NULL) { in walk_to() 93 info = cur_base_info; in walk_to() 94 if (info.status == __UpcastInfo::has_public_contained && in walk_to() 111 assert (info.base_type != NULL && cur_base_info.base_type != NULL); in walk_to() 114 if (*cur_base_info.base_type != *info.base_type) { in walk_to() 115 info.status = __UpcastInfo::has_ambig_or_not_public; in walk_to() 120 if (!info.adjustedPtr && !cur_base_info.adjustedPtr) { in walk_to() [all …]
|
D | class_type_info.cc | 50 __UpcastInfo info(this); in can_catch() local 51 thrown_class_type->walk_to(this, adjustedPtr, info); in can_catch() 53 if (info.status != __UpcastInfo::has_public_contained) { in can_catch() 57 adjustedPtr = info.adjustedPtr; in can_catch() 63 __UpcastInfo& info) const { in walk_to() 64 return self_class_type_match(base_type, adjustedPtr, info); in walk_to() 69 __UpcastInfo& info) const { in self_class_type_match() 71 info.status = __UpcastInfo::has_public_contained; in self_class_type_match() 72 info.base_type = base_type; in self_class_type_match() 73 info.adjustedPtr = adjustedPtr; in self_class_type_match() [all …]
|
D | si_class_type_info.cc | 40 __UpcastInfo& info) const { in walk_to() 41 if (self_class_type_match(base_type, adjustedPtr, info)) { in walk_to() 45 return __base_type->walk_to(base_type, adjustedPtr, info); in walk_to()
|
D | cxxabi.cc | 112 __cxa_thread_info *info = CxaThreadKey::getSlow(); in throwException() local 113 header->unexpectedHandler = info->unexpectedHandler; in throwException() 117 header->terminateHandler = info->terminateHandler; in throwException() 121 info->globals.uncaughtExceptions += 1; in throwException() 141 __cxa_thread_info* info = CxaThreadKey::getSlow(); in __cxa_get_globals() local 142 return &info->globals; in __cxa_get_globals() 146 __cxa_thread_info* info = CxaThreadKey::getFast(); in __cxa_get_globals_fast() local 147 return &info->globals; in __cxa_get_globals_fast()
|
/ndk/build/core/ |
D | definitions-tests.mk | 48 $(info [$1 RUN]) 54 $(info [$(_test_name) FAIL])$(error Aborting)\ 57 $(info [$(_test_name) OK])\ 63 -ndk-test-log = $(info . $(_test_name): $1) 71 $(info ERROR <$(_test_name)>:$3)\ 72 $(info . expected value:'$1')\ 73 $(info . actual value: '$2')\ 80 $(info ASSERT <$(_test_name)>:$3)\ 81 $(info . expected value:'$1')\ 82 $(info . actual value: '$2')\ [all …]
|
D | import-locals.mk | 37 $(info Imports for module $(LOCAL_MODULE):) 38 $(info CFLAGS='$(imported_CFLAGS)') 39 $(info CPPFLAGS='$(imported_CPPFLAGS)') 40 $(info C_INCLUDES='$(imported_C_INCLUDES)') 41 $(info All depends='$(all_depends)')
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | elf_file.cc | 195 Dwarf_AddressInfo info; in get_pc_address_info() local 196 info.die_obj = cu->get_leaf_die_for_address(address); in get_pc_address_info() 197 if (info.die_obj != NULL) { in get_pc_address_info() 199 if (cu->get_pc_address_file_info(address, &info)) { in get_pc_address_info() 201 address_info->file_name = info.file_name; in get_pc_address_info() 202 address_info->dir_name = info.dir_name; in get_pc_address_info() 203 address_info->line_number = info.line_number; in get_pc_address_info() 212 Dwarf_Tag tag = info.die_obj->get_tag(); in get_pc_address_info() 216 info.die_obj = info.die_obj->parent_die(); in get_pc_address_info() 217 if (info.die_obj == NULL) { in get_pc_address_info() [all …]
|
D | elff_api.h | 70 elfinlineinfo_is_last_entry(const Elf_InlineInfo* info) { in elfinlineinfo_is_last_entry() argument 71 return info->routine_name == 0; in elfinlineinfo_is_last_entry()
|
D | dwarf_cu.cc | 469 Dwarf_AddressInfo* info) { in get_pc_address_file_info() argument 513 return set_source_info(&state, info); in get_pc_address_file_info() 564 return set_source_info(&state, info); in get_pc_address_file_info() 579 return set_source_info(&state, info); in get_pc_address_file_info() 624 return set_source_info(&state, info); in get_pc_address_file_info() 639 return set_source_info(&state, info); in get_pc_address_file_info() 685 return set_source_info(&state, info); in get_pc_address_file_info() 691 return set_source_info(&state, info); in get_pc_address_file_info() 742 Dwarf_AddressInfo* info) { in set_source_info() argument 743 info->line_number = state->line_; in set_source_info() [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | flavor | 13 $(info u $(flavor u)) 14 $(info s $(flavor s)) 15 $(info r $(flavor r)) 20 $(info ra $(flavor ra)) 21 $(info rc $(flavor rc)) 26 $(info s $(flavor s)) 27 $(info r $(flavor r))
|
D | andor | 19 @echo 5 $(and $t,$f,$(info bad short-circuit)) 40 @echo 5 $(or $t,$(info bad short-circuit)) 41 @echo 6 $(or $(info short-circuit),$t)
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | Makefile.in | 74 INFO_DEPS = $(srcdir)/make.info 207 .SUFFIXES: .dvi .html .info .pdf .ps .texi 238 .texi.info: 243 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ 283 $(srcdir)/make.info: make.texi $(srcdir)/version.texi $(make_TEXINFOS) 310 uninstall-info-am: 312 @if (install-info --version && \ 313 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ 318 install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \ 332 dist-info: $(INFO_DEPS) [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | conditionals | 122 $(info failed 1) 125 $(info failed 2) 127 $(info success) 130 $(info failed 3) 132 $(info failed 4) 134 $(info failed 5) 136 $(info failed 6)
|
/ndk/sources/host-tools/make-3.81/ |
D | Makefile.ami | 139 .SUFFIXES: .o .c .h .ps .dvi .info .texinfo 142 info: make.info 145 .PHONY: all check info dvi 147 make.info: make.texinfo 148 $(MAKEINFO) -I$(srcdir) $(srcdir)make.texinfo -o make.info 185 $(bindir)$(binprefix)make $(infodir)make.info \ 207 $(infodir)make.info: make.info 208 if [ -r ./make.info ]; then dir=.; else dir=$(srcdir); fi; \ 209 for file in $${dir}/make.info*; do \ 220 if [ -r ./make.info ]; then dir=.; else dir=$(srcdir); fi; \ [all …]
|
D | Makefile.DOS | 32 infodir = /info 216 …ev/null 2>&1; then for file in $(INFO_DEPS); do echo " install-info --info-dir=$(DESTDIR)$…
|
/ndk/sources/host-tools/make-3.81/config/ |
D | Makefile.in | 223 uninstall-info-am: 300 info: info-am 302 info-am: 308 install-info: install-info-am 330 uninstall-am: uninstall-info-am 333 distclean-generic distdir dvi dvi-am html html-am info info-am \ 335 install-exec-am install-info install-info-am install-man \ 339 uninstall-info-am
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | Makefile.in | 271 uninstall-info-am: 392 info: info-am 394 info-am: 400 install-info: install-info-am 423 uninstall-am: uninstall-info-am 428 html-am info info-am install install-am install-data \ 429 install-data-am install-exec install-exec-am install-info \ 430 install-info-am install-man install-strip installcheck \ 434 uninstall-am uninstall-info-am
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | MAKE_RESTARTS | 9 $(info MAKE_RESTARTS=$(MAKE_RESTARTS)) 23 $(info MAKE_RESTARTS=$(MAKE_RESTARTS)) 44 $(info MAKE_RESTARTS=$(MAKE_RESTARTS))
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | Makefile.in | 91 INFO_DEPS = $(srcdir)/sed.info 580 .SUFFIXES: .dvi .html .info .pdf .ps .texi 611 .texi.info: 616 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ 656 $(srcdir)/sed.info: sed.texi $(srcdir)/version.texi $(sed_TEXINFOS) 699 uninstall-info-am: 702 (install-info --version && \ 703 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ 708 install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \ 738 dist-info: $(INFO_DEPS) [all …]
|
/ndk/sources/host-tools/make-3.81/w32/ |
D | Makefile | 187 infodir = ${prefix}/info 327 uninstall-info-am: 448 info: info-am target 450 info-am: 456 install-info: install-info-am 479 uninstall-am: uninstall-info-am 484 html-am info info-am install install-am install-data \ 485 install-data-am install-exec install-exec-am install-info \ 486 install-info-am install-man install-strip installcheck \ 490 uninstall-am uninstall-info-am
|
D | Makefile.in | 327 uninstall-info-am: 448 info: info-am 450 info-am: 456 install-info: install-info-am 479 uninstall-am: uninstall-info-am 484 html-am info info-am install install-am install-data \ 485 install-data-am install-exec install-exec-am install-info \ 486 install-info-am install-man install-strip installcheck \ 490 uninstall-am uninstall-info-am
|
/ndk/sources/android/libthread_db/gdb-6.6/ |
D | libthread_db.c | 256 td_thr_get_info(td_thrhandle_t const * handle, td_thrinfo_t * info) in td_thr_get_info() argument 258 info->ti_tid = handle->tid; in td_thr_get_info() 259 info->ti_lid = handle->tid; // Our pthreads uses kernel ids for tids in td_thr_get_info() 260 info->ti_state = TD_THR_SLEEP; /* XXX this needs to be read from /proc/<pid>/task/<tid>. in td_thr_get_info()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cxxabi.h | 156 __UpcastInfo& info) const; 161 __UpcastInfo& info) const; 177 __UpcastInfo& info) const; 201 __UpcastInfo& info) const;
|
/ndk/sources/android/libthread_db/gdb-7.3.x/ |
D | libthread_db.c | 279 td_thr_get_info(td_thrhandle_t const * handle, td_thrinfo_t * info) in td_thr_get_info() argument 281 info->ti_tid = handle->tid; in td_thr_get_info() 282 info->ti_lid = handle->tid; // Our pthreads uses kernel ids for tids in td_thr_get_info() 283 info->ti_state = TD_THR_SLEEP; /* XXX this needs to be read from /proc/<pid>/task/<tid>. in td_thr_get_info()
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | xemacs.inp | 38 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ 39 uninstall-info-recursive all-recursive install-data-recursive \
|