Home
last modified time | relevance | path

Searched refs:top (Results 776 - 800 of 3040) sorted by relevance

1...<<31323334353637383940>>...122

/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c29 #include "../../util/top.h"
661 " perf top -r 80\n\n" in ui_browser__warn_lost_events()
702 struct hist_entry *h = rb_entry(browser->b.top, struct hist_entry, rb_node); in hist_browser__handle_hotkey()
1806 if (browser->top == NULL) { in ui_browser__hists_init_top()
1810 browser->top = rb_first_cached(&hb->hists->entries); in ui_browser__hists_init_top()
1827 for (nd = browser->top; nd; nd = rb_hierarchy_next(nd)) { in hist_browser__refresh()
1926 nd = browser->top; in ui_browser__hists_seek()
1941 h = rb_entry(browser->top, struct hist_entry, rb_node); in ui_browser__hists_seek()
1946 * the next top level hist_entry, instead we must compute an offset of in ui_browser__hists_seek()
1949 * This offset increments when we are going from top t in ui_browser__hists_seek()
2299 struct perf_top *top = hbt->arg; hists_browser__scnprintf_title() local
3188 struct perf_top *top = hbt->arg; evsel__hists_browse() local
3224 const void *top; evsel__hists_browse() local
3261 struct perf_top *top = hbt->arg; evsel__hists_browse() local
[all...]
/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_margin.cpp65 void PrintMargin::SetTop(uint32_t top) in SetTop() argument
68 top_ = top; in SetTop()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_layout_algorithm.cpp41 textPadding.top = CalcLength(padding.top.value()); in Measure()
/foundation/arkui/ace_engine/frameworks/core/components/positioned/
H A Dpositioned_component.h93 void SetTop(const Dimension& top) override
95 top_ = top;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmodel_view_impl.cpp28 auto top = ViewStackProcessor::GetInstance()->GetMainComponent(); \
29 auto svComponent = AceType::DynamicCast<OHOS::Ace::SceneViewerComponent>(top); \
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_model_ng.h38 void SetControlButtonTop(const Dimension& top) override;
59 static void SetControlButtonTop(FrameNode* frameNode, const Dimension& top);
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_surface.h81 virtual void SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t height) {} in SetExtSurfaceBounds() argument
83 virtual bool SetExtSurfaceBoundsSync(int32_t left, int32_t top, int32_t width, int32_t height) in SetExtSurfaceBoundsSync() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dsafe_area_insets.h84 SafeAreaInsets(Inset left, Inset top, Inset right, Inset bottom) in SafeAreaInsets()
85 : left_(left), top_(top), right_(right), bottom_(bottom) in SafeAreaInsets()
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_delegate_impl.cpp100 int32_t FormRendererDelegateImpl::OnGetRectRelativeToWindow(int32_t &top, int32_t &left) in OnGetRectRelativeToWindow() argument
107 getRectRelativeToWindowHandler_(top, left); in OnGetRectRelativeToWindow()
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_rect.cpp29 TexgineRect TexgineRect::MakeLTRB(float left, float top, float right, float bottom) in MakeLTRB() argument
32 rect->SetRect(RSRect { left, top, right, bottom }); in MakeLTRB()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/region_fuzzer/
H A Dregion_fuzzer.cpp52 int32_t top = GetObject<int32_t>(); in RegionFuzzTest001() local
55 RectI rect { left, top, right, bottom }; in RegionFuzzTest001()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdirtyregionmanager_fuzzer/
H A Drsdirtyregionmanager_fuzzer.cpp65 int top = GetData<int>(); in DoSomethingInterestingWithMyAPI() local
77 RectI myRect(left, top, width, height); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dstroke_rect_shader.cpp74 OH_Drawing_Point* startPts = OH_Drawing_PointCreate(Rect.left, Rect.top); in OnTestFunction()
89 OH_Drawing_CanvasTranslate(canvas, fHalf * (Rect.left + Rect.right), fHalf * (Rect.top + Rect.bottom)); in OnTestFunction()
H A Dalpha_gradients.cpp45 OH_Drawing_Point *startPt = OH_Drawing_PointCreate(r.left, r.top); in draw_grad()
52 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(r.left, r.top, r.right, r.bottom); in draw_grad()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosgl_fuzzer/
H A Drssurfaceframeohosgl_fuzzer.cpp69 int32_t top = GetData<int32_t>(); in DoSetDamageRegion() local
73 g_rsSurfaceFrameOhosGl->SetDamageRegion(left, top, width1, height1); in DoSetDamageRegion()
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_split_immersive_test.cpp35 void IsShowTopBar(const sptr<Window>& top, bool isShow);
36 void HideAndUnregister(const sptr<Window>& fullWindow, const sptr<Window>& priWindow, const sptr<Window>& top);
/foundation/communication/netstack/frameworks/js/napi/socket/task_queue/src/
H A Dtask_queue.cpp67 task = g_taskExecutorQueue.top(); in Executor()
102 task = g_taskCallbackQueue.top(); in Callback()
/foundation/distributeddatamgr/udmf/framework/common/
H A Dgraph.cpp76 edge = adjList_[nodes.top()].firstEdge; in Dfs()
91 visited_[nodes.top()] = 2; // 2: all edge of the adj is visited. in Dfs()
/foundation/window/window_manager/window_scene/screen_session_manager/src/connection/
H A Dscreen_snapshot_picker_connection.cpp97 rect.top = GetScreenSessionAbilityConnectionStub()->GetTop(); in GetScreenSnapshotInfo()
102 left:%{public}d, top:%{public}d, width:%{public}d, height:%{public}d", in GetScreenSnapshotInfo()
103 screenId, rect.left, rect.top, rect.width, rect.height); in GetScreenSnapshotInfo()
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dmmu_decl.h120 extern unsigned long wii_mmu_mapin_mem2(unsigned long top);
130 unsigned long mmu_mapin_ram(unsigned long base, unsigned long top);
/third_party/node/deps/v8/src/debug/
H A Ddebug-frames.cc110 ThreadLocalTop* top) { in VisitThread()
111 for (JavaScriptFrameIterator it(isolate, top); !it.done(); it.Advance()) { in VisitThread()
109 VisitThread(Isolate* isolate, ThreadLocalTop* top) VisitThread() argument
/third_party/python/Lib/idlelib/
H A Dpathbrowser.py22 self.top.wm_title("Path Browser")
23 self.top.wm_iconname("Path Browser")
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dcheck_language.py94 def find(top, filename_glob, skip_glob_list):
95 """Returns files in the tree rooted at top matching filename_glob but not
99 for path, dirs, files in os.walk(top):
H A Dcopyright.py49 def find(top, filename_glob, skip_glob_list):
50 """Returns files in the tree rooted at top matching filename_glob but not
54 for path, dirs, files in os.walk(top):
/third_party/skia/src/effects/imagefilters/
H A DSkMergeImageFilter.cpp98 const int y0 = bounds.top(); in onFilterImage()
121 offset->fY = bounds.top(); in onFilterImage()

Completed in 19 milliseconds

1...<<31323334353637383940>>...122