Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 25 of 1864) sorted by relevance

12345678910>>...75

/third_party/weston/desktop-shell/
Dexposay.c35 struct desktop_shell *shell; member
58 static void exposay_set_state(struct desktop_shell *shell,
61 static void exposay_check_state(struct desktop_shell *shell);
69 if (esurface->shell->exposay.focus_current == esurface->view) in exposay_surface_destroy()
70 esurface->shell->exposay.focus_current = NULL; in exposay_surface_destroy()
71 if (esurface->shell->exposay.focus_prev == esurface->view) in exposay_surface_destroy()
72 esurface->shell->exposay.focus_prev = NULL; in exposay_surface_destroy()
78 exposay_in_flight_inc(struct desktop_shell *shell) in exposay_in_flight_inc() argument
80 shell->exposay.in_flight++; in exposay_in_flight_inc()
84 exposay_in_flight_dec(struct desktop_shell *shell) in exposay_in_flight_dec() argument
[all …]
Dinput-panel.c41 struct desktop_shell *shell; member
65 struct desktop_shell *shell = ipsurf->shell; in show_input_panel_surface() local
70 wl_list_for_each(seat, &shell->compositor->seat_list, link) { in show_input_panel_surface()
85 weston_layer_entry_insert(&shell->input_panel_layer.view_list, in show_input_panel_surface()
105 struct desktop_shell *shell = in show_input_panels() local
110 shell->text_input.surface = (struct weston_surface*)data; in show_input_panels()
112 if (shell->showing_input_panels) in show_input_panels()
115 shell->showing_input_panels = true; in show_input_panels()
117 if (!shell->locked) in show_input_panels()
118 weston_layer_set_position(&shell->input_panel_layer, in show_input_panels()
[all …]
Dshell.c51 struct desktop_shell *shell; member
105 struct desktop_shell *shell; member
204 shell_fade_startup(struct desktop_shell *shell);
207 shell_fade(struct desktop_shell *shell, enum fade_type type);
213 get_output_panel_size(struct desktop_shell *shell,
274 struct desktop_shell *shell = shsurf->shell; in shell_grab_start() local
286 if (shell->child.desktop_shell) { in shell_grab_start()
287 weston_desktop_shell_send_grab_cursor(shell->child.desktop_shell, in shell_grab_start()
290 get_default_view(shell->grab_surface), in shell_grab_start()
297 get_panel_size(struct desktop_shell *shell, in get_panel_size() argument
[all …]
/third_party/flutter/engine/flutter/shell/common/
Dshell_unittests.cc30 static bool ValidateShell(Shell* shell) { in ValidateShell() argument
31 if (!shell) { in ValidateShell()
35 if (!shell->IsSetup()) { in ValidateShell()
39 ShellTest::PlatformViewNotifyCreated(shell); in ValidateShell()
44 shell->GetTaskRunners().GetPlatformTaskRunner(), [shell, &latch]() { in ValidateShell()
45 shell->GetPlatformView()->NotifyDestroyed(); in ValidateShell()
58 auto shell = CreateShell(std::move(settings), std::move(task_runners)); in TEST_F() local
59 ASSERT_FALSE(shell); in TEST_F()
73 auto shell = CreateShell(std::move(settings), std::move(task_runners)); in TEST_F() local
74 ASSERT_TRUE(ValidateShell(shell.get())); in TEST_F()
[all …]
Dshell_test.cc26 Shell* shell, in SendEnginePlatformMessage() argument
30 shell->GetTaskRunners().GetPlatformTaskRunner(), in SendEnginePlatformMessage()
31 [shell, &latch, message = std::move(message)]() { in SendEnginePlatformMessage()
32 if (auto engine = shell->weak_engine_) { in SendEnginePlatformMessage()
80 void ShellTest::PlatformViewNotifyCreated(Shell* shell) { in PlatformViewNotifyCreated() argument
83 shell->GetTaskRunners().GetPlatformTaskRunner(), [shell, &latch]() { in PlatformViewNotifyCreated()
84 shell->GetPlatformView()->NotifyCreated(); in PlatformViewNotifyCreated()
90 void ShellTest::RunEngine(Shell* shell, RunConfiguration configuration) { in RunEngine() argument
93 shell->GetTaskRunners().GetPlatformTaskRunner(), in RunEngine()
94 [shell, &latch, &configuration]() { in RunEngine()
[all …]
Dshell_benchmarks.cc19 std::unique_ptr<Shell> shell; in StartupAndShutdownShell() local
67 shell = Shell::Create( in StartupAndShutdownShell()
69 [](Shell& shell) { in StartupAndShutdownShell() argument
70 return std::make_unique<PlatformView>(shell, shell.GetTaskRunners()); in StartupAndShutdownShell()
72 [](Shell& shell) { in StartupAndShutdownShell() argument
73 return std::make_unique<Rasterizer>(shell, shell.GetTaskRunners()); in StartupAndShutdownShell()
77 FML_CHECK(shell); in StartupAndShutdownShell()
81 shell.reset(); // Shutdown is synchronous. in StartupAndShutdownShell()
85 FML_CHECK(!shell); in StartupAndShutdownShell()
/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
186 const struct ivi_layout_interface *lyt = ctrl->shell->interface; in send_surface_configure_event()
238 const struct ivi_layout_interface *lyt = ivisurf->shell->interface; in send_surface_prop()
289 const struct ivi_layout_interface *lyt = ivilayer->shell->interface; in send_layer_prop()
319 const struct ivi_layout_interface *lyt = ctrl->shell->interface; in controller_set_surface_opacity()
349 const struct ivi_layout_interface *lyt = ctrl->shell->interface; in controller_set_surface_source_rectangle()
392 const struct ivi_layout_interface *lyt = ctrl->shell->interface; in controller_set_surface_destination_rectangle()
438 const struct ivi_layout_interface *lyt = ctrl->shell->interface; in controller_set_surface_visibility()
[all …]
/third_party/python/Lib/idlelib/idle_test/
Dtest_run.py116 shell = MockShell()
117 f = run.StdInputFile(shell, 'stdin')
130 shell = MockShell()
131 f = run.StdInputFile(shell, 'stdin')
139 shell = MockShell()
140 f = run.StdInputFile(shell, 'stdin')
141 shell.push(['one\n', 'two\n', ''])
143 shell.push(['one\n', 'two\n', ''])
145 shell.push(['one\n', 'two\n', ''])
147 shell.push(['one\n', 'two\n', 'three\n', ''])
[all …]
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_flutter473 FILE: ../../../flutter/shell/common/animator.cc
474 FILE: ../../../flutter/shell/common/animator.h
475 FILE: ../../../flutter/shell/common/engine.cc
476 FILE: ../../../flutter/shell/common/engine.h
477 FILE: ../../../flutter/shell/common/fixtures/shell_test.dart
478 FILE: ../../../flutter/shell/common/isolate_configuration.cc
479 FILE: ../../../flutter/shell/common/isolate_configuration.h
480 FILE: ../../../flutter/shell/common/persistent_cache.cc
481 FILE: ../../../flutter/shell/common/persistent_cache.h
482 FILE: ../../../flutter/shell/common/pipeline.cc
[all …]
/third_party/weston/kiosk-shell/
Dkiosk-shell.c125 wl_list_for_each(shoutput, &shsurf->shell->output_list, link) { in kiosk_shell_surface_find_best_output()
136 output = get_focused_output(shsurf->shell->compositor); in kiosk_shell_surface_find_best_output()
140 output = get_default_output(shsurf->shell->compositor); in kiosk_shell_surface_find_best_output()
281 kiosk_shell_surface_create(struct kiosk_shell *shell, in kiosk_shell_surface_create() argument
306 shsurf->shell = shell; in kiosk_shell_surface_create()
418 struct kiosk_shell *shell = shoutput->shell; in kiosk_shell_output_recreate_background() local
428 create_colored_surface(shoutput->shell->compositor, in kiosk_shell_output_recreate_background()
439 weston_layer_entry_insert(&shell->background_layer.view_list, in kiosk_shell_output_recreate_background()
492 struct weston_config *wc = wet_get_config(shoutput->shell->compositor); in kiosk_shell_output_configure()
515 kiosk_shell_output_create(struct kiosk_shell *shell, struct weston_output *output) in kiosk_shell_output_create() argument
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/samples/
Ddefs.mk11 CC=$(shell icu-config --cc)
12 CXX=$(shell icu-config --cxx)
13 CPPFLAGS=$(shell icu-config --cppflags)
14 CFLAGS=$(shell icu-config --cflags)
15 CXXFLAGS=$(shell icu-config --cxxflags)
16 LDFLAGS =$^ $(shell icu-config --ldflags)
17 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
18 INVOKE=$(shell icu-config --invoke)
19 GENRB=$(shell icu-config --invoke=genrb)
21 PKGDATA=$(shell icu-config --invoke=pkgdata)
[all …]
/third_party/skia/third_party/externals/icu/source/samples/
Ddefs.mk11 CC=$(shell icu-config --cc)
12 CXX=$(shell icu-config --cxx)
13 CPPFLAGS=$(shell icu-config --cppflags)
14 CFLAGS=$(shell icu-config --cflags)
15 CXXFLAGS=$(shell icu-config --cxxflags)
16 LDFLAGS =$^ $(shell icu-config --ldflags)
17 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
18 INVOKE=$(shell icu-config --invoke)
19 GENRB=$(shell icu-config --invoke=genrb)
21 PKGDATA=$(shell icu-config --invoke=pkgdata)
[all …]
/third_party/icu/icu4c/source/samples/
Ddefs.mk11 CC=$(shell icu-config --cc)
12 CXX=$(shell icu-config --cxx)
13 CPPFLAGS=$(shell icu-config --cppflags)
14 CFLAGS=$(shell icu-config --cflags)
15 CXXFLAGS=$(shell icu-config --cxxflags)
16 LDFLAGS =$^ $(shell icu-config --ldflags)
17 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
18 INVOKE=$(shell icu-config --invoke)
19 GENRB=$(shell icu-config --invoke=genrb)
21 PKGDATA=$(shell icu-config --invoke=pkgdata)
[all …]
/third_party/weston/ivi-shell/
Divi-shell.c56 struct ivi_shell *shell; member
247 struct ivi_shell *shell = wl_resource_get_user_data(resource); in application_surface_create() local
278 wl_list_insert(&shell->ivi_surface_list, &ivisurf->link); in application_surface_create()
280 ivisurf->shell = shell; in application_surface_create()
325 struct ivi_shell *shell = data; in bind_ivi_application() local
333 shell, NULL); in bind_ivi_application()
342 struct ivi_shell *shell = in shell_destroy() local
346 wl_list_remove(&shell->destroy_listener.link); in shell_destroy()
347 wl_list_remove(&shell->wake_listener.link); in shell_destroy()
349 wl_list_for_each_safe(ivisurf, next, &shell->ivi_surface_list, link) { in shell_destroy()
[all …]
DREADME5 IVI-shell is an alternative shell for Weston, a Wayland display server.
8 a separate shell and not an extension to the desktop-shell suite with
10 IVI-shell.
12 IVI-shell contains two main features:
13 - Common layout library for surface, which allow ivi-shell developer
14 to develop own shell, linking Common layout library.
20 With this ID, shell can identify which wl_surface is drawn by which
21 application. In in-vehicle infortainment system, a shell has to update
30 shell protocol (the same concept as xdg_shell).
31 Implemented by ivi-shell.so.
[all …]
/third_party/flutter/build/glfw/
DBUILD.gn21 "$flutter_root/engine/flutter/shell/platform/common/cpp/public",
22 "$flutter_root/engine/flutter/shell/platform/glfw/public",
30 "$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/engine_method_result.cc",
31 "$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/standard_codec.cc",
35 …"$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/basic_messa…
36 …"$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/binary_mess…
37 …"$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/encodable_v…
38 …"$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/engine_meth…
39 …"$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/message_cod…
40 …"$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/method_call…
[all …]
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterHeadlessDartRunner.mm7 #import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Internal.h"
9 #import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterHeadlessDartRunner.h"
15 #include "flutter/shell/common/engine.h"
16 #include "flutter/shell/common/rasterizer.h"
17 #include "flutter/shell/common/run_configuration.h"
18 #include "flutter/shell/common/shell.h"
19 #include "flutter/shell/common/switches.h"
20 #include "flutter/shell/common/thread_host.h"
21 #include "flutter/shell/platform/darwin/common/command_line.h"
22 #include "flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h"
[all …]
/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() argument
129 if (!wl_list_empty(&shell->default_surface_list)) in replace_default_surface()
130 prev = container_of(shell->default_surface_list.prev, in replace_default_surface()
143 wl_list_insert(shell->default_surface_list.prev, &surf->link); in replace_default_surface()
182 wl_list_for_each(fsout, &listener->shell->output_list, link) { in seat_caps_changed()
212 listener->shell = container_of(l, struct fullscreen_shell, in seat_created()
318 fs_output_create(struct fullscreen_shell *shell, struct weston_output *output) in fs_output_create() argument
327 fsout->shell = shell; in fs_output_create()
[all …]
/third_party/openh264/autotest/performanceTest/android/
Drun_AutoTest_android.sh113 pid=`$ADB -s $dev shell ps | grep logcat | awk '{print $2;}'`
114 [ "#$pid" != "#" ] && $ADB -s $dev shell kill $pid >/dev/null
117 $ADB -s $dev shell am start -n ${apk_main}
120 $ADB -s $dev shell ps | grep ${apk_id}
123 $ADB -s $dev shell ps | grep ${apk_id}
130 pid=`$ADB -s $dev shell ps | grep logcat | awk '{print $2;}'`
131 [ "#$pid" != "#" ] && $ADB -s $dev shell kill $pid >/dev/null
134 $ADB -s $dev shell rm -rf ${test_path}
142 pid=`$ADB -s $dev shell ps | grep logcat | awk '{print $2;}'`
143 [ "#$pid" != "#" ] && $ADB -s $dev shell kill $pid >/dev/null
[all …]
/third_party/flutter/engine/flutter/shell/platform/windows/
DBUILD.gn7 import("$flutter_root/shell/platform/glfw/config.gni")
29 [ "$flutter_root/shell/platform/common/cpp:common_cpp_library_headers" ]
32 "$flutter_root/shell/platform/common/cpp:desktop_library_implementation",
36 "$flutter_root/shell/platform/common/cpp:relative_flutter_library_headers",
64 "$flutter_root/shell/platform/common/cpp:desktop_library_implementation",
72 "$flutter_root/shell/platform/common/cpp:common_cpp",
73 "$flutter_root/shell/platform/common/cpp/client_wrapper:client_wrapper",
74 "$flutter_root/shell/platform/embedder:embedder_with_symbol_prefix",
75 "$flutter_root/shell/platform/windows/client_wrapper:client_wrapper_windows",
91 deps = [ "$flutter_root/shell/platform/common/cpp:publish_headers" ]
[all …]
/third_party/toybox/toys/pending/
Dsulogin.c70 static void run_shell(char *shell) in run_shell() argument
72 snprintf(toybuf,sizeof(toybuf), "-%s", shell); in run_shell()
73 execl(shell, toybuf, NULL); in run_shell()
86 char *shell = NULL, *pass = NULL, **temp = forbid; in sulogin_main() local
115 if ((shell = getenv("SUSHELL")) || (shell = getenv("sushell")) in sulogin_main()
116 || (shell = pwd->pw_shell)) in sulogin_main()
117 run_shell((shell && *shell)? shell: "/bin/sh"); in sulogin_main()
/third_party/flutter/skia/tools/android/
Dupload_to_android.py94 % (repo_binary, ANDROID_REPO_URL), shell=True)
98 repo_binary, SKIA_PATH_IN_ANDROID), shell=True)
103 'git config remote.goog.review %s/' % ANDROID_REPO_URL, shell=True)
105 'git config review.%s/.autoupload true' % ANDROID_REPO_URL, shell=True)
107 'git config user.email %s@google.com' % getpass.getuser(), shell=True)
133 shell=True)
134 subprocess.check_call('git cherry-pick FETCH_HEAD', shell=True)
142 subprocess.check_call('git add %s' % SK_USER_CONFIG_PATH, shell=True)
156 shell=True)
192 subprocess.check_call('git add %s' % config_file, shell=True)
[all …]
/third_party/skia/tools/android/
Dupload_to_android.py96 % (repo_binary, ANDROID_REPO_URL), shell=True)
100 repo_binary, SKIA_PATH_IN_ANDROID), shell=True)
105 'git config remote.goog.review %s/' % ANDROID_REPO_URL, shell=True)
107 'git config review.%s/.autoupload true' % ANDROID_REPO_URL, shell=True)
109 'git config user.email %s@google.com' % getpass.getuser(), shell=True)
135 shell=True)
136 subprocess.check_call('git cherry-pick FETCH_HEAD', shell=True)
144 subprocess.check_call('git add %s' % SK_USER_CONFIG_PATH, shell=True)
158 shell=True)
194 subprocess.check_call('git add %s' % config_file, shell=True)
[all …]
/third_party/weston/tests/
Dweston-test-desktop-shell.c56 void *shell) in desktop_surface_added() argument
58 struct desktest_shell *dts = shell; in desktop_surface_added()
69 void *shell) in desktop_surface_removed() argument
71 struct desktest_shell *dts = shell; in desktop_surface_removed()
82 int32_t sx, int32_t sy, void *shell) in desktop_surface_committed() argument
84 struct desktest_shell *dts = shell; in desktop_surface_committed()
104 struct weston_seat *seat, uint32_t serial, void *shell) in desktop_surface_move() argument
111 enum weston_desktop_surface_edge edges, void *shell) in desktop_surface_resize() argument
118 struct weston_output *output, void *shell) in desktop_surface_fullscreen_requested() argument
124 bool maximized, void *shell) in desktop_surface_maximized_requested() argument
[all …]
/third_party/skia/platform_tools/android/apps/skottie/
Drun_perf.sh23 adb shell input keyevent MENU
24 adb shell input keyevent MENU
25 adb shell setprop persist.traced.enable 1
26 adb shell setenforce 0
27 adb shell setprop debug.egl.traceGpuCompletion 1
28 adb shell am force-stop org.skia.skottie
40 adb shell am start -n org.skia.skottie/.PerfActivity --ei renderer ${renderer} --ei file ${file}
50 adb shell am start -n org.skia.skottie/.PerfActivity --ei renderer ${renderer} --ei file ${file}
54 adb shell am force-stop org.skia.skottie

12345678910>>...75