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

/external/libchrome/base/containers/
H A Dhash_tables.h32 template <typename Type1, typename Type2>
33 struct hash<std::pair<Type1, Type2>> {
34 std::size_t operator()(std::pair<Type1, Type2> value) const {
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dsmbios.c52 CopyMem (SystemGuid, &Smbios.Type1->Uuid, sizeof(EFI_GUID));
53 *SystemSerialNumber = LibGetSmbiosString(&Smbios, Smbios.Type1->SerialNumber);
/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/libchrome/base/
H A Dhash.h109 template <typename Type1, typename Type2>
110 struct IntPairHash<std::pair<Type1, Type2>> {
111 size_t operator()(std::pair<Type1, Type2> value) const {
/external/freetype/include/freetype/
H A Dftmoderr.h161 FT_MODERRDEF( Type1, 0x1300, "Type 1 module" )
/external/syslinux/efi32/include/efi/
H A Dlibsmbios.h122 SMBIOS_TYPE1 *Type1; member in union:__anon24006
/external/syslinux/efi64/include/efi/
H A Dlibsmbios.h122 SMBIOS_TYPE1 *Type1; member in union:__anon24183
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Dlibsmbios.h122 SMBIOS_TYPE1 *Type1; member in union:__anon24403
/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/clang/test/Parser/
H A Dcxx-decl.cpp122 typedef Class1<Class2> Type1; typedef
/external/python/cpython2/Lib/unittest/test/
H A Dtest_runner.py68 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
69 self.assertEqual((test1, Type1, instance1), (test, Exception, exc1))
/external/eigen/test/
H A Dmain.h468 template<typename Type1, typename Type2>
469 inline bool test_isApprox(const Type1& a, const Type2& b, typename Type1::Scalar* = 0) // Enabled for Eigen's type only
471 return a.isApprox(b, test_precision<typename Type1::Scalar>());
488 template<typename Type1, typename Type2>
489 inline bool verifyIsApprox(const Type1& a, const Type2& b)
/external/python/cpython3/Lib/unittest/test/
H A Dtest_runner.py64 ((_, (Type1, instance1, _)),
66 self.assertEqual((Type1, instance1), (Exception, exc1))
/external/llvm/include/llvm/Object/
H A DELF.h286 uint8_t Type1 = (Type >> 0) & 0xFF; local
291 StringRef Name = getRelocationTypeName(Type1);
/external/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp1826 /// Simplifies out vector types from Type1 and Type2, if both are vectors of
1829 static bool simplifyOutCommonVectorType(Ice::Type &Type1, Ice::Type &Type2) { argument
1830 bool IsType1Vector = isVectorType(Type1);
1836 if (typeNumElements(Type1) != typeNumElements(Type2))
1838 Type1 = typeElementType(Type1);
2221 Ice::Type Type1 = Op1->getType(); local
2223 if (Type1 != Type2) {
2226 StrBuf << "Binop argument types differ: " << Type1 << " and " << Type2;
2228 appendErrorInstruction(Type1);
[all...]
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl11425 my ($MemPos, $Type1, $LVersion1, $Type2, $LVersion2) = @_;
11426 my $Member_Name = $Type1->{"Memb"}{$MemPos}{"name"};
11427 my $MemberType_Id = $Type1->{"Memb"}{$MemPos}{"type"};
11436 my $MemberPair_Pos_Rev = ($Member_Name eq $Pair_Name)?$MemPos:find_MemberPair_Pos_byName($Pair_Name, $Type1);
11575 my %Type1 = get_Type($Type1_Id, 1);
11577 if(not $Type1{"Name"} or not $Type2{"Name"}) {
11597 $CheckedTypes{$Level}{$Type1{"Name"}} = 1;
11637 return {} if($SkipTypes{1}{$Type1{"Name"}});
11674 my %Typedef_1 = goToFirst($Type1{"Tid"}, 1, "Typedef");
11702 and $Type1{"Siz
[all...]

Completed in 495 milliseconds