Searched refs:Type1 (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/Misc/
H A Dinteger-literal-printing.cpp4 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 Dftmoderr.h161 FT_MODERRDEF( Type1, 0x1300, "Type 1 module" )
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
H A Dftmoderr.h161 FT_MODERRDEF( Type1, 0x1300, "Type 1 module" )
/external/pdfium/third_party/freetype/include/freetype/
H A Dftmoderr.h161 FT_MODERRDEF( Type1, 0x1300, "Type 1 module" )
/external/eigen/unsupported/test/
H A Dmatrix_function.cpp17 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 Dhash_tables.h269 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 Dcxx-decl.cpp113 typedef Class1<Class2> Type1; typedef
/external/eigen/test/eigen2/
H A Dmain.h197 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 Dmain.h288 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 DELF.h288 uint8_t Type1 = (Type >> 0) & 0xFF; local
293 StringRef Name = getRelocationTypeName(Type1);
/external/v8/test/cctest/
H A Dtest-disasm-arm.cc332 TEST(Type1) {
H A Dtest-disasm-mips.cc879 TEST(Type1) {
H A Dtest-disasm-mips64.cc815 TEST(Type1) {
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...

Completed in 2446 milliseconds