Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/curves/
H A Deasing_curve.cpp44 float EaseLinear(float t) in EaseLinear()
48 float EaseInSine(float t) in EaseInSine()
52 float EaseOutSine(float t) in EaseOutSine()
60 float EaseInQuad(float t) in EaseInQuad()
64 float EaseOutQuad(float t) in EaseOutQuad()
75 float EaseInCubic(float t) in EaseInCubic()
90 float EaseInQuart(float t) in EaseInQuart()
105 float EaseInQuint(float t) in EaseInQuint()
120 float EaseInExpo(float t) in EaseInExpo()
147 float EaseInCirc(float t) in EaseInCirc()
[all …]
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_store_strategy.h172 int64_t t = 0; in GetRdbValue() local
178 int32_t t = 0; in GetRdbValue() local
182 int32_t t = 0; in GetRdbValue() local
186 int32_t t = 0; in GetRdbValue() local
/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… variable
/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/resourceschedule/ffrt/src/dfx/bbox/
H A Dbbox.cpp73 auto t = g_cur_task; in SaveCurrent() local
121 CPUEUTask* t = thread.first->curTask; in SaveWorkerStatus() local
174 auto t = reinterpret_cast<CPUEUTask*>(task); in SaveNormalTaskStatus() local
184 for (auto t : tmp) { in SaveNormalTaskStatus() local
204 apply("pending task", [](CPUEUTask* t) { in SaveNormalTaskStatus()
227 for (auto t : tmp) { in SaveQueueTaskStatus() local
285 auto t = ExecuteCtx::Cur()->task; in RecordDebugInfo() local
497 CPUEUTask* t = thread.first->curTask; in SaveWorkerStatusInfo() local
581 for (auto t : tmp) { in SaveNormalTaskStatusInfo() local
605 apply("pending task", [](CPUEUTask* t) { in SaveNormalTaskStatusInfo()
[all …]
/ohos5.0/foundation/ai/ai_engine/services/common/utils/
H A Daie_guard.h31 explicit PointerGuard(T *&t) : t_(t), isValid_(true) {} in PointerGuard()
60 explicit MallocPointerGuard(T *t) : t_(t), isValid_(true) in MallocPointerGuard()
70 void setPointer(T *t) in setPointer()
94 explicit ArrayPointerGuard(T *&t) : t_(t), isValid_(true) {} in ArrayPointerGuard()
120 explicit ResGuard(T *&t) : t_(t), isValid_(true) {} in ResGuard()
/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()
286 static void DeleteFixUpRed(struct RbTree *t, struct RbTreeNode **treeNode) in DeleteFixUpRed()
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_3d/lume/metaobject/include/meta/api/
H A Dlocking.h91 explicit InterfaceUniqueLock(const CORE_NS::IInterface& t) : InterfaceUniqueLock(&t) {} in InterfaceUniqueLock()
93 explicit InterfaceUniqueLock(const BASE_NS::shared_ptr<Type>& t) : InterfaceUniqueLock(t.get()) in InterfaceUniqueLock()
137 explicit InterfaceSharedLock(const CORE_NS::IInterface& t) : InterfaceSharedLock(&t) {} in InterfaceSharedLock()
139 explicit InterfaceSharedLock(const BASE_NS::shared_ptr<Type>& t) : InterfaceSharedLock(t.get()) in InterfaceSharedLock()
/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dcontrol_base.h206 bool CanCall(T &&t) in CanCall()
276 bool IsInState(T1 &&t, TelCallState state) in IsInState()
300 int32_t StartDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in StartDtmf()
336 int32_t StopDtmf(T &&t, const CellularCallInfo &callInfo) const in StopDtmf()
368 int32_t SendDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in SendDtmf()
412 int32_t GetCallFailReason(int32_t slotId, T &&t) const in GetCallFailReason()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/simple/snippets/
H A Dcore_lerp_blocks.h15 void GenericLerp(in vec2 a, in vec2 b, in float t, out vec2 c) in GenericLerp()
20 void GenericLerp(in vec3 a, in vec3 b, in float t, out vec3 c) in GenericLerp()
25 void GenericLerp(in vec4 a, in vec4 b, in float t, out vec4 c) in GenericLerp()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js211 unMarshallingSubInfo(t) { argument
225 unMarshallingUnSubInfo(t) { argument
245 unMarshallingDatabase(t) { argument
401 unMarshallingFiledArray(t) { argument
525 unMarshallingValuesBuckets(t) { argument
537 unMarshallingValuesBucket(t) { argument
551 unMarshallingValueType(t) { argument
632 unmarshallingAssets(t) { argument
779 unMarshallingParticipants(t) { argument
791 unMarshallingParticipant(t) { argument
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dcolor_filter.cpp25 ColorFilter::ColorFilter(FilterType t, ColorQuad c, BlendMode mode) noexcept : ColorFilter() in ColorFilter()
31 ColorFilter::ColorFilter(FilterType t, const ColorMatrix& m, Clamp clamp) noexcept : ColorFilter() in ColorFilter()
37 ColorFilter::ColorFilter(FilterType t, const float f[20], Clamp clamp) noexcept : ColorFilter() in ColorFilter()
43 ColorFilter::ColorFilter(FilterType t, ColorFilter& f1, ColorFilter& f2) noexcept : ColorFilter() in ColorFilter()
49 ColorFilter::ColorFilter(FilterType t, const float f1[MATRIX_SIZE], in ColorFilter()
56 ColorFilter::ColorFilter(FilterType t, in ColorFilter()
69 ColorFilter::ColorFilter(FilterType t) noexcept : ColorFilter() in ColorFilter()
H A Dpath_effect.cpp25 PathEffect::PathEffect(PathEffectType t, const scalar intervals[], int count, scalar phase) noexcep… in PathEffect()
31 PathEffect::PathEffect(PathEffectType t, const Path& path, scalar advance, scalar phase, PathDashSt… in PathEffect()
38 PathEffect::PathEffect(PathEffectType t, scalar radius) noexcept : PathEffect() in PathEffect()
44 PathEffect::PathEffect(PathEffectType t, scalar segLength, scalar dev, uint32_t seedAssist) noexcep… in PathEffect()
50 PathEffect::PathEffect(PathEffectType t, PathEffect& e1, PathEffect& e2) noexcept : PathEffect() in PathEffect()
64 PathEffect::PathEffect(PathEffectType t) noexcept in PathEffect()
H A Dshader_effect.cpp24 ShaderEffect::ShaderEffect(ShaderEffectType t, ColorQuad color) noexcept : ShaderEffect(t) in ShaderEffect()
30 ShaderEffect::ShaderEffect(ShaderEffectType t, const Color4f& color, std::shared_ptr<ColorSpace> co… in ShaderEffect()
37 ShaderEffect::ShaderEffect(ShaderEffectType t, ShaderEffect& dst, ShaderEffect& src, BlendMode mode… in ShaderEffect()
44 ShaderEffect::ShaderEffect(ShaderEffectType t, const Image& image, TileMode tileX, TileMode tileY, in ShaderEffect()
60 ShaderEffect::ShaderEffect(ShaderEffectType t, const Point& startPt, const Point& endPt, in ShaderEffect()
68 ShaderEffect::ShaderEffect(ShaderEffectType t, const Point& centerPt, scalar radius, in ShaderEffect()
76 ShaderEffect::ShaderEffect(ShaderEffectType t, const Point& startPt, scalar startRadius, const Poin… in ShaderEffect()
85 ShaderEffect::ShaderEffect(ShaderEffectType t, const Point& centerPt, const std::vector<ColorQuad>&… in ShaderEffect()
93 ShaderEffect::ShaderEffect(ShaderEffectType t, const float& lightUpDeg, ShaderEffect& imageShader) … in ShaderEffect()
100 ShaderEffect::ShaderEffect(ShaderEffectType t, std::shared_ptr<ExtendObject> object) noexcept in ShaderEffect()
[all …]
H A Dimage_filter.cpp25 ImageFilter::ImageFilter(FilterType t, scalar x, scalar y, in ImageFilter()
32 ImageFilter::ImageFilter(FilterType t, scalar x, scalar y, TileMode mode, std::shared_ptr<ImageFilt… in ImageFilter()
40 ImageFilter::ImageFilter(FilterType t, const ColorFilter& cf, in ImageFilter()
48 ImageFilter::ImageFilter(FilterType t, const ColorFilter& cf, scalar x, scalar y, in ImageFilter()
63 ImageFilter::ImageFilter(FilterType t, const std::vector<scalar>& coefficients, bool enforcePMColor, in ImageFilter()
71 ImageFilter::ImageFilter(FilterType t, std::shared_ptr<ImageFilter> f1, std::shared_ptr<ImageFilter… in ImageFilter()
78 ImageFilter::ImageFilter(FilterType t, float radius, const std::vector<std::pair<float, float>>& fr… in ImageFilter()
86 ImageFilter::ImageFilter(FilterType t) noexcept in ImageFilter()
164 ImageFilter::ImageFilter(FilterType t, BlendMode mode, std::shared_ptr<ImageFilter> background, in ImageFilter()
178 ImageFilter::ImageFilter(FilterType t, std::shared_ptr<ShaderEffect> shader, const Rect& cropRect) … in ImageFilter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/thread/
H A Dsem_queue.h27 void PopFront(T &t) in PopFront()
40 void Push(const T &t) in Push()
/ohos5.0/foundation/arkui/ui_lite/frameworks/animator/
H A Deasing_equation.cpp32 double t = -(static_cast<double>(curTime) / durationTime); in BackEaseIn() local
43 double t = static_cast<double>(curTime) / durationTime; in BackEaseOut() local
66 int32_t t = (curTime << INTERPOLATION_RANGE_OFFSET) / durationTime; in CircEaseIn() local
102 int32_t t = (curTime << INTERPOLATION_RANGE_OFFSET) / durationTime; in CubicEaseIn() local
115 int32_t t = (curTime << INTERPOLATION_RANGE_OFFSET) / durationTime; in CubicEaseOut() local
138 int32_t t = (curTime << INTERPOLATION_RANGE_OFFSET) / durationTime; in LinearEaseNone() local
150 int32_t t = (curTime << INTERPOLATION_RANGE_OFFSET) / durationTime; in QuadEaseIn() local
186 int64_t t = (curTime << INTERPOLATION_RANGE_OFFSET) / durationTime; in QuintEaseIn() local
201 int64_t t = (curTime << INTERPOLATION_RANGE_OFFSET) / durationTime; in QuintEaseOut() local
226 int16_t t = (curTime * QUARTER_IN_DEGREE) / durationTime - QUARTER_IN_DEGREE; in SineEaseIn() local
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dregister_default_objs.cpp77 for (auto& t : OBJECTS) { in RegisterBuiltInObjects() local
135 for (auto& t : OBJECTS) { in UnRegisterBuiltInObjects() local
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_safe_block_queue_tracking.cpp87 for (auto& t : demoDatas) { in GetThreadDatePushedStatus() local
101 for (auto& t : demoDatas) { in GetThreadDateGetedStatus() local
148 int t = qi.Pop(); variable
192 for (auto& t : threads) { variable
272 for (auto& t : threads) { variable
289 int t = i; in QueuePushInfull() local
297 int t = i; in QueuePushInnotfull() local
350 for (auto& t : threads) { variable
445 int t = 1; variable
545 int t = i; variable
[all …]
H A Dutils_safe_queue_test.cpp76 int t = 0; in GetHandleThreadDataTime() local
112 for (auto &t : demoDatas) in GetThreadDatePushedStatus() local
127 for (auto &t : demoDatas) in GetThreadDateGetedStatus() local
140 for (auto &t : threads) in ResetStatus() local
185 int t = 0; variable
256 int t = 1; variable
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dhash_table.c74 ListNode *t = p->list[i]; in DestroyHashTable() local
105 ListNode *t = p->list[i]; in RebuildHashTable() local
126 ListNode *t = p->list[slot]; in FindContext() local
144 ListNode *t = p->list[slot]; in InsertHashTable() local
181 ListNode *t = p->list[slot]; in DeleteHashTable() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_vsync_client_darwin.h31 void PopFront(T &t) in PopFront()
44 void Push(const T &t) in Push()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_vsync_client_windows.h31 void PopFront(T &t) in PopFront()
44 void Push(const T &t) in Push()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Ddump_log.h104 void AddDesc(const T&& t) in AddDesc()
112 void AddDesc(const T& t) in AddDesc()
127 void BuildDesc(std::stringstream& stream, T& t, Args&&... args) in BuildDesc()
134 void BuildDesc(std::stringstream& stream, T& t) in BuildDesc()

12345678910>>...15