Searched
full:template (Results
3901 -
3925 of
20596) sorted by null
<<151152153154155156157158159160>>
| /developers/samples/android/wearable/wear/SpeedTracker/Application/ |
| .gitignore | 14 src/template/
|
| /developers/samples/android/wearable/wear/SpeedTracker/Shared/ |
| .gitignore | 14 src/template/
|
| /developers/samples/android/wearable/wear/SpeedTracker/Wearable/ |
| .gitignore | 14 src/template/
|
| /developers/samples/android/wearable/wear/SynchronizedNotifications/Application/ |
| .gitignore | 14 src/template/
|
| /developers/samples/android/wearable/wear/SynchronizedNotifications/Shared/ |
| .gitignore | 14 src/template/
|
| /developers/samples/android/wearable/wear/SynchronizedNotifications/Wearable/ |
| .gitignore | 14 src/template/
|
| /developers/samples/android/wearable/wear/Timer/Wearable/ |
| .gitignore | 14 src/template/
|
| /developers/samples/android/wearable/wear/WatchFace/Application/ |
| .gitignore | 14 src/template/
|
| /developers/samples/android/wearable/wear/WatchFace/Wearable/ |
| .gitignore | 14 src/template/
|
| /developers/samples/android/wearable/wear/WatchViewStub/Wearable/ |
| .gitignore | 14 src/template/
|
| /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/ |
| .gitignore | 14 src/template/
|
| /developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/ |
| .gitignore | 14 src/template/
|
| /developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/ |
| .gitignore | 14 src/template/
|
| /external/chromium-trace/catapult/third_party/polymer/components/core-item/ |
| core-item.html | 34 <template> 36 <template if="{{icon || src}}"> 38 </template> 41 </template>
|
| /external/clang/include/clang/AST/ |
| StmtGraphTraits.h | 10 // This file defines a template specialization of llvm::GraphTraits to 24 //template <typename T> struct GraphTraits; 27 template <> struct GraphTraits<clang::Stmt*> { 54 template <> struct GraphTraits<const clang::Stmt*> {
|
| /external/clang/include/clang/Basic/ |
| DeclNodes.td | 55 def Template : DDecl<Named, 1>; 56 def RedeclarableTemplate : DDecl<Template, 1>; 61 def TemplateTemplateParm : DDecl<Template>; 62 def BuiltinTemplate : DDecl<Template>;
|
| /external/clang/include/clang/Sema/ |
| Ownership.h | 42 /// template argument is used to make sure that "Decl" pointers are not 44 template <class PtrTy> 60 template <typename PointeeT> PointeeT* getPtrTo() const { 70 template <typename PtrT> PtrT getPtrAs() const { 90 template <class T> struct UnionOpaquePtr { 109 template <class T> 122 template <class T> 133 template<class Ptr> 143 template<class PtrTy, 164 template <typename T> T *getAs() { return static_cast<T*>(get()); [all...] |
| /external/clang/test/Analysis/diagnostics/Inputs/include/ |
| report-issues-within-main-file.h | 0 template<typename _Tp>
|
| /external/clang/test/CXX/class.access/class.friend/ |
| p2-cxx03.cpp | 4 template<typename T>
|
| p6.cpp | 14 template <typename T> struct Z {
|
| /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
| p8.cpp | 12 template<typename T> constexpr T tm(); // expected-warning {{C++14}} 13 template<typename T> static constexpr T ts(); 34 template<typename T> constexpr T S::tm() { return T(); } // expected-warning {{C++14}} 35 template<typename T> constexpr T S::ts() { return T(); }
|
| /external/clang/test/CXX/over/over.over/ |
| p4.cpp | 3 template<typename T> T f0(T); // expected-note{{candidate function}}
|
| /external/clang/test/CXX/special/class.copy/ |
| p12-0x.cpp | 5 template<typename T, bool B> struct trivially_copyable_check { 12 template<typename T> using trivially_copyable = 14 template<typename T> using not_trivially_copyable = 45 template<typename T> TemplateCtor(T &); 124 template<typename T> TemplateCtorNoMove(T &&); 137 template<typename T, typename U = typename T::error> TemplateCtorNoMoveSFINAE(T &&); 186 template<typename T> HasImplicitlyDeletedCopyCtor(T &&); 200 // Implicit move ctor calls template ctor. 206 template<typename T> HasImplicitlyDefaultedCopyCtor(T &&);
|
| /external/clang/test/CXX/special/class.inhctor/ |
| p1.cpp | 8 template<typename T> A(T, int = 0, ...); // expected-note 5{{here}} 10 template<typename T, int N> A(const T (&)[N]); // expected-note 2{{here}} expected-note {{constructor cannot be inherited}} 11 template<typename T, int N> A(const T (&)[N], int = 0); // expected-note 2{{here}} 54 template<typename...Ts> X(int, Ts...);
|
| /external/clang/test/CodeGen/ |
| fp-contract-pragma.cpp | 22 // Does FP_CONTRACT survive template instantiation? 26 template <typename T> 38 template<typename T> class fp_contract_4 { 45 template class fp_contract_4<int>;
|
Completed in 1445 milliseconds
<<151152153154155156157158159160>>