/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/ |
H A D | locking.h | 91 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 D | rect_fuzzer.cpp | 62 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 D | serial_test.cpp | 81 long l = 0; variable 85 int64_t t = 0; variable
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/ |
H A D | serial_test.cpp | 81 long l = 0; variable 85 int64_t t = 0; variable
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/base/math/ |
H A D | render_roi.h | 47 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 D | rsproxyrendernode_fuzzer.cpp | 69 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 D | photopickercomponent.js | 17 …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 D | cloud_extension_stub.js | 86 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 D | path_test.cpp | 57 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 D | text_blob_test.cpp | 47 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 D | rect.h | 127 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 D | wm_occlusion_region.h | 35 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 D | log_utils.cpp | 173 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 D | test_common.h | 71 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 D | hvigor-wrapper.js | 15 …t=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 D | hvigor-wrapper.js | 15 …t=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 D | hvigor-wrapper.js | 16 …t=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 D | time_util.cpp | 101 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 D | treeview.js | 24 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 D | hvigor-wrapper.js | 16 "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 D | rsblurfilter_fuzzer.cpp | 159 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 D | safe_area_manager_test_ng.cpp | 314 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 D | rs_vector4.h | 150 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 D | avoid_area_controller_test.cpp | 216 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 D | subheader.js | 2142 updateStateVars(t) { argument 2156 onPlaceChildren(k, l, m) { argument
|