Home
last modified time | relevance | path

Searched defs:browser (Results 1 – 7 of 7) sorted by relevance

/external/linux-tools-perf/src/tools/perf/ui/
Dbrowser.c17 static int ui_browser__percent_color(struct ui_browser *browser, in ui_browser__percent_color()
29 int ui_browser__set_color(struct ui_browser *browser, int color) in ui_browser__set_color()
37 void ui_browser__set_percent_color(struct ui_browser *browser, in ui_browser__set_percent_color()
44 void ui_browser__gotorc(struct ui_browser *browser, int y, int x) in ui_browser__gotorc()
50 ui_browser__list_head_filter_entries(struct ui_browser *browser, in ui_browser__list_head_filter_entries()
63 ui_browser__list_head_filter_prev_entries(struct ui_browser *browser, in ui_browser__list_head_filter_prev_entries()
75 void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__list_head_seek()
110 void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__rb_tree_seek()
140 unsigned int ui_browser__rb_tree_refresh(struct ui_browser *browser) in ui_browser__rb_tree_refresh()
161 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row) in ui_browser__is_current_entry()
[all …]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DHtmlTooltipHelper.java129 final Browser browser = new Browser(parent, SWT.NONE); in createTooltipControl_Browser() local
175 private static void tweakBrowserSize(Browser browser, int heightLimitChars) { in tweakBrowserSize()
189 private static void expandShellToShowFullPage_Height(Browser browser, int maxHeight) { in expandShellToShowFullPage_Height()
229 private static int getContentOffsetWidth(Browser browser) throws Exception { in getContentOffsetWidth()
235 private static int getContentOffsetHeight(Browser browser) throws Exception { in getContentOffsetHeight()
241 private static int getContentScrollHeight(Browser browser) throws Exception { in getContentScrollHeight()
247 private static int getBodyOffsetHeight(Browser browser) throws Exception { in getBodyOffsetHeight()
251 private static int getBodyScrollHeight(Browser browser) throws Exception { in getBodyScrollHeight()
255 private static int evaluateScriptInt(Browser browser, String script) throws Exception { in evaluateScriptInt()
260 private static void hideCloseElement(Browser browser) throws Exception { in hideCloseElement()
/external/linux-tools-perf/src/tools/perf/ui/browsers/
Dannotate.c73 static int annotate_browser__jumps_percent_color(struct annotate_browser *browser, in annotate_browser__jumps_percent_color()
85 static int annotate_browser__set_jumps_percent_color(struct annotate_browser *browser, in annotate_browser__set_jumps_percent_color()
92 static void annotate_browser__write(struct ui_browser *browser, void *entry, int row) in annotate_browser__write()
210 static void annotate_browser__draw_current_jump(struct ui_browser *browser) in annotate_browser__draw_current_jump()
249 static unsigned int annotate_browser__refresh(struct ui_browser *browser) in annotate_browser__refresh()
298 static void annotate_browser__set_top(struct annotate_browser *browser, in annotate_browser__set_top()
321 static void annotate_browser__set_rb_top(struct annotate_browser *browser, in annotate_browser__set_rb_top()
337 static void annotate_browser__calc_percent(struct annotate_browser *browser, in annotate_browser__calc_percent()
386 static bool annotate_browser__toggle_source(struct annotate_browser *browser) in annotate_browser__toggle_source()
425 static void annotate_browser__init_asm_mode(struct annotate_browser *browser) in annotate_browser__init_asm_mode()
[all …]
Dhists.c37 static void hist_browser__refresh_dimensions(struct hist_browser *browser) in hist_browser__refresh_dimensions()
44 static void hist_browser__reset(struct hist_browser *browser) in hist_browser__reset()
195 static bool hist_browser__toggle_fold(struct hist_browser *browser) in hist_browser__toggle_fold()
296 static void hist_browser__set_folding(struct hist_browser *browser, bool unfold) in hist_browser__set_folding()
304 static void ui_browser__warn_lost_events(struct ui_browser *browser) in ui_browser__warn_lost_events()
315 static int hist_browser__run(struct hist_browser *browser, const char *ev_name, in hist_browser__run()
416 static int hist_browser__show_callchain_node_rb_tree(struct hist_browser *browser, in hist_browser__show_callchain_node_rb_tree()
510 static int hist_browser__show_callchain_node(struct hist_browser *browser, in hist_browser__show_callchain_node()
562 static int hist_browser__show_callchain(struct hist_browser *browser, in hist_browser__show_callchain()
720 static int hist_browser__show_entry(struct hist_browser *browser, in hist_browser__show_entry()
[all …]
Dscripts.c75 static void script_browser__write(struct ui_browser *browser, in script_browser__write()
/external/linux-tools-perf/src/tools/perf/ui/tui/
Dutil.c16 static void ui_browser__argv_write(struct ui_browser *browser, in ui_browser__argv_write()
/external/mdnsresponder/mDNSShared/
Duds_daemon.c169 } browser; member