Searched refs:Type1 (Results 1 - 14 of 14) sorted by relevance
/external/clang/test/Misc/ |
H A D | integer-literal-printing.cpp | 4 template <short T> class Type1 {}; class 5 template <short T> void Function1(Type1<T>& x) {} // expected-note{{candidate function [with T = -42] not viable: expects an l-value for 1st argument}} 68 Function1(Type1<-42>()); // expected-error{{no matching function for call to 'Function1'}}
|
/external/freetype/include/freetype/ |
H A D | ftmoderr.h | 161 FT_MODERRDEF( Type1, 0x1300, "Type 1 module" )
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
H A D | ftmoderr.h | 161 FT_MODERRDEF( Type1, 0x1300, "Type 1 module" )
|
/external/pdfium/third_party/freetype/include/freetype/ |
H A D | ftmoderr.h | 161 FT_MODERRDEF( Type1, 0x1300, "Type 1 module" )
|
/external/eigen/unsupported/test/ |
H A D | matrix_function.cpp | 17 template<typename Type1, typename Type2> 18 inline bool test_isApprox_abs(const Type1& a, const Type2& b) 20 return ((a-b).array().abs() < test_precision<typename Type1::RealScalar>()).all();
|
/external/libchrome/base/containers/ |
H A D | hash_tables.h | 269 template<typename Type1, typename Type2> 270 struct hash<std::pair<Type1, Type2> > { 271 std::size_t operator()(std::pair<Type1, Type2> value) const {
|
/external/clang/test/Parser/ |
H A D | cxx-decl.cpp | 113 typedef Class1<Class2> Type1; typedef
|
/external/eigen/test/eigen2/ |
H A D | main.h | 197 template<typename Type1, typename Type2> 198 inline bool test_ei_isApprox(const Type1& a, const Type2& b) 200 return a.isApprox(b, test_precision<typename Type1::Scalar>());
|
/external/eigen/test/ |
H A D | main.h | 288 template<typename Type1, typename Type2> 289 inline bool test_isApprox(const Type1& a, const Type2& b) 291 return a.isApprox(b, test_precision<typename Type1::Scalar>());
|
/external/llvm/include/llvm/Object/ |
H A D | ELF.h | 288 uint8_t Type1 = (Type >> 0) & 0xFF; local 293 StringRef Name = getRelocationTypeName(Type1);
|
/external/v8/test/cctest/ |
H A D | test-disasm-arm.cc | 332 TEST(Type1) {
|
H A D | test-disasm-mips.cc | 879 TEST(Type1) {
|
H A D | test-disasm-mips64.cc | 815 TEST(Type1) {
|
/external/libgdx/backends/gdx-backend-moe/libs/ |
H A D | intel-moe-ios.jar | META-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ... |
Completed in 2446 milliseconds