/dports/games/minetest/minetest-5.4.1/src/gui/ |
H A D | guiAnimatedImage.cpp | 44 core::rect<s32>(core::position2d<s32>(0, size.Height * m_frame_idx), size), in draw() 58 m_frame_idx += u32(m_frame_time / m_frame_duration); in draw() 59 m_frame_idx %= m_frame_count; in draw() 72 m_frame_idx = idx; in setFrameIndex()
|
H A D | guiAnimatedImage.h | 17 s32 getFrameIndex() const { return m_frame_idx; }; in getFrameIndex() 24 s32 m_frame_idx = 0; variable
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 975 uint32_t m_frame_idx; member in CommandObjectThreadUntil::CommandOptions 979 m_frame_idx(LLDB_INVALID_FRAME_ID) { in CommandOptions() 1007 if (option_arg.getAsInteger(0, m_frame_idx)) { in SetOptionValue() 1008 m_frame_idx = LLDB_INVALID_FRAME_ID; in SetOptionValue() 1033 m_frame_idx = 0; in OptionParsingStarting() 1136 thread->GetStackFrameAtIndex(m_options.m_frame_idx).get(); in DoExecute() 1140 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute() 1159 m_options.m_frame_idx, in DoExecute() 1227 m_options.m_stop_others, m_options.m_frame_idx, new_plan_status); in DoExecute() 1243 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 970 uint32_t m_frame_idx; member in CommandObjectThreadUntil::CommandOptions 974 m_frame_idx(LLDB_INVALID_FRAME_ID) { in CommandOptions() 1002 if (option_arg.getAsInteger(0, m_frame_idx)) { in SetOptionValue() 1003 m_frame_idx = LLDB_INVALID_FRAME_ID; in SetOptionValue() 1028 m_frame_idx = 0; in OptionParsingStarting() 1129 thread->GetStackFrameAtIndex(m_options.m_frame_idx).get(); in DoExecute() 1133 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute() 1152 m_options.m_frame_idx, in DoExecute() 1220 m_options.m_stop_others, m_options.m_frame_idx, new_plan_status); in DoExecute() 1236 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 999 uint32_t m_frame_idx; member in CommandObjectThreadUntil::CommandOptions 1003 m_frame_idx(LLDB_INVALID_FRAME_ID) { in CommandOptions() 1031 if (option_arg.getAsInteger(0, m_frame_idx)) { in SetOptionValue() 1032 m_frame_idx = LLDB_INVALID_FRAME_ID; in SetOptionValue() 1057 m_frame_idx = 0; in OptionParsingStarting() 1158 thread->GetStackFrameAtIndex(m_options.m_frame_idx).get(); in DoExecute() 1162 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute() 1181 m_options.m_frame_idx, in DoExecute() 1249 m_options.m_stop_others, m_options.m_frame_idx, new_plan_status); in DoExecute() 1265 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 805 uint32_t m_frame_idx; member in CommandObjectThreadUntil::CommandOptions 809 m_frame_idx(LLDB_INVALID_FRAME_ID) { in CommandOptions() 837 if (option_arg.getAsInteger(0, m_frame_idx)) { in SetOptionValue() 838 m_frame_idx = LLDB_INVALID_FRAME_ID; in SetOptionValue() 863 m_frame_idx = 0; in OptionParsingStarting() 964 thread->GetStackFrameAtIndex(m_options.m_frame_idx).get(); in DoExecute() 968 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute() 987 m_options.m_frame_idx, in DoExecute() 1055 m_options.m_stop_others, m_options.m_frame_idx, new_plan_status); in DoExecute() 1071 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 805 uint32_t m_frame_idx; member in CommandObjectThreadUntil::CommandOptions 809 m_frame_idx(LLDB_INVALID_FRAME_ID) { in CommandOptions() 837 if (option_arg.getAsInteger(0, m_frame_idx)) { in SetOptionValue() 838 m_frame_idx = LLDB_INVALID_FRAME_ID; in SetOptionValue() 863 m_frame_idx = 0; in OptionParsingStarting() 964 thread->GetStackFrameAtIndex(m_options.m_frame_idx).get(); in DoExecute() 968 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute() 987 m_options.m_frame_idx, in DoExecute() 1055 m_options.m_stop_others, m_options.m_frame_idx, new_plan_status); in DoExecute() 1071 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 787 uint32_t m_frame_idx = LLDB_INVALID_FRAME_ID; 817 if (option_arg.getAsInteger(0, m_frame_idx)) { 818 m_frame_idx = LLDB_INVALID_FRAME_ID; 843 m_frame_idx = 0; 940 thread->GetStackFrameAtIndex(m_options.m_frame_idx).get(); 944 m_options.m_frame_idx, m_options.m_thread_idx); 962 m_options.m_frame_idx, 1028 m_options.m_stop_others, m_options.m_frame_idx, new_plan_status); 1043 m_options.m_frame_idx, m_options.m_thread_idx);
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 787 uint32_t m_frame_idx = LLDB_INVALID_FRAME_ID; member in CommandObjectThreadUntil::CommandOptions 817 if (option_arg.getAsInteger(0, m_frame_idx)) { in SetOptionValue() 818 m_frame_idx = LLDB_INVALID_FRAME_ID; in SetOptionValue() 843 m_frame_idx = 0; in OptionParsingStarting() 940 thread->GetStackFrameAtIndex(m_options.m_frame_idx).get(); in DoExecute() 944 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute() 962 m_options.m_frame_idx, in DoExecute() 1028 m_options.m_stop_others, m_options.m_frame_idx, new_plan_status); in DoExecute() 1043 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 781 uint32_t m_frame_idx = LLDB_INVALID_FRAME_ID; member in CommandObjectThreadUntil::CommandOptions 811 if (option_arg.getAsInteger(0, m_frame_idx)) { in SetOptionValue() 812 m_frame_idx = LLDB_INVALID_FRAME_ID; in SetOptionValue() 837 m_frame_idx = 0; in OptionParsingStarting() 934 thread->GetStackFrameAtIndex(m_options.m_frame_idx).get(); in DoExecute() 938 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute() 956 m_options.m_frame_idx, in DoExecute() 1022 m_options.m_stop_others, m_options.m_frame_idx, new_plan_status); in DoExecute() 1037 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 787 uint32_t m_frame_idx = LLDB_INVALID_FRAME_ID; member in CommandObjectThreadUntil::CommandOptions 817 if (option_arg.getAsInteger(0, m_frame_idx)) { in SetOptionValue() 818 m_frame_idx = LLDB_INVALID_FRAME_ID; in SetOptionValue() 843 m_frame_idx = 0; in OptionParsingStarting() 940 thread->GetStackFrameAtIndex(m_options.m_frame_idx).get(); in DoExecute() 944 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute() 962 m_options.m_frame_idx, in DoExecute() 1028 m_options.m_stop_others, m_options.m_frame_idx, new_plan_status); in DoExecute() 1043 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 787 uint32_t m_frame_idx = LLDB_INVALID_FRAME_ID; member in CommandObjectThreadUntil::CommandOptions 817 if (option_arg.getAsInteger(0, m_frame_idx)) { in SetOptionValue() 818 m_frame_idx = LLDB_INVALID_FRAME_ID; in SetOptionValue() 843 m_frame_idx = 0; in OptionParsingStarting() 940 thread->GetStackFrameAtIndex(m_options.m_frame_idx).get(); in DoExecute() 944 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute() 962 m_options.m_frame_idx, in DoExecute() 1028 m_options.m_stop_others, m_options.m_frame_idx, new_plan_status); in DoExecute() 1043 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 3216 m_stop_id(0), m_frame_idx(UINT32_MAX), m_first_visible_line(0), in SourceFileWindowDelegate() 3309 frame_changed = frame_idx != m_frame_idx; in WindowDelegateDraw() 3310 m_frame_idx = frame_idx; in WindowDelegateDraw() 3313 frame_changed = m_frame_idx != UINT32_MAX; in WindowDelegateDraw() 3314 m_frame_idx = UINT32_MAX; in WindowDelegateDraw() 3897 uint32_t m_frame_idx; member in SourceFileWindowDelegate
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 3215 m_stop_id(0), m_frame_idx(UINT32_MAX), m_first_visible_line(0), in SourceFileWindowDelegate() 3308 frame_changed = frame_idx != m_frame_idx; in WindowDelegateDraw() 3309 m_frame_idx = frame_idx; in WindowDelegateDraw() 3312 frame_changed = m_frame_idx != UINT32_MAX; in WindowDelegateDraw() 3313 m_frame_idx = UINT32_MAX; in WindowDelegateDraw() 3896 uint32_t m_frame_idx; member in SourceFileWindowDelegate
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 3398 m_stop_id(0), m_frame_idx(UINT32_MAX), m_first_visible_line(0), in SourceFileWindowDelegate() 3494 frame_changed = frame_idx != m_frame_idx; in WindowDelegateDraw() 3495 m_frame_idx = frame_idx; in WindowDelegateDraw() 3498 frame_changed = m_frame_idx != UINT32_MAX; in WindowDelegateDraw() 3499 m_frame_idx = UINT32_MAX; in WindowDelegateDraw() 4167 uint32_t m_frame_idx; member in SourceFileWindowDelegate
|
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 3398 m_stop_id(0), m_frame_idx(UINT32_MAX), m_first_visible_line(0), in SourceFileWindowDelegate() 3494 frame_changed = frame_idx != m_frame_idx; in WindowDelegateDraw() 3495 m_frame_idx = frame_idx; in WindowDelegateDraw() 3498 frame_changed = m_frame_idx != UINT32_MAX; in WindowDelegateDraw() 3499 m_frame_idx = UINT32_MAX; in WindowDelegateDraw() 4167 uint32_t m_frame_idx; member in SourceFileWindowDelegate
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 3398 m_stop_id(0), m_frame_idx(UINT32_MAX), m_first_visible_line(0), in SourceFileWindowDelegate() 3494 frame_changed = frame_idx != m_frame_idx; in WindowDelegateDraw() 3495 m_frame_idx = frame_idx; in WindowDelegateDraw() 3498 frame_changed = m_frame_idx != UINT32_MAX; in WindowDelegateDraw() 3499 m_frame_idx = UINT32_MAX; in WindowDelegateDraw() 4167 uint32_t m_frame_idx; member in SourceFileWindowDelegate
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 5233 m_selected_line(0), m_pc_line(0), m_stop_id(0), m_frame_idx(UINT32_MAX), 5329 frame_changed = frame_idx != m_frame_idx; 5330 m_frame_idx = frame_idx; 5333 frame_changed = m_frame_idx != UINT32_MAX; 5334 m_frame_idx = UINT32_MAX; 6002 uint32_t m_frame_idx;
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 5233 m_selected_line(0), m_pc_line(0), m_stop_id(0), m_frame_idx(UINT32_MAX), in SourceFileWindowDelegate() 5329 frame_changed = frame_idx != m_frame_idx; in WindowDelegateDraw() 5330 m_frame_idx = frame_idx; in WindowDelegateDraw() 5333 frame_changed = m_frame_idx != UINT32_MAX; in WindowDelegateDraw() 5334 m_frame_idx = UINT32_MAX; in WindowDelegateDraw() 6002 uint32_t m_frame_idx; member in SourceFileWindowDelegate
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 5233 m_selected_line(0), m_pc_line(0), m_stop_id(0), m_frame_idx(UINT32_MAX), in SourceFileWindowDelegate() 5329 frame_changed = frame_idx != m_frame_idx; in WindowDelegateDraw() 5330 m_frame_idx = frame_idx; in WindowDelegateDraw() 5333 frame_changed = m_frame_idx != UINT32_MAX; in WindowDelegateDraw() 5334 m_frame_idx = UINT32_MAX; in WindowDelegateDraw() 6002 uint32_t m_frame_idx; member in SourceFileWindowDelegate
|
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 5233 m_selected_line(0), m_pc_line(0), m_stop_id(0), m_frame_idx(UINT32_MAX), in SourceFileWindowDelegate() 5329 frame_changed = frame_idx != m_frame_idx; in WindowDelegateDraw() 5330 m_frame_idx = frame_idx; in WindowDelegateDraw() 5333 frame_changed = m_frame_idx != UINT32_MAX; in WindowDelegateDraw() 5334 m_frame_idx = UINT32_MAX; in WindowDelegateDraw() 6002 uint32_t m_frame_idx; member in SourceFileWindowDelegate
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 6771 m_selected_line(0), m_pc_line(0), m_stop_id(0), m_frame_idx(UINT32_MAX), in SourceFileWindowDelegate() 6867 frame_changed = frame_idx != m_frame_idx; in WindowDelegateDraw() 6868 m_frame_idx = frame_idx; in WindowDelegateDraw() 6871 frame_changed = m_frame_idx != UINT32_MAX; in WindowDelegateDraw() 6872 m_frame_idx = UINT32_MAX; in WindowDelegateDraw() 7540 uint32_t m_frame_idx; member in SourceFileWindowDelegate
|