Home
last modified time | relevance | path

Searched +defs:l +defs:t (Results 1 – 25 of 29) sorted by relevance

12

/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()
96 InterfaceUniqueLock(InterfaceUniqueLock&& l) noexcept : p_(l.p_) in InterfaceUniqueLock() function
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()
142 InterfaceSharedLock(InterfaceSharedLock&& l) noexcept : p_(l.p_) in InterfaceSharedLock() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/rect_fuzzer/
H A Drect_fuzzer.cpp62 int l = GetObject<int>(); in RectFuzzTest001() local
63 int t = GetObject<int>(); in RectFuzzTest001() local
87 scalar l = GetObject<scalar>(); in RectFuzzTest002() local
88 scalar t = GetObject<scalar>(); in RectFuzzTest002() local
126 scalar l = GetObject<scalar>(); in RectFuzzTest003() local
127 scalar t = GetObject<scalar>(); in RectFuzzTest003() local
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/
H A Dserial_test.cpp81 long l = 0; variable
85 int64_t t = 0; variable
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/
H A Dserial_test.cpp81 long l = 0; variable
85 int64_t t = 0; variable
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/base/math/
H A Drender_roi.h47 double l; variable
50 double t; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproxyrendernode_fuzzer/
H A Drsproxyrendernode_fuzzer.cpp69 float l = GetData<float>(); in DoSomethingInterestingWithMyAPI() local
70 float t = GetData<float>(); in DoSomethingInterestingWithMyAPI() local
/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
116 let t = null == e ? void 0 : e.data; variable
269 let t = e.clickType; variable
297 let t = new PhotoBrowserInfo; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js86 class l extends rpc.RemoteObject { class
211 unMarshallingSubInfo(t) { argument
225 unMarshallingUnSubInfo(t) { argument
245 unMarshallingDatabase(t) { argument
401 unMarshallingFiledArray(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/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dpath_test.cpp57 float l = rand.nextULessThan(bitmapWidth_); in OnTestPerformance() local
58 float t = rand.nextULessThan(bitmapHeight_); in OnTestPerformance() local
288 int l = i % bitmapWidth_; in OnTestPerformance() local
289 int t = (i + 100) % bitmapHeight_; // 100 用于高度计算 in OnTestPerformance() local
314 int l = i % bitmapWidth_; in OnTestPerformance() local
315 int t = (i + 100) % bitmapHeight_; // 100 用于高度计算 in OnTestPerformance() local
446 float l; in OnTestPerformance() local
447 float t; in OnTestPerformance() local
469 float l; in OnTestPerformance() local
470 float t; in OnTestPerformance() local
H A Dtext_blob_test.cpp47 float l; in OnTestPerformance() local
48 float t; in OnTestPerformance() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Drect.h127 inline RectI::RectI(const int l, const int t, const int r, const int b) noexcept in RectI()
326 inline RectF::RectF(const scalar l, const scalar t, const scalar r, const scalar b) noexcept in RectF()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwm_occlusion_region.h35 Rect(int l, int t, int r, int b) : left_(l), top_(t), right_(r), bottom_(b) {} in Rect()
68 Event(int y, Type type, int l, int r) : y_(y), type_(type), left_(l), right_(r) {} in Event()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp173 for (uint16_t t : types) { in ComboLogType2Str() local
177 for (uint16_t t: types) { in ComboLogType2Str() local
202 uint16_t t = Str2LogType(it); in Str2ComboLogType() local
273 for (uint16_t l : levels) { in ComboLogLevel2Str() local
277 for (uint16_t l: levels) { in ComboLogLevel2Str() local
302 uint16_t t = PrettyStr2LogLevel(it); in Str2ComboLogLevel() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.h71 float l = left + dx; in Inset() local
72 float t = top + dy; in Inset() 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… method in _e.u
/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… argument
/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… variable
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dtime_util.cpp101 struct tm *l = std::localtime(&now); in Get0ClockStampMs() local
136 std::tm t = *std::localtime(&tt); in FormatTime() 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
175 let l; variable
1013 contains(e, t) { argument
1806 let t = 0; variable
1816 let t = 0; variable
2162 let l = a; variable
[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… variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsblurfilter_fuzzer/
H A Drsblurfilter_fuzzer.cpp159 float l = GetData<float>(); in DoDrawImageRect() local
160 float t = GetData<float>(); in DoDrawImageRect() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dsafe_area_manager_test_ng.cpp314 auto funExPect = [this](SafeAreaExpandOpts saeo, float l, float r, float t, float b) { in __anon6027f3d40202()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector4.h150 inline Quaternion Quaternion::Slerp(const Quaternion& to, float t) in Slerp()
227 T l = GetLength(); in Normalize() local
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Davoid_area_controller_test.cpp216 bool CheckSameArea(AvoidArea avoidArea, Rect t, Rect l, Rect r, Rect b) in CheckSameArea()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js2142 updateStateVars(t) { argument
2156 onPlaceChildren(k, l, m) { argument

12