/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | file-has-acl.c | 64 acl_tag_t tag; in acl_access_nontrivial() local 65 if (acl_get_tag_type (ace, &tag) < 0) in acl_access_nontrivial() 67 if (!(tag == ACL_USER_OBJ || tag == ACL_GROUP_OBJ || tag == ACL_OTHER)) in acl_access_nontrivial() 82 acl_tag_t tag = ace->ae_tag; in acl_access_nontrivial() 84 if (!(tag == ACL_USER_OBJ || tag == ACL_GROUP_OBJ in acl_access_nontrivial() 85 || tag == ACL_OTHER_OBJ)) in acl_access_nontrivial() 99 acl_tag_t tag; in acl_access_nontrivial() 102 tag = ace->entry->acl_type; in acl_access_nontrivial() 103 if (!(tag == ACL_USER_OBJ || tag == ACL_GROUP_OBJ || tag == ACL_OTHER)) in acl_access_nontrivial()
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | dwarf_defs.h | 364 Dwarf_Tag tag; in get_tag() local 365 process(NULL, &tag); in get_tag() 366 return tag; in get_tag() 381 Dwarf_Tag* tag) const { in process() 391 if (tag != NULL) { in process() 392 *tag = val.u16; in process() 689 collect_die(const DwarfParseContext* parse_context, Dwarf_Tag tag) { in collect_die() argument 694 if (*tags == tag) { in collect_die() 987 dwarf_tag_is_routine(Dwarf_Tag tag) { in dwarf_tag_is_routine() argument 988 return tag == DW_TAG_inlined_subroutine || in dwarf_tag_is_routine() [all …]
|
D | dwarf_die.cc | 38 Dwarf_Tag tag; in get_tag() local 39 return advance(NULL, &tag) != NULL ? tag : 0; in get_tag() 194 Dwarf_Tag tag; in dump() local 196 const Elf_Byte* die_attr = advance(&at_abbr, &tag); in dump() 199 die_, parent_cu()->get_die_reference(die_), dwarf_tag_name(tag), in dump() 251 Dwarf_Tag* tag) const { in advance() 265 if (tag != NULL) { in advance() 266 *tag = die_tag; in advance()
|
D | elf_file.cc | 212 Dwarf_Tag tag = info.die_obj->get_tag(); in get_pc_address_info() local 213 while (!dwarf_tag_is_routine(tag)) { in get_pc_address_info() 222 tag = info.die_obj->get_tag(); in get_pc_address_info() 235 if (tag != DW_TAG_inlined_subroutine) { in get_pc_address_info() 285 tag = info.die_obj->get_tag(); in get_pc_address_info() 286 while (!dwarf_tag_is_routine(tag)) { in get_pc_address_info() 291 tag = info.die_obj->get_tag(); in get_pc_address_info() 304 } while (info.die_obj != NULL && tag == DW_TAG_inlined_subroutine); in get_pc_address_info()
|
D | dwarf_utils.h | 47 const char* dwarf_tag_name(Dwarf_Tag tag);
|
D | dwarf_die.h | 121 const Elf_Byte* advance(const Dwarf_Abbr_AT** at_abbr, Dwarf_Tag* tag) const;
|
D | dwarf_utils.cc | 163 dwarf_tag_name(Dwarf_Tag tag) { in dwarf_tag_name() argument 164 switch (tag) { in dwarf_tag_name()
|
D | dwarf_cu.cc | 421 Dwarf_Tag tag) { in create_die_object() argument 425 if (tag == DW_TAG_compile_unit || collect_die(parse_context, tag)) { in create_die_object()
|
D | dwarf_cu.h | 421 Dwarf_Tag tag);
|
/ndk/toolchains/arm-linux-androideabi-4.4.3/ |
D | setup.mk | 88 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \ 89 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \ 90 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 91 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 108 $(call get-src-files-with-tag,neon),\
|
/ndk/build/awk/ |
D | extract-debuggable.awk | 126 function _xml_enter (tag) { 127 XML_RPATH = tag "/" XML_RPATH; 130 function _xml_exit (tag) {
|
D | extract-package-name.awk | 127 function _xml_enter (tag) { 128 XML_RPATH = tag "/" XML_RPATH; 131 function _xml_exit (tag) {
|
D | xml.awk | 111 function _xml_enter (tag) { 112 XML_RPATH = tag "/" XML_RPATH; 115 function _xml_exit (tag) {
|
D | extract-launchable.awk | 185 function _xml_enter (tag) { 186 XML_RPATH = tag "/" XML_RPATH; 189 function _xml_exit (tag) {
|
/ndk/toolchains/x86-4.4.3/ |
D | setup.mk | 57 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 58 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
|
/ndk/toolchains/mipsel-linux-android-4.4.3/ |
D | setup.mk | 67 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 68 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
|
/ndk/build/core/ |
D | definitions.mk | 1016 tag-src-files = \ 1029 get-src-files-with-tag = $(LOCAL_SRC_TAG.$1) 1037 get-src-files-without-tag = $(filter-out $(LOCAL_SRC_TAG.$1),$(LOCAL_SRC_FILES)) 1100 $(info WITH arm = $(call get-src-files-with-tag,arm)) \ 1101 $(info WITHOUT arm = $(call get-src-files-without-tag,arm)) \ 1469 …$(call __ndk_info,$(call local-makefile): Cannot import module with spaces in tag: '$(__import_tag… 1472 $(call ndk_log,Skipping duplicate import for module with tag '$(__import_tag)')\ 1474 $(call ndk_log,Looking for imported module with tag '$(__import_tag)')\ 1483 …$(call __ndk_info,$(call local-makefile): Cannot find module with tag '$(__import_tag)' in import …
|
D | build-binary.mk | 165 $(call tag-src-files,$(neon_sources:%.arm=%),neon) 184 $(call tag-src-files,$(arm_sources),arm)
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | BOOST.tests | 321 \<tag ::tag 2 5 331 \btag ::tag 2 5 550 \<tag ::tag 2 5
|
/ndk/build/tools/ |
D | prebuilt-common.sh | 914 # Return the host "tag" used to identify prebuilt host binaries.
|
/ndk/sources/host-tools/make-3.81/ |
D | aclocal.m4 | 202 # after this tag, mechanisms are not by side-effect, so they'll
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | aclocal.m4 | 229 # after this tag, mechanisms are not by side-effect, so they'll
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 3698 # after this tag, mechanisms are not by side-effect, so they'll 10400 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 7224 arch-tag: e1b36e32-c96e-4135-a41a-0b2efa2ea115
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 9286 arch-tag: e1b36e32-c96e-4135-a41a-0b2efa2ea115
|