Home
last modified time | relevance | path

Searched refs:deletable (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiproperty.c590 prop->deletable = TRUE; in XICreateDeviceProperty()
657 if (fromClient && !prop->deletable) in XIDeleteDeviceProperty()
839 XISetDevicePropertyDeletable(DeviceIntPtr dev, Atom property, Bool deletable) in XISetDevicePropertyDeletable() argument
846 prop->deletable = deletable; in XISetDevicePropertyDeletable()
/OK3568_Linux_fs/external/xserver/include/
H A Dinputstr.h460 BOOL deletable; /* clients can delete this prop? */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/
H A Dgtype.state32866 (!option deletable string "")
32891 (!option deletable string "")
32898 (!option deletable string "")
32905 (!option deletable string "")
32912 (!option deletable string "")
32963 (!option deletable string "")
32970 (!option deletable string "")
32977 (!option deletable string "")
32988 (!option deletable string "")
32995 (!option deletable string "")
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/
H A Dgtype.state32988 (!option deletable string "")
33013 (!option deletable string "")
33020 (!option deletable string "")
33027 (!option deletable string "")
33034 (!option deletable string "")
33085 (!option deletable string "")
33092 (!option deletable string "")
33099 (!option deletable string "")
33110 (!option deletable string "")
33117 (!option deletable string "")
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Drtl.def232 is currently considered not deletable.
302 USE is not deletable, as it indicates that the operand
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Drtl.def232 is currently considered not deletable.
302 USE is not deletable, as it indicates that the operand
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info43406 'deletable'
43408 'deletable', when applied to a global variable, indicates that when
53019 * deletable: GTY Options. (line 134)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info43406 'deletable'
43408 'deletable', when applied to a global variable, indicates that when
53019 * deletable: GTY Options. (line 134)
/OK3568_Linux_fs/external/xserver/
H A DChangeLog142294 Xi: add "deletable" flag to properties, add DeleteProperty handler.
142297 - if a property is deletable and all handlers return Success.
142301 A client can never delete a non-deletable property.