Home
last modified time | relevance | path

Searched refs:e1 (Results 1 – 25 of 102) sorted by relevance

12345

/ohos5.0/base/update/updater/utils/include/
H A Dmacros_updater.h35 #define SIZE_IMPL(e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, N, ...) N argument
40 #define GET_TYPE_2(e1, e2) e1 argument
41 #define GET_TYPE_3(e1, e2, e3) e1, e2 argument
42 #define GET_TYPE_4(e1, e2, e3, e4) e1, e2, e3 argument
44 #define GET_NAME_2(e1, e2) e2 argument
45 #define GET_NAME_3(e1, e2, e3) e3 argument
46 #define GET_NAME_4(e1, e2, e3, e4) e4 argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dpath_effect.cpp50 PathEffect::PathEffect(PathEffectType t, PathEffect& e1, PathEffect& e2) noexcept : PathEffect() in PathEffect() argument
54 impl_->InitWithSum(e1, e2); in PathEffect()
56 impl_->InitWithCompose(e1, e2); in PathEffect()
94 std::shared_ptr<PathEffect> PathEffect::CreateSumPathEffect(PathEffect& e1, PathEffect& e2) in CreateSumPathEffect() argument
96 return std::make_shared<PathEffect>(PathEffect::PathEffectType::SUM, e1, e2); in CreateSumPathEffect()
99 std::shared_ptr<PathEffect> PathEffect::CreateComposePathEffect(PathEffect& e1, PathEffect& e2) in CreateComposePathEffect() argument
101 return std::make_shared<PathEffect>(PathEffect::PathEffectType::COMPOSE, e1, e2); in CreateComposePathEffect()
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-memory-leak.md131 4009f024: 00 40 a0 e1 mov r4, r0
133 4009f02c: 04 00 a0 e1 mov r0, r4
135 4009f034: 04 00 a0 e1 mov r0, r4
138 4009f040: 04 00 a0 e1 mov r0, r4
141 4009f04c: 04 00 a0 e1 mov r0, r4
145 4009f05c: 04 00 a0 e1 mov r0, r4
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/picker_view/time_picker/time_picker1/
H A Dtime_picker1.js22 getTime: function(e1) {
23 this.time1 = e1.hour;
24 this.time2 = e1.minute;
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/picker_view/text_picker/text_picker1/
H A Dtext_picker1.js23 getText: function(e1) {
24 this.text1 = e1.newSelected;
25 this.text2 = e1.newValue;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path_effect.cpp61 void SkiaPathEffect::InitWithSum(const PathEffect& e1, const PathEffect& e2) in InitWithSum() argument
63 auto first = e1.GetImpl<SkiaPathEffect>(); in InitWithSum()
70 void SkiaPathEffect::InitWithCompose(const PathEffect& e1, const PathEffect& e2) in InitWithCompose() argument
72 auto outer = e1.GetImpl<SkiaPathEffect>(); in InitWithCompose()
H A Dskia_path_effect.h42 void InitWithSum(const PathEffect& e1, const PathEffect& e2) override;
43 void InitWithCompose(const PathEffect& e1, const PathEffect& e2) override;
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/list/
H A Djs_list.ts194 let e1: NodeObj<T> = this.head;
196 if (e1 !== undefined && e2 !== undefined) {
197 while (e1.next !== undefined && e2.next !== undefined) {
198 e1 = e1.next;
200 if (e1.element !== e2.element) {
204 return !(e1.next !== undefined || e2.next !== undefined);
205 } else if (e1 !== undefined && e2 === undefined) {
207 } else if (e1 === undefined && e2 !== undefined) {
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dpath_effect.h107 static std::shared_ptr<PathEffect> CreateSumPathEffect(PathEffect& e1, PathEffect& e2);
115 static std::shared_ptr<PathEffect> CreateComposePathEffect(PathEffect& e1, PathEffect& e2);
127 PathEffect(PathEffectType t, PathEffect& e1, PathEffect& e2) noexcept;
/ohos5.0/base/update/updater/test/unittest/test_data/src/
H A Dtest_math.us12 e1 = 0.5;
13 f = e1 * 100;
/ohos5.0/base/update/updater/test/fuzztest/fuzz_src_data/
H A Dtest_math.us12 e1 = 0.5;
13 f = e1 * 100;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dpath_effect_impl.h42 virtual void InitWithSum(const PathEffect& e1, const PathEffect& e2) = 0;
43 virtual void InitWithCompose(const PathEffect& e1, const PathEffect& e2) = 0;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js46 const e1 = { class
267 e1.z1;
682 e1.z1;
692 e1.z1;
699 e1.z1;
918 e1.q1));
985 this.pressColor = e1.c2;
1724 this.fontColor = e1.q1;
1725 this.fontSize = e1.u1;
2635 e1.s1 : e1.t1) :
[all …]
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-memory-leak.md132 4009f024: 00 40 a0 e1 mov r4, r0
134 4009f02c: 04 00 a0 e1 mov r0, r4
136 4009f034: 04 00 a0 e1 mov r0, r4
139 4009f040: 04 00 a0 e1 mov r0, r4
142 4009f04c: 04 00 a0 e1 mov r0, r4
146 4009f05c: 04 00 a0 e1 mov r0, r4
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_range_adapter.h69 auto e1 = &arr[0]; in CompareLessThreshold() local
74 for (; less(*(e1 = &(arr[jIndex + 1])), *(e2 = &(arr[jIndex]))); jIndex--) { in CompareLessThreshold()
75 SwapElements(*e1, *e2); in CompareLessThreshold()
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwm_occlusion_region.cpp59 bool EventSortByY(const Event& e1, const Event& e2) in EventSortByY() argument
61 if (e1.y_ == e2.y_) { in EventSortByY()
62 return e1.type_ < e2.type_; in EventSortByY()
64 return e1.y_ < e2.y_; in EventSortByY()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region.cpp33 bool EventSortByY(const Event& e1, const Event& e2) in EventSortByY() argument
35 if (e1.y_ == e2.y_) { in EventSortByY()
36 return e1.type_ < e2.type_; in EventSortByY()
38 return e1.y_ < e2.y_; in EventSortByY()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/innerfullscreenlaunchcomponent/interfaces/
H A Dinnerfullscreenlaunchcomponent.js30 constructor(d1, e1, f1, g1 = -1, h1 = undefined, i1) { argument
48 this.setInitiallyProvidedValue(e1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbasecommon_fuzzer/
H A Drsbasecommon_fuzzer.cpp163 float e1 = GetData<float>(); in RSObjOcclusionFuzzTest() local
164 std::shared_ptr<Occlusion::Node> node = std::make_shared<Occlusion::Node>(s1, e1); in RSObjOcclusionFuzzTest()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js122 let e1 = this.unMarshallingUnSubInfo(t);
123 let f1 = await this.cloudService.unsubscribe(e1);
226 let e1 = {};
229 return e1;
233 e1[d2] = [];
239 e1[d2].push(t.readString());
242 return e1;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicservicetabs/interfaces/
H A Datomicservicetabs.js119 set barOverlap(e1) {
120 this.__barOverlap.set(e1);
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth_icon/
H A Duser_auth_icon.js30 constructor(b1, c1, d1, e1 = -1, f1 = undefined, g1) { argument
31 super(b1, d1, e1, g1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_occlusion_region_test.cpp88 Event e1 = Event(0, Event::Type::OPEN, 0, 100); variable
90 ASSERT_TRUE(EventSortByY(e1, e2));
93 ASSERT_FALSE(EventSortByY(e1, e3));
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/progressbutton/interfaces/
H A Dprogressbutton.js138 set content(e1) {
139 this.__content.set(e1);
/ohos5.0/foundation/window/window_manager/resources/abc/pip/interface/
H A DPiPContent.js164 this.observeComponentCreation2((d1, e1) => {

12345