Searched defs:ResultType (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/build/android/pylib/base/
H A Dbase_test_result_unittest.py11 from base_test_result import ResultType namespace
16 self.p1 = BaseTestResult('p1', ResultType.PASS, log='pass1')
17 other_p1 = BaseTestResult('p1', ResultType.PASS)
18 self.p2 = BaseTestResult('p2', ResultType.PASS)
19 self.f1 = BaseTestResult('f1', ResultType.FAIL, log='failure1')
20 self.c1 = BaseTestResult('c1', ResultType.CRASH, log='crash1')
21 self.u1 = BaseTestResult('u1', ResultType.UNKNOWN)
43 other_p1 = BaseTestResult('p1', ResultType.PASS)
44 f2 = BaseTestResult('f2', ResultType.FAIL)
H A Dbase_test_result.py7 class ResultType(object): class in inherits:object
18 return [ResultType.PASS, ResultType.FAIL, ResultType.CRASH,
19 ResultType.TIMEOUT, ResultType.UNKNOWN]
30 test_type: Type of the test result as defined in ResultType.
34 assert test_type in ResultType.GetTypes()
82 for test_type in ResultType.GetTypes():
83 if test_type != ResultType
[all...]
/external/chromium_org/chrome/browser/google_apis/
H A Dtask_util.h119 // - ResultType; the type of the Callback which should be returned by
129 typedef base::Callback<void(ErrorType)> ResultType; typedef in struct:google_apis::internal::CreateErrorRunCallbackHelper
164 typename internal::CreateErrorRunCallbackHelper<CallbackType>::ResultType
/external/chromium_org/extensions/common/matcher/
H A Durl_matcher_factory_unittest.cc191 enum ResultType { OK, NOT_FULFILLED, CREATE_FAILURE }; enum in class:extensions::UrlConditionCaseTest
195 static ResultType ExpectedResult(bool case_sensitive,
209 ResultType expected_result) const;
215 const ResultType expected_result_for_wrong_case_;
229 UrlConditionCaseTest::ResultType expected_result) const {
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DCheckedArithmetic.h195 typedef U ResultType; typedef in struct:WTF::ResultBase
199 typedef V ResultType; typedef in struct:WTF::ResultBase
203 typedef U ResultType; typedef in struct:WTF::ResultBase
208 typedef U ResultType; typedef in struct:WTF::SignednessSelector
212 typedef U ResultType; typedef in struct:WTF::SignednessSelector
216 typedef V ResultType; typedef in struct:WTF::SignednessSelector
220 typedef U ResultType; typedef in struct:WTF::SignednessSelector
224 typedef typename SignednessSelector<U, V>::ResultType ResultType; typedef in struct:WTF::ResultBase
230 template <typename LHS, typename RHS, typename ResultType
[all...]
H A DFunctional.h50 typedef R ResultType; typedef in class:WTF::FunctionWrapper
69 typedef R ResultType; typedef in class:WTF::FunctionWrapper
88 typedef R ResultType; typedef in class:WTF::FunctionWrapper
107 typedef R ResultType; typedef in class:WTF::FunctionWrapper
126 typedef R ResultType; typedef in class:WTF::FunctionWrapper
145 typedef R ResultType; typedef in class:WTF::FunctionWrapper
166 typedef R ResultType; typedef in class:WTF::FunctionWrapper
193 typedef R ResultType; typedef in class:WTF::FunctionWrapper
220 typedef R ResultType; typedef in class:WTF::FunctionWrapper
247 typedef R ResultType; typedef in class:WTF::FunctionWrapper
274 typedef R ResultType; typedef in class:WTF::FunctionWrapper
301 typedef R ResultType; typedef in class:WTF::FunctionWrapper
[all...]
/external/eigen/Eigen/src/LU/
H A DInverse.h21 template<typename MatrixType, typename ResultType, int Size = MatrixType::RowsAtCompileTime>
24 static inline void run(const MatrixType& matrix, ResultType& result)
30 template<typename MatrixType, typename ResultType, int Size = MatrixType::RowsAtCompileTime>
37 template<typename MatrixType, typename ResultType>
38 struct compute_inverse<MatrixType, ResultType, 1>
40 static inline void run(const MatrixType& matrix, ResultType& result)
47 template<typename MatrixType, typename ResultType>
48 struct compute_inverse_and_det_with_check<MatrixType, ResultType, 1>
53 ResultType& result,
54 typename ResultType
128 compute_inverse_size3_helper( const MatrixType& matrix, const typename ResultType::Scalar& invdet, const Matrix<typename ResultType::Scalar,3,1>& cofactors_col0, ResultType& result) argument
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp180 Type *ResultType = local
183 ParamTypes.push_back(ResultType);
/external/chromium/chrome/browser/safe_browsing/
H A Dprotocol_manager.h166 enum ResultType { enum in class:SafeBrowsingProtocolManager
195 ResultType result_type);
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dexperimental_identity_apitest.cc137 enum ResultType { enum in class:extensions::__anon4846::TestOAuth2MintTokenFlow
144 TestOAuth2MintTokenFlow(ResultType result,
176 ResultType result_;
H A Didentity_apitest.cc146 enum ResultType { enum in class:extensions::__anon4849::TestOAuth2MintTokenFlow
153 TestOAuth2MintTokenFlow(ResultType result,
186 ResultType result_;
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_manager.h124 enum ResultType { enum in class:SafeBrowsingProtocolManager
153 ResultType result_type);
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DTransform.h166 inline const typename ei_transform_product_impl<OtherDerived,_Dim,_Dim+1>::ResultType
744 typedef typename ProductReturnType<MatrixType,Other>::Type ResultType; typedef in struct:Eigen::ei_transform_product_impl
745 static ResultType run(const TransformType& tr, const Other& other)
754 typedef TransformType ResultType; typedef in struct:Eigen::ei_transform_product_impl
755 static ResultType run(const TransformType& tr, const Other& other)
770 typedef typename ProductReturnType<MatrixType,Other>::Type ResultType; typedef in struct:Eigen::ei_transform_product_impl
771 static ResultType run(const TransformType& tr, const Other& other)
780 typedef Matrix<Scalar,Dim,1> ResultType; typedef in struct:Eigen::ei_transform_product_impl
781 static ResultType run(const TransformType& tr, const Other& other)
/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp141 RValue RV, QualType ResultType) {
142 CGF.EmitReturnOfRValue(RV, ResultType);
140 EmitReturnFromThunk(CodeGenFunction &CGF, RValue RV, QualType ResultType) argument
H A DCGVTables.cpp164 QualType ResultType, RValue RV,
167 bool NullCheckValue = !ResultType->isReferenceType();
228 QualType ResultType = FPT->getResultType(); local
284 RV = PerformReturnAdjustment(*this, ResultType, RV, Thunk);
298 QualType ResultType = local
308 CGM.getCXXABI().BuildInstanceFunctionParams(*this, ResultType, FunctionArgs);
321 StartFunction(GlobalDecl(), ResultType, Fn, FnInfo, FunctionArgs, local
370 if (!ResultType->isVoidType() &&
373 Slot = ReturnValueSlot(ReturnValue, ResultType.isVolatileQualified());
379 RV = PerformReturnAdjustment(*this, ResultType, R
163 PerformReturnAdjustment(CodeGenFunction &CGF, QualType ResultType, RValue RV, const ThunkInfo &Thunk) argument
[all...]
H A DCGBuiltin.cpp67 QualType T, llvm::Type *ResultType) {
70 if (ResultType->isPointerTy())
71 return CGF.Builder.CreateIntToPtr(V, ResultType);
73 assert(V->getType() == ResultType);
298 llvm::Type *ResultType = ConvertType(E->getType()); local
301 if (Result->getType() != ResultType)
302 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
315 llvm::Type *ResultType = ConvertType(E->getType()); local
318 if (Result->getType() != ResultType)
319 Result = Builder.CreateIntCast(Result, ResultType, /*isSigne
66 EmitFromInt(CodeGenFunction &CGF, llvm::Value *V, QualType T, llvm::Type *ResultType) argument
332 llvm::Type *ResultType = ConvertType(E->getType()); local
353 llvm::Type *ResultType = ConvertType(E->getType()); local
369 llvm::Type *ResultType = ConvertType(E->getType()); local
[all...]
H A DCGExprConstant.cpp1168 llvm::Type *ResultType = getTypes().ConvertType(DestType); local
1176 return llvm::ConstantExpr::getTruncOrBitCast(AddrLabelDiff, ResultType);
H A DCGStmt.cpp1701 llvm::Type *ResultType; local
1703 ResultType = VoidTy;
1705 ResultType = ResultRegTypes[0];
1707 ResultType = llvm::StructType::get(getLLVMContext(), ResultRegTypes);
1710 llvm::FunctionType::get(ResultType, ArgTypes, false);
H A DItaniumCXXABI.cpp913 RValue RV, QualType ResultType) {
915 return ItaniumCXXABI::EmitReturnFromThunk(CGF, RV, ResultType);
921 return ItaniumCXXABI::EmitReturnFromThunk(CGF, Undef, ResultType);
912 EmitReturnFromThunk(CodeGenFunction &CGF, RValue RV, QualType ResultType) argument
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp180 CodeCompletionString::Chunk::CreateResultType(const char *ResultType) { argument
181 return Chunk(CK_ResultType, ResultType);
366 void CodeCompletionBuilder::AddResultTypeChunk(const char *ResultType) { argument
367 Chunks.push_back(Chunk::CreateResultType(ResultType));
H A DSemaPseudoObject.cpp1074 QualType ResultType; local
1077 ResultType = PTy->getPointeeType();
1079 ResultType->getAsObjCQualifiedInterfaceType())
1080 ResultType = iQFaceTy->getBaseType();
1086 CheckKeyForObjCARCConversion(S, ResultType,
1092 if (ResultType.isNull()) {
1114 AtIndexGetter = S.LookupMethodInObjectType(AtIndexGetterSelector, ResultType,
1183 QualType ResultType; local
1186 ResultType = PTy->getPointeeType();
1188 ResultType
[all...]
H A DSemaCast.cpp51 ResultType(destType.getNonLValueExprType(S.Context)),
66 QualType ResultType; member in struct:__anon15341::CastOperation
261 return Op.complete(CXXConstCastExpr::Create(Context, Op.ResultType,
272 return Op.complete(CXXDynamicCastExpr::Create(Context, Op.ResultType,
284 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType,
297 return Op.complete(CXXStaticCastExpr::Create(Context, Op.ResultType,
2345 return Op.complete(CStyleCastExpr::Create(Context, Op.ResultType,
2366 return Op.complete(CXXFunctionalCastExpr::Create(Context, Op.ResultType,
/external/eigen/Eigen/src/Geometry/
H A DTransform.h399 EIGEN_STRONG_INLINE const typename internal::transform_right_product_impl<Transform, OtherDerived>::ResultType
411 inline const typename internal::transform_left_product_impl<OtherDerived,Mode,Options,_Dim,_Dim+1>::ResultType
464 // Eigen::Transform<double, 3, Mode, Options>, <expression>>::ResultType (const Eigen::Transform<double, 3, Mode, Options> &) const")
469 typedef typename ProductType::ResultType ResultType; typedef in struct:Eigen::Transform::icc_11_workaround
475 inline typename icc_11_workaround<OtherMode,OtherOptions>::ResultType
484 inline typename internal::transform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> >::ResultType
1235 typedef typename MatrixType::PlainObject ResultType; typedef in struct:Eigen::internal::transform_right_product_impl
1237 static EIGEN_STRONG_INLINE ResultType run(const TransformType& T, const MatrixType& other)
1253 typedef typename MatrixType::PlainObject ResultType; typedef in struct:Eigen::internal::transform_right_product_impl
1279 typedef typename MatrixType::PlainObject ResultType; typedef in struct:Eigen::internal::transform_right_product_impl
1303 typedef Transform<typename Other::Scalar,Dim,Projective,Options> ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1314 typedef Transform<typename Other::Scalar,Dim,Projective,Options> ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1330 typedef TransformType ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1346 typedef TransformType ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1362 typedef TransformType ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1384 typedef Transform<Scalar,Dim,ResultMode,LhsOptions> ResultType; typedef in struct:Eigen::internal::transform_transform_product_impl
1400 typedef Transform<Scalar,Dim,Projective> ResultType; typedef in struct:Eigen::internal::transform_transform_product_impl
1412 typedef Transform<Scalar,Dim,Projective> ResultType; typedef in struct:Eigen::internal::transform_transform_product_impl
1427 typedef Transform<Scalar,Dim,Projective> ResultType; typedef in struct:Eigen::internal::transform_transform_product_impl
[all...]
/external/clang/include/clang/AST/
H A DComment.h986 QualType ResultType; member in struct:clang::comments::DeclInfo
H A DExprObjC.h681 QualType ResultType; local
685 ResultType = Getter->getResultType();
687 ResultType = PDecl->getType();
691 ResultType = Getter->getResultType(); // with reference!
693 return ResultType;

Completed in 527 milliseconds

12