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

<<31323334353637383940>>

  /external/vulkan-validation-layers/libs/glm/detail/
type_vec3.inl 32 template <typename T, precision P>
41 template <typename T, precision P>
48 template <typename T, precision P>
58 template <typename T, precision P>
65 template <typename T, precision P>
72 template <typename T, precision P>
73 template <precision Q>
83 template <typename T, precision P>
87 template <typename T, precision P>
94 template <typename T, precision P
    [all...]
  /development/samples/browseable/RepeatingAlarm/
_index.jd 9 in template-params.xml.
  /external/chromium-trace/catapult/third_party/polymer/components/core-item/
metadata.html 12 <template>
16 </template>
18 <template id="imports">
22 </template>
  /external/chromium-trace/catapult/third_party/polymer/components/core-selector/
metadata.html 12 <template>
14 </template>
16 <template>
18 </template>
  /external/chromium-trace/catapult/third_party/polymer/components/paper-action-dialog/
metadata.html 12 <template>
14 </template>
16 <template id="imports">
18 </template>
  /external/chromium-trace/catapult/third_party/polymer/components/paper-button/
metadata.html 11 <template>
13 </template>
14 <template id="imports">
16 </template>
  /external/chromium-trace/catapult/third_party/polymer/components/paper-input/
metadata.html 12 <template>
14 </template>
16 <template id="imports">
18 </template>
  /external/chromium-trace/catapult/third_party/polymer/components/paper-progress/
metadata.html 11 <template>
13 </template>
14 <template id="imports">
16 </template>
  /external/chromium-trace/catapult/third_party/polymer/components/paper-ripple/
metadata.html 12 <template>
14 </template>
16 <template id="imports">
18 </template>
  /external/chromium-trace/catapult/third_party/polymer/components/paper-shadow/
metadata.html 11 <template>
13 </template>
14 <template id="imports">
16 </template>
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p19.cpp 4 // Operator delete template for placement new with global lookup
5 template<int I>
26 // Operator delete template for placement new[] with global lookup
27 template<int I>
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p9.cpp 5 template<char C1, char C2>
10 template<int C1>
18 template<int, int, int> struct int_values {
22 template<unsigned char C1, unsigned char C3>
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p1-0x.cpp 4 template<unsigned N, typename ...Types> struct get_nth_type;
6 template<unsigned N, typename Head, typename ...Tail>
9 template<typename Head, typename ...Tail>
17 template<unsigned N>
22 template<typename T, typename U> struct pair { };
23 template<typename T, typename U> pair<T, U> make_pair(T, U);
29 template<typename ...Args>
32 template<typename ...Args>
42 template<typename ...Args>
45 template<typename ...Args
    [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p22.cpp 6 // a function parameter pack, then template argument deduction fails.
7 template<class ... Args> int& f(Args ... args);
8 template<class T1, class ... Args> float& f(T1 a1, Args ... args);
9 template<class T1, class T2> double& f(T1 a1, T2 a2);
  /external/clang/test/CodeGenCXX/
2004-06-08-LateTemplateInstantiation.cpp 4 template<typename Ty>
delayed-template-parsing.cpp 1 // RUN: %clang_cc1 -std=c++11 -emit-llvm %s -o - -fms-extensions -fdelayed-template-parsing -triple=i386-pc-win32 | FileCheck %s
2 // RUN: %clang_cc1 -std=c++11 -emit-llvm %s -o - -fms-extensions -fdelayed-template-parsing -triple=x86_64-pc-win32 | FileCheck -check-prefix X64 %s
6 template <int i>
8 template <>
enable_if.cpp 5 template <typename T>
6 T test5(T) __attribute__((enable_if(1, "better than non-template")));
24 template <typename T>
29 template class test4<double>;
instantiate-blocks.cpp 4 template <typename T> T foo(T t)
18 template <typename T, typename T1> void foo(T t, T1 r)
40 template <typename T> T foo(T t)
47 template <typename T> void gorf(T t)
instantiate-temporaries.cpp 16 template<typename T>
25 template void call<int>();
27 template<typename T>
36 template void compound_literal<int>();
static-init-3.cpp 4 template<class T> struct X0 : public T { };
6 template <class T>
21 template<class T> T & X1<T>::instance = X1<T>::get();
26 template<typename T> struct X2 {};
template-anonymous-union-member-initializer.cpp 2 template <typename T>
vtable-key-function.cpp 18 // template specialization or explicit instantiation with a key
20 template<typename T>
25 template<typename T>
28 template<>
  /external/clang/test/CodeGenObjCXX/
2010-08-04-Template.mm 3 template <class P1> static void Post() {}
  /external/clang/test/Modules/Inputs/PR20399/
stl_map.h 7 template <typename _Key>
  /external/clang/test/Modules/Inputs/deferred-lookup/
b.h 1 namespace N { template<typename T> struct A { friend int f(A); }; }

Completed in 897 milliseconds

<<31323334353637383940>>