Home
last modified time | relevance | path

Searched refs:allow_lazy (Results 1 – 25 of 35) sorted by relevance

12

/dports/www/seahub/seahub-8.0.7-server/seahub/base/
H A Dutils.py7 from django.utils.functional import allow_lazy
25 escape = allow_lazy(escape, str)
87 urlize = allow_lazy(urlize, str)
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/girepository/
H A Dgirepository.c333 gboolean allow_lazy, in get_registered_status() argument
349 if (!allow_lazy) in get_registered_status()
614 gboolean allow_lazy = flags & G_IREPOSITORY_LOAD_FLAG_LAZY; in g_irepository_load_typelib() local
624 if (get_registered_status (repository, namespace, nsversion, allow_lazy, in g_irepository_load_typelib()
638 allow_lazy, typelib, error); in g_irepository_load_typelib()
1542 gboolean allow_lazy = (flags & G_IREPOSITORY_LOAD_FLAG_LAZY) > 0; in require_internal() local
1552 typelib = get_registered_status (repository, namespace, version, allow_lazy, in require_internal()
1631 if (!register_internal (repository, path, allow_lazy, in require_internal()
/dports/www/py-feedgenerator/feedgenerator-2.0.0/feedgenerator/django/utils/
H A Dfunctional.py170 def allow_lazy(func, *resultclasses): function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h77 lldb::pid_t GetCurrentProcessID(bool allow_lazy = true);
H A DGDBRemoteCommunicationClient.cpp704 lldb::pid_t GDBRemoteCommunicationClient::GetCurrentProcessID(bool allow_lazy) { in GetCurrentProcessID() argument
705 if (allow_lazy && m_curr_pid_is_valid == eLazyBoolYes) in GetCurrentProcessID()
709 GetCurrentProcessInfo(allow_lazy); in GetCurrentProcessID()
2004 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo() argument
2008 if (allow_lazy) { in GetCurrentProcessInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h94 lldb::pid_t GetCurrentProcessID(bool allow_lazy = true);
H A DGDBRemoteCommunicationClient.cpp712 lldb::pid_t GDBRemoteCommunicationClient::GetCurrentProcessID(bool allow_lazy) { in GetCurrentProcessID() argument
713 if (allow_lazy && m_curr_pid_is_valid == eLazyBoolYes) in GetCurrentProcessID()
717 GetCurrentProcessInfo(allow_lazy); in GetCurrentProcessID()
2017 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo() argument
2021 if (allow_lazy) { in GetCurrentProcessInfo()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h94 lldb::pid_t GetCurrentProcessID(bool allow_lazy = true);
H A DGDBRemoteCommunicationClient.cpp712 lldb::pid_t GDBRemoteCommunicationClient::GetCurrentProcessID(bool allow_lazy) { in GetCurrentProcessID() argument
713 if (allow_lazy && m_curr_pid_is_valid == eLazyBoolYes) in GetCurrentProcessID()
717 GetCurrentProcessInfo(allow_lazy); in GetCurrentProcessID()
2022 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo() argument
2026 if (allow_lazy) { in GetCurrentProcessInfo()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h95 lldb::pid_t GetCurrentProcessID(bool allow_lazy = true);
H A DGDBRemoteCommunicationClient.cpp712 lldb::pid_t GDBRemoteCommunicationClient::GetCurrentProcessID(bool allow_lazy) { in GetCurrentProcessID() argument
713 if (allow_lazy && m_curr_pid_is_valid == eLazyBoolYes) in GetCurrentProcessID()
717 GetCurrentProcessInfo(allow_lazy); in GetCurrentProcessID()
2033 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo() argument
2037 if (allow_lazy) { in GetCurrentProcessInfo()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h95 lldb::pid_t GetCurrentProcessID(bool allow_lazy = true);
H A DGDBRemoteCommunicationClient.cpp712 lldb::pid_t GDBRemoteCommunicationClient::GetCurrentProcessID(bool allow_lazy) { in GetCurrentProcessID() argument
713 if (allow_lazy && m_curr_pid_is_valid == eLazyBoolYes) in GetCurrentProcessID()
717 GetCurrentProcessInfo(allow_lazy); in GetCurrentProcessID()
2033 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo() argument
2037 if (allow_lazy) { in GetCurrentProcessInfo()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h101 lldb::pid_t GetCurrentProcessID(bool allow_lazy = true);
H A DGDBRemoteCommunicationClient.cpp712 lldb::pid_t GDBRemoteCommunicationClient::GetCurrentProcessID(bool allow_lazy) { in GetCurrentProcessID() argument
713 if (allow_lazy && m_curr_pid_is_valid == eLazyBoolYes) in GetCurrentProcessID()
717 GetCurrentProcessInfo(allow_lazy); in GetCurrentProcessID()
2079 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo() argument
2083 if (allow_lazy) { in GetCurrentProcessInfo()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/qlogic/qede/
H A Dqede.h541 int qede_alloc_rx_buffer(struct qede_rx_queue *rxq, bool allow_lazy);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h101 lldb::pid_t GetCurrentProcessID(bool allow_lazy = true);
H A DGDBRemoteCommunicationClient.cpp712 lldb::pid_t GDBRemoteCommunicationClient::GetCurrentProcessID(bool allow_lazy) { in GetCurrentProcessID() argument
713 if (allow_lazy && m_curr_pid_is_valid == eLazyBoolYes) in GetCurrentProcessID()
717 GetCurrentProcessInfo(allow_lazy); in GetCurrentProcessID()
2079 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo() argument
2083 if (allow_lazy) { in GetCurrentProcessInfo()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h80 lldb::pid_t GetCurrentProcessID(bool allow_lazy = true);
H A DGDBRemoteCommunicationClient.cpp689 lldb::pid_t GDBRemoteCommunicationClient::GetCurrentProcessID(bool allow_lazy) { in GetCurrentProcessID() argument
690 if (allow_lazy && m_curr_pid_is_valid == eLazyBoolYes) in GetCurrentProcessID()
694 GetCurrentProcessInfo(allow_lazy); in GetCurrentProcessID()
2095 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo() argument
2099 if (allow_lazy) { in GetCurrentProcessInfo()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h101 lldb::pid_t GetCurrentProcessID(bool allow_lazy = true);
H A DGDBRemoteCommunicationClient.cpp712 lldb::pid_t GDBRemoteCommunicationClient::GetCurrentProcessID(bool allow_lazy) { in GetCurrentProcessID() argument
713 if (allow_lazy && m_curr_pid_is_valid == eLazyBoolYes) in GetCurrentProcessID()
717 GetCurrentProcessInfo(allow_lazy); in GetCurrentProcessID()
2079 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo() argument
2083 if (allow_lazy) { in GetCurrentProcessInfo()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/qlogic/qede/
H A Dqede.h541 int qede_alloc_rx_buffer(struct qede_rx_queue *rxq, bool allow_lazy);
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h101 lldb::pid_t GetCurrentProcessID(bool allow_lazy = true);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/qlogic/qede/
H A Dqede.h541 int qede_alloc_rx_buffer(struct qede_rx_queue *rxq, bool allow_lazy);

12