Home
last modified time | relevance | path

Searched refs:shell_output (Results 1 – 25 of 135) sorted by relevance

123456

/dports/www/firefox/firefox-99.0/testing/raptor/raptor/
H A Dpower.py25 device_type = device.shell_output("getprop ro.product.model", timeout=timeout)
136 raptor.screen_off_timeout = raptor.device.shell_output(
144 raptor.screen_brightness = raptor.device.shell_output(
147 raptor.device.shell_output("settings put system screen_brightness 127")
149 raptor.device.shell_output("dumpsys batterystats --reset")
154 output.write(raptor.device.shell_output("dumpsys battery"))
209 raptor.device.shell_output(
212 raptor.device.shell_output(
220 output.write(raptor.device.shell_output("dumpsys battery"))
228 batterystats = raptor.device.shell_output("dumpsys batterystats")
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/raptor/raptor/
H A Dpower.py24 device_type = device.shell_output("getprop ro.product.model", timeout=timeout)
128 raptor.screen_off_timeout = raptor.device.shell_output(
136 raptor.screen_brightness = raptor.device.shell_output(
139 raptor.device.shell_output("settings put system screen_brightness 127")
141 raptor.device.shell_output("dumpsys batterystats --reset")
146 output.write(raptor.device.shell_output("dumpsys battery"))
201 raptor.device.shell_output(
204 raptor.device.shell_output(
212 output.write(raptor.device.shell_output("dumpsys battery"))
220 batterystats = raptor.device.shell_output("dumpsys batterystats")
[all …]
H A Dperformance_tuning.py30 device_name = self.device.shell_output(
46 self.device.shell_output(
85 services_list_output = self.device.shell_output(
136 device_name = self.device.shell_output(
188 device_name = self.device.shell_output(
/dports/mail/thunderbird/thunderbird-91.8.0/testing/raptor/raptor/
H A Dpower.py24 device_type = device.shell_output("getprop ro.product.model", timeout=timeout)
128 raptor.screen_off_timeout = raptor.device.shell_output(
136 raptor.screen_brightness = raptor.device.shell_output(
139 raptor.device.shell_output("settings put system screen_brightness 127")
141 raptor.device.shell_output("dumpsys batterystats --reset")
146 output.write(raptor.device.shell_output("dumpsys battery"))
201 raptor.device.shell_output(
204 raptor.device.shell_output(
212 output.write(raptor.device.shell_output("dumpsys battery"))
220 batterystats = raptor.device.shell_output("dumpsys batterystats")
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/raptor/raptor/
H A Dpower.py64 device.shell_output(
71 device.shell_output(
133 raptor.screen_off_timeout = raptor.device.shell_output(
141 raptor.screen_brightness = raptor.device.shell_output(
146 raptor.device.shell_output("dumpsys batterystats --reset")
151 output.write(raptor.device.shell_output("dumpsys battery"))
206 raptor.device.shell_output(
209 raptor.device.shell_output(
217 output.write(raptor.device.shell_output("dumpsys battery"))
225 batterystats = raptor.device.shell_output("dumpsys batterystats")
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozbase/mozdevice/mozdevice/
H A Dadb_android.py92 if self.shell_output('getenforce', timeout=timeout) != 'Permissive':
94 self.shell_output("setenforce Permissive", timeout=timeout, root=True)
99 self.version = int(self.shell_output("getprop ro.build.version.sdk",
151 lines = self.shell_output(cmd, timeout=timeout).splitlines()
184 data = self.shell_output(cmd, timeout=timeout)
240 if (self.selinux and self.shell_output('getenforce',
251 data = self.shell_output("pm list %s" % pm_list_cmd,
283 self.shell_output('svc power stayon true',
336 data = self.shell_output("pm list package %s" % app_name, timeout=timeout)
397 self.shell_output(cmd, timeout=timeout)
[all …]
H A Dadb.py1193 self.shell_output("log logcat cleared", timeout=timeout)
1325 output = self.shell_output('ifconfig %s' % interface,
1371 output = self.shell_output('netcfg', timeout=timeout)
1441 self.shell_output("chmod %s %s" % (mask, path),
1447 self.shell_output("chmod -R %s %s" % (mask, path),
1471 self.shell_output('sh -c %s' % chmodsh, timeout=timeout,
1565 data = self.shell_output("%s %s" % (self._ls, path),
1632 model = self.shell_output('getprop ro.product.model',
1700 self.shell_output('mkdir %s' % name,
2281 ps = self.shell_output('ps', timeout=timeout)
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/mozdevice/mozdevice/
H A Dadb_android.py90 if self.shell_output('getenforce', timeout=timeout) != 'Permissive':
92 self.shell_output("setenforce Permissive", timeout=timeout, root=True)
96 self.version = int(self.shell_output("getprop ro.build.version.sdk",
148 lines = self.shell_output(cmd, timeout=timeout).split('\r')
201 if (self.selinux and self.shell_output('getenforce',
204 self.shell_output("setenforce Permissive", timeout=timeout, root=True)
212 data = self.shell_output("pm list %s" % pm_list_cmd,
244 self.shell_output('svc power stayon true',
294 data = self.shell_output("pm list package %s" % app_name, timeout=timeout)
355 self.shell_output(cmd, timeout=timeout)
[all …]
H A Dadb.py1191 self.shell_output("log logcat cleared", timeout=timeout)
1323 output = self.shell_output('ifconfig %s' % interface,
1369 output = self.shell_output('netcfg', timeout=timeout)
1439 self.shell_output("chmod %s %s" % (mask, path),
1445 self.shell_output("chmod -R %s %s" % (mask, path),
1469 self.shell_output('sh -c %s' % chmodsh, timeout=timeout,
1563 data = self.shell_output("%s %s" % (self._ls, path),
1630 model = self.shell_output('getprop ro.product.model',
1698 self.shell_output('mkdir %s' % name,
2258 ps = self.shell_output('ps', timeout=timeout)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/mozdevice/mozdevice/
H A Dadb.py746 self.shell_output('cp --help', timeout=timeout)
1003 self.shell_output("sync", timeout=timeout)
1926 output = self.shell_output('netcfg', timeout=timeout)
2380 self.shell_output('mkdir %s' % name,
2990 ps = self.shell_output('ps', timeout=timeout)
3021 enforce = self.shell_output('getenforce')
3107 data = self.shell_output(cmd, timeout=timeout)
3133 data = self.shell_output(cmd, timeout=timeout)
3228 self.shell_output('svc power stayon true',
3373 cmd_output = self.shell_output(cmd, timeout=timeout)
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/raptor/test/
H A Dtest_power.py37 device.shell_output.return_value = None
38 device.shell_output.side_effect = [
118 device.shell_output.return_value = None
119 device.shell_output.side_effect = [
204 device.shell_output.return_value = None
205 device.shell_output.side_effect = [
H A Dtest_cpu.py36 device.shell_output.side_effect = ["8.0.0", "geckoview"]
89 device.shell_output.side_effect = ["8.0.0", test_data]
144 shell_output = (
150 device.shell_output.side_effect = ["7.0.0", shell_output]
/dports/www/firefox/firefox-99.0/testing/raptor/test/
H A Dtest_power.py37 device.shell_output.return_value = None
38 device.shell_output.side_effect = [
118 device.shell_output.return_value = None
119 device.shell_output.side_effect = [
204 device.shell_output.return_value = None
205 device.shell_output.side_effect = [
H A Dtest_cpu.py36 device.shell_output.side_effect = ["8.0.0", "geckoview"]
89 device.shell_output.side_effect = ["8.0.0", test_data]
144 shell_output = (
150 device.shell_output.side_effect = ["7.0.0", shell_output]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/raptor/test/
H A Dtest_power.py37 device.shell_output.return_value = None
38 device.shell_output.side_effect = [
118 device.shell_output.return_value = None
119 device.shell_output.side_effect = [
204 device.shell_output.return_value = None
205 device.shell_output.side_effect = [
H A Dtest_cpu.py37 device.shell_output.side_effect = ["8.0.0", "geckoview"]
90 device.shell_output.side_effect = ["8.0.0", test_data]
145 shell_output = (
151 device.shell_output.side_effect = ["7.0.0", shell_output]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/raptor/test/
H A Dtest_power.py37 device.shell_output.return_value = None
38 device.shell_output.side_effect = [
118 device.shell_output.return_value = None
119 device.shell_output.side_effect = [
204 device.shell_output.return_value = None
205 device.shell_output.side_effect = [
H A Dtest_cpu.py36 device.shell_output.side_effect = ["8.0.0", "geckoview"]
89 device.shell_output.side_effect = ["8.0.0", test_data]
144 shell_output = (
150 device.shell_output.side_effect = ["7.0.0", shell_output]
/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/mozdevice/mozdevice/
H A Dadb.py919 self.shell_output(
2533 self.shell_output(
2596 self.shell_output(
2656 self.shell_output(
2842 lines = self.shell_output(
2935 self.shell_output(
3186 self.shell_output(
3218 self.shell_output(
3445 self.shell_output(
3519 self.shell_output(
[all …]
/dports/www/firefox/firefox-99.0/testing/mozbase/mozdevice/mozdevice/
H A Dadb.py919 self.shell_output(
2548 self.shell_output(
2611 self.shell_output(
2671 self.shell_output(
2857 lines = self.shell_output(
2950 self.shell_output(
3201 self.shell_output(
3233 self.shell_output(
3460 self.shell_output(
3534 self.shell_output(
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/mozdevice/mozdevice/
H A Dadb.py919 self.shell_output(
2533 self.shell_output(
2596 self.shell_output(
2656 self.shell_output(
2842 lines = self.shell_output(
2935 self.shell_output(
3186 self.shell_output(
3218 self.shell_output(
3445 self.shell_output(
3519 self.shell_output(
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/desktop-shell/
H A Dshell.c2974 struct shell_output *shell_output; in find_shell_output_from_weston_output() local
2978 return shell_output; in find_shell_output_from_weston_output()
3973 struct shell_output *shell_output = data; in shell_fade_done_for_output() local
4023 struct shell_output *shell_output; in shell_fade() local
4073 struct shell_output *shell_output; in do_shell_fade_startup() local
4092 struct shell_output *shell_output; in shell_fade_startup() local
4128 struct shell_output *shell_output; in shell_fade_init() local
4852 struct shell_output *shell_output; in create_shell_output() local
4854 shell_output = zalloc(sizeof *shell_output); in create_shell_output()
4933 struct shell_output *shell_output, *tmp; in shell_destroy() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/desktop-shell/
H A Dshell.c2974 struct shell_output *shell_output; in find_shell_output_from_weston_output() local
2978 return shell_output; in find_shell_output_from_weston_output()
3973 struct shell_output *shell_output = data; in shell_fade_done_for_output() local
4023 struct shell_output *shell_output; in shell_fade() local
4073 struct shell_output *shell_output; in do_shell_fade_startup() local
4092 struct shell_output *shell_output; in shell_fade_startup() local
4128 struct shell_output *shell_output; in shell_fade_init() local
4852 struct shell_output *shell_output; in create_shell_output() local
4854 shell_output = zalloc(sizeof *shell_output); in create_shell_output()
4933 struct shell_output *shell_output, *tmp; in shell_destroy() local
[all …]
/dports/x11/xdotool/xdotool-3.20210804.2/
H A Dcmd_get_desktop_viewport.c6 int shell_output = 0; in cmd_get_desktop_viewport() local
26 shell_output = 1; in cmd_get_desktop_viewport()
38 if (shell_output) { in cmd_get_desktop_viewport()
H A Dcmd_get_display_geometry.c9 int shell_output = False; in cmd_get_display_geometry() local
34 shell_output = True; in cmd_get_display_geometry()
48 if (shell_output) { in cmd_get_display_geometry()

123456