Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 25 of 103) sorted by relevance

12345

/ndk/sources/host-tools/sed-4.2.1/lib/
Dfile-has-acl.c64 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/
Darg.hpp17 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/
Dsequence_tag.hpp38 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)
Dtag.hpp27 typedef typename T::tag type;
31 template< typename T, typename Default = void_ > struct tag struct
/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_die.cc40 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()
Ddwarf_defs.h364 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_/
Diterator.hpp32 typedef aux::l_iter_tag tag; typedef
53 typedef aux::l_iter_tag tag;
64 typedef aux::l_iter_tag tag; typedef
Ditem.hpp35 typedef aux::list_tag tag; typedef
48 typedef aux::list_tag tag; typedef
/ndk/toolchains/arm-linux-androideabi-clang3.3/
Dsetup.mk33 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/
Dsetup.mk33 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/
Dsetup.mk33 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/
Dsetup.mk33 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/
Dsetup.mk33 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/
Dsetup.mk33 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/
Dsetup.mk33 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/
Dsetup.mk33 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/
Dsetup.mk33 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/
Dpush_back_exception_safety.pass.cpp22 public: CMyClass(int tag);
41 CMyClass::CMyClass(int tag) : in CMyClass() argument
42 fMagicValue(kStartedConstructionMagicValue), fTag(tag) in CMyClass()
Dpush_front_exception_safety.pass.cpp22 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/
Dsetup.mk93 $(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/
Dsetup.mk93 $(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/
Dsetup.mk93 $(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/
Dpush_back_exception_safety.pass.cpp24 public: CMyClass(int tag);
43 CMyClass::CMyClass(int tag) : in CMyClass() argument
44 fMagicValue(kStartedConstructionMagicValue), fTag(tag) in CMyClass()
/ndk/build/awk/
Dextract-minsdkversion.awk123 function _xml_enter (tag) {
124 XML_RPATH = tag "/" XML_RPATH;
127 function _xml_exit (tag) {
Dextract-package-name.awk127 function _xml_enter (tag) {
128 XML_RPATH = tag "/" XML_RPATH;
131 function _xml_exit (tag) {

12345