/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/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | arg.hpp | 17 BOOST_MPL_AUX_ARG_TYPEDEF(na, tag) 35 BOOST_MPL_AUX_ARG_TYPEDEF(na, tag) 53 BOOST_MPL_AUX_ARG_TYPEDEF(na, tag) 71 BOOST_MPL_AUX_ARG_TYPEDEF(na, tag) 89 BOOST_MPL_AUX_ARG_TYPEDEF(na, tag) 107 BOOST_MPL_AUX_ARG_TYPEDEF(na, tag)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | sequence_tag.hpp | 38 typedef typename Sequence::tag type; 52 typedef typename Sequence::tag type; 98 AUX_CLASS_SEQUENCE_TAG_SPEC(true, true, typename Sequence::tag) 99 AUX_CLASS_SEQUENCE_TAG_SPEC(true, false, typename Sequence::tag)
|
D | tag.hpp | 27 typedef typename T::tag type; 31 template< typename T, typename Default = void_ > struct tag struct
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | dwarf_die.cc | 40 Dwarf_Tag tag; in get_tag() local 41 return advance(NULL, &tag) != NULL ? tag : 0; in get_tag() 196 Dwarf_Tag tag; in dump() local 198 const Elf_Byte* die_attr = advance(&at_abbr, &tag); in dump() 201 die_, parent_cu()->get_die_reference(die_), dwarf_tag_name(tag), in dump() 253 Dwarf_Tag* tag) const { in advance() 267 if (tag != NULL) { in advance() 268 *tag = die_tag; in advance()
|
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 …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/ |
D | iterator.hpp | 32 typedef aux::l_iter_tag tag; typedef 53 typedef aux::l_iter_tag tag; 64 typedef aux::l_iter_tag tag; typedef
|
D | item.hpp | 35 typedef aux::list_tag tag; typedef 48 typedef aux::list_tag tag; typedef
|
/ndk/toolchains/arm-linux-androideabi-clang3.3/ |
D | setup.mk | 33 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(LLVM_TOOLCHAIN_ROOT)) 39 TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(TOOLCHAIN_ROOT)) 132 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \ 133 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \ 134 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 135 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 152 $(call get-src-files-with-tag,neon),\
|
/ndk/toolchains/arm-linux-androideabi-clang3.4/ |
D | setup.mk | 33 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(LLVM_TOOLCHAIN_ROOT)) 39 TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(TOOLCHAIN_ROOT)) 132 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \ 133 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \ 134 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 135 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 152 $(call get-src-files-with-tag,neon),\
|
/ndk/toolchains/mipsel-linux-android-clang3.4/ |
D | setup.mk | 33 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(LLVM_TOOLCHAIN_ROOT)) 39 TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(TOOLCHAIN_ROOT)) 83 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 84 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
|
/ndk/toolchains/mipsel-linux-android-clang3.3/ |
D | setup.mk | 33 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(LLVM_TOOLCHAIN_ROOT)) 39 TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(TOOLCHAIN_ROOT)) 83 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 84 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
|
/ndk/toolchains/x86-clang3.3/ |
D | setup.mk | 33 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(LLVM_TOOLCHAIN_ROOT)) 39 TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(TOOLCHAIN_ROOT)) 82 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 83 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
|
/ndk/toolchains/x86-clang3.4/ |
D | setup.mk | 33 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(LLVM_TOOLCHAIN_ROOT)) 39 TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(TOOLCHAIN_ROOT)) 82 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 83 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
|
/ndk/toolchains/x86_64-clang3.4/ |
D | setup.mk | 33 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(LLVM_TOOLCHAIN_ROOT)) 39 TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(TOOLCHAIN_ROOT)) 80 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 81 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
|
/ndk/toolchains/mips64el-linux-android-clang3.4/ |
D | setup.mk | 33 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(LLVM_TOOLCHAIN_ROOT)) 39 TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(TOOLCHAIN_ROOT)) 83 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 84 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
|
/ndk/toolchains/aarch64-linux-android-clang3.4/ |
D | setup.mk | 33 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(LLVM_TOOLCHAIN_ROOT)) 39 TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(TOOLCHAIN_ROOT)) 80 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 81 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/ |
D | push_back_exception_safety.pass.cpp | 22 public: CMyClass(int tag); 41 CMyClass::CMyClass(int tag) : in CMyClass() argument 42 fMagicValue(kStartedConstructionMagicValue), fTag(tag) in CMyClass()
|
D | push_front_exception_safety.pass.cpp | 22 public: CMyClass(int tag); 41 CMyClass::CMyClass(int tag) : in CMyClass() argument 42 fMagicValue(kStartedConstructionMagicValue), fTag(tag) in CMyClass()
|
/ndk/toolchains/arm-linux-androideabi-4.8/ |
D | setup.mk | 93 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \ 94 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \ 95 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 96 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 113 $(call get-src-files-with-tag,neon),\
|
/ndk/toolchains/arm-linux-androideabi-4.6/ |
D | setup.mk | 93 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \ 94 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \ 95 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 96 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 113 $(call get-src-files-with-tag,neon),\
|
/ndk/toolchains/arm-linux-androideabi-4.9/ |
D | setup.mk | 93 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \ 94 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \ 95 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 96 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 113 $(call get-src-files-with-tag,neon),\
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/ |
D | push_back_exception_safety.pass.cpp | 24 public: CMyClass(int tag); 43 CMyClass::CMyClass(int tag) : in CMyClass() argument 44 fMagicValue(kStartedConstructionMagicValue), fTag(tag) in CMyClass()
|
/ndk/build/awk/ |
D | extract-minsdkversion.awk | 123 function _xml_enter (tag) { 124 XML_RPATH = tag "/" XML_RPATH; 127 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) {
|