Searched refs:delegation (Results 1 – 25 of 36) sorted by relevance
12
/external/curl/docs/cmdline-opts/ |
D | delegation.d | 1 Long: delegation 3 Help: GSS-API delegation permission
|
D | Makefile.inc | 27 delegation.d \
|
/external/autotest/client/site_tests/network_Dhcpv6Basic/ |
D | control | 10 non-temporary address and prefix delegation via DHCPv6 server. 20 delegation from DHCPv6 server.
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ops_version.md | 189 TensorFlow Lite provides a delegation API which enables delegating ops to 204 This is required even if the delegation only supports version 1 ops, so the 205 delegation can detect incompatibility when getting a higher version op.
|
/external/curl/src/ |
D | tool_paramhlp.h | 52 long delegation(struct OperationConfig *config, char *str);
|
D | tool_paramhlp.c | 524 long delegation(struct OperationConfig *config, char *str) in delegation() function
|
D | tool_getparam.c | 1068 config->gssapi_delegation = delegation(config, nextarg); in getparameter()
|
/external/curl/m4/ |
D | curl-confopts.m4 | 603 AC_HELP_STRING([--enable-ntlm-wb@<:@=FILE@:>@],[Enable NTLM delegation to winbind's ntlm_auth helpe… 604 AC_HELP_STRING([--disable-ntlm-wb],[Disable NTLM delegation to winbind's ntlm_auth helper]), 629 dnl Check if support for NTLM delegation to winbind's 636 AC_MSG_CHECKING([whether to enable NTLM delegation to winbind's helper]) 645 [Define to enable NTLM delegation to winbind's ntlm_auth helper.])
|
/external/curl/tests/data/ |
D | test1310 | 65 HTTP with NTLM delegation to winbind helper
|
/external/clang/ |
D | NOTES.txt | 103 delegation optimization in cases of virtual inheritance where:
|
/external/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 631 // the delegation to CC_X86_32_Common because that happens after code that 715 // Handles byval parameters. Note that we can't rely on the delegation
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86CallingConv.td | 336 // Handles byval parameters. Note that we can't rely on the delegation
|
/external/python/cpython3/Doc/faq/ |
D | programming.rst | 1475 What is delegation? 1484 Python programmers can easily implement delegation. For example, the following 1502 underlying ``self.__outfile`` object. The delegation is accomplished via the 1506 Note that for more general cases delegation can get trickier. When attributes
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 838 // the delegation to CC_X86_32_Common because that happens after code that 908 // Handles byval parameters. Note that we can't rely on the delegation
|
/external/python/cpython2/Doc/faq/ |
D | programming.rst | 1577 What is delegation? 1586 Python programmers can easily implement delegation. For example, the following 1604 underlying ``self.__outfile`` object. The delegation is accomplished via the 1608 Note that for more general cases delegation can get trickier. When attributes
|
/external/python/cpython2/Doc/library/ |
D | logging.rst | 103 the root logger, or delegation to the parent when the logger is a non-root 106 The term 'delegation to the parent' means that if a logger has a level of
|
/external/openssh/ |
D | ssh.0 | 158 -K Enables GSSAPI-based authentication and forwarding (delegation) 161 -k Disables forwarding (delegation) of GSSAPI credentials to the
|
/external/curl/lib/ |
D | curl_config.h.in | 805 /* Define to enable NTLM delegation to winbind's ntlm_auth helper. */
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | BaseRecognizer.as | 23 * inheritance via delegation of methods and shared state.
|
/external/python/cpython3/Doc/library/ |
D | logging.rst | 102 all messages to be processed when the logger is the root logger, or delegation 106 The term 'delegation to the parent' means that if a logger has a level of
|
/external/antlr/tool/ |
D | CHANGES.txt | 1351 using a delegation pointer to the other grammar(s). So if 1353 recognizer for A must have delegation pointers to BParser 1374 generate manual delegation. This amounts to a stub whereby 1418 of grammars computed from the import/delegation chain. When
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 62 * New ``yield from`` expression for :ref:`generator delegation <pep-380>`. 412 from`` expression actually allows delegation to arbitrary subiterators.
|
/external/avb/ |
D | README.md | 185 delegation, that is, it allows a 3rd party to control content on a
|
/external/python/cpython3/Doc/reference/ |
D | expressions.rst | 506 The proposal to introduce the :token:`yield_from` syntax, making delegation
|
/external/python/setuptools/docs/ |
D | pkg_resources.txt | 1085 will appear to have no resources or metadata. This delegation approach is used
|
12