HomeSort by relevance Sort by last modified time
    Searched full:_tag (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
enable_special_members.h 44 template<bool _Switch, typename _Tag = void>
53 template<bool _Switch, typename _Tag = void>
63 typename _Tag = void>
70 * The @c _Tag type parameter is to make mixin bases unique and thus avoid
76 typename _Tag = void>
78 : private _Enable_default_constructor<_Default, _Tag>,
79 private _Enable_destructor<_Destructor, _Tag>,
82 _Tag>
87 template<typename _Tag>
88 struct _Enable_default_constructor<false, _Tag>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
numericfwd.h 53 template<typename _IIter, typename _Tp, typename _Tag>
55 __accumulate_switch(_IIter, _IIter, _Tp, _Tag);
72 typename _Tag>
74 __accumulate_switch(_IIter, _IIter, _Tp, _BinaryOper, _Tag);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
numericfwd.h 53 template<typename _IIter, typename _Tp, typename _Tag>
55 __accumulate_switch(_IIter, _IIter, _Tp, _Tag);
72 typename _Tag>
74 __accumulate_switch(_IIter, _IIter, _Tp, _BinaryOper, _Tag);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
numericfwd.h 53 template<typename _IIter, typename _Tp, typename _Tag>
55 __accumulate_switch(_IIter, _IIter, _Tp, _Tag);
72 typename _Tag>
74 __accumulate_switch(_IIter, _IIter, _Tp, _BinaryOper, _Tag);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
numericfwd.h 53 template<typename _IIter, typename _Tp, typename _Tag>
55 __accumulate_switch(_IIter, _IIter, _Tp, _Tag);
72 typename _Tag>
74 __accumulate_switch(_IIter, _IIter, _Tp, _BinaryOper, _Tag);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
numericfwd.h 53 template<typename _IIter, typename _Tp, typename _Tag>
55 __accumulate_switch(_IIter, _IIter, _Tp, _Tag);
72 typename _Tag>
74 __accumulate_switch(_IIter, _IIter, _Tp, _BinaryOper, _Tag);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 123 { typedef _IteCat _Tag; };
127 { typedef input_iterator_tag _Tag; };
130 { typedef output_iterator_tag _Tag; };
133 { typedef forward_iterator_tag _Tag; };
136 { typedef bidirectional_iterator_tag _Tag; };
139 { typedef random_access_iterator_tag _Tag; };
144 typedef typename _CategoryMapping<_OriginalTag>::_Tag iterator_category;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 123 { typedef _IteCat _Tag; };
127 { typedef input_iterator_tag _Tag; };
130 { typedef output_iterator_tag _Tag; };
133 { typedef forward_iterator_tag _Tag; };
136 { typedef bidirectional_iterator_tag _Tag; };
139 { typedef random_access_iterator_tag _Tag; };
144 typedef typename _CategoryMapping<_OriginalTag>::_Tag iterator_category;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 123 { typedef _IteCat _Tag; };
127 { typedef input_iterator_tag _Tag; };
130 { typedef output_iterator_tag _Tag; };
133 { typedef forward_iterator_tag _Tag; };
136 { typedef bidirectional_iterator_tag _Tag; };
139 { typedef random_access_iterator_tag _Tag; };
144 typedef typename _CategoryMapping<_OriginalTag>::_Tag iterator_category;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 123 { typedef _IteCat _Tag; };
127 { typedef input_iterator_tag _Tag; };
130 { typedef output_iterator_tag _Tag; };
133 { typedef forward_iterator_tag _Tag; };
136 { typedef bidirectional_iterator_tag _Tag; };
139 { typedef random_access_iterator_tag _Tag; };
144 typedef typename _CategoryMapping<_OriginalTag>::_Tag iterator_category;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 123 { typedef _IteCat _Tag; };
127 { typedef input_iterator_tag _Tag; };
130 { typedef output_iterator_tag _Tag; };
133 { typedef forward_iterator_tag _Tag; };
136 { typedef bidirectional_iterator_tag _Tag; };
139 { typedef random_access_iterator_tag _Tag; };
144 typedef typename _CategoryMapping<_OriginalTag>::_Tag iterator_category;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_iterator_base.h 123 { typedef _IteCat _Tag; };
127 { typedef input_iterator_tag _Tag; };
130 { typedef output_iterator_tag _Tag; };
133 { typedef forward_iterator_tag _Tag; };
136 { typedef bidirectional_iterator_tag _Tag; };
139 { typedef random_access_iterator_tag _Tag; };
144 typedef typename _CategoryMapping<_OriginalTag>::_Tag iterator_category;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentTabsFragment.java 104 TabInfo(String _tag, Class<?> _class, Bundle _args) {
105 tag = _tag;
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentTabsPager.java 98 TabInfo(String _tag, Class<?> _class, Bundle _args) {
99 tag = _tag;
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
parse_html_deps.py 56 open_tags.append(_Tag(cur.name, cur.attrs))
176 class _Tag(object):
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
TabsAdapter.java 55 TabInfo(String _tag, View _view) {
56 tag = _tag;
  /system/core/include/log/
log.h 501 #define LOG_EVENT_INT(_tag, _value) { \
503 (void) android_btWriteLog(_tag, EVENT_TYPE_INT, &intBuf, \
508 #define LOG_EVENT_LONG(_tag, _value) { \
510 (void) android_btWriteLog(_tag, EVENT_TYPE_LONG, &longBuf, \
515 #define LOG_EVENT_FLOAT(_tag, _value) { \
517 (void) android_btWriteLog(_tag, EVENT_TYPE_FLOAT, &floatBuf, \
522 #define LOG_EVENT_STRING(_tag, _value) \
523 (void) __android_log_bswrite(_tag, _value);
  /external/libunwind/include/
libunwind-dynamic.h 176 #define _U_dyn_op(_tag, _qp, _when, _reg, _val) \
177 ((unw_dyn_op_t) { (_tag), (_qp), (_reg), (_when), (_val) })
  /external/jetty/src/java/org/eclipse/jetty/xml/
XmlParser.java 495 private String _tag; field in class:XmlParser.Node
504 _tag = tag;
528 return _tag;
537 _path = getParent().getPath() + "/" + _tag;
539 _path = "/" + _tag;
621 if (tag.equals(n._tag))
720 buf.append(_tag);
752 buf.append(_tag);
785 if (tag.equals(n._tag))
  /frameworks/support/v13/java/android/support/v13/app/
FragmentTabHost.java 59 TabInfo(String _tag, Class<?> _class, Bundle _args) {
60 tag = _tag;
  /frameworks/support/v4/java/android/support/v4/app/
FragmentTabHost.java 67 TabInfo(String _tag, Class<?> _class, Bundle _args) {
68 tag = _tag;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h 101 typedef typename iterator_traits<_InIterator>::iterator_category _Tag;
102 _M_construct(__beg, __end, _Tag());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h 101 typedef typename iterator_traits<_InIterator>::iterator_category _Tag;
102 _M_construct(__beg, __end, _Tag());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
sso_string_base.h 101 typedef typename iterator_traits<_InIterator>::iterator_category _Tag;
102 _M_construct(__beg, __end, _Tag());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
sso_string_base.h 102 typedef typename iterator_traits<_InIterator>::iterator_category _Tag;
103 _M_construct(__beg, __end, _Tag());

Completed in 4847 milliseconds

1 2 3 4 5 6