Home
last modified time | relevance | path

Searched +defs:p +defs:r (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/include/
H A Dark_web_scoped_refptr.h24 ark_web_scoped_refptr(T* p) : ptr_(p) in ark_web_scoped_refptr()
31 ark_web_scoped_refptr(const ark_web_scoped_refptr& r) : ark_web_scoped_refptr(r.ptr_) {} in ark_web_scoped_refptr()
/ohos5.0/foundation/multimedia/av_session/avvolumepanel/
H A Davvolumepanel.js22 constructor(p, q, r, s = -1, t = undefined, u) { argument
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_neon_utils.h44 static inline uint8x8_t NeonPreLerp(uint8x8_t p, uint8x8_t q, uint8x8_t a) in NeonPreLerp()
50 static inline uint8x8_t NeonLerp(uint8x8_t p, uint8x8_t q, uint8x8_t alpha) in NeonLerp()
125 uint16x8_t r = vmull_u8(r2, a2) + vmull_u8(r1, da); in NeonBlendRGBA() local
138 uint16x8_t r = vmull_u8(r2, a2) + vmull_u8(r1, da); in NeonBlendXRGB() local
173 static inline void LoadBuf_RGB888(uint8_t* buf, uint8x8_t& r, uint8x8_t& g, uint8x8_t& b, uint8x8_t… in LoadBuf_RGB888()
181 static inline void LoadBuf_RGB565(uint8_t* buf, uint8x8_t& r, uint8x8_t& g, uint8x8_t& b, uint8x8_t… in LoadBuf_RGB565()
193 uint8x8_t& r, in LoadBufA_ARGB8888()
207 uint8x8_t& r, in LoadBufA_XRGB8888()
221 uint8x8_t& r, in LoadBufA_RGB888()
235 uint8x8_t& r, in LoadBufA_RGB565()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dshared_ptr.h168 shared_ptr(const shared_ptr& p) noexcept : Internals::PtrCountedBase<T>(p) in shared_ptr()
174 shared_ptr(shared_ptr&& p) noexcept : Internals::PtrCountedBase<T>(p) in shared_ptr() function
193 explicit shared_ptr(const weak_type& p) noexcept : Internals::PtrCountedBase<T>(p) in shared_ptr()
202 shared_ptr(const shared_ptr<Y>& r, T* ptr) noexcept : Internals::PtrCountedBase<T>(r.control_) in shared_ptr()
212 shared_ptr(shared_ptr<U>&& p) noexcept : Internals::PtrCountedBase<T>(p.control_) in shared_ptr() function
237 …shared_ptr(const shared_ptr<U>& p) noexcept : shared_ptr(shared_ptr<U>(p)) // use the above move c… in shared_ptr()
241 shared_ptr(unique_ptr<U, D>&& p) noexcept in shared_ptr()
332 void swap(shared_ptr& p) in swap()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dproxy_object.cpp53 [this](auto p) { in Build()
73 static bool SerializeEmbeddedProxy(IProperty::Ptr p) in SerializeEmbeddedProxy()
86 if (auto p = interface_pointer_cast<IProperty>(info.object)) { in OnPropertyAdded() local
92 [this](auto p) { in OnPropertyAdded()
104 if (auto p = interface_cast<IProperty>(info.object)) { in OnPropertyRemoved() local
113 void ProxyObject::OnPropertyChanged(const IProperty::Ptr& p) in OnPropertyChanged()
203 if (auto p = m->GetPropertyByName(name)) { in ReflectTargetForProperty() local
253 auto r = proxyProperties_.insert_or_assign(p->GetName(), DefaultValueBind(p)); in SetPropertyTarget() local
276 IProperty::Ptr p; in AddProxyProperty() local
299 auto p = Super::GetPropertyByName(name); in GetPropertyByName() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/
H A Dfullscreenlaunchcomponent.js82 let r = { class
144 const p = await abilityManager.isEmbeddedOpenAllowed(this.context, this.appId); constant
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
H A Dwifi_napi_event.h69 …explicit AsyncEventData(napi_env e, napi_ref r, std::function<napi_value ()> p, const std::string&… in AsyncEventData()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_shader_effect.cpp97 SkRect r = SkRect::MakeLTRB(rect.GetLeft(), rect.GetTop(), rect.GetRight(), rect.GetBottom()); in InitWithPicture() local
99 auto p = picture.GetImpl<SkiaPicture>(); in InitWithPicture() local
126 std::vector<SkScalar> p; in InitWithLinearGradient() local
153 std::vector<SkScalar> p; in InitWithRadialGradient() local
183 std::vector<SkScalar> p; in InitWithTwoPointConical() local
208 std::vector<SkScalar> p; in InitWithSweepGradient() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15r=require("child_process"),u=require("process"),o=require("tty"),i=require("util"),s=require("url"… function
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15r=require("child_process"),u=require("process"),o=require("tty"),i=require("util"),s=require("url"… constant
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16r=require("child_process"),u=require("process"),o=require("tty"),i=require("util"),s=require("url"… function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_round_corner_config.cpp32 std::regex r(pattern); in RegexMatch() local
210 RogPortrait p; in ReadXmlNode() local
217 RogPortrait p; in ReadXmlNode() local
224 RogLandscape p; in ReadXmlNode() local
231 RogLandscape p; in ReadXmlNode() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_dh.c210 const BIGNUM *p = NULL; in HksOpensslDhCheckPubKey() local
212 BIGNUM *r = BN_new(); in HksOpensslDhCheckPubKey() local
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dlru_cache_disk_handler.cpp28 for (const auto &p : m) { in GetMapValueSize() local
148 for (const auto &p : node.value) { in WriteCacheToJsonValue() local
217 std::ifstream r(fileName_); in Read() local
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_base.cpp33 std::shared_ptr<IPipelineCore>& p, in StreamBase()
416 for (auto& r : inTransitList_) { in HandleResult() local
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp365 auto r = std::dec; in Num2Str() local
378 auto r = std::dec; in Str2Num() local
480 uint64_t GenerateHash(const char *p, size_t size) in GenerateHash()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dexporter.cpp33 SharedPtrConstIInterface p; in ShouldSerialize() local
72 auto r = ExportObject(object, node); in Export() local
346 if (auto p = ptr.lock()) { in ExportWeakPtr() local
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c329 int OpensslEcGroupGetCurveGfp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in OpensslEcGroupGetCurveGfp()
361 EC_GROUP *OpensslEcGroupNewCurveGfp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in OpensslEcGroupNewCurveGfp()
419 int OpensslEcPointMul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *gScalar, const EC_POINT *po… in OpensslEcPointMul()
938 int OpensslDsaSet0Pqg(DSA *dsa, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDsaSet0Pqg()
1110 int OpensslRsaSet0Key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in OpensslRsaSet0Key()
1115 void OpensslRsaGet0Key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in OpensslRsaGet0Key()
1135 void OpensslRsaGet0Factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in OpensslRsaGet0Factors()
1841 int OpensslDhUpRef(DH *r) in OpensslDhUpRef()
1849 int OpensslDhSet0Pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDhSet0Pqg()
1951 int OpensslEcPointSetAffineCoordinates(const EC_GROUP *group, EC_POINT *p, in OpensslEcPointSetAffineCoordinates()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor_space.cpp322 for (size_t r = 0; r < dst.size(); ++r) { in Invert() local
334 auto &p = transferFunc; in ToLinear() local
352 auto &p = transferFunc; in ToNonLinear() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata.cpp67 template <typename T, typename U> std::istream &OutputRational(std::istream &is, T &r) in OutputRational()
82 std::istream &operator >> (std::istream &is, ExifRational &r) in operator >>()
87 std::istream &operator >> (std::istream &is, ExifSRational &r) in operator >>()
556 const char *p = result.c_str(); in SetByte() local
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c293 int OpensslEcPointMul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *gScalar, const EC_POINT *po… in OpensslEcPointMul()
591 int OpensslDsaSet0Pqg(DSA *dsa, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDsaSet0Pqg()
707 int OpensslRsaSet0Key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in OpensslRsaSet0Key()
712 void OpensslRsaGet0Key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in OpensslRsaGet0Key()
732 void OpensslRsaGet0Factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in OpensslRsaGet0Factors()
1296 int OpensslDhUpRef(DH *r) in OpensslDhUpRef()
1301 int OpensslDhSet0Pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDhSet0Pqg()
1346 int OpensslAsn1StringLength(ASN1_OCTET_STRING *p) in OpensslAsn1StringLength()
1351 const unsigned char *OpensslAsn1StringGet0Data(ASN1_OCTET_STRING *p) in OpensslAsn1StringGet0Data()
1411 int OpensslEcPointSetAffineCoordinates(const EC_GROUP *group, EC_POINT *p, in OpensslEcPointSetAffineCoordinates()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsgpuoverdrawcanvaslistener_fuzzer/
H A Drsgpuoverdrawcanvaslistener_fuzzer.cpp265 uint32_t r = GetData<uint32_t>(); in DoDrawShadow() local
378 uint32_t r = GetData<uint32_t>(); in DoAttachPen() local
386 int p = GetData<int>(); in DoAttachPen() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dshadowutils.cpp71 uint8_t r = (color >> 16) & 0xFF; // 16 颜色值 偏移量 in draw_shadow() local
161 for (auto p : paths) { in destory_path() local
164 for (auto p : concavePaths) { in destory_path() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16 "use strict";var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=req… constant
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp82 camera_rational_t r = {1, 1000000}; in TestProcessor() local
312 Profile p = cap->GetPreviewProfiles()[0]; in Test2() local

12