| /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
| tuple | 52 template<typename _Tp> 56 template<typename _Tp> 61 template<typename _Tp> 65 template<typename _Tp> 70 template<typename _Tp> 74 template<typename _Tp> 78 template<std::size_t _Idx, typename _Head, bool _IsEmptyNotFinal> 81 template<std::size_t _Idx, typename _Head> 91 template<typename _UHead, typename = typename 100 template<typename _Alloc [all...] |
| /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/ |
| memory | 75 template<class T> class shared_ptr; 76 template<class T> class weak_ptr; 77 template<class T> class enable_shared_from_this; 78 template<class D, class T> D * get_deleter(shared_ptr<T> const & p); 79 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r); 80 template<class T, class U> shared_ptr<T> const_pointer_cast(shared_ptr<U> const & r); 81 template<class T, class U> shared_ptr<T> dynamic_pointer_cast(shared_ptr<U> const & r); 82 template<class T> void swap(weak_ptr<T> & a, weak_ptr<T> & b); 83 template<class T> void swap(shared_ptr<T> & a, shared_ptr<T> & b);
|
| /external/clang/test/CXX/drs/ |
| dr4xx.cpp | 20 template<class T, class U = typename T::type> class A : public T {}; // expected-error {{protected}} expected-error 2{{private}} 43 template<class T, class U = typename T::type> class A : public T {}; 52 // to not treat the default template argument as a SFINAE context in C++98. 53 template<class T, class U = typename T::type> void f(T) {} 68 template<typename T> struct X {}; 74 // template-id as we can make it. 141 template<int N> void g() { int arr[N != 1 ? 1 : -1]; } 142 template<> void g<2>() { } 144 template<typename T> struct S { 148 template<typename T> int S<T>::i[] = { 1 } [all...] |
| /external/libcxx/include/ |
| future | 42 template <> struct is_error_code_enum<future_errc> : public true_type { }; 58 template <class R> 63 template <class Allocator> 88 template <class R> 93 template <class Allocator> 116 template <> 121 template <class Allocator> 144 template <class R> void swap(promise<R>& x, promise<R>& y) noexcept; 146 template <class R, class Alloc> 149 template <class R [all...] |
| /developers/build/templates/Wear/ |
| README-wear.txt | 17 Steps to use Wear template on top of an existing sample: 18 - In template-params.xml.ftl: 19 - Add the following template: 20 <template src="Wear"/> 28 achieved by adding another template, like "base" for example.
|
| /developers/build/templates/WearPlusShared/ |
| README-wear.txt | 17 Steps to use Wear template on top of an existing sample: 18 - In template-params.xml.ftl: 19 - Add the following template: 20 <template src="Wear"/> 28 achieved by adding another template, like "base" for example.
|
| /developers/samples/android/wearable/wear/AgendaData/ |
| README-wear.txt | 17 Steps to use Wear template on top of an existing sample: 18 - In template-params.xml.ftl: 19 - Add the following template: 20 <template src="Wear"/> 28 achieved by adding another template, like "base" for example.
|
| /developers/samples/android/wearable/wear/DataLayer/ |
| README-wear.txt | 17 Steps to use Wear template on top of an existing sample: 18 - In template-params.xml.ftl: 19 - Add the following template: 20 <template src="Wear"/> 28 achieved by adding another template, like "base" for example.
|
| /developers/samples/android/wearable/wear/DelayedConfirmation/ |
| README-wear.txt | 17 Steps to use Wear template on top of an existing sample: 18 - In template-params.xml.ftl: 19 - Add the following template: 20 <template src="Wear"/> 28 achieved by adding another template, like "base" for example.
|
| /developers/samples/android/wearable/wear/EmbeddedApp/ |
| README-wear.txt | 17 Steps to use Wear template on top of an existing sample: 18 - In template-params.xml.ftl: 19 - Add the following template: 20 <template src="Wear"/> 28 achieved by adding another template, like "base" for example.
|
| /developers/samples/android/wearable/wear/FindMyPhone/ |
| README-wear.txt | 17 Steps to use Wear template on top of an existing sample: 18 - In template-params.xml.ftl: 19 - Add the following template: 20 <template src="Wear"/> 28 achieved by adding another template, like "base" for example.
|
| /developers/samples/android/wearable/wear/Flashlight/ |
| README-wear.txt | 17 Steps to use Wear template on top of an existing sample: 18 - In template-params.xml.ftl: 19 - Add the following template: 20 <template src="Wear"/> 28 achieved by adding another template, like "base" for example.
|
| /developers/samples/android/wearable/wear/Geofencing/ |
| README-wear.txt | 17 Steps to use Wear template on top of an existing sample: 18 - In template-params.xml.ftl: 19 - Add the following template: 20 <template src="Wear"/> 28 achieved by adding another template, like "base" for example.
|
| /developers/samples/android/wearable/wear/GridViewPager/ |
| README-wear.txt | 17 Steps to use Wear template on top of an existing sample: 18 - In template-params.xml.ftl: 19 - Add the following template: 20 <template src="Wear"/> 28 achieved by adding another template, like "base" for example.
|
| /developers/samples/android/wearable/wear/JumpingJack/ |
| README-wear.txt | 17 Steps to use Wear template on top of an existing sample: 18 - In template-params.xml.ftl: 19 - Add the following template: 20 <template src="Wear"/> 28 achieved by adding another template, like "base" for example.
|
| /developers/samples/android/wearable/wear/Notifications/ |
| README-wear.txt | 17 Steps to use Wear template on top of an existing sample: 18 - In template-params.xml.ftl: 19 - Add the following template: 20 <template src="Wear"/> 28 achieved by adding another template, like "base" for example.
|
| /developers/samples/android/wearable/wear/Quiz/ |
| README-wear.txt | 17 Steps to use Wear template on top of an existing sample: 18 - In template-params.xml.ftl: 19 - Add the following template: 20 <template src="Wear"/> 28 achieved by adding another template, like "base" for example.
|
| /developers/samples/android/wearable/wear/RecipeAssistant/ |
| README-wear.txt | 17 Steps to use Wear template on top of an existing sample: 18 - In template-params.xml.ftl: 19 - Add the following template: 20 <template src="Wear"/> 28 achieved by adding another template, like "base" for example.
|
| /developers/samples/android/wearable/wear/SkeletonWearableApp/ |
| README-wear.txt | 17 Steps to use Wear template on top of an existing sample: 18 - In template-params.xml.ftl: 19 - Add the following template: 20 <template src="Wear"/> 28 achieved by adding another template, like "base" for example.
|
| /developers/samples/android/wearable/wear/SynchronizedNotifications/ |
| README-wear.txt | 17 Steps to use Wear template on top of an existing sample: 18 - In template-params.xml.ftl: 19 - Add the following template: 20 <template src="Wear"/> 28 achieved by adding another template, like "base" for example.
|
| /developers/samples/android/wearable/wear/Timer/ |
| README-wear.txt | 17 Steps to use Wear template on top of an existing sample: 18 - In template-params.xml.ftl: 19 - Add the following template: 20 <template src="Wear"/> 28 achieved by adding another template, like "base" for example.
|
| /developers/samples/android/wearable/wear/WatchViewStub/ |
| README-wear.txt | 17 Steps to use Wear template on top of an existing sample: 18 - In template-params.xml.ftl: 19 - Add the following template: 20 <template src="Wear"/> 28 achieved by adding another template, like "base" for example.
|
| /external/apache-xml/src/main/java/org/apache/xalan/templates/ |
| TemplateSubPatternAssociation.java | 33 * A class to contain a match pattern and it's corresponding template. 43 /** Template pattern */ 46 /** The template element */ 59 * Construct a match pattern from a pattern and template. 60 * @param template The node that contains the template for this pattern. 64 TemplateSubPatternAssociation(ElemTemplate template, StepPattern pattern, String pat) 68 m_template = template; 104 * Set Target String for this template pattern 119 * @return True if the given mode matches this template's mod [all...] |
| /external/chromium-trace/catapult/third_party/polymer/components/core-style/ |
| demo.html | 19 <template is="auto-binding"> 29 <template repeat="{{item in items}}"> 31 </template> 33 </template> 46 addEventListener('template-bound', function(e) {
|
| /external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.allocation/ |
| p1.cpp | 32 template<typename T> void *operator new(size_t, int); 36 template<typename T> T operator new(size_t, int); // expected-error {{'operator new' cannot have a dependent return type; use 'void *' instead}} 40 template<typename T> void *operator new(T, int); // expected-error {{'operator new' cannot take a dependent type as first parameter; use size_t}} 44 template<typename T> void *operator new(size_t); // expected-error {{'operator new' template must have at least two parameters}}
|