/third_party/weston/libweston/ |
D | launcher-direct.c | 103 struct launcher_direct *launcher = data; in vt_handler() local 104 struct weston_compositor *compositor = launcher->compositor; in vt_handler() 109 drmDropMaster(launcher->drm_fd); in vt_handler() 110 ioctl(launcher->tty, VT_RELDISP, 1); in vt_handler() 112 ioctl(launcher->tty, VT_RELDISP, VT_ACKACQ); in vt_handler() 113 drmSetMaster(launcher->drm_fd); in vt_handler() 122 setup_tty(struct launcher_direct *launcher, int tty) in setup_tty() argument 131 launcher->tty = dup(tty); in setup_tty() 132 if (launcher->tty == -1) { in setup_tty() 139 launcher->tty = open(tty_device, O_RDWR | O_CLOEXEC); in setup_tty() [all …]
|
D | launcher-weston-launch.c | 114 struct launcher_weston_launch *launcher = wl_container_of(launcher_base, launcher, base); in launcher_weston_launch_open() local 133 launcher_weston_launch_send(launcher->fd, message, n); in launcher_weston_launch_open() 145 len = recvmsg(launcher->fd, &msg, MSG_CMSG_CLOEXEC); in launcher_weston_launch_open() 178 struct launcher_weston_launch *launcher = wl_container_of(launcher_base, launcher, base); in launcher_weston_launch_restore() local 181 if (ioctl(launcher->tty, KDSKBMUTE, 0) && in launcher_weston_launch_restore() 182 ioctl(launcher->tty, KDSKBMODE, launcher->kb_mode)) in launcher_weston_launch_restore() 186 if (ioctl(launcher->tty, KDSETMODE, KD_TEXT)) in launcher_weston_launch_restore() 193 drmDropMaster(launcher->drm_fd); in launcher_weston_launch_restore() 196 if (ioctl(launcher->tty, VT_SETMODE, &mode) < 0) in launcher_weston_launch_restore() 203 struct launcher_weston_launch *launcher = data; in launcher_weston_launch_data() local [all …]
|
D | launcher-util.c | 55 struct weston_launcher *launcher; in weston_launcher_connect() local 57 if (iface->connect(&launcher, compositor, tty, seat_id, sync_drm) == 0) in weston_launcher_connect() 58 return launcher; in weston_launcher_connect() 65 weston_launcher_destroy(struct weston_launcher *launcher) in weston_launcher_destroy() argument 67 launcher->iface->destroy(launcher); in weston_launcher_destroy() 71 weston_launcher_open(struct weston_launcher *launcher, in weston_launcher_open() argument 74 return launcher->iface->open(launcher, path, flags); in weston_launcher_open() 78 weston_launcher_close(struct weston_launcher *launcher, int fd) in weston_launcher_close() argument 80 launcher->iface->close(launcher, fd); in weston_launcher_close() 84 weston_launcher_activate_vt(struct weston_launcher *launcher, int vt) in weston_launcher_activate_vt() argument [all …]
|
D | launcher-impl.h | 35 void (* destroy) (struct weston_launcher *launcher); 36 int (* open) (struct weston_launcher *launcher, const char *path, int flags); 37 void (* close) (struct weston_launcher *launcher, int fd); 38 int (* activate_vt) (struct weston_launcher *launcher, int vt); 40 int (* get_vt) (struct weston_launcher *launcher);
|
D | launcher-util.h | 40 weston_launcher_destroy(struct weston_launcher *launcher); 43 weston_launcher_open(struct weston_launcher *launcher, 47 weston_launcher_close(struct weston_launcher *launcher, int fd); 50 weston_launcher_activate_vt(struct weston_launcher *launcher, int vt);
|
D | launcher-logind.c | 169 launcher_logind_open(struct weston_launcher *launcher, const char *path, int flags) in launcher_logind_open() argument 171 struct launcher_logind *wl = wl_container_of(launcher, wl, base); in launcher_logind_open() 220 launcher_logind_close(struct weston_launcher *launcher, int fd) in launcher_logind_close() argument 222 struct launcher_logind *wl = wl_container_of(launcher, wl, base); in launcher_logind_close() 243 launcher_logind_activate_vt(struct weston_launcher *launcher, int vt) in launcher_logind_activate_vt() argument 245 struct launcher_logind *wl = wl_container_of(launcher, wl, base); in launcher_logind_activate_vt() 825 launcher_logind_destroy(struct weston_launcher *launcher) in launcher_logind_destroy() argument 827 struct launcher_logind *wl = wl_container_of(launcher, wl, base); in launcher_logind_destroy() 843 launcher_logind_get_vt(struct weston_launcher *launcher) in launcher_logind_get_vt() argument 845 struct launcher_logind *wl = wl_container_of(launcher, wl, base); in launcher_logind_get_vt()
|
D | meson.build | 144 'launcher-direct.c', 145 'launcher-util.c', 146 'launcher-weston-launch.c', 155 if get_option('launcher-logind') 176 'launcher-logind.c',
|
D | libinput-seat.c | 368 struct weston_launcher *launcher = input->compositor->launcher; in open_restricted() local 370 return weston_launcher_open(launcher, path, flags); in open_restricted() 377 struct weston_launcher *launcher = input->compositor->launcher; in close_restricted() local 379 weston_launcher_close(launcher, fd); in close_restricted()
|
/third_party/weston/clients/ |
D | desktop-shell.c | 238 struct panel_launcher *launcher = data; in panel_launcher_redraw_handler() local 242 cr = widget_cairo_create(launcher->panel->widget); in panel_launcher_redraw_handler() 246 cairo_image_surface_get_width(launcher->icon) / 2; in panel_launcher_redraw_handler() 250 cairo_image_surface_get_height(launcher->icon) / 2; in panel_launcher_redraw_handler() 253 if (launcher->pressed) { in panel_launcher_redraw_handler() 258 cairo_set_source_surface(cr, launcher->icon, in panel_launcher_redraw_handler() 262 if (launcher->focused) { in panel_launcher_redraw_handler() 264 cairo_mask_surface(cr, launcher->icon, in panel_launcher_redraw_handler() 275 struct panel_launcher *launcher = data; in panel_launcher_motion_handler() local 277 widget_set_tooltip(widget, basename((char *)launcher->path), x, y); in panel_launcher_motion_handler() [all …]
|
D | ivi-shell-user-interface.c | 308 struct hmi_homescreen_launcher *launcher = NULL; in launcher_button() local 310 wl_list_for_each(launcher, launcher_list, link) { in launcher_button() 313 if (surfaceId != launcher->icon_surface_id) in launcher_button() 316 execute_process(launcher->path, argv); in launcher_button() 332 struct hmi_homescreen_launcher *launcher = NULL; in isWorkspaceSurface() local 337 wl_list_for_each(launcher, &hmi_setting->launcher_list, link) { in isWorkspaceSurface() 338 if (id == launcher->icon_surface_id) in isWorkspaceSurface() 1028 struct hmi_homescreen_launcher *launcher = NULL; in create_launchers() local 1039 wl_list_for_each(launcher, launcher_list, link) { in create_launchers() 1040 launchers[ii] = launcher; in create_launchers() [all …]
|
/third_party/weston/ivi-shell/ |
D | weston.ini.in | 40 [ivi-launcher] 46 [ivi-launcher] argument 52 [ivi-launcher] argument 58 [ivi-launcher] argument 64 [ivi-launcher] argument 70 [ivi-launcher] argument 76 [ivi-launcher] argument 82 [ivi-launcher] argument 88 [ivi-launcher] argument 94 [ivi-launcher] argument
|
/third_party/glib/gio/tests/ |
D | gsubprocess.c | 627 GSubprocessLauncher *launcher; in test_multi_1() local 642 …launcher = g_subprocess_launcher_new (G_SUBPROCESS_FLAGS_STDIN_PIPE | G_SUBPROCESS_FLAGS_STDOUT_PI… in test_multi_1() 643 first = g_subprocess_launcher_spawnv (launcher, (const gchar * const *) args->pdata, error); in test_multi_1() 645 second = g_subprocess_launcher_spawnv (launcher, (const gchar * const *) args->pdata, error); in test_multi_1() 647 third = g_subprocess_launcher_spawnv (launcher, (const gchar * const *) args->pdata, error); in test_multi_1() 695 g_object_unref (launcher); in test_multi_1() 1364 GSubprocessLauncher *launcher; in test_env() local 1374 launcher = g_subprocess_launcher_new (G_SUBPROCESS_FLAGS_NONE); in test_env() 1375 g_subprocess_launcher_set_flags (launcher, G_SUBPROCESS_FLAGS_STDOUT_PIPE); in test_env() 1376 g_subprocess_launcher_set_environ (launcher, envp); in test_env() [all …]
|
/third_party/glib/gio/ |
D | gsubprocess.c | 152 GSubprocessLauncher *launcher; member 326 else if (self->launcher) in initable_init() 328 if (self->launcher->stdin_fd != -1) in initable_init() 329 stdin_fd = self->launcher->stdin_fd; in initable_init() 330 else if (self->launcher->stdin_path != NULL) in initable_init() 332 stdin_fd = close_fds[0] = unix_open_file (self->launcher->stdin_path, O_RDONLY, error); in initable_init() 345 else if (self->launcher) in initable_init() 347 if (self->launcher->stdout_fd != -1) in initable_init() 348 stdout_fd = self->launcher->stdout_fd; in initable_init() 349 else if (self->launcher->stdout_path != NULL) in initable_init() [all …]
|
D | gsubprocesslauncher.c | 126 GSubprocessLauncher *launcher = G_SUBPROCESS_LAUNCHER (object); in g_subprocess_launcher_set_property() local 131 launcher->flags = g_value_get_flags (value); in g_subprocess_launcher_set_property() 727 g_subprocess_launcher_spawn (GSubprocessLauncher *launcher, in g_subprocess_launcher_spawn() argument 750 result = g_subprocess_launcher_spawnv (launcher, (const gchar * const *) args->pdata, error); in g_subprocess_launcher_spawn() 770 g_subprocess_launcher_spawnv (GSubprocessLauncher *launcher, in g_subprocess_launcher_spawnv() argument 779 if (launcher->closed_fd) in g_subprocess_launcher_spawnv() 791 "flags", launcher->flags, in g_subprocess_launcher_spawnv() 793 g_subprocess_set_launcher (subprocess, launcher); in g_subprocess_launcher_spawnv()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/integration/ |
D | main.dart | 16 LauncherProxy launcher; 19 launcher = LauncherProxy(); 20 context.incoming.connectToService(launcher); 24 launcher.ctrl.close(); 25 launcher = null; 37 await launcher.createComponent( 51 await launcher.createComponent(info, actl.ctrl.request());
|
/third_party/node/deps/npm/node_modules/libcipm/lib/ |
D | extract.js | 46 let launcher = extractionWorker 57 launcher = this._workers 64 launcher(msg, cb)
|
/third_party/weston/tests/ |
D | ivi-layout-test-plugin.c | 100 struct test_launcher *launcher = wl_resource_get_user_data(resource); in destroy_runner() local 101 struct test_context *ctx = &launcher->context; in destroy_runner() 120 struct test_launcher *launcher; in runner_run_handler() local 124 launcher = wl_resource_get_user_data(resource); in runner_run_handler() 125 ctx = &launcher->context; in runner_run_handler() 130 ctx->layout_interface = launcher->layout_interface; in runner_run_handler() 160 struct test_launcher *launcher = data; in bind_runner() local 171 launcher, destroy_runner); in bind_runner() 173 if (launcher->context.runner_resource != NULL) { in bind_runner() 186 struct test_launcher *launcher; in wet_module_init() local [all …]
|
/third_party/weston/ |
D | weston.ini.in | 27 [launcher] section 31 [launcher] argument 35 [launcher] argument 39 [launcher] section
|
/third_party/python/Doc/using/ |
D | windows.rst | 72 C Runtime Library is required or you install the :ref:`launcher` for all 75 * The :ref:`launcher` will be installed according to the option at the bottom 77 * The standard library, test suite, launcher and pip will be installed 90 * The :ref:`launcher` will be installed into the Windows directory 163 | | launcher is also installed. | | 185 | Include_launcher | Install :ref:`launcher`. | 1 | 187 | InstallLauncherAllUsers | Installs :ref:`launcher` for all | 1 | 203 | LauncherOnly | Only installs the launcher. This | 0 | 224 (Note that omitting the launcher also omits file associations, and is only 226 that included the launcher.) [all …]
|
/third_party/node/deps/npm/lib/install/action/ |
D | extract.js | 64 let launcher = localWorker 83 launcher = workers 90 launcher(msg, cb)
|
/third_party/gn/src/gn/ |
D | ninja_toolchain_writer.cc | 135 const std::string& launcher, in WriteCommandRulePattern() argument 140 if (!launcher.empty()) in WriteCommandRulePattern() 141 out_ << launcher << " "; in WriteCommandRulePattern()
|
/third_party/flutter/engine/flutter/shell/testing/observatory/ |
D | test.dart | 11 import 'launcher.dart'; 163 Future<bool> runTests(ShellLauncher launcher, List<TestFunction> tests) async { 164 final ShellProcess process = await launcher.launch(); 189 final ShellLauncher launcher = 201 await runTests(launcher, basicTests);
|
/third_party/python/Tools/msi/ |
D | build.bat | 47 rem Build the launcher MSI separately 48 %MSBUILD% "%D%launcher\launcher.wixproj" /p:Platform=x86
|
/third_party/flutter/flutter/examples/flutter_gallery/ |
D | README.md | 31 Android launcher icons were generated using Android Asset Studio: 32 https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html#foreground.type=image&foregroun…
|
/third_party/boost/libs/numeric/odeint/test/ |
D | Jamfile.v2 | 89 <testing.launcher>valgrind 100 # : <testing.launcher>valgrind
|