Home
last modified time | relevance | path

Searched refs:behaviors (Results 1 – 25 of 49) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBMAlloc.c200 if (map->behaviors == NULL) { in XkbAllocServerMap()
202 map->behaviors = calloc(i, sizeof(XkbBehavior)); in XkbAllocServerMap()
203 if (map->behaviors == NULL) in XkbAllocServerMap()
600 if (xkb->server->behaviors) { in XkbChangeKeycodeRange()
601 memset((char *) &xkb->server->behaviors[minKC], 0, in XkbChangeKeycodeRange()
701 if (xkb->server->behaviors) { in XkbChangeKeycodeRange()
702 XkbBehavior *prev_behaviors = xkb->server->behaviors; in XkbChangeKeycodeRange()
704 xkb->server->behaviors = reallocarray(xkb->server->behaviors, in XkbChangeKeycodeRange()
707 if (!xkb->server->behaviors) { in XkbChangeKeycodeRange()
711 memset((char *) &xkb->server->behaviors[xkb->max_key_code], 0, in XkbChangeKeycodeRange()
[all …]
H A DxkbPrKeyEv.c65 behavior = xkbi->desc->server->behaviors[key]; in XkbProcessKeyboardEvent()
H A DxkbUtils.c1228 if (src->server->behaviors) { in _XkbCopyServerMap()
1230 tmp = reallocarray(dst->server->behaviors, in _XkbCopyServerMap()
1234 dst->server->behaviors = tmp; in _XkbCopyServerMap()
1236 memcpy(dst->server->behaviors, src->server->behaviors, in _XkbCopyServerMap()
1240 free(dst->server->behaviors); in _XkbCopyServerMap()
1241 dst->server->behaviors = NULL; in _XkbCopyServerMap()
H A DXKBMisc.c466 xkb->server->behaviors[key].type = XkbKB_Lock; in XkbApplyCompatMapToKey()
492 (xkb->server->behaviors[key].type == XkbKB_Lock)) { in XkbApplyCompatMapToKey()
493 xkb->server->behaviors[key].type = XkbKB_Default; in XkbApplyCompatMapToKey()
H A Dxkbout.c470 if (srv->behaviors != NULL) { in XkbWriteXKBSymbols()
473 type = srv->behaviors[i].type & XkbKB_OpMask; in XkbWriteXKBSymbols()
478 XkbBehaviorText(xkb, &srv->behaviors[i], XkbXKBFile)); in XkbWriteXKBSymbols()
H A Dxkmread.c841 xkb->server->behaviors[i].type = b.type; in ReadXkmSymbols()
842 xkb->server->behaviors[i].data = b.data; in ReadXkmSymbols()
H A Dxkb.c1227 || (!xkb) || (!xkb->server) || (!xkb->server->behaviors)) { in XkbSizeKeyBehaviors()
1233 bhv = &xkb->server->behaviors[rep->firstKeyBehavior]; in XkbSizeKeyBehaviors()
1252 pBhvr = &xkb->server->behaviors[rep->firstKeyBehavior]; in XkbWriteKeyBehaviors()
1865 ((server->behaviors[wire->key].type != wire->type) || in CheckKeyBehaviors()
1866 (server->behaviors[wire->key].data != wire->data))) { in CheckKeyBehaviors()
2221 memset(&server->behaviors[first], 0, in SetKeyBehaviors()
2224 if ((server->behaviors[wire->key].type & XkbKB_Permanent) == 0) { in SetKeyBehaviors()
2225 server->behaviors[wire->key].type = wire->type; in SetKeyBehaviors()
2226 server->behaviors[wire->key].data = wire->data; in SetKeyBehaviors()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython-pbr.inc2 DESCRIPTION = "PBR is a library that injects some useful and sensible default behaviors into your s…
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/devfreq/event/
H A Dexynos-ppmu.txt6 PPMU events provide information of the SoC's behaviors so that you may
7 use to analyze system performance, to make behaviors visible and to count
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-devlink124 '0' means the device link can affect other device behaviors
130 up and doesn't not affect other behaviors of the devices.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/
H A D0001-When-cross-installing-execute-package-scriptlets-wit.patch16 behaviors). This wouldn't have been a problem since we normally would use the
/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-strerror.txt27 different behaviors - POSIX and GNU specific. The _tep_strerror()_ API always
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A DBuild.txt67 supported by GCC. UBSan detects undefined behaviors of programs at runtime.
H A Dperf-kvm.txt31 perf.data.host, please input --host --no-guest. The behaviors are shown as
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dcode-of-conduct.rst51 contributor for other behaviors that they deem inappropriate, threatening,
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.fuse59 This is useful to change the behaviors linked to some cached fuse values,
/OK3568_Linux_fs/yocto/meta-clang/
H A DCODE_OF_CONDUCT.md43 permanently any contributor for other behaviors that they deem inappropriate,
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dpr.rst18 These behaviors are optional in SPC but will be automatically applied
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dlocktorture.rst19 different critical region behaviors. The amount of contention on the lock
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Dmap_cgroup_storage.rst19 ``BPF_MAP_TYPE_CGROUP_STORAGE`` map type. Some of its behaviors was changed in
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A D9p.rst165 from a local filesystem behaviors.
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Derror-codes.rst13 behave the same except for transfer speed dependent behaviors and the
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DREADME.win3215 behaviors are documented in included PDF's. They have the same
/OK3568_Linux_fs/external/xserver/include/
H A Dxkbstr.h318 XkbBehavior *behaviors; member
/OK3568_Linux_fs/kernel/Documentation/hid/
H A Duhid.rst130 describes special behaviors of a device. The following flags are defined:

12