Home
last modified time | relevance | path

Searched refs:before_ptr (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/tracing/
H A Dmemory_instrumentation_browsertest.cc118 std::unique_ptr<GlobalMemoryDump> before_ptr = DoGlobalDump(); in IN_PROC_BROWSER_TEST_F() local
144 int64_t before_kb = GetPrivateFootprintKb(ProcessType::BROWSER, *before_ptr); in IN_PROC_BROWSER_TEST_F()
156 GetPrivateFootprintKb(ProcessType::RENDERER, *before_ptr, renderer_pid); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/tracing/
H A Dmemory_instrumentation_browsertest.cc119 std::unique_ptr<GlobalMemoryDump> before_ptr = DoGlobalDump(); in IN_PROC_BROWSER_TEST_F() local
145 int64_t before_kb = GetPrivateFootprintKb(ProcessType::BROWSER, *before_ptr); in IN_PROC_BROWSER_TEST_F()
157 GetPrivateFootprintKb(ProcessType::RENDERER, *before_ptr, renderer_pid); in IN_PROC_BROWSER_TEST_F()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-40883.rs73 fn verify_stack_usage(before_ptr: *mut Vec<Big>) { in verify_stack_usage()
80 (before_ptr as isize)) as usize; in verify_stack_usage()
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/gui/
H A Dmessage-window.c781 char *before_ptr, *after_ptr; in internal_popup_window() local
782 before_ptr = after_ptr = testwrap; in internal_popup_window()
786 while (before_ptr > msg_buf && !isspace((int)*--before_ptr)) { in internal_popup_window()
793 if (before_len < after_len && isspace((int)*before_ptr)) { in internal_popup_window()
795 while (isspace((int)*++before_ptr)) { ; } in internal_popup_window()
797 *--before_ptr = '\n'; in internal_popup_window()