Home
last modified time | relevance | path

Searched refs:browser (Results 1 – 25 of 115) sorted by relevance

12345

/openbmc/linux/tools/perf/ui/
H A Dbrowser.c20 static int ui_browser__percent_color(struct ui_browser *browser, in ui_browser__percent_color() argument
23 if (current && (!browser->use_navkeypressed || browser->navkeypressed)) in ui_browser__percent_color()
32 int ui_browser__set_color(struct ui_browser *browser, int color) in ui_browser__set_color() argument
34 int ret = browser->current_color; in ui_browser__set_color()
35 browser->current_color = color; in ui_browser__set_color()
40 void ui_browser__set_percent_color(struct ui_browser *browser, in ui_browser__set_percent_color() argument
43 int color = ui_browser__percent_color(browser, percent, current); in ui_browser__set_percent_color()
44 ui_browser__set_color(browser, color); in ui_browser__set_percent_color()
47 void ui_browser__gotorc_title(struct ui_browser *browser, int y, int x) in ui_browser__gotorc_title() argument
49 SLsmg_gotorc(browser->y + y, browser->x + x); in ui_browser__gotorc_title()
[all …]
H A Dbrowser.h27 void (*refresh_dimensions)(struct ui_browser *browser);
28 unsigned int (*refresh)(struct ui_browser *browser);
29 void (*write)(struct ui_browser *browser, void *entry, int row);
30 void (*seek)(struct ui_browser *browser, off_t offset, int whence);
31 bool (*filter)(struct ui_browser *browser, void *entry);
37 int ui_browser__set_color(struct ui_browser *browser, int color);
38 void ui_browser__set_percent_color(struct ui_browser *browser,
40 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row);
41 void ui_browser__refresh_dimensions(struct ui_browser *browser);
42 void ui_browser__reset_index(struct ui_browser *browser);
[all …]
/openbmc/linux/tools/perf/ui/browsers/
H A Dannotate.c34 static inline struct annotation *browser__annotation(struct ui_browser *browser) in browser__annotation() argument
36 struct map_symbol *ms = browser->priv; in browser__annotation()
40 static bool disasm_line__filter(struct ui_browser *browser, void *entry) in disasm_line__filter() argument
42 struct annotation *notes = browser__annotation(browser); in disasm_line__filter()
47 static int ui_browser__jumps_percent_color(struct ui_browser *browser, int nr, bool current) in ui_browser__jumps_percent_color() argument
49 struct annotation *notes = browser__annotation(browser); in ui_browser__jumps_percent_color()
51 if (current && (!browser->use_navkeypressed || browser->navkeypressed)) in ui_browser__jumps_percent_color()
60 static int ui_browser__set_jumps_percent_color(void *browser, int nr, bool current) in ui_browser__set_jumps_percent_color() argument
62 int color = ui_browser__jumps_percent_color(browser, nr, current); in ui_browser__set_jumps_percent_color()
63 return ui_browser__set_color(browser, color); in ui_browser__set_jumps_percent_color()
[all …]
H A Dhists.c50 static int hists_browser__scnprintf_title(struct hist_browser *browser, char *bf, size_t size);
61 static int hist_browser__get_folding(struct hist_browser *browser) in hist_browser__get_folding() argument
64 struct hists *hists = browser->hists; in hist_browser__get_folding()
68 (nd = hists__filter_entries(nd, browser->min_pcnt)) != NULL; in hist_browser__get_folding()
81 struct ui_browser *browser = &hb->b; in hist_browser__set_title_space() local
85 browser->extra_title_lines = hb->show_headers ? hpp_list->nr_header_lines : 0; in hist_browser__set_title_space()
105 struct ui_browser *browser = &hb->b; in hist_browser__update_rows() local
111 browser->rows += browser->extra_title_lines; in hist_browser__update_rows()
112 browser->extra_title_lines = 0; in hist_browser__update_rows()
116 browser->extra_title_lines = hpp_list->nr_header_lines; in hist_browser__update_rows()
[all …]
H A Dmap.c25 static void map_browser__write(struct ui_browser *browser, void *nd, int row) in map_browser__write() argument
28 struct map_browser *mb = container_of(browser, struct map_browser, b); in map_browser__write()
29 bool current_entry = ui_browser__is_current_entry(browser, row); in map_browser__write()
32 ui_browser__set_percent_color(browser, 0, current_entry); in map_browser__write()
33 ui_browser__printf(browser, "%*" PRIx64 " %*" PRIx64 " %c ", in map_browser__write()
37 width = browser->width - ((mb->addrlen * 2) + 4); in map_browser__write()
39 ui_browser__write_nstring(browser, sym->name, width); in map_browser__write()
43 static u32 *symbol__browser_index(struct symbol *browser) in symbol__browser_index() argument
45 return ((void *)browser) - sizeof(struct rb_node) - sizeof(u32); in symbol__browser_index()
48 static int map_browser__search(struct map_browser *browser) in map_browser__search() argument
[all …]
H A Dheader.c12 static void ui_browser__argv_write(struct ui_browser *browser, in ui_browser__argv_write() argument
18 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write()
19 unsigned long offset = (unsigned long)browser->priv; in ui_browser__argv_write()
26 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write()
29 ui_browser__write_nstring(browser, str, browser->width); in ui_browser__argv_write()
H A Dhists.h28 int (*title)(struct hist_browser *browser,
33 void hist_browser__delete(struct hist_browser *browser);
34 int hist_browser__run(struct hist_browser *browser, const char *help,
36 void hist_browser__init(struct hist_browser *browser,
/openbmc/openbmc-test-automation/gui/lib/
H A Dgui_resource.robot19 # Default GUI browser and mode is set to "Firefox" and "headless"
28 [Documentation] Open browser with specified URL and returns browser id.
29 [Arguments] ${URL} ${browser}=ff ${mode}=${GUI_MODE}
34 # browser Browser used to open above URL
39 ... Launch Headless Browser ${URL} ${browser}
40 ... ELSE Open Browser ${URL} ${browser}
46 [Documentation] Open the browser with the URL and
51 # browser_type Type of browser (e.g. "firefox", "chrome", etc.).
59 [Documentation] Launch headless browser.
60 [Arguments] ${URL}=${obmc_gui_url} ${browser}=${GUI_BROWSER}
[all …]
H A Dresource.robot32 # Default GUI browser and mode is set to "Firefox" and "headless"
43 [Documentation] Launch the OpenBMC GUI URL on a browser.
44 # By default uses headless mode, otherwise, the GUI browser.
71 [Documentation] Open the browser with the URL and
76 # browser_type Type of browser (e.g. "firefox", "chrome", etc.).
83 [Documentation] Launch headless browser.
84 [Arguments] ${URL}=${obmc_gui_url} ${browser}=${GUI_BROWSER}
89 # browser Browser to open given URL in headless way
217 [Documentation] Open browser with specified URL and returns browser id.
218 [Arguments] ${URL} ${browser}=ff ${mode}=${GUI_MODE}
[all …]
/openbmc/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-design-CFS.rst194 # mkdir browser # 创建 "browser" 任务组
196 # #配置multimedia组,令其获得browser组两倍CPU带宽
199 # echo 1024 > browser/cpu.shares
201 # firefox & # 启动firefox并把它移到 "browser" 组
202 # echo <firefox_pid> > browser/tasks
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/links/files/
H A Dlinks2.desktop4 Comment=Links is a browser very similar to lynx
5 Comment[es]=El links es un browser para modo texto, similar a lynx
7 Comment[pt]=O links é um browser para modo texto, similar ao lynx
8 Comment[pt_BR]=O links é um browser para modo texto, similar ao lynx
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dselenium_helpers_base.py32 def create_selenium_driver(cls,browser='chrome'): argument
36 browser = env_browser
38 if browser == 'chrome':
65 elif browser == 'firefox':
67 elif browser == 'marionette':
71 elif browser == 'ie':
73 elif browser == 'phantomjs':
75 elif browser == 'remote':
85 msg = 'Selenium driver for browser %s is not available' % browser
H A DREADME1 # Running Toaster's browser-based test suite
10 tests.browser.test_js_unit_tests.TestJsUnitTests) may fail, as these rely on
31 selenium.common.exceptions.WebDriverException: Message: The browser
38 as the browser string passed via TOASTER_TESTS_BROWSER (see below).
53 …p://172.17.0.1:8000 ./bitbake/lib/toaster/manage.py test --liveserver=172.17.0.1:8000 tests.browser
54 …7.0.0.1:4444/wd/hub ./bitbake/lib/toaster/manage.py test --liveserver=172.17.0.1:8000 tests.browser
74 PATH=/home/me/apps/phantomjs/bin:$PATH TOASTER_TESTS_BROWSER=phantomjs manage.py test tests.browser
H A Dselenium_helpers.py18 from tests.browser.selenium_helpers_base import SeleniumTestCaseBase
/openbmc/linux/tools/perf/ui/tui/
H A Dutil.c15 static void ui_browser__argv_write(struct ui_browser *browser, in ui_browser__argv_write() argument
19 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write()
21 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write()
23 ui_browser__write_nstring(browser, *arg, browser->width); in ui_browser__argv_write()
/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/
H A DREADME_VirtualBox_Toaster.txt10 browser.
30 Interact with the Toaster web server with your host browser using URL:
68 Interact with the Toaster web server with your host browser using URL:
/openbmc/boost-dbus/test/
H A Davahi.py32 browser = dbus.Interface(browser_remote, 'org.freedesktop.Avahi.ServiceBrowser')
38 browser.connect_to_signal("ItemNew", new_item_handler)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/surf/
H A Dsurf_2.1.bb1 SUMMARY = "Simple web browser"
2 DESCRIPTION = "Simple open source web browser based on WebKit2/GTK"
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c2588 perf_c2c_cacheline_browser__title(struct hist_browser *browser, in perf_c2c_cacheline_browser__title() argument
2595 cl_browser = container_of(browser, struct c2c_cacheline_browser, hb); in perf_c2c_cacheline_browser__title()
2608 struct c2c_cacheline_browser *browser; in c2c_cacheline_browser__new() local
2610 browser = zalloc(sizeof(*browser)); in c2c_cacheline_browser__new()
2611 if (browser) { in c2c_cacheline_browser__new()
2612 hist_browser__init(&browser->hb, hists); in c2c_cacheline_browser__new()
2613 browser->hb.c2c_filter = true; in c2c_cacheline_browser__new()
2614 browser->hb.title = perf_c2c_cacheline_browser__title; in c2c_cacheline_browser__new()
2615 browser->he = he; in c2c_cacheline_browser__new()
2618 return browser; in c2c_cacheline_browser__new()
[all …]
H A Dbuiltin-kvm.c532 static int kvm_browser__title(struct hist_browser *browser, in kvm_browser__title() argument
536 browser->nr_non_filtered_entries); in kvm_browser__title()
543 struct hist_browser *browser = hist_browser__new(hists); in perf_kvm_browser__new() local
545 if (browser) in perf_kvm_browser__new()
546 browser->title = kvm_browser__title; in perf_kvm_browser__new()
548 return browser; in perf_kvm_browser__new()
553 struct hist_browser *browser; in kvm__hists_browse() local
556 browser = perf_kvm_browser__new(hists); in kvm__hists_browse()
557 if (browser == NULL) in kvm__hists_browse()
564 kvm_browser__update_nr_entries(browser); in kvm__hists_browse()
[all …]
/openbmc/boost-dbus/
H A DREADME.md43 dbus::proxy browser(io,
49 browser.async_receive("ItemNew", logger());
/openbmc/openbmc/poky/meta/recipes-gnome/epiphany/
H A Depiphany_47.2.bb1 SUMMARY = "WebKit based web browser for GNOME"
2 DESCRIPTION = "Epiphany is an open source web browser for the Linux desktop environment. \
/openbmc/openbmc-test-automation/gui/test/gui_header/
H A Dtest_obmc_gui_ip_refresh_check.robot97 # Shrink the browser to half from max size.
100 # Reduce the browser size which enables scroll element.
106 # Restore to original browser size.
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A D.jshintrc6 "browser" : true,
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/smartbookmark/
H A Dxfce4-smartbookmark-plugin_0.5.2.bb1 SUMMARY = "Panel plugin allowing to send requests directly to browser"

12345