| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| H A D | SchedGui.py | 12 import wx 17 class RootFrame(wx.Frame): 24 wx.Frame.__init__(self, parent, id, title) 26 (self.screen_width, self.screen_height) = wx.GetDisplaySize() 39 self.panel = wx.Panel(self, size=(self.screen_width, self.screen_height)) 42 self.scroll = wx.ScrolledWindow(self.panel) 48 self.scroll_panel = wx.Panel(self.scroll, size=(self.screen_width - 15, self.screen_height / 2)) 49 self.scroll_panel.Bind(wx.EVT_PAINT, self.on_paint) 50 self.scroll_panel.Bind(wx.EVT_KEY_DOWN, self.on_key_press) 51 self.scroll_panel.Bind(wx.EVT_LEFT_DOWN, self.on_mouse_down) [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/ |
| H A D | fix-libdir-for-multilib.patch | 19 # Initialize variables for quick access to wx root dir in sub dirs 25 # parse the version number from wx/version.h and include in wxMAJOR_VERSION and wxMINOR_VERSION 26 file(READ include/wx/version.h WX_VERSION_H_CONTENTS) 35 - "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" 36 + "lib${wxPLATFORM_LIB_DIR}/wx/config/inplace-${TOOLCHAIN_FULLNAME}" 37 "${CMAKE_CURRENT_BINARY_DIR}/wx-config" 65 - DESTINATION "lib/wx/include") 66 + DESTINATION "lib${wxPLATFORM_LIB_DIR}/wx/include") 69 FILES "${wxOUTPUT_DIR}/wx/config/${wxBUILD_FILE_ID}" 70 - DESTINATION "lib/wx/config" [all …]
|
| H A D | 0001-wx-config.in-Disable-cross-magic-it-does-not-work-fo.patch | 4 Subject: [PATCH] wx-config.in: Disable cross magic - it does not work for us 9 E.g 'wx-config --libs' appends a '-Linux' to all libraries (e.g 17 wx-config.in | 2 +- 20 diff --git a/wx-config.in b/wx-config.in 22 --- a/wx-config.in 23 +++ b/wx-config.in
|
| H A D | wx-config-fix-libdir-for-multilib.patch | 2 multilib. Add an option '--baselib' for wx-config to support multilib when 10 wx-config.in | 6 ++++-- 26 diff --git a/wx-config.in b/wx-config.in 28 --- a/wx-config.in 29 +++ b/wx-config.in 34 - wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--release] [--version-full] 35 + wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]][--baselib=DIR] 54 wxconfdir="@libdir@/wx/config"
|
| H A D | respect-DESTDIR-when-create-link.patch | 1 There are errors during do install. So link files 'wx-config' and 'wxrc' are 4 | CMake Error: failed to create symbolic link '/usr/bin/wx-config': Permission denied 26 - ${CMAKE_INSTALL_PREFIX}/lib${wxPLATFORM_LIB_DIR}/wx/config/${wxBUILD_FILE_ID} \ 27 - ${CMAKE_INSTALL_PREFIX}/bin/wx-config \ 28 + ../lib${wxPLATFORM_LIB_DIR}/wx/config/${wxBUILD_FILE_ID} \ 29 + \$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/wx-config \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/wxwidgets/ |
| H A D | wxwidgets_3.1.5.bb | 23 file://0001-wx-config.in-Disable-cross-magic-it-does-not-work-fo.patch \ 27 file://wx-config-fix-libdir-for-multilib.patch \ 84 if [ -L ${B}/wx-config ]; then 85 # ${B}/wx-config is a symlink for build and not needed after compile 87 # 1. make a file out of wx-config so that binconfig.bbclass detects it 89 cp --remove-destination `readlink ${B}/wx-config | sed 's:inplace-::'` ${B}/wx-config 97 ${B}/wx-config 110 ${libdir}/wx/ \ 114 ${libdir}/wx/include/ \ 115 ${libdir}/wx/config/ \
|
| /OK3568_Linux_fs/kernel/drivers/input/rmi4/ |
| H A D | rmi_2d_sensor.c | 87 swap(obj->wx, obj->wy); in rmi_2d_sensor_abs_report() 89 wide = (obj->wx > obj->wy); in rmi_2d_sensor_abs_report() 90 major = max(obj->wx, obj->wy); in rmi_2d_sensor_abs_report() 91 minor = min(obj->wx, obj->wy); in rmi_2d_sensor_abs_report() 108 obj->wx, obj->wy); in rmi_2d_sensor_abs_report()
|
| H A D | rmi_2d_sensor.h | 24 u8 wx; member
|
| H A D | rmi_f12.c | 179 obj->wx = data1[6]; in rmi_f12_process_objects()
|
| H A D | rmi_f11.c | 560 obj->wx = pos_data[3] & 0x0f; in rmi_f11_abs_pos_process()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/ |
| H A D | wxgtk-fixup-build-scripts.patch | 22 # wx-config doesn't output that for some reason. For now, just 24 # really found there or wx-config should be fixed.
|
| H A D | 0001-Update-Cython-version-to-fix-NanoSVG-issues-with-Pyt.patch | 12 wx/svg/_nanosvg.c | 554 ++++++++++++++++++++++++++--------------- 28 diff --git a/wx/svg/_nanosvg.c b/wx/svg/_nanosvg.c 30 --- a/wx/svg/_nanosvg.c 31 +++ b/wx/svg/_nanosvg.c
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/transform/ |
| H A D | map_transformer.hpp | 74 inline void set_transformation_point(W const& wx, W const& wy, in set_transformation_point() argument 81 qvm::A<0,0>(t1) = 1; qvm::A<0,1>(t1) = 0; qvm::A<0,2>(t1) = -wx; in set_transformation_point()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/ |
| H A D | python3-wxgtk4_4.1.1.bb | 24 export WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} …
|
| /OK3568_Linux_fs/buildroot/package/erlang/ |
| H A D | erlang.mk | 90 ERLANG_REMOVE_PACKAGES = gs wx
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | raydium_i2c_ts.c | 839 u8 wx, wy; in raydium_mt_event() local 854 wx = contact[RM_CONTACT_WIDTH_X_POS]; in raydium_mt_event() 857 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, max(wx, wy)); in raydium_mt_event() 858 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, min(wx, wy)); in raydium_mt_event()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/ |
| H A D | intersection.hpp | 210 D const& dx_b, D const& dy_b, W const& wx, W const& wy, in cramers_rule() 216 da = geometry::detail::determinant<ResultType>(dx_b, dy_b, wx, wy); in cramers_rule()
|
| /OK3568_Linux_fs/kernel/Documentation/security/ |
| H A D | sak.rst | 58 l-wx------ 1 root root 64 Mar 18 00:46 /proc/579/fd/0 -> /dev/console
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_drv.h | 361 u16 wx; member
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 1 …#"%')*($"$ '" #,,"$)&$&*)&*0@E6($" #!!'$++0?RWV^^Z\diikv�}wx}����������rbSZr���… 28 …wx~�����������������������������������������������������������������������������������������������… 59 …wx{xvxxvwwvwwwwwwwwvxwwwwxxwwwwwxxxxxwwwxwwwwwtsvwxxzywwsgmwxxtqptvwvuwwvwwwwwxwvwwwvvwwwxxuvwxwxw… 82 …wx~�����������������������������������������������������������������������������������������������… 107 …wx��������������������������������������������nC5+&-4334343255432421453441234423444334444432133345… 126 …wx~�����������������������������������������������������������������������������������������������… 154 …wx~�����������������������������������������������������������������������������������������������… 184 …wx~�����������������������������������������������������������������������������������������������… 216 …wx~�����������������������������������������������������������������������������������������������… 242 …wx~�����������������������������������������������������������������������������������������������… [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | sched-migration.py | 367 app = wx.App(False)
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | assembler.h | 33 wx\n .req w\n
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| H A D | display_mode_vba_20.c | 319 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local 350 wx = (w + 2) / 3; in dscceComputeDelay() 351 p = 3 * wx - w; in dscceComputeDelay() 355 l = (ax + wx - 1) / wx; in dscceComputeDelay() 360 Delay = l * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()
|
| H A D | display_mode_vba_20v2.c | 343 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local 374 wx = (w + 2) / 3; in dscceComputeDelay() 375 p = 3 * wx - w; in dscceComputeDelay() 379 l = (ax + wx - 1) / wx; in dscceComputeDelay() 384 Delay = l * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
| H A D | display_mode_vba_21.c | 514 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, S, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local 545 wx = (w + 2) / 3; in dscceComputeDelay() 546 p = 3 * wx - w; in dscceComputeDelay() 550 l = (ax + wx - 1) / wx; in dscceComputeDelay() 555 Delay = l * wx * (numSlices - 1) + ax + S + lstall + 22; in dscceComputeDelay()
|