Home
last modified time | relevance | path

Searched +defs:t +defs:A (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dregister_default_anims.cpp37 #define DECL_NO(A, B) { ObjectTypeInfo::UID }, ClassId::A, (B) argument
38 #define DECL_AN(A, B) { ObjectTypeInfo::UID }, ClassId::A, (B) argument
89 for (auto& t : OBJECTS) { in RegisterBuiltInAnimations() local
97 for (auto& t : OBJECTS) { in UnRegisterBuiltInAnimations() local
/ohos5.0/foundation/arkui/advanced_ui_component/interface/editabletitlebar/
H A Deditabletitlebar.js26 constructor(e, t, A, i = -1) { argument
199 constructor(e, t, A, i = -1) { argument
290 constructor(e, t, A, i = -1) { argument
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16t=require("child_process"),r=require("crypto"),n="undefined"!=typeof globalThis?globalThis:"undefi… constant
/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()
213 int A = p[X] + static_cast<int>(Y); in Noise() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i… function
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i… method in _e.u
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i… method in _e.u
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_csync.cpp108 ffrt::thread t; member
912 struct A { struct
917 void func(const A&) { } in func()
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_native_test.cpp42 #define SYS_EVENT_PARAMS(A) "key"#A, 0 + (A), "keyA"#A, 1 + (A), "keyB"#A, 2 + (A), "keyC"#A, 3 + (… argument
1198 std::thread t([&ret, &args, &queryRules, &querier] () { in __anon8cf1a60d0202() variable