Home
last modified time | relevance | path

Searched refs:Null (Results 1 – 25 of 122) sorted by relevance

12345

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/photo/
H A Dcuda.hpp72 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 Dqgeouriprovider.cpp55 , 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 Dstringify.hpp22 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 Dcoalesce.cpp9 EvaluationResult result = Null; in evaluate()
12 if (!result || *result != Null) break; in evaluate()
H A Dvalue.cpp16 [&](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 Dcheck_subtype.cpp29 Null, in checkSubtype()
H A Dliteral.cpp19 if (isUndefined(value)) return {Null}; in parseValue()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcuda.inl.hpp164 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 Dcuda.hpp679 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 Dcuda.inl.hpp164 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 Dcuda.hpp679 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 Dcuda.inl.hpp164 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 Dcuda.hpp679 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 Dqdeclarativegeocodemodel.cpp119 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 D0004-headers.patch15 #define Null 0
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchmodelbase.cpp55 : QAbstractListModel(parent), m_plugin(0), m_reply(0), m_complete(false), m_status(Null) in QDeclarativeSearchModelBase()
268 setStatus(Null); in reset()
H A Dqdeclarativesearchmodelbase_p.h83 Null, enumerator
H A Dqdeclarativesupportedcategoriesmodel_p.h115 enum Status {Null, Ready, Loading, Error}; enumerator
/OK3568_Linux_fs/u-boot/lib/dhry/
H A Ddhry.h402 #define Null 0 macro
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Ddhry.h402 #define Null 0 macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_placesearchsuggestionmodel.qml85 compare(testModel.status, PlaceSearchSuggestionModel.Null);
104 compare(testModel.status, PlaceSearchSuggestionModel.Null);
H A Dtst_placesearchmodel.qml181 compare(testModel.status, PlaceSearchModel.Null);
216 compare(testModel.status, PlaceSearchModel.Null);
246 compare(testModel.status, PlaceSearchModel.Null);
H A Dtst_categorymodel.qml84 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 Dtype.hpp70 constexpr NullType Null; variable
/OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/arm/
H A Darch-armv8r.inc14 # All ARMv8 has floating point hardware built in. Null it here to avoid any confusion for 32bit.

12345