/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmInput/src/ |
D | ilm_input.c | 32 t_ilm_string *seats) in ilm_setInputAcceptanceOn() argument 42 if ((seats == NULL) && (num_seats != 0)) { in ilm_setInputAcceptanceOn() 64 if (strcmp(seat->seat_name, seats[i]) == 0) in ilm_setInputAcceptanceOn() 69 fprintf(stderr, "seat: %s not found\n", seats[i]); in ilm_setInputAcceptanceOn() 83 if (strcmp(accepted_seat->seat_name, seats[i]) == 0) in ilm_setInputAcceptanceOn() 89 surfaceID, seats[i], in ilm_setInputAcceptanceOn() 99 if (strcmp(accepted_seat->seat_name, seats[i]) == 0) in ilm_setInputAcceptanceOn() 115 t_ilm_string **seats) in ilm_getInputAcceptanceOn() argument 123 if ((seats == NULL) || (num_seats == NULL)) { in ilm_getInputAcceptanceOn() 144 *seats = calloc(*num_seats, sizeof **seats); in ilm_getInputAcceptanceOn() [all …]
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/ |
D | ilm_input_test.cpp | 169 t_ilm_string *seats = NULL; in TEST_F() local 175 &seats)); in TEST_F() 178 ASSERT_FALSE(seats == NULL); in TEST_F() 179 EXPECT_STREQ("default", seats[0]); in TEST_F() 180 free(seats[0]); in TEST_F() 181 free(seats); in TEST_F() 186 &seats)); in TEST_F() 188 free(seats); in TEST_F() 194 &seats)); in TEST_F() 197 if (!strcmp(*seats, (t_ilm_string)set_seats)) in TEST_F() [all …]
|
D | ilm_input_null_pointer_test.cpp | 115 t_ilm_string *seats = NULL; in TEST_F() local 124 &seats)); in TEST_F() 131 t_ilm_string *seats = NULL; in TEST_F() local 142 &seats)); in TEST_F() 148 char const *seats = "default"; in TEST_F() local 152 EXPECT_EQ(ILM_FAILED, ilm_getInputDeviceCapabilities((t_ilm_string)seats, NULL)); in TEST_F()
|
/third_party/libinput/doc/user/ |
D | seats.rst | 12 seats as independent device sets. Alternatively, a compositor may limit 14 devices on the other logical seats. 22 Below is an illustration of how physical seats and logical seats interact: 24 .. graphviz:: seats-sketch.gv 35 .. graphviz:: seats-sketch-libinput.gv 38 **libinput_seat**, all other devices reference their own respective seats. 76 Changing seats
|
D | meson.build | 54 [ 'seats.rst', 'seats.html'], 90 'dot/seats-sketch.gv', 91 'dot/seats-sketch-libinput.gv', 147 'seats.rst',
|
D | development.rst | 37 seats.rst
|
D | device-configuration-via-udev.rst | 43 Assigns the physical :ref:`seat <seats>` for this device. See 58 Assigns the logical :ref:`seat <seats>` for this device. See
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmInput/include/ |
D | ilm_input.h | 41 t_ilm_string *seats); 56 t_ilm_string **seats); 73 t_ilm_string **seats);
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/ |
D | input_commands.cpp | 53 t_ilm_string *seats; variable 65 ilmErrorTypes callResult = ilm_getInputDevices(mask, &num_seats, &seats); 74 cout << seats[i] << endl; 75 free(seats[i]); 78 free(seats);
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypeAsClauses.types | 129 seats: number; 130 >seats : number 161 let primitiveCar: OnlyPrimitives<Car>; // { name: string; seats: number; } 164 let keys: keyof OnlyPrimitives<Car>; // "name" | "seats" 165 >keys : "name" | "seats" 170 let carKeys: KeysOfPrimitives<Car>; // "name" | "seats" 171 >carKeys : "name" | "seats"
|
D | mappedTypeAsClauses.symbols | 199 seats: number; 200 >seats : Symbol(Car.seats, Decl(mappedTypeAsClauses.ts, 62, 17)) 246 let primitiveCar: OnlyPrimitives<Car>; // { name: string; seats: number; } 251 let keys: keyof OnlyPrimitives<Car>; // "name" | "seats" 262 let carKeys: KeysOfPrimitives<Car>; // "name" | "seats"
|
D | mappedTypeAsClauses.js | 65 seats: number; 200 seats: number;
|
/third_party/libinput/completion/zsh/ |
D | _libinput | 23 local -a seats 24 seats=${(f)"$(loginctl --no-legend --no-pager list-seats 2>/dev/null)"} 25 if [[ -z $seats ]]; then 26 # Can always offer seat0, even if we can't enumerate the seats 29 compadd "$@" - $seats
|
/third_party/libwebsockets/plugins/generic-sessions/assets/ |
D | lwsgs.css | 23 body.seats { 24 background-image:url(seats.jpg)
|
/third_party/libxkbcommon/tools/ |
D | interactive-wayland.c | 60 struct wl_list seats; member 552 wl_list_insert(&inter->seats, &seat->link); in seat_create() 617 wl_list_for_each_safe(seat, tmp, &inter->seats, link) { in registry_delete() 635 wl_list_for_each_safe(seat, tmp, &inter->seats, link) in dpy_disconnect() 676 wl_list_init(&inter.seats); in main()
|
/third_party/weston/clients/ |
D | weston-info.c | 198 struct wl_list seats; member 238 struct wl_list seats; member 801 wl_list_for_each(seat, &info->seats, link) { in print_tablet_v2_info() 822 wl_list_for_each_safe(seat, tmp, &info->seats, link) { in destroy_tablet_v2_info() 1291 wl_list_insert(&tablet_info->seats, &tablet_seat->link); in add_tablet_seat_info() 1311 wl_list_init(&tablet->seats); in add_tablet_v2_info() 1322 wl_list_for_each(seat, &info->seats, global_link) { in add_tablet_v2_info() 1489 wl_list_insert(&info->seats, &seat->global_link); in add_seat_info() 1872 wl_list_init(&info.seats); in main()
|
/third_party/libinput/doc/user/dot/ |
D | seats-sketch.gv | 1 digraph seats
|
/third_party/libinput/doc/api/ |
D | mainpage.dox | 38 @subsection concepts_seats Device grouping into seats 40 All devices are grouped into physical and logical seats. Button and key
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypeAsClauses.ts | 67 seats: number; property
|
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/ |
D | GOVERNANCE.md | 58 WG seats are not time-limited. There is no fixed size of the WG.
|
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/ |
D | GOVERNANCE.md | 58 WG seats are not time-limited. There is no fixed size of the WG.
|
/third_party/node/deps/npm/node_modules/readable-stream/ |
D | GOVERNANCE.md | 58 WG seats are not time-limited. There is no fixed size of the WG.
|
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/ |
D | GOVERNANCE.md | 58 WG seats are not time-limited. There is no fixed size of the WG.
|
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/ |
D | GOVERNANCE.md | 58 WG seats are not time-limited. There is no fixed size of the WG.
|
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/ |
D | GOVERNANCE.md | 58 WG seats are not time-limited. There is no fixed size of the WG.
|