Home
last modified time | relevance | path

Searched +defs:n +defs:r (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15 …quire("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=req… argument
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15 …quire("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=req… argument
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16 …quire("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=req… function
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_indirect_lighting_common.h46 vec3 unpackIblIrradianceSH(vec3 n, vec4 sh[CORE_DEFAULT_MATERIAL_MAX_SH_VEC3_VALUE_COUNT]) in unpackIblIrradianceSH()
64 vec4 r = roughness * c0 + c1; in EnvBRDFApprox() local
80 vec2 r = Roughness * c0 + c1; in EnvBRDFApproxNonmetal() local
/ohos5.0/foundation/multimedia/av_session/avvolumepanel/
H A Davvolumepanel.js22 constructor(p, q, r, s = -1, t = undefined, u) { argument
42 updateStateVars(n) { argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dblur_circles.cpp38 const float r = radius > 0 ? 0.57735f * radius + 0.5f : 0.0f; in ConvertRadiusToSigma() local
81 int n = OH_Drawing_CanvasGetSaveCount(canvas) - fSaveCount; in OnTestFunction() local
H A Ddashing.cpp134 int n = 5; // star corner count in make_path_star() local
138 DrawRect r = { 0, 0, 0, 0 }; in make_path_star() local
201 DrawRect r = bounds; in OnTestFunction() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/
H A Dfullscreenlaunchcomponent.js82 let r = { class
161 const n = await this.context.openAtomicService(this.appId, this.options); constant
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dphotopickercomponent.js17 …var n, r = arguments.length, l = r < 3 ? o : null === i ? i = Object.getOwnPropertyDescriptor(o, t… variable
33 constructor(e, o, t, i = -1, n = void 0) { argument
272 let n = e.itemType; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc_slr.cpp53 SLRWeightMat SLRProc::GetWeights(float coeff, int n) in GetWeights()
179 for (int r = rStart; r <= rEnd; ++r) { in SLRBox() local
197 …uint32_t r = SLRCast(rgba[0]), g = SLRCast(rgba[1]), b = SLRCast(rgba[2]), a = SLRCast(rgba[3]); /… in SLRBox() local
208 int m = dst.size_.height, n = dst.size_.width; in Serial() local
222 int n = dst.size_.width; in SLRSubtask() local
239 int m = dst.size_.height, n = dst.size_.width; in Parallel() local
/ohos5.0/foundation/arkui/advanced_ui_component/interface/filter/
H A Dfilter.js20 …var i, s = arguments.length, n = s < 3 ? e : null === r ? r = Object.getOwnPropertyDescriptor(e, t… variable
78 constructor(o, e, t, r = -1) { argument
292 constructor(o, e, t, r = -1) { argument
854 constructor(o, e, t, r = -1) { argument
1244 var r = new ResourceArray; variable
2118 const r = (o, t) => { constant
2146 const r = (o, t) => { constant
/ohos5.0/foundation/arkui/advanced_ui_component/interface/composetitlebar/
H A Dcomposetitlebar.js17 var s, r = arguments.length, variable
18 n = r < 3 ? t : null === i ? i = Object.getOwnPropertyDescriptor(t, o) : i; variable
/ohos5.0/foundation/arkui/advanced_ui_component/interface/selecttitlebar/
H A Dselecttitlebar.js17 var s, r = arguments.length, variable
18 n = r < 3 ? t : null === i ? i = Object.getOwnPropertyDescriptor(t, o) : i; variable
/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/face_story/
H A Dface_story.cpp36 for (uint32_t r = 0; r < REPEAT; r++) { in FaceStory() local
103 for (auto n = 0; n < 1; n++) { // 实际业务中分割当前只做一次 in FaceStory() local
/ohos5.0/foundation/arkui/advanced_ui_component/interface/tabtitlebar/
H A Dtabtitlebar.js17 var s, r = arguments.length, variable
18 n = r < 3 ? t : null === i ? i = Object.getOwnPropertyDescriptor(t, o) : i; variable
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_thread.cpp244 std::regex r(uevent.first); in CheckPowerUevent() local
279 for (int32_t n = 0; n < nevents; ++n) { in LoopingThreadEntry() local
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_uuid.cpp113 int n = 0xb; // down of numerical range in GenerateUuid() local
114 int r = static_cast<int>(data[HEX_EIGHT_FLG]); in GenerateUuid() local
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp335 uint32_t GetBitsCount(uint64_t n) in GetBitsCount()
345 uint16_t GetBitPos(uint64_t n) in GetBitPos()
365 auto r = std::dec; in Num2Str() local
378 auto r = std::dec; in Str2Num() local
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_base.cpp332 uint32_t n = GetBufferCount(); in Capture() local
416 for (auto& r : inTransitList_) { in HandleResult() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.h52 int n; member
63 int n; member
84 uint8_t r[SMP_RANDOM_DATA_LEN]; member
/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
336 for (auto& n : res) { in ToLinear() local
354 for (auto& n : res) { in ToNonLinear() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16 …path"),D=require("os"),e=require("fs"),t=require("child_process"),r=require("crypto"),n="undefined… variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_sink.c333 pa_resampler *r; in updateResampler() local
646 unsigned n = 0; in SinkRenderPrimaryClusterCap() local
818 unsigned n; in SinkRenderPrimaryPeekCap() local
1256 unsigned n = 0; in SinkRenderPrimaryCluster() local
1360 unsigned n = 0; in SinkRenderMultiChannelCluster() local
1419 unsigned n; in SinkRenderPrimaryPeek() local
1461 unsigned n; in SinkRenderMultiChannelPeek() local
2104 unsigned n = 0; in GetInputsInfo() local
2164 int n = 0; in GetInputsType() local
2236 static void InputsDropFromInputs2(pa_mix_info *info, unsigned n) in InputsDropFromInputs2()
[all …]
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcf_mock.cpp144 …ON_CALL(*this, X509_verify).WillByDefault([this](X509 *a, EVP_PKEY *r) { return __real_X509_verify… in SetMockFunDefaultBehaviorPartOne()
251 ON_CALL(*this, OBJ_nid2obj).WillByDefault([this](int n) { return __real_OBJ_nid2obj(n); }); in SetMockFunDefaultBehaviorPartThree()
295 ON_CALL(*this, OBJ_nid2sn).WillByDefault([this](int n) { return __real_OBJ_nid2sn(n); }); in SetMockFunDefaultBehaviorPartFour()
608 ASN1_OBJECT *__wrap_OBJ_nid2obj(int n) in __wrap_OBJ_nid2obj()
748 int __wrap_X509_verify(X509 *a, EVP_PKEY *r) in __wrap_X509_verify()
890 const char *__wrap_OBJ_nid2sn(int n) in __wrap_OBJ_nid2sn()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js87 constructor(q, r) { argument
605 class n extends rpc.RemoteObject { class

12