HomeSort by relevance Sort by last modified time
    Searched full:template (Results 2776 - 2800 of 20596) sorted by null

<<111112113114115116117118119120>>

  /developers/samples/android/ui/transition/BasicTransition/Application/
README-fragmentview.txt 17 Steps to implement FragmentView template:
18 -in template-params.xml.ftl:
35 project built on this template.
  /developers/samples/android/ui/transition/CustomTransition/Application/
README-fragmentview.txt 17 Steps to implement FragmentView template:
18 -in template-params.xml.ftl:
35 project built on this template.
  /developers/samples/android/ui/views/Clipping/ClippingBasic/Application/
README-fragmentview.txt 17 Steps to implement FragmentView template:
18 -in template-params.xml.ftl:
35 project built on this template.
  /developers/samples/android/ui/views/Elevation/ElevationDrag/Application/
README-fragmentview.txt 17 Steps to implement FragmentView template:
18 -in template-params.xml.ftl:
35 project built on this template.
  /developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/Application/
README-fragmentview.txt 17 Steps to implement FragmentView template:
18 -in template-params.xml.ftl:
35 project built on this template.
  /developers/samples/android/ui/views/RevealEffect/RevealEffectBasic/Application/
README-fragmentview.txt 17 Steps to implement FragmentView template:
18 -in template-params.xml.ftl:
35 project built on this template.
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsBasic/Application/
README-fragmentview.txt 17 Steps to implement FragmentView template:
18 -in template-params.xml.ftl:
35 project built on this template.
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/Application/
README-fragmentview.txt 17 Steps to implement FragmentView template:
18 -in template-params.xml.ftl:
35 project built on this template.
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshLayoutBasic/Application/
README-fragmentview.txt 17 Steps to implement FragmentView template:
18 -in template-params.xml.ftl:
35 project built on this template.
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/
README-fragmentview.txt 17 Steps to implement FragmentView template:
18 -in template-params.xml.ftl:
35 project built on this template.
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews/Application/
README-fragmentview.txt 17 Steps to implement FragmentView template:
18 -in template-params.xml.ftl:
35 project built on this template.
  /developers/samples/android/ui/window/AdvancedImmersiveMode/Application/
README-fragmentview.txt 17 Steps to implement FragmentView template:
18 -in template-params.xml.ftl:
35 project built on this template.
  /developers/samples/android/wearable/wear/SynchronizedNotifications/Application/
README-simpleview.txt 17 Steps to implement SimpleView template:
18 -in template-params.xml.ftl:
29 project built on this template.
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
base-form.html 22 * @param {string} str String template.
26 template: function(str, data) {
42 message = this.template(message, templateDict);
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/
font-size-interpolation.html 17 <template id="target-template">
21 </template>
perspective-interpolation.html 25 <template id="target-template">
27 </template>
perspective-origin-interpolation.html 27 <template id="target-template">
29 </template>
text-shadow-interpolation.html 15 <template id="target-template">T</template>
transform-skew-interpolation.html 27 <template id="target-template">
29 </template>
width-interpolation.html 22 <template id="target-template">
26 </template>
  /external/clang/test/CXX/class/class.union/
p2-0x.cpp 21 template<typename T>
27 template<typename T> constexpr int U2<T>::k1 = sizeof(U2<T>);
28 template<typename T> double U2<T>::k2 = 5.3;
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
p3.cpp 40 // in a friend declaration is neither qualified nor a template-id and the
45 template<typename T> struct X0 { };
49 template<typename T> union X0;
50 template<typename T> friend union X0;
58 template<typename T> class X;
64 template<typename T> friend class N::M::X;
70 // Friends declared as template-ids aren't subject to the restriction
74 template <class T> void f(T);
82 template <class T> void f(T) {
87 template <class T> void f(T)
    [all...]
  /external/clang/test/CXX/drs/
dr7xx.cpp 8 template <typename... T>
12 template <typename... T>
15 template <typename... T>
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p3-0x.cpp 21 template<class T> auto f(T t) -> decltype(t + g())
25 template auto B::f(int t) -> decltype(t + g());
27 template<typename T>
63 template<typename T> struct X {
70 template struct X<int>;
74 template <class I>
78 template <class T>
93 template<typename T>
122 template<typename T>
148 template <typename F
    [all...]
  /external/clang/test/CXX/expr/
p9.cpp 38 template<bool T> struct selector;
39 template<> struct selector<true> { typedef long type; };
40 template<> struct selector<false> {typedef unsigned long type; };

Completed in 1214 milliseconds

<<111112113114115116117118119120>>