Home
last modified time | relevance | path

Searched +defs:t +defs:u (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js92 async onRemoteMessageRequest(s, t, u, v) { argument
211 unMarshallingSubInfo(t) { argument
225 unMarshallingUnSubInfo(t) { argument
245 unMarshallingDatabase(t) { argument
294 async onRemoteMessageRequest(s, t, u, v) { argument
401 unMarshallingFiledArray(t) { argument
551 unMarshallingValueType(t) { argument
611 async onRemoteMessageRequest(s, t, u, v) { argument
632 unmarshallingAssets(t) { argument
682 async onRemoteMessageRequest(s, t, u, v) { argument
[all …]
/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… argument
/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
H A Dgetparam.cpp49 static uniform_int_distribution<size_t> u(min, max); in GenRandom() local
99 static uniform_int_distribution<T> u; in GetUnsignParam() local
224 T t = GetUnsignParam<T>(); in GetUnsignVectorParam() local
243 int t = GetBoolParam(); in GetBoolVectorParam() local
255 short t = GetShortParam(); in GetShortVectorParam() local
267 long t = GetLongParam(); in GetLongVectorParam() local
279 int t = GetIntParam(); in GetIntVectorParam() local
291 float t = GetIntParam(); in GetFloatVectorParam() local
303 double t = GetIntParam(); in GetDoubleVectorParam() local
315 char t = GetCharParam(); in GetCharVectorParam() local
[all …]
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15 …h"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty… argument
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15 …h"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty… function
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16 …h"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty… constant
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dvector_util.h132 const auto u = uNumerator / denominator; in BASE_BEGIN_NAMESPACE() local
133 const auto t = Cross(originDist, bDir) / denominator; in BASE_BEGIN_NAMESPACE() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicservicenavigation/interfaces/
H A Datomicservicenavigation.js60 updateStateVars(u) { argument
69 purgeVariableDependenciesOnElmtId(t) { argument
/ohos5.0/foundation/multimedia/av_session/avvolumepanel/
H A Davvolumepanel.js22 constructor(p, q, r, s = -1, t = undefined, u) { argument
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/
H A Dfullscreenlaunchcomponent.js39 setInitiallyProvidedValue(u) { argument
60 updateStateVars(t) { argument
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Drbtree.c74 int32_t RbTreeNew(struct RbTree *t) in RbTreeNew()
92 static void LeftRotate(struct RbTree *t, struct RbTreeNode *x) in LeftRotate()
111 static void RightRotate(struct RbTree *t, struct RbTreeNode *x) in RightRotate()
130 static void InsertFixUpRed(struct RbTree *t, struct RbTreeNode **zTreeNode) in InsertFixUpRed()
176 static void InsertFixUp(struct RbTree *t, struct RbTreeNode *z) in InsertFixUp()
233 static void Transplant(struct RbTree *t, struct RbTreeNode *u, struct RbTreeNode *v) in Transplant()
318 static void DeleteFixUp(struct RbTree *t, struct RbTreeNode *x) in DeleteFixUp()
330 int32_t RbTreeDelete(struct RbTree *t, struct RbTreeNode *z) in RbTreeDelete()
563 static void TraverseDestroy(struct RbTree *t, struct RbTreeNode *x) in TraverseDestroy()
574 static void RbTreeDestroy(struct RbTree *t) in RbTreeDestroy()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_particle_noise_field.cpp152 float PerlinNoise2D::Fade(float t) in Fade()
158 float PerlinNoise2D::Lerp(float t, float a, float b) in Lerp()
171 double u = h < 8 ? x : y; in Grad() local
209 float u = Fade(x); in Noise() local
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_utils.cpp132 bool TranslatesByMap(const T& t, U& u, const std::pair<T, U>* transMap, size_t mapSize) in TranslatesByMap()
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwm_math.cpp136 float t = mat_[k][k]; in Invert() local
158 float u = mat_[i][k]; in Invert() local
356 float t = end.z_ / (end.z_ - start.z_); in GetOriginScreenPoint() local
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/
H A Dtreeview.js24 const t = "#00000000"; constant
32 on(e, t) { argument
37 once(e, t) { argument
49 off(e, t) { argument
65 emit(e, t) { argument
294 let u; variable
1013 contains(e, t) { argument
1806 let t = 0; variable
1816 let t = 0; variable
2166 let u = !1; variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_attraction_effect_filter.cpp71 const Drawing::Point &p2, const Drawing::Point &p3, float t) in CubicBezier()
76 float u = 1 - t; in CubicBezier() local
86 float RSAttractionEffectFilter::CalculateCubic(float p1, float p2, float t) in CalculateCubic()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp583 std::time_t t = std::chrono::system_clock::to_time_t(now); in GetLocalTime() local
692 } u; in BytesToFloat() local
734 } u; in FloatToBytes() local
744 } u; in Int32ToBytes() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js2136 setInitiallyProvidedValue(u) { argument
2142 updateStateVars(t) { argument
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js39 const t = requireNapi('i18n'); constant
41 const u = 2; constant
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Ddeserializer.rs110 let t = T::deserialize(&mut deserializer)?; in from_reader() localVariable
143 let t = T::deserialize(&mut deserializer)?; in from_slice() localVariable
1133 let u = r#""Unit""#.as_bytes(); in ut_deserialize_enum() localVariable
1141 let t = r#"{"Tuple":[1,2]}"#.as_bytes(); in ut_deserialize_enum() localVariable
H A Dserializer_compact.rs650 let u = E::Unit; in ut_serialize_enum() localVariable
658 let t = E::Tuple(100, 200); in ut_serialize_enum() localVariable
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js29 const t = 10002; constant
30 const u = 10007; constant
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1288 constructor(t, u, v, w) { argument
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp599 void Write24Bit(uint8_t *p, uint32_t u) in Write24Bit()
904 struct tm *t; in GetTime() local