/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_container.cpp | 798 void AceContainer::SetView(AceViewPreview* view, double density, int32_t width, int32_t height) in SetView() argument 800 if (view == nullptr) { in SetView() 804 auto container = AceType::DynamicCast<AceContainer>(AceEngine::Get().GetContainer(view->GetInstanceId())); in SetView() 808 auto platformWindow = PlatformWindow::Create(view); in SetView() 815 container->AttachView(std::move(window), view, density, width, height); in SetView() local 818 void AceContainer::SetView(AceViewPreview* view, sptr<Rosen::Window> rsWindow, double density, int32_t width, in SetView() argument 821 CHECK_NULL_VOID(view); in SetView() 822 auto container = AceType::DynamicCast<AceContainer>(AceEngine::Get().GetContainer(view->GetInstanceId())); in SetView() 826 auto window = std::make_shared<NG::RosenWindow>(rsWindow, taskExecutor, view->GetInstanceId()); in SetView() 830 container->AttachView(std::move(window), view, densit in SetView() local 835 AttachView( std::shared_ptr<Window> window, AceViewPreview* view, double density, int32_t width, int32_t height) AttachView() argument 929 AttachView(std::shared_ptr<Window> window, AceViewPreview* view, double density, int32_t width, int32_t height, UIEnvCallback callback) AttachView() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_mman.c | 86 struct i915_ggtt_view view; in check_partial_mapping() local 115 view = compute_partial_view(obj, page, MIN_CHUNK_PAGES); in check_partial_mapping() 117 vma = i915_gem_object_ggtt_pin(obj, &view, 0, 0, PIN_MAPPABLE); in check_partial_mapping() 119 pr_err("Failed to pin partial view: offset=%lu; err=%d\n", in check_partial_mapping() 124 n = page - view.partial.offset; in check_partial_mapping() 125 GEM_BUG_ON(n >= view.partial.size); in check_partial_mapping() 130 pr_err("Failed to iomap partial view: offset=%lu; err=%d\n", in check_partial_mapping() 149 pr_err("Partial view for %lu [%u] (offset=%llu, size=%u [%llu, row size %u], fence=%d, tiling=%d, stride=%d) misalignment, expected write to page (%llu + %u [0x%llx]) of 0x%x, found 0x%x\n", in check_partial_mapping() 151 view.partial.offset, in check_partial_mapping() 152 view in check_partial_mapping() 200 struct i915_ggtt_view view = check_partial_mappings() local [all...] |
/third_party/python/Modules/_sre/ |
H A D | sre.c | 373 Py_buffer *view) in getstring() 391 if (PyObject_GetBuffer(string, view, PyBUF_SIMPLE) != 0) { in getstring() 397 *p_length = view->len; in getstring() 401 if (view->buf == NULL) { in getstring() 403 PyBuffer_Release(view); in getstring() 404 view->buf = NULL; in getstring() 407 return view->buf; in getstring() 1069 Py_buffer view; in pattern_subx() local 1079 view.buf = NULL; in pattern_subx() 1080 ptr = getstring(ptemplate, &n, &isbytes, &charsize, &view); in pattern_subx() 371 getstring(PyObject* string, Py_ssize_t* p_length, int* p_isbytes, int* p_charsize, Py_buffer *view) getstring() argument 1460 Py_buffer view; _sre_compile_impl() local 2026 Py_buffer view; match_getslice_by_index() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | i9xx_plane.c | 271 while ((src_x + src_w) * cpp > plane_state->view.color_plane[0].mapping_stride) { in i9xx_check_plane_surface() 311 plane_state->view.color_plane[0].offset = offset; in i9xx_check_plane_surface() 312 plane_state->view.color_plane[0].x = src_x; in i9xx_check_plane_surface() 313 plane_state->view.color_plane[0].y = src_y; in i9xx_check_plane_surface() 425 plane_state->view.color_plane[0].mapping_stride); in i9xx_plane_update_noarm() 451 int x = plane_state->view.color_plane[0].x; in i9xx_plane_update_arm() 452 int y = plane_state->view.color_plane[0].y; in i9xx_plane_update_arm() 460 dspaddr_offset = plane_state->view.color_plane[0].offset; in i9xx_plane_update_arm() 551 u32 dspaddr_offset = plane_state->view.color_plane[0].offset; in g4x_primary_async_flip() 570 u32 dspaddr_offset = plane_state->view in vlv_primary_async_flip() [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | basetexture9.c | 103 pipe_sampler_view_reference(&This->view[0], NULL); in NineBaseTexture9_dtor() 104 pipe_sampler_view_reference(&This->view[1], NULL); in NineBaseTexture9_dtor() 197 pipe_sampler_view_reference(&This->view[0], NULL); in NineBaseTexture9_UploadSelf() 198 pipe_sampler_view_reference(&This->view[1], NULL); in NineBaseTexture9_UploadSelf() 398 if (!This->view[0]) in NineBaseTexture9_GenerateMipSubLevels() 401 last_layer = util_max_layer(This->view[0]->texture, base_level); in NineBaseTexture9_GenerateMipSubLevels() 506 pipe_sampler_view_reference(&This->view[sRGB], NULL); in NineBaseTexture9_UpdateSamplerView() 571 This->view[sRGB] = pipe->create_sampler_view(pipe, resource, &templ); in NineBaseTexture9_UpdateSamplerView() 574 DBG("sampler view = %p(resource = %p)\n", This->view[sRG in NineBaseTexture9_UpdateSamplerView() [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | ShadowRRectOp.cpp | 676 GrSurfaceProxyView view = threadSafeCache->find(key); in create_falloff_texture() local 677 if (view) { in create_falloff_texture() 678 SkASSERT(view.origin() == kTopLeft_GrSurfaceOrigin); in create_falloff_texture() 679 return view; in create_falloff_texture() 696 view = std::get<0>(GrMakeUncachedBitmapProxyView(rContext, bitmap)); in create_falloff_texture() 697 if (!view) { in create_falloff_texture() 701 view = threadSafeCache->add(key, view); in create_falloff_texture() 702 SkASSERT(view.origin() == kTopLeft_GrSurfaceOrigin); in create_falloff_texture() 703 return view; in create_falloff_texture() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_customdialog_controller_ffi.h | 62 void SetView(NativeView* view) in SetView() argument 64 ownerView_ = view; in SetView()
|
/foundation/arkui/ui_lite/test/uitest/test_ui_swipe_view/ |
H A D | ui_test_ui_swipe_view.h | 60 bool OnClick(UIView& view, const ClickEvent& event) override; 73 void SetLastPos(UIView* view);
|
/foundation/arkui/ui_lite/interfaces/innerkits/dock/ |
H A D | focus_manager.h | 57 * @brief Get the focused view. 59 * @return the focused view. 71 * @param view the focus. 76 bool RequestFocus(UIView* view); 93 bool GetNextFocus(UIView* focusedView, UIView*& candidate, UIView* view, uint8_t direction);
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_view_group.h | 29 * @brief Declares a view group. 42 * @brief Represents a view group that consists of its child views. 44 * The child views can be added to, inserted in, and removed from the view group. 45 * Child views that are added later are displayed at the upper layer of this view group. 70 * @brief Obtains the view type. 82 * @brief Adds a child view. 84 * @param view Indicates the pointer to the child view to add. 88 virtual void Add(UIView* view); 91 * @brief Inserts a new child view behin [all...] |
H A D | ui_checkbox.h | 150 * @brief Do something before draw, this function will be invoked mainly to check if this view need 261 void Callback(UIView* view) override; 262 void OnStop(UIView& view) override;
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/ |
H A D | js_dialog.h | 77 bool OnClick(UIView &view, const ClickEvent &event) override;
92 bool OnClick(UIView &view, const ClickEvent &event) override;
|
/foundation/arkui/ui_lite/test/uitest/test_event_injector/ |
H A D | ui_test_event_injector.h | 50 bool OnClick(UIView& view, const ClickEvent& event) override; 91 void SetLastPos(UIView* view);
|
/foundation/arkui/ace_engine_lite/test/moduletest/common/ |
H A D | basic_tdd_test.h | 55 void Click(const UIView *view, uint8_t sleepTicks = 50) const; 56 void LongPress(const UIView *view, uint8_t sleepTicks = 200) const;
|
/kernel/linux/linux-5.10/kernel/ |
H A D | regset.c | 55 * @view: &struct user_regset_view describing user thread machine state 56 * @setno: index in @view->regsets 62 const struct user_regset_view *view, in copy_regset_to_user() 67 const struct user_regset *regset = &view->regsets[setno]; in copy_regset_to_user() 61 copy_regset_to_user(struct task_struct *target, const struct user_regset_view *view, unsigned int setno, unsigned int offset, unsigned int size, void __user *data) copy_regset_to_user() argument
|
/kernel/linux/linux-6.6/kernel/ |
H A D | regset.c | 55 * @view: &struct user_regset_view describing user thread machine state 56 * @setno: index in @view->regsets 62 const struct user_regset_view *view, in copy_regset_to_user() 67 const struct user_regset *regset = &view->regsets[setno]; in copy_regset_to_user() 61 copy_regset_to_user(struct task_struct *target, const struct user_regset_view *view, unsigned int setno, unsigned int offset, unsigned int size, void __user *data) copy_regset_to_user() argument
|
/third_party/mesa3d/include/HaikuGL/ |
H A D | GLRenderer.h | 30 BGLRenderer(BGLView *view, ulong bgl_options); 70 extern "C" _EXPORT BGLRenderer* instantiate_gl_renderer(BGLView *view, ulong options);
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_context.h | 107 virgl_sampler_view(struct pipe_sampler_view *view) in virgl_sampler_view() argument 109 return (struct virgl_sampler_view *)view; in virgl_sampler_view()
|
/third_party/node/deps/v8/tools/ |
H A D | profile_view.js | 41 * Builds a profile view for the specified call tree. 45 * of self weights for a bottom up view is needed. 70 var view = this.createView(head); 71 return view; 76 * Factory method for a profile view. 79 * @return {ProfileView} Profile view. 87 * Factory method for a profile view node. 95 * @param {ProfileView.Node} head Profile view head. 96 * @return {ProfileView.Node} Profile view node. 118 * Sorts the profile view usin [all...] |
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_cs.h | 40 const struct pan_image_view *view; member 51 } view; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | EdgeBundles.cpp | 25 ViewEdgeBundles("view-edge-bundles", cl::Hidden, 54 view(); in runOnMachineFunction() 99 /// view - Visualize the annotated bipartite CFG with Graphviz. 100 void EdgeBundles::view() const { in view() function in EdgeBundles
|
/third_party/skia/src/gpu/effects/ |
H A D | GrShadowGeoProc.cpp | 78 auto [view, ct, at] = d->randomAlphaOnlyView(); in TestCreate() 80 return GrRRectShadowGeoProc::Make(d->allocator(), view); in TestCreate()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | FastButton.java | 27 import android.view.MotionEvent; 28 import android.view.View;
|
/third_party/typescript/tests/baselines/reference/ |
H A D | jsxEmitWithAttributes.js | 44 view() { 77 view() {
|
H A D | jsxFactoryAndReactNamespace.js | 44 view() { 77 view() {
|