Home
last modified time | relevance | path

Searched refs:handler_pos (Results 1 – 19 of 19) sorted by relevance

/dports/devel/qca/qca-2.3.4/src/
H A Dqca_core.cpp1667 int handler_pos; member in QCA::EventGlobal::AskerItem
1713 g_event->handlers[i.handler_pos].ids += i.id; in ask()
1715 …handlers[i.handler_pos].h, "ask", Qt::QueuedConnection, Q_ARG(int, i.id), Q_ARG(QCA::Event, i.even… in ask()
1724 for (int n = i.handler_pos + 1; n < g_event->handlers.count(); ++n) { in reject()
1736 i.handler_pos = pos; in reject()
1763 if (g_event->askers[n].handler_pos >= pos) in handler_add()
1764 g_event->askers[n].handler_pos++; in handler_add()
1786 if (g_event->askers[n].handler_pos >= at) in handler_remove()
1787 g_event->askers[n].handler_pos--; in handler_remove()
1868 i.handler_pos = pos; in asker_ask()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/lldb-vscode/
H A DVSCode.cpp393 auto handler_pos = request_handlers.find(std::string(command)); in HandleObject() local
394 if (handler_pos != request_handlers.end()) { in HandleObject()
395 handler_pos->second(object); in HandleObject()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/tools/lldb-vscode/
H A DVSCode.cpp393 auto handler_pos = request_handlers.find(std::string(command)); in HandleObject() local
394 if (handler_pos != request_handlers.end()) { in HandleObject()
395 handler_pos->second(object); in HandleObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/lldb-vscode/
H A DVSCode.cpp398 auto handler_pos = request_handlers.find(std::string(command)); in HandleObject() local
399 if (handler_pos != request_handlers.end()) { in HandleObject()
400 handler_pos->second(object); in HandleObject()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/lldb-vscode/
H A DVSCode.cpp495 auto handler_pos = request_handlers.find(std::string(command)); in HandleObject() local
496 if (handler_pos != request_handlers.end()) { in HandleObject()
497 handler_pos->second(object); in HandleObject()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/lldb-vscode/
H A DVSCode.cpp495 auto handler_pos = request_handlers.find(std::string(command)); in HandleObject() local
496 if (handler_pos != request_handlers.end()) { in HandleObject()
497 handler_pos->second(object); in HandleObject()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/tools/lldb-vscode/
H A DVSCode.cpp495 auto handler_pos = request_handlers.find(std::string(command)); in HandleObject() local
496 if (handler_pos != request_handlers.end()) { in HandleObject()
497 handler_pos->second(object); in HandleObject()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/tools/lldb-vscode/
H A DVSCode.cpp495 auto handler_pos = request_handlers.find(std::string(command));
496 if (handler_pos != request_handlers.end()) {
497 handler_pos->second(object);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/tools/lldb-vscode/
H A DVSCode.cpp496 auto handler_pos = request_handlers.find(std::string(command)); in HandleObject() local
497 if (handler_pos != request_handlers.end()) { in HandleObject()
498 handler_pos->second(object); in HandleObject()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/FileSystems/
H A DVirtualDiscFileSystem.cpp115 size_t handler_pos = line.find(':', filename_pos); in LoadFileListIndex() local
116 if (handler_pos != line.npos) { in LoadFileListIndex()
117 entry.fileName = line.substr(filename_pos, handler_pos - filename_pos); in LoadFileListIndex()
119 std::string handler = line.substr(handler_pos + 1); in LoadFileListIndex()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/FileSystems/
H A DVirtualDiscFileSystem.cpp115 size_t handler_pos = line.find(':', filename_pos); in LoadFileListIndex() local
116 if (handler_pos != line.npos) { in LoadFileListIndex()
117 entry.fileName = line.substr(filename_pos, handler_pos - filename_pos); in LoadFileListIndex()
119 std::string handler = line.substr(handler_pos + 1); in LoadFileListIndex()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/FileSystems/
H A DVirtualDiscFileSystem.cpp115 size_t handler_pos = line.find(':', filename_pos); in LoadFileListIndex() local
116 if (handler_pos != line.npos) { in LoadFileListIndex()
117 entry.fileName = line.substr(filename_pos, handler_pos - filename_pos); in LoadFileListIndex()
119 std::string handler = line.substr(handler_pos + 1); in LoadFileListIndex()
/dports/misc/freeguide/freeguide-0.11.1/xmltv/share/perl5/
H A DXMLTV.pm2061 my $handler_pos = 0;
2073 foreach my $i (0 .. $handler_pos - 1) {
2079 for (my $i = $handler_pos; $i < @$handlers; $i++) {
2126 $handler_pos = $found_pos;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/vme/
H A Dvme.c1248 struct list_head *handler_pos = NULL; in vme_bus_error_handler() local
1253 list_for_each(handler_pos, &bridge->vme_error_handlers) { in vme_bus_error_handler()
1254 handler = list_entry(handler_pos, struct vme_error_handler, in vme_bus_error_handler()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/vme/
H A Dvme.c1248 struct list_head *handler_pos = NULL; in vme_bus_error_handler() local
1253 list_for_each(handler_pos, &bridge->vme_error_handlers) { in vme_bus_error_handler()
1254 handler = list_entry(handler_pos, struct vme_error_handler, in vme_bus_error_handler()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/vme/
H A Dvme.c1248 struct list_head *handler_pos = NULL; in vme_bus_error_handler() local
1253 list_for_each(handler_pos, &bridge->vme_error_handlers) { in vme_bus_error_handler()
1254 handler = list_entry(handler_pos, struct vme_error_handler, in vme_bus_error_handler()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp2801 auto handler_pos = request_handlers.find(command); local
2802 if (handler_pos != request_handlers.end()) {
2803 handler_pos->second(*object);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp2955 auto handler_pos = request_handlers.find(std::string(command)); in main() local
2956 if (handler_pos != request_handlers.end()) { in main()
2957 handler_pos->second(*object); in main()
/dports/textproc/p5-xmltv/xmltv-0.5.70/lib/
H A DXMLTV.pm.in2018 my $handler_pos = 0;
2025 # Search for a handler - from $handler_pos onwards. But
2030 foreach my $i (0 .. $handler_pos - 1) {
2036 for (my $i = $handler_pos; $i < @$handlers; $i++) {
2083 $handler_pos = $found_pos;