Searched refs:ResultType (Results 1 - 25 of 124) sorted by relevance

12345

/external/v8/build/android/pylib/results/
H A Djson_results.py72 if s == base_test_result.ResultType.PASS:
74 elif s == base_test_result.ResultType.SKIP:
76 elif s == base_test_result.ResultType.FAIL:
78 elif s == base_test_result.ResultType.CRASH:
80 elif s == base_test_result.ResultType.TIMEOUT:
82 elif s == base_test_result.ResultType.UNKNOWN:
134 return base_test_result.ResultType.PASS
136 return base_test_result.ResultType.SKIP
138 return base_test_result.ResultType.FAIL
140 return base_test_result.ResultType
[all...]
H A Djson_results_test.py16 'test.package.TestName', base_test_result.ResultType.PASS)
37 'test.package.TestName', base_test_result.ResultType.SKIP)
58 'test.package.TestName', base_test_result.ResultType.FAIL)
79 'test.package.TestName', base_test_result.ResultType.PASS, duration=123)
100 'test.package.TestName1', base_test_result.ResultType.PASS)
102 'test.package.TestName2', base_test_result.ResultType.PASS)
/external/opencv3/modules/flann/include/opencv2/flann/
H A Ddist.h109 typedef typename Accumulator<T>::Type ResultType; typedef in struct:cvflann::L2_Simple
112 ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType /*worst_dist*/ = -1) const
114 ResultType result = ResultType();
115 ResultType diff;
124 inline ResultType accum_dist(const U& a, const V& b, int) const
142 typedef typename Accumulator<T>::Type ResultType; typedef in struct:cvflann::L2
154 ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dis
207 typedef typename Accumulator<T>::Type ResultType; typedef in struct:cvflann::L1
264 typedef typename Accumulator<T>::Type ResultType; typedef in struct:cvflann::MinkowskiDistance
328 typedef typename Accumulator<T>::Type ResultType; typedef in struct:cvflann::MaxDistance
385 typedef int ResultType; typedef in struct:cvflann::HammingLUT
422 typedef int ResultType; typedef in struct:cvflann::Hamming
481 typedef int ResultType; typedef in struct:cvflann::Hamming2
540 typedef typename Accumulator<T>::Type ResultType; typedef in struct:cvflann::HistIntersectionDistance
595 typedef typename Accumulator<T>::Type ResultType; typedef in struct:cvflann::HellingerDistance
644 typedef typename Accumulator<T>::Type ResultType; typedef in struct:cvflann::ChiSquareDistance
698 typedef typename Accumulator<T>::Type ResultType; typedef in struct:cvflann::KL_Divergence
792 typedef typename Distance::ResultType ResultType; typedef in struct:cvflann::squareDistance
800 typedef typename L2_Simple<ElementType>::ResultType ResultType; typedef in struct:cvflann::squareDistance
807 typedef typename L2<ElementType>::ResultType ResultType; typedef in struct:cvflann::squareDistance
815 typedef typename MinkowskiDistance<ElementType>::ResultType ResultType; typedef in struct:cvflann::squareDistance
822 typedef typename HellingerDistance<ElementType>::ResultType ResultType; typedef in struct:cvflann::squareDistance
829 typedef typename ChiSquareDistance<ElementType>::ResultType ResultType; typedef in struct:cvflann::squareDistance
852 typedef typename Distance::ResultType ResultType; typedef in struct:cvflann::simpleDistance
860 typedef typename L2_Simple<ElementType>::ResultType ResultType; typedef in struct:cvflann::simpleDistance
867 typedef typename L2<ElementType>::ResultType ResultType; typedef in struct:cvflann::simpleDistance
875 typedef typename MinkowskiDistance<ElementType>::ResultType ResultType; typedef in struct:cvflann::simpleDistance
882 typedef typename HellingerDistance<ElementType>::ResultType ResultType; typedef in struct:cvflann::simpleDistance
889 typedef typename ChiSquareDistance<ElementType>::ResultType ResultType; typedef in struct:cvflann::simpleDistance
[all...]
H A Dindex_testing.h64 typename Distance::ResultType computeDistanceRaport(const Matrix<typename Distance::ElementType>& inputData, typename Distance::ElementType* target,
67 typedef typename Distance::ResultType DistanceType;
88 float& time, typename Distance::ResultType& dist, const Distance& distance, int skipMatches)
90 typedef typename Distance::ResultType DistanceType;
141 typedef typename Distance::ResultType DistanceType;
158 typedef typename Distance::ResultType DistanceType;
231 typedef typename Distance::ResultType DistanceType;
/external/eigen/Eigen/src/SparseCore/
H A DConservativeSparseSparseProduct.h17 template<typename Lhs, typename Rhs, typename ResultType>
18 static void conservative_sparse_sparse_product_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res)
123 template<typename Lhs, typename Rhs, typename ResultType,
126 int ResStorageOrder = (traits<ResultType>::Flags&RowMajorBit) ? RowMajor : ColMajor>
129 template<typename Lhs, typename Rhs, typename ResultType>
130 struct conservative_sparse_sparse_product_selector<Lhs,Rhs,ResultType,ColMajor,ColMajor,ColMajor>
135 static void run(const Lhs& lhs, const Rhs& rhs, ResultType& res)
137 typedef SparseMatrix<typename ResultType::Scalar,RowMajor,typename ResultType::Index> RowMajorMatrix;
138 typedef SparseMatrix<typename ResultType
[all...]
H A DSparseSparseProductWithPruning.h19 template<typename Lhs, typename Rhs, typename ResultType>
20 static void sparse_sparse_product_with_pruning_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res, const typename ResultType::RealScalar& tolerance)
45 if(ResultType::IsRowMajor)
76 template<typename Lhs, typename Rhs, typename ResultType,
79 int ResStorageOrder = traits<ResultType>::Flags&RowMajorBit>
82 template<typename Lhs, typename Rhs, typename ResultType>
83 struct sparse_sparse_product_with_pruning_selector<Lhs,Rhs,ResultType,ColMajor,ColMajor,ColMajor>
86 typedef typename ResultType::RealScalar RealScalar;
88 static void run(const Lhs& lhs, const Rhs& rhs, ResultType
[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
130 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/v8/build/android/pylib/base/
H A Dbase_test_result_unittest.py11 from pylib.base.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.py10 class ResultType(object): class in inherits:object
22 return [ResultType.PASS, ResultType.SKIP, ResultType.FAIL,
23 ResultType.CRASH, ResultType.TIMEOUT, ResultType.UNKNOWN]
34 test_type: Type of the test result as defined in ResultType.
39 assert test_type in ResultType.GetTypes()
72 assert test_type in ResultType
[all...]
/external/chromium-trace/catapult/third_party/typ/typ/tests/
H A Djson_results_test.py73 json_results.ResultType.Failure, 0, 0, 0,
76 json_results.ResultType.Pass,
79 json_results.ResultType.Skip,
/external/v8/build/android/pylib/linker/
H A Dtest_case.py46 ResultType = base_test_result.ResultType variable
71 A (status, logs) tuple, where status is a ResultType constant, and logs
84 result = ResultType.PASS
93 result = ResultType.FAIL
95 result = ResultType.TIMEOUT
149 A (status, log) tuple, where <status> is a ResultType constant, and <log>
153 return ResultType.FAIL, 'Unimplemented _RunTest() method!'
179 if status == ResultType.FAIL:
181 elif status == ResultType
[all...]
/external/v8/build/android/pylib/instrumentation/
H A Dinstrumentation_test_instance_test.py44 self.assertEqual(base_test_result.ResultType.PASS, results[0].GetType())
65 self.assertEqual(base_test_result.ResultType.SKIP, results[0].GetType())
84 self.assertEqual(base_test_result.ResultType.PASS, results[0].GetType())
100 self.assertEqual(base_test_result.ResultType.FAIL, results[0].GetType())
118 self.assertEqual(base_test_result.ResultType.FAIL, results[0].GetType())
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp343 llvm::Type *ResultType = nullptr; local
348 ResultType = llvm::StructType::get(getLLVMContext());
353 ResultType = GetFunctionType(*FI);
364 return ResultType;
384 llvm::Type *ResultType = nullptr;
403 ResultType = llvm::Type::getInt8Ty(getLLVMContext());
408 ResultType = llvm::Type::getInt1Ty(getLLVMContext());
427 ResultType = llvm::IntegerType::get(getLLVMContext(),
433 ResultType =
441 ResultType
[all...]
/external/v8/test/unittests/
H A Dcancelable-tasks-unittest.cc84 typedef base::AtomicWord ResultType; typedef in namespace:v8::internal::__anon18920
87 intptr_t GetValue(ResultType* result) { return base::Acquire_Load(result); }
100 ResultType result1 = 0;
113 ResultType result1 = 0;
114 ResultType result2 = 0;
138 ResultType result1 = 0;
139 ResultType result2 = 0;
161 ResultType result1 = 0;
162 ResultType result2 = 0;
180 ResultType result
[all...]
/external/chromium-trace/catapult/third_party/typ/typ/
H A Djson_results.py20 class ResultType(object): class in inherits:object
43 self.expected = expected or [ResultType.Pass]
128 if r.actual == ResultType.Failure:
130 elif r.actual == ResultType.Pass and r.name in names:
136 return set(r.name for r in results.results if r.actual == ResultType.Pass)
143 if r.actual == ResultType.Failure:
145 elif r.actual == ResultType.Pass:
H A D__init__.py64 from typ.json_results import Result, ResultSet, ResultType namespace
80 'ResultType',
/external/eigen/Eigen/src/Eigen2Support/
H A DLU.h51 template<typename OtherDerived, typename ResultType>
52 bool solve(const MatrixBase<OtherDerived>& b, ResultType *result) const
58 template<typename ResultType>
59 inline void computeInverse(ResultType *result) const
H A DQR.h29 template<typename OtherDerived, typename ResultType>
30 bool solve(const MatrixBase<OtherDerived>& b, ResultType *result) const
/external/libchrome/base/
H A Dstl_util.h213 // Returns a new ResultType containing the difference of two sorted containers.
214 template <typename ResultType, typename Arg1, typename Arg2>
215 ResultType STLSetDifference(const Arg1& a1, const Arg2& a2) {
218 ResultType difference;
225 // Returns a new ResultType containing the union of two sorted containers.
226 template <typename ResultType, typename Arg1, typename Arg2>
227 ResultType STLSetUnion(const Arg1& a1, const Arg2& a2) {
230 ResultType result;
237 // Returns a new ResultType containing the intersection of two sorted
239 template <typename ResultType, typenam
[all...]
/external/webrtc/webrtc/system_wrappers/include/
H A Dstl_util.h216 // Returns a new ResultType containing the difference of two sorted containers.
217 template <typename ResultType, typename Arg1, typename Arg2>
218 ResultType STLSetDifference(const Arg1& a1, const Arg2& a2) {
221 ResultType difference;
228 // Returns a new ResultType containing the union of two sorted containers.
229 template <typename ResultType, typename Arg1, typename Arg2>
230 ResultType STLSetUnion(const Arg1& a1, const Arg2& a2) {
233 ResultType result;
240 // Returns a new ResultType containing the intersection of two sorted
242 template <typename ResultType, typenam
[all...]
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixPower.h27 template<typename ResultType>
28 inline void evalTo(ResultType& res) const
316 template<typename ResultType>
317 void compute(ResultType& res, RealScalar p);
334 template<typename ResultType>
335 void computeIntPower(ResultType&, RealScalar);
337 template<typename ResultType>
338 void computeFracPower(ResultType&, RealScalar);
354 template<typename ResultType>
355 void MatrixPower<MatrixType>::compute(ResultType
[all...]
H A DMatrixSquareRoot.h53 template <typename ResultType> void compute(ResultType &result);
79 template <typename ResultType>
80 void MatrixSquareRootQuasiTriangular<MatrixType>::compute(ResultType &result)
274 template <typename ResultType> void compute(ResultType &result);
281 template <typename ResultType>
282 void MatrixSquareRootTriangular<MatrixType>::compute(ResultType &result)
333 template <typename ResultType> void compute(ResultType
[all...]
/external/v8/build/android/pylib/remote/device/
H A Dremote_device_uirobot_test_run.py81 result_type = base_test_result.ResultType.PASS
83 result_type = base_test_result.ResultType.FAIL
/external/eigen/Eigen/src/Geometry/
H A DTransform.h400 EIGEN_STRONG_INLINE const typename internal::transform_right_product_impl<Transform, OtherDerived>::ResultType
412 inline const typename internal::transform_left_product_impl<OtherDerived,Mode,Options,_Dim,_Dim+1>::ResultType
465 // Eigen::Transform<double, 3, Mode, Options>, <expression>>::ResultType (const Eigen::Transform<double, 3, Mode, Options> &) const")
470 typedef typename ProductType::ResultType ResultType; typedef in struct:Eigen::Transform::icc_11_workaround
476 inline typename icc_11_workaround<OtherMode,OtherOptions>::ResultType
485 inline typename internal::transform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> >::ResultType
1250 typedef typename MatrixType::PlainObject ResultType; typedef in struct:Eigen::internal::transform_right_product_impl
1252 static EIGEN_STRONG_INLINE ResultType run(const TransformType& T, const MatrixType& other)
1268 typedef typename MatrixType::PlainObject ResultType; typedef in struct:Eigen::internal::transform_right_product_impl
1294 typedef typename MatrixType::PlainObject ResultType; typedef in struct:Eigen::internal::transform_right_product_impl
1318 typedef Transform<typename Other::Scalar,Dim,Projective,Options> ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1329 typedef Transform<typename Other::Scalar,Dim,Projective,Options> ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1345 typedef TransformType ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1361 typedef TransformType ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1377 typedef TransformType ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1399 typedef Transform<Scalar,Dim,ResultMode,LhsOptions> ResultType; typedef in struct:Eigen::internal::transform_transform_product_impl
1415 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
1442 typedef Transform<Scalar,Dim,Projective> ResultType; typedef in struct:Eigen::internal::transform_transform_product_impl
[all...]
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineProduct.h248 template<typename Lhs, typename Rhs, typename ResultType,
252 template<typename Lhs, typename Rhs, typename ResultType>
253 struct skyline_product_selector<Lhs, Rhs, ResultType, RowMajor> {
256 static void run(const Lhs& lhs, const Rhs& rhs, ResultType & res) {
257 skyline_row_major_time_dense_product<Lhs, Rhs, ResultType > (lhs, rhs, res);
261 template<typename Lhs, typename Rhs, typename ResultType>
262 struct skyline_product_selector<Lhs, Rhs, ResultType, ColMajor> {
265 static void run(const Lhs& lhs, const Rhs& rhs, ResultType & res) {
266 skyline_col_major_time_dense_product<Lhs, Rhs, ResultType > (lhs, rhs, res);

Completed in 663 milliseconds

12345