Searched defs:tag (Results 1 - 24 of 24) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/std.iterator.tags/
H A Dbidirectional_iterator_tag.pass.cpp19 std::bidirectional_iterator_tag tag; local
H A Dforward_iterator_tag.pass.cpp19 std::forward_iterator_tag tag; local
H A Dinput_iterator_tag.pass.cpp19 std::input_iterator_tag tag; local
H A Doutput_iterator_tag.pass.cpp19 std::output_iterator_tag tag; local
H A Drandom_access_iterator_tag.pass.cpp19 std::random_access_iterator_tag tag; local
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
H A Dtag.hpp13 // $Id: tag.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
27 typedef typename T::tag type;
31 template< typename T, typename Default = void_ > struct tag struct in namespace:boost::mpl
H A Dbool.hpp26 typedef integral_c_tag tag; typedef in struct:bool_
H A Diterator_range.hpp30 typedef iterator_range_tag tag; typedef in struct:boost::mpl::iterator_range
H A Dintegral_c.hpp43 typedef integral_c_tag tag; typedef in struct:integral_c
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
H A Diterator.hpp32 typedef aux::l_iter_tag tag; typedef in struct:boost::mpl::l_iter
53 typedef aux::l_iter_tag tag;
64 typedef aux::l_iter_tag tag; typedef in struct:boost::mpl::l_iter
H A Ditem.hpp18 #include <boost/mpl/list/aux_/tag.hpp>
35 typedef aux::list_tag tag; typedef in struct:boost::mpl::l_item
48 typedef aux::list_tag tag; typedef in struct:boost::mpl::l_end
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
H A Dvector0.hpp23 #include <boost/mpl/vector/aux_/tag.hpp>
33 typedef aux::vector_tag tag; typedef in struct:boost::mpl::vector0
41 typedef aux::vector_tag<0> tag;
H A Diterator.hpp38 typedef aux::v_iter_tag tag; typedef in struct:boost::mpl::v_iter
/ndk/sources/host-tools/ndk-stack/elff/
H A Ddwarf_utils.cc165 dwarf_tag_name(Dwarf_Tag tag) { argument
166 switch (tag) {
H A Ddwarf_die.cc40 Dwarf_Tag tag; local
41 return advance(NULL, &tag) != NULL ? tag : 0;
196 Dwarf_Tag tag; local
198 const Elf_Byte* die_attr = advance(&at_abbr, &tag);
201 die_, parent_cu()->get_die_reference(die_), dwarf_tag_name(tag),
253 Dwarf_Tag* tag) const {
267 if (tag != NULL) {
268 *tag = die_tag;
H A Delf_file.cc212 Dwarf_Tag tag = info.die_obj->get_tag(); local
213 while (!dwarf_tag_is_routine(tag)) {
222 tag = info.die_obj->get_tag();
235 if (tag != DW_TAG_inlined_subroutine) {
285 tag = info.die_obj->get_tag();
286 while (!dwarf_tag_is_routine(tag)) {
291 tag = info.die_obj->get_tag();
304 } while (info.die_obj != NULL && tag == DW_TAG_inlined_subroutine);
H A Ddwarf_cu.cc421 Dwarf_Tag tag) {
425 if (tag == DW_TAG_compile_unit || collect_die(parse_context, tag)) {
417 create_die_object( const DwarfParseContext* parse_context, const Dwarf_DIE* die, DIEObject* parent, Dwarf_Tag tag) argument
H A Ddwarf_defs.h34 /* Type for DWARF tag ID. */
345 * tag value, and the second one is one byte flag specifying whether or not
362 /* Gets DIE tag for this descriptor. */
364 Dwarf_Tag tag; local
365 process(NULL, &tag);
366 return tag;
374 * tag - Upon return contains tag of the DIE for this descriptor. This
381 Dwarf_Tag* tag) const {
389 /* Next one is a "tag"
689 collect_die(const DwarfParseContext* parse_context, Dwarf_Tag tag) argument
987 dwarf_tag_is_routine(Dwarf_Tag tag) argument
995 dwarf_tag_is_cu(Dwarf_Tag tag) argument
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
H A Dintegral_wrapper.hpp54 typedef integral_c_tag tag; typedef in struct:AUX_WRAPPER_NAME
H A Dmsvc_eti_base.hpp42 typedef result_ tag; typedef in struct:boost::mpl::aux::msvc_eti_base_impl::result_
71 typedef msvc_eti_base tag; typedef in struct:boost::mpl::aux::msvc_eti_base
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dfile-has-acl.c64 acl_tag_t tag; local
65 if (acl_get_tag_type (ace, &tag) < 0)
67 if (!(tag == ACL_USER_OBJ || tag == ACL_GROUP_OBJ || tag == ACL_OTHER))
82 acl_tag_t tag = ace->ae_tag;
84 if (!(tag == ACL_USER_OBJ || tag == ACL_GROUP_OBJ
85 || tag == ACL_OTHER_OBJ))
99 acl_tag_t tag;
[all...]
/ndk/build/core/
H A Dinit.mk110 # Function : host-prebuilt-tag
114 # Usage : $(call host-prebuilt-tag, <path>)
120 host-prebuilt-tag = $1/prebuilt/$(HOST_TAG)
122 host-prebuilt-tag = \
289 # special-case the host-tag
296 HOST_PREBUILT_ROOT := $(call host-prebuilt-tag, $(NDK_ROOT))
H A Ddefinitions.mk1094 # 'tags' associated to it. A tag name must not contain space, and its
1097 # For example, the 'debug' tag is used to sources that must be built
1098 # in debug mode, the 'arm' tag is used for sources that must be built
1144 # Macro : tag-src-files
1145 # Arguments: 1: list of source files to tag
1146 # 2: tag name (must not contain space)
1147 # Usage : $(call tag-src-files,<list-of-source-files>,<tagname>)
1148 # Rationale: Add a tag to a list of source files
1150 tag-src-files = \
1158 # Macro : get-src-files-with-tag
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
H A Dlexical_cast.hpp1878 bool float_types_converter_internal(T& output, int /*tag*/) {
1905 bool float_types_converter_internal(double& output,char /*tag*/) {
1926 >::type tag = 0; local
1928 return float_types_converter_internal(output, tag);
1933 int tag = 0; local
1934 return float_types_converter_internal(output, tag);

Completed in 283 milliseconds