| /freebsd/tests/sys/cddl/zfs/tests/delegate/ |
| H A D | zfs_allow_test.sh | 37 . $(atf_get_srcdir)/delegate.cfg 47 . $(atf_get_srcdir)/delegate.cfg 63 . $(atf_get_srcdir)/delegate.cfg 73 . $(atf_get_srcdir)/delegate.cfg 89 . $(atf_get_srcdir)/delegate.cfg 99 . $(atf_get_srcdir)/delegate.cfg 115 . $(atf_get_srcdir)/delegate.cfg 125 . $(atf_get_srcdir)/delegate.cfg 141 . $(atf_get_srcdir)/delegate.cfg 151 . $(atf_get_srcdir)/delegate.cfg [all …]
|
| H A D | zfs_unallow_test.sh | 37 . $(atf_get_srcdir)/delegate.cfg 47 . $(atf_get_srcdir)/delegate.cfg 63 . $(atf_get_srcdir)/delegate.cfg 73 . $(atf_get_srcdir)/delegate.cfg 89 . $(atf_get_srcdir)/delegate.cfg 99 . $(atf_get_srcdir)/delegate.cfg 115 . $(atf_get_srcdir)/delegate.cfg 125 . $(atf_get_srcdir)/delegate.cfg 141 . $(atf_get_srcdir)/delegate.cfg 151 . $(atf_get_srcdir)/delegate.cfg [all …]
|
| H A D | Makefile | 4 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/delegate 13 ${PACKAGE}FILES+= delegate.cfg
|
| H A D | cleanup.ksh | 27 . $STF_SUITE/tests/delegate/delegate_common.kshlib
|
| H A D | setup.ksh | 27 . $STF_SUITE/tests/delegate/delegate_common.kshlib
|
| H A D | zfs_unallow_004_pos.ksh | 27 . $STF_SUITE/tests/delegate/delegate_common.kshlib
|
| H A D | zfs_allow_011_neg.ksh | 27 . $STF_SUITE/tests/delegate/delegate_common.kshlib
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.h | 314 CxxModuleScope(ASTImporterDelegate &delegate, clang::ASTContext *dst_ctx) in CxxModuleScope() 315 : m_delegate(delegate) { in CxxModuleScope() 318 if (!delegate.m_std_handler) { in CxxModuleScope() 319 m_handler = CxxModuleHandler(delegate, dst_ctx); in CxxModuleScope() 321 delegate.m_std_handler = &m_handler; in CxxModuleScope() 464 ImporterDelegateSP delegate = in GetDelegate() local 466 delegates[src_ctx] = delegate; in GetDelegate() 467 return delegate; in GetDelegate()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteClientBase.cpp | 39 ContinueDelegate &delegate, const UnixSignals &signals, in SendContinuePacketAndWaitForResponse() argument 115 delegate.HandleAsyncStdout(inferior_stdout); in SendContinuePacketAndWaitForResponse() 119 delegate.HandleAsyncMisc( in SendContinuePacketAndWaitForResponse() 123 delegate.HandleAsyncStructuredDataPacket(response.GetStringRef()); in SendContinuePacketAndWaitForResponse() 142 delegate.HandleStopReply(); in SendContinuePacketAndWaitForResponse()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_send_delegation/ |
| H A D | zfs_send_test.ksh | 48 . $STF_SUITE/tests/functional/delegate/delegate.cfg
|
| H A D | cleanup.ksh | 29 . $STF_SUITE/tests/functional/delegate/delegate_common.kshlib
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 2334 TextFieldDelegate *delegate = in AddTextField() local 2336 m_fields.push_back(FieldDelegateUP(delegate)); in AddTextField() 2337 return delegate; in AddTextField() 2342 FileFieldDelegate *delegate = in AddFileField() local 2344 m_fields.push_back(FieldDelegateUP(delegate)); in AddFileField() 2345 return delegate; in AddFileField() 2351 DirectoryFieldDelegate *delegate = in AddDirectoryField() local 2353 m_fields.push_back(FieldDelegateUP(delegate)); in AddDirectoryField() 2354 return delegate; in AddDirectoryField() 2359 ArchFieldDelegate *delegate = in AddArchField() local [all …]
|
| H A D | IOHandler.cpp | 217 IOHandlerDelegate &delegate) in IOHandlerEditline() argument 226 delegate) {} in IOHandlerEditline() 235 IOHandlerDelegate &delegate) in IOHandlerEditline() argument 240 m_delegate(delegate), m_prompt(), m_continuation_prompt(), in IOHandlerEditline() 273 const char *indent_chars = delegate.IOHandlerGetFixIndentationCharacters(); in IOHandlerEditline()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | Materializer.h | 80 PersistentVariableDelegate *delegate, Status &err); 106 PersistentVariableDelegate *delegate, Status &err);
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zfs_send_delegation_user/ |
| H A D | zfs_send_usertest.ksh | 51 . $STF_SUITE/tests/functional/delegate/delegate.cfg
|
| H A D | cleanup.ksh | 29 . $STF_SUITE/tests/functional/delegate/delegate_common.kshlib
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTrace.cpp | 415 if (Expected<CommandObjectSP> delegate = DoGetProxyCommandObject()) { in GetProxyCommandObject() local 416 m_delegate_sp = *delegate; in GetProxyCommandObject() 421 m_delegate_error = toString(delegate.takeError()); in GetProxyCommandObject()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineRegisterInfo.h | 163 void resetDelegate(Delegate *delegate) { in resetDelegate() argument 166 assert(TheDelegates.count(delegate) && in resetDelegate() 168 TheDelegates.erase(delegate); in resetDelegate() 171 void addDelegate(Delegate *delegate) { in addDelegate() argument 172 assert(delegate && !TheDelegates.count(delegate) && in addDelegate() 176 TheDelegates.insert(delegate); in addDelegate()
|
| H A D | LiveRangeEdit.h | 130 Delegate *delegate = nullptr, 133 VRM(vrm), TII(*MF.getSubtarget().getInstrInfo()), TheDelegate(delegate), in Parent()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/limits/ |
| H A D | cleanup.ksh | 19 . $STF_SUITE/tests/functional/delegate/delegate_common.kshlib
|
| H A D | setup.ksh | 19 . $STF_SUITE/tests/functional/delegate/delegate_common.kshlib
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.cpp | 205 return this->delegate(SubExpr); in VisitCastExpr() 244 if (!this->delegate(SubExpr)) in VisitCastExpr() 260 if (!this->delegate(SubExpr)) in VisitCastExpr() 267 if (!this->delegate(SubExpr)) in VisitCastExpr() 297 if (!this->delegate(SubExpr)) in VisitCastExpr() 438 return this->delegate(SubExpr); in VisitCastExpr() 461 return this->delegate(SubExpr); in VisitCastExpr() 794 return this->delegate(E->getSubExpr()); in VisitParenExpr() 814 return this->delegate(RHS); in VisitBinaryOperator() 1633 return this->delegate(SubExpr); in VisitFixedPointUnaryOperator() [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
| H A D | cleanup.ksh | 35 . $STF_SUITE/tests/functional/delegate/delegate_common.kshlib
|
| H A D | zfs_unallow_008_neg.ksh | 33 . $STF_SUITE/tests/functional/delegate/delegate_common.kshlib
|
| H A D | zfs_unallow_004_pos.ksh | 33 . $STF_SUITE/tests/functional/delegate/delegate_common.kshlib
|