Home
last modified time | relevance | path

Searched +defs:r +defs:k (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/engine/factory/
H A Dav_codec_base_factory.h30 static std::shared_ptr<I> make_sharePtr(const Identity &k, TS &&...args) in make_sharePtr()
43 const auto r = T::Identify(); in avRegister() local
/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/face_story/
H A Dface_story.cpp36 for (uint32_t r = 0; r < REPEAT; r++) { in FaceStory() local
81 for (auto k = 0; k < FACE_NUM; k++) { in FaceStory() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc_slr.cpp72 for (int k = eta - a + 1; k < eta + a + 1; k++) { in GetWeights() local
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
244 for (int k = 0; k < maxThread - stepMod; k++) { in Parallel() 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"… constant
/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"… constant
/ohos5.0/foundation/communication/netmanager_base/test/netsysbpfstats/unittest/netsys_bpf_stats_test/
H A Dnetsys_bpf_stats_test.cpp205 auto r = ifaceStatsMap.Clear(keys); variable
381 for (const auto &k : keys) { variable
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dtransform.cpp71 uint8_t k = (i + 2) % vertexNum; // 2: the after next vertex in GetClockWise() local
210 Rect r = polygon_.MakeAABB(); in GetOrigPoint() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js80 let k; variable
87 constructor(q, r) { argument
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16 …"fs"),t=require("child_process"),r=require("crypto"),n="undefined"!=typeof globalThis?globalThis:"… constant
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor_space.cpp181 for (size_t k = 0; k < b[0].size(); ++k) { in operator *() local
322 for (size_t r = 0; r < dst.size(); ++r) { in Invert() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js2153 doNothingBuilder(r = null) { argument
2156 onPlaceChildren(k, l, m) { argument
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1306 constructor(p, q, r) { argument
1326 constructor(k, l, m, n) { argument
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_sink.c333 pa_resampler *r; in updateResampler() local
792 for (uint32_t k = 0; k < n; k++) { in SinkRenderPrimaryInputsDropCap() local
958 for (uint32_t k = 0; k < n; k++) { in SinkRenderPrimaryInputsDrop() local
1004 for (uint32_t k = 0; k < n; k++) { in SinkRenderMultiChannelInputsDrop() local
1846 for (int32_t k = 0; k < u->bufferAttr->frameLen * u->bufferAttr->numChanOut; k++) { in PrimaryEffectProcess() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp864 for (size_t k = 0; k < input.primaryData[type][m].size(); k++) { in IsPrimaryDataEq() local
1080 …if (int r = sqlite3_open_v2(dbUri.c_str(), &db, SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE, nullpt… in CreateDataBase() local