Home
last modified time | relevance | path

Searched refs:wm (Results 1 – 25 of 63) sorted by relevance

123

/third_party/weston/xwayland/
Dselection.c48 struct weston_wm *wm = data; in writable_callback() local
52 property = xcb_get_property_value(wm->property_reply); in writable_callback()
53 remainder = xcb_get_property_value_length(wm->property_reply) - in writable_callback()
54 wm->property_start; in writable_callback()
56 len = write(fd, property + wm->property_start, remainder); in writable_callback()
58 free(wm->property_reply); in writable_callback()
59 wm->property_reply = NULL; in writable_callback()
60 if (wm->property_source) in writable_callback()
61 wl_event_source_remove(wm->property_source); in writable_callback()
62 wm->property_source = NULL; in writable_callback()
[all …]
Dwindow-manager.c137 struct weston_wm *wm; member
185 weston_wm_set_net_active_window(struct weston_wm *wm, xcb_window_t window);
191 legacy_fullscreen(struct weston_wm *wm,
200 wm_debug_is_enabled(struct weston_wm *wm) in wm_debug_is_enabled() argument
202 return weston_log_scope_is_enabled(wm->server->wm_debug); in wm_debug_is_enabled()
206 wm_printf(struct weston_wm *wm, const char *fmt, ...) in wm_printf() argument
211 if (wm_debug_is_enabled(wm)) in wm_printf()
212 weston_log_scope_printf(wm->server->wm_debug, "%s ", in wm_printf()
213 weston_log_scope_timestamp(wm->server->wm_debug, in wm_printf()
217 weston_log_scope_vprintf(wm->server->wm_debug, fmt, ap); in wm_printf()
[all …]
Ddnd.c47 struct weston_wm *wm; member
58 struct weston_wm *wm = source->wm; in data_source_accept() local
69 client_message.window = wm->dnd_window; in data_source_accept()
70 client_message.type = wm->atom.xdnd_status; in data_source_accept()
71 client_message.data.data32[0] = wm->dnd_window; in data_source_accept()
77 client_message.data.data32[4] = wm->atom.xdnd_action_copy; in data_source_accept()
79 xcb_send_event(wm->conn, 0, wm->dnd_owner, in data_source_accept()
89 struct weston_wm *wm = source->wm; in data_source_send() local
94 xcb_convert_selection(wm->conn, in data_source_send()
95 wm->selection_window, in data_source_send()
[all …]
Dxwayland.h51 struct weston_wm *wm; member
165 dump_property(FILE *fp, struct weston_wm *wm, xcb_atom_t property,
172 weston_wm_selection_init(struct weston_wm *wm);
174 weston_wm_handle_selection_event(struct weston_wm *wm,
180 weston_wm_destroy(struct weston_wm *wm);
183 weston_wm_pick_seat(struct weston_wm *wm);
186 weston_wm_handle_dnd_event(struct weston_wm *wm,
189 weston_wm_dnd_init(struct weston_wm *wm);
Dlauncher.c80 if (wxs->wm) { in weston_xserver_shutdown()
81 weston_wm_destroy(wxs->wm); in weston_xserver_shutdown()
82 wxs->wm = NULL; in weston_xserver_shutdown()
313 wxs->wm = weston_wm_create(wxs, wm_fd); in weston_xwayland_xserver_loaded()
335 if (wxs->wm) { in weston_xwayland_xserver_exited()
337 weston_wm_destroy(wxs->wm); in weston_xwayland_xserver_exited()
338 wxs->wm = NULL; in weston_xwayland_xserver_exited()
/third_party/node/test/parallel/
Dtest-internal-iterable-weak-map.js16 const wm = new IterableWeakMap(); constant
22 wm.set(_cache.moduleA, 'hello');
23 wm.set(_cache.moduleB, 'discard');
24 wm.set(_cache.moduleC, 'goodbye');
29 const values = [...wm];
36 const wm = new IterableWeakMap(); constant
41 wm.set(_cache.moduleA, 'hello');
42 wm.set(_cache.moduleB, 'goodbye');
43 wm.set(_cache.moduleB, 'goodnight');
44 const values = [...wm];
[all …]
/third_party/wayland-ivi-extension/weston-ivi-shell/
DCMakeLists.txt33 OUTPUT ivi-wm-server-protocol.h
35 < ${CMAKE_SOURCE_DIR}/protocol/ivi-wm.xml
36 > ${CMAKE_CURRENT_BINARY_DIR}/ivi-wm-server-protocol.h
37 DEPENDS ${CMAKE_SOURCE_DIR}/protocol/ivi-wm.xml
41 OUTPUT ivi-wm-protocol.c
43 < ${CMAKE_SOURCE_DIR}/protocol/ivi-wm.xml
44 > ${CMAKE_CURRENT_BINARY_DIR}/ivi-wm-protocol.c
45 DEPENDS ${CMAKE_SOURCE_DIR}/protocol/ivi-wm.xml
70 ivi-wm-protocol.c
71 ivi-wm-server-protocol.h
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/
DCMakeLists.txt34 OUTPUT ivi-wm-client-protocol.h
36 < ${CMAKE_SOURCE_DIR}/protocol/ivi-wm.xml
37 > ${CMAKE_CURRENT_BINARY_DIR}/ivi-wm-client-protocol.h
38 DEPENDS ${CMAKE_SOURCE_DIR}/protocol/ivi-wm.xml
42 OUTPUT ivi-wm-protocol.c
44 < ${CMAKE_SOURCE_DIR}/protocol/ivi-wm.xml
45 > ${CMAKE_CURRENT_BINARY_DIR}/ivi-wm-protocol.c
46 DEPENDS ${CMAKE_SOURCE_DIR}/protocol/ivi-wm.xml
80 ivi-wm-client-protocol.h
81 ivi-wm-protocol.c
/third_party/boost/tools/build/example/qt/qt4/uic/
Dmain.cpp16 Ui::HelloWorldWidget wm; in main() local
17 wm.setupUi(&w); in main()
19 QObject::connect(wm.OkButton, SIGNAL(clicked()), &w, SLOT(close())); in main()
/third_party/weston/compositor/
Dxwayland.c69 int sv[2], wm[2], fd; in spawn_xserver() local
79 if (socketpair(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0, wm) < 0) { in spawn_xserver()
103 fd = dup(wm[1]); in spawn_xserver()
144 close(wm[1]); in spawn_xserver()
145 wxw->wm_fd = wm[0]; in spawn_xserver()
/third_party/boost/boost/graph/
Dcore_numbers.hpp129 void compute_in_degree_map(Graph& g, CoreMap d, EdgeWeightMap wm) in compute_in_degree_map() argument
141 put(d, target(*ei, g), get(d, target(*ei, g)) + get(wm, *ei)); in compute_in_degree_map()
150 Graph& g, CoreMap c, EdgeWeightMap wm, MutableQueue& Q, Visitor vis) in core_numbers_impl() argument
171 put(c, u, get(c, u) - get(wm, *oi)); in core_numbers_impl()
184 Graph& g, CoreMap c, EdgeWeightMap wm, IndexMap im, CoreNumVisitor vis) in core_numbers_dispatch() argument
205 return core_numbers_impl(g, c, wm, Q, vis); in core_numbers_dispatch()
341 CoreMap c, EdgeWeightMap wm, VertexIndexMap vim, CoreNumVisitor vis) in core_numbers() argument
343 detail::compute_in_degree_map(g, c, wm); in core_numbers()
344 return detail::core_numbers_dispatch(g, c, wm, vim, vis); in core_numbers()
/third_party/boost/libs/graph/test/
Dcloseness_centrality.cpp71 WeightMap wm(1); in test_undirected() local
73 floyd_warshall_all_pairs_shortest_paths(g, dm, weight_map(wm)); in test_undirected()
108 WeightMap wm(1); in test_directed() local
110 floyd_warshall_all_pairs_shortest_paths(g, dm, weight_map(wm)); in test_directed()
Deccentricity.cpp70 WeightMap wm(1); in test_undirected() local
72 floyd_warshall_all_pairs_shortest_paths(g, dm, weight_map(wm)); in test_undirected()
111 WeightMap wm(1); in test_directed() local
113 floyd_warshall_all_pairs_shortest_paths(g, dm, weight_map(wm)); in test_directed()
Dmean_geodesic.cpp72 WeightMap wm(1); in test_undirected() local
74 floyd_warshall_all_pairs_shortest_paths(g, dm, weight_map(wm)); in test_undirected()
112 WeightMap wm(1); in test_directed() local
114 floyd_warshall_all_pairs_shortest_paths(g, dm, weight_map(wm)); in test_directed()
/third_party/boost/libs/graph/example/
Dhelper.hpp80 read_weighted_graph(Graph& g, NameMap nm, WeightMap wm, InputStream& is) in read_weighted_graph() argument
106 put(wm, e, p); in read_weighted_graph()
114 read_weighted_graph(Graph& g, WeightMap wm, InputStream& is) in read_weighted_graph() argument
119 return read_weighted_graph(g, NameMap(), wm, is); in read_weighted_graph()
Dinclusive_mean_geodesic.cpp94 WeightMap wm(get(&Link::probability, g)); in main() local
97 read_weighted_graph(g, nm, wm, cin); in main()
104 floyd_warshall_all_pairs_shortest_paths(g, dm, weight_map(wm)); in main()
Dmean_geodesic.cpp66 WeightMap wm(1); in main() local
67 floyd_warshall_all_pairs_shortest_paths(g, dm, weight_map(wm)); in main()
Dcloseness_centrality.cpp67 WeightMap wm(1); in main() local
68 floyd_warshall_all_pairs_shortest_paths(g, dm, weight_map(wm)); in main()
Deccentricity.cpp66 WeightMap wm(1); in main() local
67 floyd_warshall_all_pairs_shortest_paths(g, dm, weight_map(wm)); in main()
/third_party/gn/src/gn/format_test_data/
D062.golden87 "wm/drag_window_resizer_unittest.cc",
90 "wm/maximize_mode/maximize_mode_controller_unittest.cc",
101 "wm/workspace/workspace_window_resizer_unittest.cc",
D062.gn85 "wm/drag_window_resizer_unittest.cc",
88 "wm/maximize_mode/maximize_mode_controller_unittest.cc",
95 "wm/workspace/workspace_window_resizer_unittest.cc",
/third_party/skia/src/gpu/effects/
DGrBicubicEffect.cpp259 GrSamplerState::WrapMode wm[2]; in TestCreate() local
260 GrTest::TestWrapModes(d->fRandom, wm); in TestCreate()
272 wm[0], in TestCreate()
273 wm[1], in TestCreate()
279 return Make(std::move(view), at, m, wm[0], wm[1], kernel, direction, *d->caps()); in TestCreate()
/third_party/skia/gm/
Dyuvtorgbsubset.cpp146 auto wm = static_cast<GrSamplerState::WrapMode>(j - 1); in onDraw() local
147 samplerState.setWrapModeX(wm); in onDraw()
148 samplerState.setWrapModeY(wm); in onDraw()
/third_party/weston/libweston/
Dpixman-renderer.c123 const struct weston_matrix *wm) in weston_matrix_to_pixman_transform() argument
127 pt->matrix[0][0] = pixman_double_to_fixed(wm->d[0]); in weston_matrix_to_pixman_transform()
128 pt->matrix[0][1] = pixman_double_to_fixed(wm->d[4]); in weston_matrix_to_pixman_transform()
129 pt->matrix[0][2] = pixman_double_to_fixed(wm->d[12]); in weston_matrix_to_pixman_transform()
130 pt->matrix[1][0] = pixman_double_to_fixed(wm->d[1]); in weston_matrix_to_pixman_transform()
131 pt->matrix[1][1] = pixman_double_to_fixed(wm->d[5]); in weston_matrix_to_pixman_transform()
132 pt->matrix[1][2] = pixman_double_to_fixed(wm->d[13]); in weston_matrix_to_pixman_transform()
133 pt->matrix[2][0] = pixman_double_to_fixed(wm->d[3]); in weston_matrix_to_pixman_transform()
134 pt->matrix[2][1] = pixman_double_to_fixed(wm->d[7]); in weston_matrix_to_pixman_transform()
135 pt->matrix[2][2] = pixman_double_to_fixed(wm->d[15]); in weston_matrix_to_pixman_transform()
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_main.h27 namespace wm {
94 std::unique_ptr<wm::WMState> wm_state_;

123