Home
last modified time | relevance | path

Searched refs:ResultType (Results 1 – 25 of 4799) sorted by relevance

12345678910>>...192

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/
H A Dtestresult.cpp54 return ResultType::Pass; in resultFromString()
56 return ResultType::Fail; in resultFromString()
84 return ResultType::Invalid; in resultFromString()
89 if (rt < int(ResultType::FIRST_TYPE) || rt > int(ResultType::LAST_TYPE)) in toResultType()
92 return ResultType(rt); in toResultType()
98 case ResultType::Pass: in resultToString()
100 case ResultType::Fail: in resultToString()
106 case ResultType::Skip: in resultToString()
147 case ResultType::Pass: in colorForType()
149 case ResultType::Fail: in colorForType()
[all …]
H A Dtestresultmodel.cpp73 if (result < ResultType::FIRST_TYPE || result >= ResultType::MessageInternal) { in testResultIcon()
154 case ResultType::Fail: in updateResult()
251 case ResultType::Fail: case ResultType::UnexpectedPass: case ResultType::MessageFatal: in isFailed()
457 m_enabled << ResultType::Pass << ResultType::Fail << ResultType::ExpectedFail in enableAllResultTypes()
458 << ResultType::UnexpectedPass << ResultType::Skip << ResultType::MessageDebug in enableAllResultTypes()
459 … << ResultType::MessageWarn << ResultType::MessageInternal << ResultType::MessageLocation in enableAllResultTypes()
460 << ResultType::MessageFatal << ResultType::Invalid << ResultType::BlacklistedPass in enableAllResultTypes()
461 … << ResultType::BlacklistedFail << ResultType::BlacklistedXFail << ResultType::BlacklistedXPass in enableAllResultTypes()
463 << ResultType::MessageCurrentTest << ResultType::TestStart << ResultType::TestEnd in enableAllResultTypes()
464 << ResultType::MessageInfo << ResultType::MessageSystem << ResultType::Application in enableAllResultTypes()
[all …]
/dports/graphics/colmap/colmap-3.6/lib/FLANN/algorithms/
H A Ddist.h84 ResultType result = ResultType();
111 ResultType result = ResultType();
152 ResultType result = ResultType();
213 ResultType result = ResultType();
276 ResultType result = ResultType();
331 ResultType result = ResultType();
596 ResultType result = ResultType();
650 ResultType result = ResultType();
698 ResultType result = ResultType();
724 ResultType result = ResultType();
[all …]
/dports/math/flann/flann-1.9.1-29-g1d04523/src/cpp/flann/algorithms/
H A Ddist.h84 ResultType result = ResultType();
152 ResultType result = ResultType();
213 ResultType result = ResultType();
276 ResultType result = ResultType();
331 ResultType result = ResultType();
596 ResultType result = ResultType();
650 ResultType result = ResultType();
698 ResultType result = ResultType();
724 ResultType result = ResultType();
751 ResultType result = ResultType();
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/flann/src/cpp/flann/algorithms/
H A Ddist.h84 ResultType result = ResultType();
152 ResultType result = ResultType();
213 ResultType result = ResultType();
276 ResultType result = ResultType();
331 ResultType result = ResultType();
596 ResultType result = ResultType();
650 ResultType result = ResultType();
697 ResultType result = ResultType();
723 ResultType result = ResultType();
750 ResultType result = ResultType();
[all …]
/dports/graphics/open3d/Open3D-0.2/src/External/flann/algorithms/
H A Ddist.h84 ResultType result = ResultType();
152 ResultType result = ResultType();
213 ResultType result = ResultType();
276 ResultType result = ResultType();
331 ResultType result = ResultType();
596 ResultType result = ResultType();
650 ResultType result = ResultType();
697 ResultType result = ResultType();
723 ResultType result = ResultType();
750 ResultType result = ResultType();
[all …]
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/flann/algorithms/
H A Ddist.h84 ResultType result = ResultType();
152 ResultType result = ResultType();
213 ResultType result = ResultType();
276 ResultType result = ResultType();
331 ResultType result = ResultType();
596 ResultType result = ResultType();
650 ResultType result = ResultType();
697 ResultType result = ResultType();
723 ResultType result = ResultType();
750 ResultType result = ResultType();
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/flann/include/opencv2/flann/
H A Ddist.h218 ResultType result = ResultType();
261 ResultType result = ResultType();
324 ResultType result = ResultType();
389 ResultType result = ResultType();
446 ResultType result = ResultType();
918 ResultType result = ResultType();
974 ResultType result = ResultType();
1024 ResultType result = ResultType();
1050 ResultType result = ResultType();
1079 ResultType result = ResultType();
[all …]
/dports/databases/cego/cego-2.47.11/src/
H A DCegoAdminHandler.h186 ResultType closeSession();
195 ResultType reqLockStat();
196 ResultType reqPoolInfo();
200 ResultType reqThreadInfo();
205 ResultType reqCopyInfo();
246 ResultType reqGetDbInfo();
273 ResultType reqShowUser();
289 ResultType reqListRole();
307 ResultType reqShowLogMng();
397 ResultType nextInfo();
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/foreign/flann/algorithms/
H A Ddist.h100 ResultType result = ResultType();
141 ResultType result = ResultType();
202 ResultType result = ResultType();
265 ResultType result = ResultType();
320 ResultType result = ResultType();
585 ResultType result = ResultType();
639 ResultType result = ResultType();
686 ResultType result = ResultType();
712 ResultType result = ResultType();
739 ResultType result = ResultType();
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/parser/
H A DResultType.h31 struct ResultType { struct
46 explicit ResultType(Type type) in ResultType() argument
81 static ResultType nullType() in nullType() argument
86 static ResultType booleanType() in booleanType() argument
91 static ResultType numberType() in numberType() argument
111 static ResultType stringType() in stringType() argument
121 static ResultType forAdd(ResultType op1, ResultType op2) in forAdd() argument
130 static ResultType forBitOp() in forBitOp() argument
141 …OperandTypes(ResultType first = ResultType::unknownType(), ResultType second = ResultType::unknown…
158 ResultType first() in first()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/parser/
H A DResultType.h31 struct ResultType { struct
46 explicit ResultType(Type type) in ResultType() argument
81 static ResultType nullType() in nullType() argument
86 static ResultType booleanType() in booleanType() argument
91 static ResultType numberType() in numberType() argument
111 static ResultType stringType() in stringType() argument
121 static ResultType forAdd(ResultType op1, ResultType op2) in forAdd() argument
130 static ResultType forBitOp() in forBitOp() argument
141 …OperandTypes(ResultType first = ResultType::unknownType(), ResultType second = ResultType::unknown…
158 ResultType first() in first()
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/parser/
H A DResultType.h31 struct ResultType { struct
46 explicit ResultType(Type type) in ResultType() argument
81 static ResultType nullType() in nullType() argument
86 static ResultType booleanType() in booleanType() argument
91 static ResultType numberType() in numberType() argument
111 static ResultType stringType() in stringType() argument
121 static ResultType forAdd(ResultType op1, ResultType op2) in forAdd() argument
130 static ResultType forBitOp() in forBitOp() argument
141 …OperandTypes(ResultType first = ResultType::unknownType(), ResultType second = ResultType::unknown…
158 ResultType first() in first()
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/parser/
H A DResultType.h31 struct ResultType { struct
46 explicit ResultType(Type type) in ResultType() argument
81 static ResultType nullType() in nullType() argument
86 static ResultType booleanType() in booleanType() argument
91 static ResultType numberType() in numberType() argument
111 static ResultType stringType() in stringType() argument
121 static ResultType forAdd(ResultType op1, ResultType op2) in forAdd() argument
130 static ResultType forBitOp() in forBitOp() argument
141 …OperandTypes(ResultType first = ResultType::unknownType(), ResultType second = ResultType::unknown…
158 ResultType first() in first()
[all …]
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/moz-sdk/
H A Djni_md.h114 # define JNI_NATIVE_STUB(ResultType) ResultType __cdecl __loadds argument
117 # define JNI_PUBLIC_API(ResultType) ResultType __cdecl __export argument
119 # define JNI_NATIVE_STUB(ResultType) ResultType __cdecl __export argument
125 # define JNI_PUBLIC_API(ResultType) __export ResultType argument
127 # define JNI_NATIVE_STUB(ResultType) __export ResultType argument
132 # define JNI_NATIVE_STUB(ResultType) ResultType _cdecl _loadds argument
155 # define JNI_PUBLIC_API(ResultType) ResultType argument
176 # define JNI_PUBLIC_API(ResultType) __declspec(export) ResultType argument
178 # define JNI_NATIVE_STUB(ResultType) JNI_PUBLIC_API(ResultType) argument
193 # define JNI_PUBLIC_API(ResultType) ResultType argument
[all …]
/dports/www/npapi-xine/xine-plugin-1.0.2/include/
H A Djni_md.h86 # define JNI_PUBLIC_API(ResultType) ResultType _System argument
91 # define JNI_PUBLIC_API(ResultType) ResultType argument
109 # define JNI_NATIVE_STUB(ResultType) ResultType __cdecl __loadds argument
112 # define JNI_PUBLIC_API(ResultType) ResultType __cdecl __export argument
114 # define JNI_NATIVE_STUB(ResultType) ResultType __cdecl __export argument
120 # define JNI_PUBLIC_API(ResultType) __export ResultType argument
122 # define JNI_NATIVE_STUB(ResultType) __export ResultType argument
127 # define JNI_NATIVE_STUB(ResultType) ResultType _cdecl _loadds argument
153 # define JNI_NATIVE_STUB(ResultType) JNI_PUBLIC_API(ResultType) argument
167 # define JNI_PUBLIC_API(ResultType) ResultType argument
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/SparseCore/
H A DSparseSparseProductWithPruning.h19 template<typename Lhs, typename Rhs, typename ResultType>
37 if(ResultType::IsRowMajor) in sparse_sparse_product_with_pruning_impl()
89 typedef typename ResultType::RealScalar RealScalar;
102 typedef typename ResultType::RealScalar RealScalar;
106 …typedef SparseMatrix<typename ResultType::Scalar,ColMajor,typename ResultType::StorageIndex> Spars…
116 typedef typename ResultType::RealScalar RealScalar;
129 typedef typename ResultType::RealScalar RealScalar;
149 typedef typename ResultType::RealScalar RealScalar;
161 typedef typename ResultType::RealScalar RealScalar;
173 typedef typename ResultType::RealScalar RealScalar;
[all …]
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/Eigen/src/SparseCore/
H A DSparseSparseProductWithPruning.h19 template<typename Lhs, typename Rhs, typename ResultType>
37 if(ResultType::IsRowMajor) in sparse_sparse_product_with_pruning_impl()
89 typedef typename ResultType::RealScalar RealScalar;
102 typedef typename ResultType::RealScalar RealScalar;
106 …typedef SparseMatrix<typename ResultType::Scalar,ColMajor,typename ResultType::StorageIndex> Spars…
116 typedef typename ResultType::RealScalar RealScalar;
129 typedef typename ResultType::RealScalar RealScalar;
149 typedef typename ResultType::RealScalar RealScalar;
161 typedef typename ResultType::RealScalar RealScalar;
173 typedef typename ResultType::RealScalar RealScalar;
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/eigen/vtkeigen/eigen/src/SparseCore/
H A DSparseSparseProductWithPruning.h19 template<typename Lhs, typename Rhs, typename ResultType>
37 if(ResultType::IsRowMajor) in sparse_sparse_product_with_pruning_impl()
89 typedef typename ResultType::RealScalar RealScalar;
102 typedef typename ResultType::RealScalar RealScalar;
106 …typedef SparseMatrix<typename ResultType::Scalar,ColMajor,typename ResultType::StorageIndex> Spars…
116 typedef typename ResultType::RealScalar RealScalar;
129 typedef typename ResultType::RealScalar RealScalar;
149 typedef typename ResultType::RealScalar RealScalar;
161 typedef typename ResultType::RealScalar RealScalar;
173 typedef typename ResultType::RealScalar RealScalar;
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/Eigen/src/SparseCore/
H A DSparseSparseProductWithPruning.h19 template<typename Lhs, typename Rhs, typename ResultType>
37 if(ResultType::IsRowMajor) in sparse_sparse_product_with_pruning_impl()
89 typedef typename ResultType::RealScalar RealScalar;
102 typedef typename ResultType::RealScalar RealScalar;
106 …typedef SparseMatrix<typename ResultType::Scalar,ColMajor,typename ResultType::StorageIndex> Spars…
116 typedef typename ResultType::RealScalar RealScalar;
129 typedef typename ResultType::RealScalar RealScalar;
149 typedef typename ResultType::RealScalar RealScalar;
161 typedef typename ResultType::RealScalar RealScalar;
173 typedef typename ResultType::RealScalar RealScalar;
[all …]
/dports/graphics/open3d/Open3D-0.2/src/External/Eigen/Eigen/src/SparseCore/
H A DSparseSparseProductWithPruning.h19 template<typename Lhs, typename Rhs, typename ResultType>
37 if(ResultType::IsRowMajor) in sparse_sparse_product_with_pruning_impl()
89 typedef typename ResultType::RealScalar RealScalar;
102 typedef typename ResultType::RealScalar RealScalar;
106 …typedef SparseMatrix<typename ResultType::Scalar,ColMajor,typename ResultType::StorageIndex> Spars…
116 typedef typename ResultType::RealScalar RealScalar;
129 typedef typename ResultType::RealScalar RealScalar;
149 typedef typename ResultType::RealScalar RealScalar;
161 typedef typename ResultType::RealScalar RealScalar;
173 typedef typename ResultType::RealScalar RealScalar;
[all …]
/dports/devel/vcglib/vcglib-2020.09/eigenlib/Eigen/src/SparseCore/
H A DSparseSparseProductWithPruning.h19 template<typename Lhs, typename Rhs, typename ResultType>
37 if(ResultType::IsRowMajor) in sparse_sparse_product_with_pruning_impl()
89 typedef typename ResultType::RealScalar RealScalar;
102 typedef typename ResultType::RealScalar RealScalar;
106 …typedef SparseMatrix<typename ResultType::Scalar,ColMajor,typename ResultType::StorageIndex> Spars…
116 typedef typename ResultType::RealScalar RealScalar;
129 typedef typename ResultType::RealScalar RealScalar;
149 typedef typename ResultType::RealScalar RealScalar;
161 typedef typename ResultType::RealScalar RealScalar;
173 typedef typename ResultType::RealScalar RealScalar;
[all …]
/dports/math/gismo/gismo-21.12.0/external/Eigen/src/SparseCore/
H A DSparseSparseProductWithPruning.h19 template<typename Lhs, typename Rhs, typename ResultType>
37 if(ResultType::IsRowMajor) in sparse_sparse_product_with_pruning_impl()
89 typedef typename ResultType::RealScalar RealScalar;
102 typedef typename ResultType::RealScalar RealScalar;
106 …typedef SparseMatrix<typename ResultType::Scalar,ColMajor,typename ResultType::StorageIndex> Spars…
116 typedef typename ResultType::RealScalar RealScalar;
129 typedef typename ResultType::RealScalar RealScalar;
149 typedef typename ResultType::RealScalar RealScalar;
161 typedef typename ResultType::RealScalar RealScalar;
173 typedef typename ResultType::RealScalar RealScalar;
[all …]
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/Eigen/Eigen/src/SparseCore/
H A DSparseSparseProductWithPruning.h19 template<typename Lhs, typename Rhs, typename ResultType>
37 if(ResultType::IsRowMajor) in sparse_sparse_product_with_pruning_impl()
89 typedef typename ResultType::RealScalar RealScalar;
102 typedef typename ResultType::RealScalar RealScalar;
106 …typedef SparseMatrix<typename ResultType::Scalar,ColMajor,typename ResultType::StorageIndex> Spars…
116 typedef typename ResultType::RealScalar RealScalar;
129 typedef typename ResultType::RealScalar RealScalar;
149 typedef typename ResultType::RealScalar RealScalar;
161 typedef typename ResultType::RealScalar RealScalar;
173 typedef typename ResultType::RealScalar RealScalar;
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Index/
H A Dcomplete-type-factors.m42 // CHECK-CC1: VarDecl:{ResultType int}{TypedText i} (8)
43 // CHECK-CC1: ParmDecl:{ResultType int}{TypedText integer} (8)
51 // CHECK-CC2: VarDecl:{ResultType enum Color}{TypedText c} (8)
57 // CHECK-CC2: VarDecl:{ResultType int}{TypedText i} (17)
58 // CHECK-CC2: ParmDecl:{ResultType int}{TypedText integer} (17)
66 // CHECK-CC3: VarDecl:{ResultType enum Color}{TypedText c} (34)
73 // CHECK-CC3: VarDecl:{ResultType int}{TypedText i} (17)
89 // CHECK-CC4: VarDecl:{ResultType int}{TypedText i} (34)
107 // CHECK-CC6: VarDecl:{ResultType int}{TypedText i} (17)
116 // CHECK-CC7: ParmDecl:{ResultType A *}{TypedText a} (34)
[all …]

12345678910>>...192