| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/photo/ |
| H A D | cuda.hpp | 72 Stream& stream = Stream::Null()); 99 Stream& stream = Stream::Null()); 126 Stream& stream = Stream::Null());
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeouriprovider.cpp | 55 , m_firstSubdomain(QChar::Null) in QGeoUriProvider() 80 m_firstSubdomain = QChar::Null; in setCurrentHost()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | stringify.hpp | 22 writer.Null(); in stringify() 130 if (!filter.expression) writer.Null(); in stringify() 137 writer.Null(); in stringify()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | coalesce.cpp | 9 EvaluationResult result = Null; in evaluate() 12 if (!result || *result != Null) break; in evaluate()
|
| H A D | value.cpp | 16 [&](const NullValue&) -> type::Type { return type::Null; }, in typeOf() 39 [&] (const NullValue&) { writer.Null(); }, in writeJSON() 98 Value operator()(const NullValue) { return Null; } in operator ()() 250 template <> type::Type valueTypeToExpressionType<NullValue>() { return type::Null; } in valueTypeToExpressionType()
|
| H A D | check_subtype.cpp | 29 Null, in checkSubtype()
|
| H A D | literal.cpp | 19 if (isUndefined(value)) return {Null}; in parseValue()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | cuda.inl.hpp | 164 copyTo(dst, mask, Stream::Null()); in copyTo() 170 return setTo(s, Stream::Null()); in setTo() 176 return setTo(s, mask, Stream::Null()); in setTo() 182 convertTo(dst, rtype, Stream::Null()); in convertTo() 188 convertTo(dst, rtype, alpha, beta, Stream::Null()); in convertTo()
|
| H A D | cuda.hpp | 679 static Stream& Null(); 709 void record(Stream& stream = Stream::Null()); 1040 CV_EXPORTS void convertFp16(InputArray _src, OutputArray _dst, Stream& stream = Stream::Null());
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | cuda.inl.hpp | 164 copyTo(dst, mask, Stream::Null()); in copyTo() 170 return setTo(s, Stream::Null()); in setTo() 176 return setTo(s, mask, Stream::Null()); in setTo() 182 convertTo(dst, rtype, Stream::Null()); in convertTo() 188 convertTo(dst, rtype, alpha, beta, Stream::Null()); in convertTo()
|
| H A D | cuda.hpp | 679 static Stream& Null(); 709 void record(Stream& stream = Stream::Null()); 1040 CV_EXPORTS void convertFp16(InputArray _src, OutputArray _dst, Stream& stream = Stream::Null());
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | cuda.inl.hpp | 164 copyTo(dst, mask, Stream::Null()); in copyTo() 170 return setTo(s, Stream::Null()); in setTo() 176 return setTo(s, mask, Stream::Null()); in setTo() 182 convertTo(dst, rtype, Stream::Null()); in convertTo() 188 convertTo(dst, rtype, alpha, beta, Stream::Null()); in convertTo()
|
| H A D | cuda.hpp | 679 static Stream& Null(); 709 void record(Stream& stream = Stream::Null()); 1040 CV_EXPORTS void convertFp16(InputArray _src, OutputArray _dst, Stream& stream = Stream::Null());
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeocodemodel.cpp | 119 status_(QDeclarativeGeocodeModel::Null), error_(QDeclarativeGeocodeModel::NoError), in QDeclarativeGeocodeModel() 619 setStatus(QDeclarativeGeocodeModel::Null); in reset() 632 setStatus(declarativeLocations_.isEmpty() ? Null : Ready); in cancel()
|
| /OK3568_Linux_fs/buildroot/package/dhrystone/ |
| H A D | 0004-headers.patch | 15 #define Null 0
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativesearchmodelbase.cpp | 55 : QAbstractListModel(parent), m_plugin(0), m_reply(0), m_complete(false), m_status(Null) in QDeclarativeSearchModelBase() 268 setStatus(Null); in reset()
|
| H A D | qdeclarativesearchmodelbase_p.h | 83 Null, enumerator
|
| H A D | qdeclarativesupportedcategoriesmodel_p.h | 115 enum Status {Null, Ready, Loading, Error}; enumerator
|
| /OK3568_Linux_fs/u-boot/lib/dhry/ |
| H A D | dhry.h | 402 #define Null 0 macro
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | dhry.h | 402 #define Null 0 macro
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_placesearchsuggestionmodel.qml | 85 compare(testModel.status, PlaceSearchSuggestionModel.Null); 104 compare(testModel.status, PlaceSearchSuggestionModel.Null);
|
| H A D | tst_placesearchmodel.qml | 181 compare(testModel.status, PlaceSearchModel.Null); 216 compare(testModel.status, PlaceSearchModel.Null); 246 compare(testModel.status, PlaceSearchModel.Null);
|
| H A D | tst_categorymodel.qml | 84 compare(categoryModel.model.status, CategoryModel.Null); 157 compare(categoryModel.model.status, CategoryModel.Null);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | type.hpp | 70 constexpr NullType Null; variable
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/arm/ |
| H A D | arch-armv8r.inc | 14 # All ARMv8 has floating point hardware built in. Null it here to avoid any confusion for 32bit.
|