/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | hists.c | 29 #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 D | print_margin.cpp | 65 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 D | marquee_layout_algorithm.cpp | 41 textPadding.top = CalcLength(padding.top.value()); in Measure()
|
/foundation/arkui/ace_engine/frameworks/core/components/positioned/ |
H A D | positioned_component.h | 93 void SetTop(const Dimension& top) override 95 top_ = top;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | model_view_impl.cpp | 28 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 D | side_bar_container_model_ng.h | 38 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 D | render_surface.h | 81 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 D | safe_area_insets.h | 84 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 D | form_renderer_delegate_impl.cpp | 100 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 D | texgine_rect.cpp | 29 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 D | region_fuzzer.cpp | 52 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 D | rsdirtyregionmanager_fuzzer.cpp | 65 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 D | stroke_rect_shader.cpp | 74 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 D | alpha_gradients.cpp | 45 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 D | rssurfaceframeohosgl_fuzzer.cpp | 69 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 D | window_split_immersive_test.cpp | 35 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 D | task_queue.cpp | 67 task = g_taskExecutorQueue.top(); in Executor() 102 task = g_taskCallbackQueue.top(); in Callback()
|
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | graph.cpp | 76 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 D | screen_snapshot_picker_connection.cpp | 97 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 D | mmu_decl.h | 120 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 D | debug-frames.cc | 110 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 D | pathbrowser.py | 22 self.top.wm_title("Path Browser") 23 self.top.wm_iconname("Path Browser")
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | check_language.py | 94 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 D | copyright.py | 49 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 D | SkMergeImageFilter.cpp | 98 const int y0 = bounds.top(); in onFilterImage() 121 offset->fY = bounds.top(); in onFilterImage()
|