Home
last modified time | relevance | path

Searched defs:view (Results 76 - 100 of 225) sorted by relevance

123456789

/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_pod.cpp121 array_view<const uint8_t> view; in Get() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Djson_util.h130 const auto view = in FromJson() local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_domain.c315 i915_gem_object_pin_to_display_plane(struct drm_i915_gem_object *obj, u32 alignment, const struct i915_ggtt_view *view, unsigned int flags) i915_gem_object_pin_to_display_plane() argument
/kernel/linux/linux-5.10/security/apparmor/include/
H A Dpolicy_ns.h159 static inline struct aa_ns *aa_lookup_ns(struct aa_ns *view, const char *name) in aa_lookup_ns() argument
/kernel/linux/linux-5.10/security/apparmor/
H A Dpolicy_ns.c37 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_visible() argument
61 aa_ns_name(struct aa_ns *curr, struct aa_ns *view, bool subns) aa_ns_name() argument
200 __aa_lookupn_ns(struct aa_ns *view, const char *hname, size_t n) __aa_lookupn_ns() argument
231 aa_lookupn_ns(struct aa_ns *view, const char *name, size_t n) aa_lookupn_ns() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_domain.c425 i915_gem_object_pin_to_display_plane(struct drm_i915_gem_object *obj, struct i915_gem_ww_ctx *ww, u32 alignment, const struct i915_gtt_view *view, unsigned int flags) i915_gem_object_pin_to_display_plane() argument
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dpolicy_ns.h160 static inline struct aa_ns *aa_lookup_ns(struct aa_ns *view, const char *name) in aa_lookup_ns() argument
/kernel/linux/linux-6.6/security/apparmor/
H A Dpolicy_ns.c40 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_visible() argument
64 aa_ns_name(struct aa_ns *curr, struct aa_ns *view, bool subns) aa_ns_name() argument
211 __aa_lookupn_ns(struct aa_ns *view, const char *hname, size_t n) __aa_lookupn_ns() argument
242 aa_lookupn_ns(struct aa_ns *view, const char *name, size_t n) aa_lookupn_ns() argument
[all...]
/kernel/linux/linux-6.6/drivers/s390/char/
H A Draw3270.h22 struct raw3270_view *view; /* view of this request */ member
104 raw3270_get_view(struct raw3270_view *view) raw3270_get_view() argument
112 raw3270_put_view(struct raw3270_view *view) raw3270_put_view() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dnative_view.cpp191 void NativeView::Create(const sptr<NativeView>& view) in Create() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl.cpp235 auto* view = static_cast<JSView*>(obj->GetNativePointerField(vm, 0)); in AddCustomTitleBarComponent() local
310 auto* view = static_cast<JSView*>(obj->GetNativePointerField(vm, 0)); in UpdateRootComponent() local
[all...]
H A Djsi_view_register_impl_ng.cpp206 auto* view = static_cast<JSView*>(obj->GetNativePointerField(vm, 0)); in AddCustomTitleBarComponent() local
281 auto* view = static_cast<JSView*>(obj->GetNativePointerField(vm, 0)); in UpdateRootComponent() local
[all...]
/foundation/arkui/ui_lite/test/uitest/test_rotate_input/
H A Dui_test_rotate_input.cpp65 TestSetRotateFactorListener(UIView* view, float factor) : view_(view), factor_(factor) {} in TestSetRotateFactorListener() argument
386 bool UITestRotateInput::OnPress(UIView& view, const PressEvent& event) in OnPress() argument
418 SetLastPos(UIView* view) SetLastPos() argument
438 SetTestLabelButton(UILabel* label, UIView* view) SetTestLabelButton() argument
[all...]
/foundation/arkui/ui_lite/test/uitest/test_transform/
H A Dui_test_transform.cpp176 bool UITestTransform::OnClick(UIView& view, const ClickEvent& event) in OnClick() argument
/foundation/arkui/ui_lite/test/uitest/test_ui_analog_clock/
H A Dui_test_analog_clock.h30 virtual void Callback(UIView* view) in Callback() argument
/foundation/arkui/ui_lite/test/uitest/test_slider/
H A Dui_test_slider.cpp71 bool TestUISliderEventListener::OnClick(UIView& view, const ClickEvent& event) in OnClick() argument
99 bool TestUISliderEventListener::OnDrag(UIView& view, const DragEvent& event) in OnDrag() argument
425 bool UITestSlider::OnClick(UIView& view, const ClickEvent& event) in OnClick() argument
465 bool UITestSlider::ExpandClick1(UIView& view, const ClickEvent& event) in ExpandClick1() argument
523 ExpandClick2(UIView& view, const ClickEvent& event) ExpandClick2() argument
[all...]
/foundation/arkui/ui_lite/test/uitest/test_ui_swipe_view/
H A Dui_test_ui_swipe_view.cpp413 bool UITestUISwipeView::OnClick(UIView& view, const ClickEvent& event) in OnClick() argument
482 void UITestUISwipeView::SetLastPos(UIView* view) in SetLastPos() argument
[all...]
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_view_unit_test.cpp1134 UIView* view = new UIView(); in HWTEST_F() local
1175 UIView* view = new UIView(); HWTEST_F() local
1194 UIView* view = new UIView(); HWTEST_F() local
1213 UIView* view = new UIView(); HWTEST_F() local
[all...]
/foundation/arkui/ui_lite/test/unittest/dfx/
H A Devent_injector_unit_test.cpp185 void EventInjectorTest::DeleteChildren(UIView* view) in DeleteChildren() argument
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_button.cpp345 void UIButton::ButtonAnimator::Callback(UIView* view) in Callback() argument
355 void UIButton::ButtonAnimator::OnStop(UIView& view) in OnStop() argument
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_view.h137 OnClick(UIView& view, const ClickEvent& event) OnClick() argument
169 OnLongPress(UIView& view, const LongPressEvent& event) OnLongPress() argument
200 OnDragStart(UIView& view, const DragEvent& event) OnDragStart() argument
215 OnDrag(UIView& view, const DragEvent& event) OnDrag() argument
230 OnDragEnd(UIView& view, const DragEvent& event) OnDragEnd() argument
262 OnPress(UIView& view, const PressEvent& event) OnPress() argument
277 OnRelease(UIView& view, const ReleaseEvent& event) OnRelease() argument
292 OnCancel(UIView& view, const CancelEvent& event) OnCancel() argument
321 OnRotateStart(UIView& view, const RotateEvent& event) OnRotateStart() argument
334 OnRotate(UIView& view, const RotateEvent& event) OnRotate() argument
346 OnRotateEnd(UIView& view, const RotateEvent& event) OnRotateEnd() argument
1458 OnFocus(UIView& view) OnFocus() argument
1469 OnBlur(UIView& view) OnBlur() argument
[all...]
/foundation/arkui/ui_lite/test/uitest/test_arc_label/
H A Dui_test_arc_label.cpp142 explicit LabelButtonClickListener(UIView* view) : view_(view) in LabelButtonClickListener() argument
163 explicit TestArcLabelScrollListener(UIView* view) : view_(view) in TestArcLabelScrollListener() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
H A Dtransition_impl.cpp38 void TransitionImpl::Callback(UIView *view) in Callback() argument
H A Dtransition_impl.h132 TransitionImpl(TransitionParams& params, UIView* view) in TransitionImpl() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dtabs_component.cpp298 void TabsComponent::ChangeListener::OnSwipe(UISwipeView& view) in OnSwipe() argument

Completed in 19 milliseconds

123456789