Home
last modified time | relevance | path

Searched refs:getType (Results 1 – 25 of 137) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dequals.cpp21 assert(isComparableType(lhs->getType()) || isComparableType(rhs->getType())); in Equals()
22 …assert(lhs->getType() == rhs->getType() || lhs->getType() == type::Value || rhs->getType() == type… in Equals()
84 type::Type lhsType = (*lhs)->getType(); in parse()
85 type::Type rhsType = (*rhs)->getType(); in parse()
H A Dassertion.cpp47 return type::toString(getType()); in getOperator()
54 if (!type::checkSubtype(getType(), typeOf(*value))) { in evaluate()
58 "Expected value to be of type " + toString(getType()) + in evaluate()
77 return getType() == rhs->getType() && Expression::childrenEqual(inputs, rhs->inputs); in operator ==()
H A Dcoercion.cpp75 type::Type t = getType(); in Coercion()
86 return getType().match( in getOperator()
143 return getType() == rhs->getType() && Expression::childrenEqual(inputs, rhs->inputs); in operator ==()
H A Ddsl.cpp115 type::Type type = output0->getType(); in step()
137 type::Type type = output1->getType(); in interpolate()
150 type::Type type = output1->getType(); in interpolate()
165 type::Type type = output1->getType(); in interpolate()
H A Dstep.cpp18 assert(input->getType() == type::Number); in Step()
118 outputType = (*firstOutput)->getType(); in parse()
171 outputType = (*output)->getType(); in parse()
H A Dcoalesce.cpp64 outputType = (*parsed)->getType(); in parse()
77 return type::checkSubtype(*expectedType, arg->getType()); in parse()
H A Darray_assertion.cpp14 type::Type expected = getType(); in evaluate()
89 const auto array = getType().get<type::Array>(); in serialize()
H A Dparsing_context.cpp167 const type::Type actual = (*parsed)->getType(); in parse()
181 checkType((*parsed)->getType()); in parse()
199 const type::Type type = (*parsed)->getType(); in parse()
H A Dliteral.cpp106 if (getType().is<type::Array>() || getType().is<type::ObjectType>()) { in serialize()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dvector_tile_data.cpp11 FeatureType VectorTileFeature::getType() const { in getType() function in mbgl::VectorTileFeature
12 switch (feature.getType()) { in getType()
39 if (feature.getVersion() >= 2 || feature.getType() != mapbox::vector_tile::GeomType::POLYGON) { in getGeometries()
H A Dgeojson_tile_data.hpp16 FeatureType getType() const override { in getType() function in mbgl::GeoJSONTileFeature
32 if (getType() == FeatureType::Polygon) { in getGeometries()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_feature.hpp18 FeatureType getType() const override { return feature->getType(); } in getType() function in mbgl::SymbolFeature
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Darray_assertion.hpp29 return getType() == rhs->getType() && *input == *(rhs->input); in operator ==()
H A Dlet.hpp19 Expression(Kind::Let, result_->getType()), in Let()
53 Expression(Kind::Var, value_->getType()), in Var()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/
H A DCamHwIsp21.cpp73 switch (result->getType()) { in dispatchResult()
102 LOGD("%s enter, msg type(0x%x)", __FUNCTION__, result->getType()); in dispatchResult()
103 switch (result->getType()) in dispatchResult()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dlinear_index.h66 flann_algorithm_t getType() const CV_OVERRIDE in getType() function
103 index_params_["algorithm"] = getType(); in loadIndex()
H A Dflann_base.hpp186 flann_algorithm_t getType() const CV_OVERRIDE in getType() function in cvflann::Index
188 return nnIndex_->getType(); in getType()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/poppler/poppler/
H A D0001-JBIG2Stream-Fix-crash-on-broken-file.patch30 if (seg->getType() == jbig2SegSymbolDict) {
37 } else if (seg->getType() == jbig2SegCodeTable) {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dlayer.hpp78 switch (getType()) { in accept()
107 LayerType getType() const;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/txbf/
H A Dhalcomtxbf.c490 IN u1Byte getType, in HalComTxbf_Get() argument
503 if (getType == TXBF_GET_EXPLICIT_BEAMFORMEE) { in HalComTxbf_Get()
513 } else if (getType == TXBF_GET_EXPLICIT_BEAMFORMER) { in HalComTxbf_Get()
526 } else if (getType == TXBF_GET_MU_MIMO_STA) { in HalComTxbf_Get()
536 } else if (getType == TXBF_GET_MU_MIMO_AP) { in HalComTxbf_Get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/txbf/
H A Dhalcomtxbf.c482 IN u1Byte getType, in HalComTxbf_Get() argument
492 if (getType == TXBF_GET_EXPLICIT_BEAMFORMEE) { in HalComTxbf_Get()
502 } else if (getType == TXBF_GET_EXPLICIT_BEAMFORMER) { in HalComTxbf_Get()
515 } else if (getType == TXBF_GET_MU_MIMO_STA) { in HalComTxbf_Get()
524 } else if (getType == TXBF_GET_MU_MIMO_AP) { in HalComTxbf_Get()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqAnalyzeGroupManager.cpp147 mHandler(msgList, msg_cnts, userId, getType()); in msgHandle()
220 grp->getAiqCore()->updateCalib(grp->getType()); in handleCalibUpdate()
233 return group == grp.second->getType(); in getGrpDeps()
246 return group == grp.second->getType(); in setGrpDeps()
265 uint64_t grpMask = mAiqCore->grpId2GrpMask(it.second->getType()); in firstAnalyze()
268 mAiqCore->groupAnalyze(it.second->getType(), shared); in firstAnalyze()
658 AnalyzerGroupType2Str[it.second->getType()], it.second->getDepsFlag()); in handleMessage()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_bt_mp.c543 u8 getType = 0, i; in mptbt_BtGetGeneral() local
568 getType = pBtReq->pParamStart[0]; in mptbt_BtGetGeneral()
570 RTW_INFO("[MPT], getType=%d, getParaLen=%d\n", getType, getParaLen); in mptbt_BtGetGeneral()
573 switch (getType) { in mptbt_BtGetGeneral()
616 RTW_INFO("[MPT], Error!! getType=%d, out of range\n", getType); in mptbt_BtGetGeneral()
624 getParaLen, getType, validParaLen); in mptbt_BtGetGeneral()
632 if (BT_GGET_REG == getType) { in mptbt_BtGetGeneral()
657 } else if (BT_GGET_STATUS == getType) { in mptbt_BtGetGeneral()
674 } else if (BT_GGET_REPORT == getType) { in mptbt_BtGetGeneral()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_bt_mp.c543 u8 getType = 0, i; in mptbt_BtGetGeneral() local
568 getType = pBtReq->pParamStart[0]; in mptbt_BtGetGeneral()
570 RTW_INFO("[MPT], getType=%d, getParaLen=%d\n", getType, getParaLen); in mptbt_BtGetGeneral()
573 switch (getType) { in mptbt_BtGetGeneral()
616 RTW_INFO("[MPT], Error!! getType=%d, out of range\n", getType); in mptbt_BtGetGeneral()
624 getParaLen, getType, validParaLen); in mptbt_BtGetGeneral()
632 if (BT_GGET_REG == getType) { in mptbt_BtGetGeneral()
657 } else if (BT_GGET_STATUS == getType) { in mptbt_BtGetGeneral()
674 } else if (BT_GGET_REPORT == getType) { in mptbt_BtGetGeneral()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_bt_mp.c543 u8 getType = 0, i; in mptbt_BtGetGeneral() local
568 getType = pBtReq->pParamStart[0]; in mptbt_BtGetGeneral()
570 RTW_INFO("[MPT], getType=%d, getParaLen=%d\n", getType, getParaLen); in mptbt_BtGetGeneral()
573 switch (getType) { in mptbt_BtGetGeneral()
616 RTW_INFO("[MPT], Error!! getType=%d, out of range\n", getType); in mptbt_BtGetGeneral()
624 getParaLen, getType, validParaLen); in mptbt_BtGetGeneral()
632 if (BT_GGET_REG == getType) { in mptbt_BtGetGeneral()
657 } else if (BT_GGET_STATUS == getType) { in mptbt_BtGetGeneral()
674 } else if (BT_GGET_REPORT == getType) { in mptbt_BtGetGeneral()

123456