Searched refs:is_absolute (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Xinput.h | 120 extern _X_EXPORT void xf86PostMotionEvent(DeviceIntPtr device, int is_absolute, 123 extern _X_EXPORT void xf86PostMotionEventP(DeviceIntPtr device, int is_absolute, 127 extern _X_EXPORT void xf86PostMotionEventM(DeviceIntPtr device, int is_absolute, 138 extern _X_EXPORT void xf86PostButtonEvent(DeviceIntPtr device, int is_absolute, 142 extern _X_EXPORT void xf86PostButtonEventP(DeviceIntPtr device, int is_absolute, 147 extern _X_EXPORT void xf86PostButtonEventM(DeviceIntPtr device, int is_absolute,
|
| H A D | xf86Xinput.c | 1146 int is_absolute, int first_valuator, int num_valuators, ...) in xf86PostMotionEvent() argument 1161 xf86PostMotionEventM(device, is_absolute, &mask); in xf86PostMotionEvent() 1166 int is_absolute, in xf86PostMotionEventP() argument 1175 xf86PostMotionEventM(device, is_absolute, &mask); in xf86PostMotionEventP() 1179 xf86CheckMotionEvent4DGA(DeviceIntPtr device, int is_absolute, in xf86CheckMotionEvent4DGA() argument 1198 if (is_absolute) in xf86CheckMotionEvent4DGA() 1206 if (is_absolute) in xf86CheckMotionEvent4DGA() 1267 int is_absolute, const ValuatorMask *mask) in xf86PostMotionEventM() argument 1271 if (xf86CheckMotionEvent4DGA(device, is_absolute, mask)) in xf86PostMotionEventM() 1275 if (is_absolute) in xf86PostMotionEventM() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | script_asm.pl | 402 $is_absolute = $1; 410 if ($is_absolute =~ /ABSOLUTE/i) {
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | fs_path.h | 421 bool is_absolute() const noexcept; in _GLIBCXX_VISIBILITY() 422 bool is_relative() const noexcept { return !is_absolute(); } in _GLIBCXX_VISIBILITY() 1260 path::is_absolute() const noexcept in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/bits/ |
| H A D | fs_path.h | 415 bool is_absolute() const; in _GLIBCXX_VISIBILITY() 416 bool is_relative() const { return !is_absolute(); } in _GLIBCXX_VISIBILITY() 1188 path::is_absolute() const in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/bits/ |
| H A D | fs_path.h | 415 bool is_absolute() const; in _GLIBCXX_VISIBILITY() 416 bool is_relative() const { return !is_absolute(); } in _GLIBCXX_VISIBILITY() 1188 path::is_absolute() const in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | fs_path.h | 421 bool is_absolute() const noexcept; in _GLIBCXX_VISIBILITY() 422 bool is_relative() const noexcept { return !is_absolute(); } in _GLIBCXX_VISIBILITY() 1260 path::is_absolute() const noexcept in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | filesystem | 846 if (__p.is_absolute()) { 1102 _LIBCPP_INLINE_VISIBILITY bool is_absolute() const { 1105 _LIBCPP_INLINE_VISIBILITY bool is_relative() const { return !is_absolute(); }
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | filesystem | 846 if (__p.is_absolute()) { 1102 _LIBCPP_INLINE_VISIBILITY bool is_absolute() const { 1105 _LIBCPP_INLINE_VISIBILITY bool is_relative() const { return !is_absolute(); }
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | data-convert-bt.c | 1418 SET(is_absolute, 0); in ctf_writer__setup_clock()
|