Home
last modified time | relevance | path

Searched defs:shell (Results 1 – 25 of 134) sorted by relevance

123456

/third_party/weston/ivi-shell/
Dweston.ini.in2 shell=ivi-shell.so key
6 ivi-shell-user-interface=weston-ivi-shell-user-interface
10 cursor-theme=default
11 cursor-size=32
13 base-layer-id=1000
14 base-layer-id-offset=10000
16 workspace-background-layer-id=2000
17 workspace-layer-id=3000
18 application-layer-id=4000
20 transition-duration=300
[all …]
Divi-shell.c56 struct ivi_shell *shell; member
247 struct ivi_shell *shell = wl_resource_get_user_data(resource); in application_surface_create() local
325 struct ivi_shell *shell = data; in bind_ivi_application() local
342 struct ivi_shell *shell = in shell_destroy() local
378 init_ivi_shell(struct weston_compositor *compositor, struct ivi_shell *shell) in init_ivi_shell()
445 struct ivi_shell *shell) in shell_add_bindings()
480 struct ivi_shell *shell = (struct ivi_shell *) user_data; in desktop_surface_added() local
620 struct ivi_shell *shell; in wet_shell_init() local
/third_party/weston/
Dweston.ini.in8 [shell] section
9 background-image=/usr/share/backgrounds/gnome/Aqua.jpg
10 background-color=0xff002244
11 background-type=tile
12 clock-format=minutes
13 panel-color=0x90ff0000
14 locking=true
15 animation=zoom
16 startup-animation=fade
Dweston.ini2 shell=libivi-shell.z.so key
6 ivi-input-module=libivi-input-controller.z.so
7 ivi-id-agent-module=libivi-id-agent.z.so
8 screen-info-module=libscreen-info-module.z.so
9 transition-duration=30
10 cursor-theme=default
/third_party/weston/desktop-shell/
Dexposay.c35 struct desktop_shell *shell; member
78 exposay_in_flight_inc(struct desktop_shell *shell) in exposay_in_flight_inc()
84 exposay_in_flight_dec(struct desktop_shell *shell) in exposay_in_flight_dec()
129 struct desktop_shell *shell = esurface->shell; in exposay_animate_out_done() local
154 exposay_highlight_surface(struct desktop_shell *shell, in exposay_highlight_surface()
172 exposay_is_animating(struct desktop_shell *shell) in exposay_is_animating()
182 exposay_pick(struct desktop_shell *shell, int x, int y) in exposay_pick()
234 exposay_margin_size(struct desktop_shell *shell, pixman_rectangle32_t exposay_area, in exposay_margin_size()
255 exposay_layout(struct desktop_shell *shell, struct shell_output *shell_output) in exposay_layout()
398 struct desktop_shell *shell = in exposay_motion() local
[all …]
Dinput-panel.c41 struct desktop_shell *shell; member
65 struct desktop_shell *shell = ipsurf->shell; in show_input_panel_surface() local
105 struct desktop_shell *shell = in show_input_panels() local
133 struct desktop_shell *shell = in hide_input_panels() local
155 struct desktop_shell *shell = in update_input_panels() local
172 struct desktop_shell *shell = ip_surface->shell; in input_panel_committed() local
236 create_input_panel_surface(struct desktop_shell *shell, in create_input_panel_surface()
272 struct desktop_shell *shell = input_panel_surface->shell; in input_panel_surface_set_toplevel() local
289 struct desktop_shell *shell = input_panel_surface->shell; in input_panel_surface_set_overlay_panel() local
319 struct desktop_shell *shell = wl_resource_get_user_data(resource); in input_panel_get_input_panel_surface() local
[all …]
Dshell.c51 struct desktop_shell *shell; member
105 struct desktop_shell *shell; member
274 struct desktop_shell *shell = shsurf->shell; in shell_grab_start() local
297 get_panel_size(struct desktop_shell *shell, in get_panel_size()
314 get_output_panel_size(struct desktop_shell *shell, in get_output_panel_size()
338 get_output_work_area(struct desktop_shell *shell, in get_output_work_area()
397 struct desktop_shell *shell = shsurf->shell; in shell_touch_grab_start() local
466 shell_configuration(struct desktop_shell *shell) in shell_configuration()
693 focus_state_create(struct desktop_shell *shell, struct weston_seat *seat, in focus_state_create()
718 ensure_focus_state(struct desktop_shell *shell, struct weston_seat *seat) in ensure_focus_state()
[all …]
/third_party/weston/tests/
Dweston-test-desktop-shell.c56 void *shell) in desktop_surface_added()
69 void *shell) in desktop_surface_removed()
82 int32_t sx, int32_t sy, void *shell) in desktop_surface_committed()
104 struct weston_seat *seat, uint32_t serial, void *shell) in desktop_surface_move()
111 enum weston_desktop_surface_edge edges, void *shell) in desktop_surface_resize()
118 struct weston_output *output, void *shell) in desktop_surface_fullscreen_requested()
124 bool maximized, void *shell) in desktop_surface_maximized_requested()
130 void *shell) in desktop_surface_minimized_requested()
136 void *shell) in desktop_surface_ping_timeout()
142 void *shell) in desktop_surface_pong()
Dinternal-screenshot.ini1 [shell] section
2 startup-animation=none
3 background-color=0xCC336699
Droles-test.c80 struct wl_shell *shell; in get_wl_shell() local
107 struct wl_shell *shell; in TEST() local
135 struct wl_shell *shell; in TEST() local
/third_party/node/test/parallel/
Dtest-child-process-spawnsync-shell.js10 const doesNotExist = cp.spawnSync('does-not-exist', { shell: true }); property
27 const echo = cp.spawnSync('echo', ['foo'], { shell: true }); property
34 const command = cp.spawnSync(cmd, { shell: true }); property
41 shell: true property
55 function test(testPlatform, shell, shellOutput) { argument
74 cp.spawnSync(cmd, { shell }); field
Dtest-child-process-spawn-shell.js7 const doesNotExist = cp.spawn('does-not-exist', { shell: true }); property
23 shell: true property
40 shell: true property
55 shell: true property
Dtest-child-process-exec-any-shells-windows.js18 const test = (shell) => { argument
19 cp.exec('echo foo bar', { shell: shell }, property
48 { shell: 'PowerShell' }, property
/third_party/flutter/engine/flutter/shell/common/
Dshell_unittests.cc30 static bool ValidateShell(Shell* shell) { in ValidateShell()
58 auto shell = CreateShell(std::move(settings), std::move(task_runners)); in TEST_F() local
73 auto shell = CreateShell(std::move(settings), std::move(task_runners)); in TEST_F() local
88 auto shell = CreateShell(std::move(settings), std::move(task_runners)); in TEST_F() local
102 auto shell = CreateShell(std::move(settings), std::move(task_runners)); in TEST_F() local
122 auto shell = Shell::Create( in TEST_F() local
124 [](Shell& shell) { in TEST_F()
128 [](Shell& shell) { in TEST_F()
150 auto shell = CreateShell(std::move(settings), std::move(task_runners)); in TEST_F() local
160 auto shell = CreateShell(settings); in TEST_F() local
[all …]
Dshell_test.cc26 Shell* shell, in SendEnginePlatformMessage()
80 void ShellTest::PlatformViewNotifyCreated(Shell* shell) { in PlatformViewNotifyCreated()
90 void ShellTest::RunEngine(Shell* shell, RunConfiguration configuration) { in RunEngine()
104 void ShellTest::PumpOneFrame(Shell* shell) { in PumpOneFrame()
135 int ShellTest::UnreportedTimingsCount(Shell* shell) { in UnreportedTimingsCount()
139 void ShellTest::SetNeedsReportTimings(Shell* shell, bool value) { in SetNeedsReportTimings()
143 bool ShellTest::GetNeedsReportTimings(Shell* shell) { in GetNeedsReportTimings()
181 [](Shell& shell) { in CreateShell()
185 [](Shell& shell) { in CreateShell()
Dshell_benchmarks.cc19 std::unique_ptr<Shell> shell; in StartupAndShutdownShell() local
69 [](Shell& shell) { in StartupAndShutdownShell()
72 [](Shell& shell) { in StartupAndShutdownShell()
/third_party/weston/kiosk-shell/
Dkiosk-shell.c281 kiosk_shell_surface_create(struct kiosk_shell *shell, in kiosk_shell_surface_create()
418 struct kiosk_shell *shell = shoutput->shell; in kiosk_shell_output_recreate_background() local
515 kiosk_shell_output_create(struct kiosk_shell *shell, struct weston_output *output) in kiosk_shell_output_create()
547 struct kiosk_shell *shell = data; in desktop_surface_added() local
600 struct kiosk_shell *shell = data; in desktop_surface_removed() local
690 struct weston_seat *seat, uint32_t serial, void *shell) in desktop_surface_move()
724 enum weston_desktop_surface_edge edges, void *shell) in desktop_surface_resize()
731 void *shell) in desktop_surface_set_parent()
744 struct weston_output *output, void *shell) in desktop_surface_fullscreen_requested()
769 bool maximized, void *shell) in desktop_surface_maximized_requested()
[all …]
/third_party/wayland-ivi-extension/ivi-id-agent-modules/ivi-id-agent/
Dweston.ini.in2 shell=ivi-shell.so key
7 ivi-input-module=ivi-input-controller.so
8 ivi-id-agent-module=ivi-id-agent.so
/third_party/flutter/engine/flutter/shell/testing/
Dtester_main.cc31 ScriptCompletionTaskObserver(Shell& shell, in ScriptCompletionTaskObserver()
90 [](Shell& shell) { in RunTester()
94 Shell::CreateCallback<Rasterizer> on_create_rasterizer = [](Shell& shell) { in RunTester()
98 auto shell = Shell::Create(task_runners, // in RunTester() local
/third_party/wayland-ivi-extension/weston-ivi-shell/src/
Divi-controller.c61 struct ivishell *shell; member
70 struct ivishell *shell; member
81 struct ivishell *shell; member
926 set_bkgnd_surface_prop(struct ivishell *shell)
1577 struct ivishell *shell = data; local
1622 create_screen(struct ivishell *shell, struct weston_output *output)
1672 struct ivishell *shell = wl_container_of(listener, shell, output_destroyed); local
1691 struct ivishell *shell = wl_container_of(listener, shell, output_destroyed); local
1700 struct ivishell *shell = wl_container_of(listener, shell, output_created); local
1712 create_layer(struct ivishell *shell,
[all …]
/third_party/node/test/sequential/
Dtest-child-process-execsync.js35 const execOpts = { encoding: 'utf8', shell: true }; property
39 function() { execSync('exit -1', { shell: 'bad_shell' }); }, property
43 function() { execFileSync('exit -1', { shell: 'bad_shell' }); }, property
/third_party/toybox/toys/pending/
Dsulogin.c70 static void run_shell(char *shell) in run_shell()
86 char *shell = NULL, *pass = NULL, **temp = forbid; in sulogin_main() local
/third_party/boost/tools/build/src/engine/
Dexeccmd.cpp43 void argv_from_shell( char const * * argv, LIST * shell, char const * command, in argv_from_shell()
100 int is_raw_command_request( LIST * shell ) in is_raw_command_request()
/third_party/wayland-ivi-extension/screen-info/module/
Dscreen-info.c11 static struct ivishell *shell; variable
15 struct ivishell *shell; member
133 load_test_screen_info_module(struct ivishell *shell) in load_test_screen_info_module()
/third_party/weston/fullscreen-shell/
Dfullscreen-shell.c64 struct fullscreen_shell *shell; member
92 struct fullscreen_shell *shell; member
124 replace_default_surface(struct fullscreen_shell *shell, struct weston_surface *surface, in replace_default_surface()
318 fs_output_create(struct fullscreen_shell *shell, struct weston_output *output) in fs_output_create()
629 struct fullscreen_shell *shell = surface->committed_private; in configure_presented_surface() local
752 struct fullscreen_shell *shell = in fullscreen_shell_present_surface() local
812 struct fullscreen_shell *shell = in fullscreen_shell_present_surface_for_mode() local
855 struct fullscreen_shell *shell; in output_created() local
866 struct fullscreen_shell *shell = container_of(listener, in client_destroyed() local
876 struct fullscreen_shell *shell = data; in bind_fullscreen_shell() local
[all …]

123456