| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/ |
| H A D | dnn.inl.hpp | 54 DictValue res(Param::INT, new AutoBuffer<int64, 1>(size)); in arrayInt() 63 DictValue res(Param::REAL, new AutoBuffer<double, 1>(size)); in arrayReal() 72 DictValue res(Param::STRING, new AutoBuffer<String, 1>(size)); in arrayString() 91 if (type == Param::INT) in get() 95 else if (type == Param::REAL) in get() 105 else if (type == Param::STRING) in get() 145 if (type == Param::REAL) in get() 149 else if (type == Param::INT) in get() 153 else if (type == Param::STRING) in get() 193 case Param::INT: in release() [all …]
|
| H A D | dict.hpp | 63 …DictValue(bool i) : type(Param::INT), pi(new AutoBuffer<int64,1>) { (*pi)[0] = i ? 1 : 0… in DictValue() 64 …DictValue(int64 i = 0) : type(Param::INT), pi(new AutoBuffer<int64,1>) { (*pi)[0] = i; } … in DictValue() 65 …CV_WRAP DictValue(int i) : type(Param::INT), pi(new AutoBuffer<int64,1>) { (*pi)[0] = i; } … in DictValue() 66 …DictValue(unsigned p) : type(Param::INT), pi(new AutoBuffer<int64,1>) { (*pi)[0] = p; } … in DictValue() 67 …CV_WRAP DictValue(double p) : type(Param::REAL), pd(new AutoBuffer<double,1>) { (*pd)[0] =… in DictValue() 68 …CV_WRAP DictValue(const String &s) : type(Param::STRING), ps(new AutoBuffer<String,1>) { (*ps)[0]… in DictValue() 69 …DictValue(const char *s) : type(Param::STRING), ps(new AutoBuffer<String,1>) { (*ps)[0]… in DictValue()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/ |
| H A D | cx2341x-devel.rst | 345 Param[0] 385 Param[0] 439 Param[0] 444 Param[1] 449 Param[2] 454 Param[3] 459 Param[4] 508 Param[0] 513 Param[1] 518 Param[2] [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/ |
| H A D | integral_template_param.hpp | 49 #define BOOST_TYPEOF_INTEGRAL_PARAM_GETTYPE(Param)\ argument 50 BOOST_PP_SEQ_ELEM(1, Param) 52 #define BOOST_TYPEOF_INTEGRAL_PARAM_EXPANDTYPE(Param)\ argument 53 BOOST_TYPEOF_INTEGRAL_PARAM_GETTYPE(Param) 69 #define BOOST_TYPEOF_INTEGRAL_PARAM_PLACEHOLDER(Param)\ argument 70 (BOOST_TYPEOF_INTEGRAL_PARAM_GETTYPE(Param))0 72 #define BOOST_TYPEOF_INTEGRAL_PARAM_DECLARATION_TYPE(Param)\ argument 73 BOOST_TYPEOF_INTEGRAL_PARAM_GETTYPE(Param) 75 #define BOOST_TYPEOF_INTEGRAL_PARAM_PLACEHOLDER_TYPES(Param, n)\ argument
|
| H A D | type_template_param.hpp | 17 #define BOOST_TYPEOF_TYPE_PARAM_EXPANDTYPE(Param) class argument 32 #define BOOST_TYPEOF_TYPE_PARAM_PLACEHOLDER(Param) int argument 33 #define BOOST_TYPEOF_TYPE_PARAM_DECLARATION_TYPE(Param) class argument 34 #define BOOST_TYPEOF_TYPE_PARAM_PLACEHOLDER_TYPES(Param, n) BOOST_PP_CAT(T,n) argument
|
| H A D | template_template_param.hpp | 39 #define BOOST_TYPEOF_TEMPLATE_PARAM_PLACEHOLDER(Param)\ argument 43 #define BOOST_TYPEOF_TEMPLATE_PARAM_DECLARATION_TYPE(Param) class argument 46 #define BOOST_TYPEOF_TEMPLATE_PARAM_PLACEHOLDER_TYPES(Param, n)\ argument 47 …F_SEQ_ENUM_1(BOOST_TYPEOF_MAKE_OBJS(BOOST_TYPEOF_TEMPLATE_PARAM_GETPARAMS(Param)),BOOST_TYPEOF_PLA…
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/ |
| H A D | core.hpp | 3172 struct Param { struct 3184 enum { type = Param::BOOLEAN }; 3192 enum { type = Param::INT }; 3200 enum { type = Param::REAL }; 3208 enum { type = Param::STRING }; 3216 enum { type = Param::MAT }; 3224 enum { type = Param::MAT_VECTOR }; 3232 enum { type = Param::ALGORITHM }; 3240 enum { type = Param::FLOAT }; 3248 enum { type = Param::UNSIGNED_INT }; [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/ |
| H A D | core.hpp | 3172 struct Param { struct 3184 enum { type = Param::BOOLEAN }; 3192 enum { type = Param::INT }; 3200 enum { type = Param::REAL }; 3208 enum { type = Param::STRING }; 3216 enum { type = Param::MAT }; 3224 enum { type = Param::MAT_VECTOR }; 3232 enum { type = Param::ALGORITHM }; 3240 enum { type = Param::FLOAT }; 3248 enum { type = Param::UNSIGNED_INT }; [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | core.hpp | 3172 struct Param { struct 3184 enum { type = Param::BOOLEAN }; 3192 enum { type = Param::INT }; 3200 enum { type = Param::REAL }; 3208 enum { type = Param::STRING }; 3216 enum { type = Param::MAT }; 3224 enum { type = Param::MAT_VECTOR }; 3232 enum { type = Param::ALGORITHM }; 3240 enum { type = Param::FLOAT }; 3248 enum { type = Param::UNSIGNED_INT }; [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | parser.y | 88 %type <param> ParamEntry ParamList Param 140 ParamList : Param 141 | ParamList Param { APPEND(DMXConfigParamPtr,$1,$2); $$ = $1; } 144 Param : NameList Terminal
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | io_ionsp.h | 203 #define MAKE_CMD_EXT_CMD(ppBuf, pLen, Port, ExtCmd, Param) \ argument 207 (*(ppBuf))[2] = (Param); \
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/share/OpenCV/ |
| H A D | valgrind_3rdparty.supp | 44 Memcheck:Param
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/etc/ |
| H A D | valgrind_3rdparty.supp | 44 Memcheck:Param
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/share/OpenCV/ |
| H A D | valgrind_3rdparty.supp | 44 Memcheck:Param
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/ |
| H A D | meta_utils.hpp | 46 template<class F, class Param> 49 typedef typename F::template apply<Param>::type type;
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 4101 Param: <profiletype>: "schedule", "sleep", or "kvm" 4103 Param: "schedule" - profile schedule points. 4104 Param: "sleep" - profile D-state sleeping (millisecs). 4106 Param: "kvm" - profile VM exits. 4107 Param: <number> - step/bucket size as a power of 2 for
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 7179 'Param'
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 7179 'Param'
|