/ohos5.0/foundation/graphic/graphic_surface/test_header/export/ |
H A D | test_header.h | 33 #define STEP_ASSERT_(l, r, func, opstr) ASSERT_##func(l, r) << STEP_CONDITION(#l " " opstr " " #r) argument 35 #define STEP_ASSERT_EQ(l, r) STEP_ASSERT_(l, r, EQ, "==") argument 36 #define STEP_ASSERT_NE(l, r) STEP_ASSERT_(l, r, NE, "!=") argument 37 #define STEP_ASSERT_GE(l, r) STEP_ASSERT_(l, r, GE, ">=") argument 38 #define STEP_ASSERT_LE(l, r) STEP_ASSERT_(l, r, LE, "<=") argument 39 #define STEP_ASSERT_GT(l, r) STEP_ASSERT_(l, r, GT, ">") argument 40 #define STEP_ASSERT_LT(l, r) STEP_ASSERT_(l, r, LT, "<") argument
|
/ohos5.0/foundation/graphic/graphic_2d/utils/test_header/export/ |
H A D | test_header.h | 33 #define STEP_ASSERT_(l, r, func, opstr) ASSERT_##func(l, r) << STEP_CONDITION(#l " " opstr " " #r) argument 35 #define STEP_ASSERT_EQ(l, r) STEP_ASSERT_(l, r, EQ, "==") argument 36 #define STEP_ASSERT_NE(l, r) STEP_ASSERT_(l, r, NE, "!=") argument 37 #define STEP_ASSERT_GE(l, r) STEP_ASSERT_(l, r, GE, ">=") argument 38 #define STEP_ASSERT_LE(l, r) STEP_ASSERT_(l, r, LE, "<=") argument 39 #define STEP_ASSERT_GT(l, r) STEP_ASSERT_(l, r, GT, ">") argument 40 #define STEP_ASSERT_LT(l, r) STEP_ASSERT_(l, r, LT, "<") argument
|
/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 64 int r = GetObject<int>(); in RectFuzzTest001() local 87 scalar l = GetObject<scalar>(); in RectFuzzTest002() local 89 scalar r = GetObject<scalar>(); in RectFuzzTest002() local 126 scalar l = GetObject<scalar>(); in RectFuzzTest003() local 128 scalar r = GetObject<scalar>(); in RectFuzzTest003() local
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/offline_stream_operator/ |
H A D | offline_stream.cpp | 79 std::lock_guard<std::mutex> l(lock_); in Release() local 129 std::lock_guard<std::mutex> l(lock_); in ReturnBuffer() local 132 … [captureId](const std::shared_ptr<CaptureRequest>& r) { return r->GetCaptureId() == captureId; }); in ReturnBuffer() 173 std::lock_guard<std::mutex> l(lock_); in CheckCaptureIdExist() local 176 … [captureId](const std::shared_ptr<CaptureRequest>& r) { return r->GetCaptureId() == captureId; }); in CheckCaptureIdExist()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/ |
H A D | stream_base.cpp | 59 std::unique_lock<std::mutex> l(smLock_); in ConfigStream() local 78 std::unique_lock<std::mutex> l(smLock_); in CommitStream() local 137 std::unique_lock<std::mutex> l(smLock_); in StartStream() local 179 std::unique_lock<std::mutex> l(smLock_); in StopStream() local 183 std::unique_lock<std::mutex> l(wtLock_); in StopStream() local 203 std::unique_lock<std::mutex> l(wtLock_); in StopStream() local 244 std::unique_lock<std::mutex> l(wtLock_); in AddRequest() local 287 std::unique_lock<std::mutex> l(wtLock_); in HandleRequest() local 416 for (auto& r : inTransitList_) { in HandleResult() local 516 std::unique_lock<std::mutex> l(smLock_); in AttachStreamTunnel() local [all …]
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/base/math/ |
H A D | render_roi.h | 47 double l; variable 48 double r; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | rect.h | 123 inline RectI::RectI(const RectI& r) noexcept in RectI() 127 inline RectI::RectI(const int l, const int t, const int r, const int b) noexcept in RectI() 318 inline RectF::RectF(const RectF& r) noexcept in RectF() 322 inline RectF::RectF(const RectI& r) noexcept in RectF() 326 inline RectF::RectF(const scalar l, const scalar t, const scalar r, const scalar b) noexcept in RectF()
|
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/ |
H A D | thermal_policy.h | 69 static bool LevelCompare(const PolicyConfig& r, const PolicyConfig& l) in LevelCompare()
|
/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/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 71 float r = GetData<float>(); in DoSomethingInterestingWithMyAPI() local
|
/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 59 float r = l + rand.nextULessThan(bitmapWidth_); in OnTestPerformance() local 288 int l = i % bitmapWidth_; in OnTestPerformance() local 290 int r = ((l + 100) > bitmapWidth_) ? bitmapWidth_ : (l + 100); // 100 用于宽度计算 in OnTestPerformance() local 314 int l = i % bitmapWidth_; in OnTestPerformance() local 316 int r = ((l + 100) > bitmapWidth_) ? bitmapWidth_ : (l + 100); // 100 用于宽度计算 in OnTestPerformance() local 446 float l; in OnTestPerformance() local 448 float r; in OnTestPerformance() local 469 float l; in OnTestPerformance() local 471 float r; in OnTestPerformance() local
|
H A D | text_blob_test.cpp | 47 float l; in OnTestPerformance() local 49 float r; in OnTestPerformance() local 131 OH_Drawing_Rect* r = OH_Drawing_RectCreate(0, 0, 0, 0); // 0, 0, 0, 0 这些数字用于创建矩形 in OnTestPerformance() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_occlusion_region.h | 135 int IntersectArea(const Rect& r) const in IntersectArea() 170 Event(int y, Type type, int l, int r) : y_(y), type_(type), left_(l), right_(r) {} in Event() 249 Region(Rect r) in Region() 337 bool IsIntersectWith(const Rect& r) const in IsIntersectWith()
|
/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 73 float r = right - dx; in Inset() local
|
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_test_utils.cpp | 290 bool WindowTestUtils::RectEqualTo(const sptr<Window>& window, const Rect& r) in RectEqualTo() 293 Rect l = window->GetRect(); in RectEqualTo() local 303 bool WindowTestUtils::RectEqualToRect(const Rect& l, const Rect& r) in RectEqualToRect()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …s"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util"),s=require("… method in _e.u
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-wrapper.js | 15 …s"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util"),s=require("… variable
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
H A D | hvigor-wrapper.js | 16 …s"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util"),s=require("… variable
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_display_bind_helper.cpp | 132 bool operator < (const BindInfo &l, const BindInfo &r) in operator <() 140 std::ostream &operator << (std::ostream &os, const BindInfo &r) in operator <<() 146 std::istream &operator >> (std::istream &is, BindInfo &r) in operator >>() 306 std::ostream &operator << (std::ostream &os, const BindInfos &r) in operator <<() 317 std::istream &operator >> (std::istream &is, BindInfos &r) in operator >>()
|
/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
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/ |
H A D | log_utils.cpp | 273 for (uint16_t l : levels) { in ComboLogLevel2Str() local 277 for (uint16_t l: levels) { in ComboLogLevel2Str() local 365 auto r = std::dec; in Num2Str() local 378 auto r = std::dec; in Str2Num() local
|
/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 161 float r = 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/test/render_service/render_service_base/fuzztest/rspropertydrawableboundsgeometry_fuzzer/ |
H A D | rspropertydrawableboundsgeometry_fuzzer.cpp | 134 uint32_t r = GetData<uint32_t>(); in DoRSBorderDRRectDrawable() local 165 uint32_t r = GetData<uint32_t>(); in DoRSBorderFourLineDrawable() local 197 int l = GetData<int>(); in DoRSShadowDrawable() local 199 int r = GetData<int>(); in DoRSShadowDrawable() local 405 uint32_t r = GetData<uint32_t>(); in DoRSForegroundColorDrawable() local 501 uint32_t r = GetData<uint32_t>(); in DoRSBackgroundColorDrawable() local
|
/ohos5.0/drivers/peripheral/display/composer/test/moduletest/ |
H A D | hdi_device_test.cpp | 461 [=](const auto& l, auto const& r) { return l.zorder < r.zorder; }); in TEST_F()
|