Searched refs:delegation (Results 1 – 25 of 29) sorted by relevance
12
/external/curl/docs/cmdline-opts/ |
D | delegation.d | 1 Long: delegation 3 Help: GSS-API delegation permission
|
D | Makefile.inc | 8 data-raw.d data-urlencode.d delegation.d digest.d disable.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/curl/src/ |
D | tool_paramhlp.h | 52 long delegation(struct OperationConfig *config, char *str);
|
D | tool_paramhlp.c | 525 long delegation(struct OperationConfig *config, char *str) in delegation() function
|
D | tool_getparam.c | 1026 config->gssapi_delegation = delegation(config, nextarg); in getparameter()
|
/external/curl/m4/ |
D | curl-confopts.m4 | 576 AC_HELP_STRING([--enable-ntlm-wb@<:@=FILE@:>@],[Enable NTLM delegation to winbind's ntlm_auth helpe… 577 AC_HELP_STRING([--disable-ntlm-wb],[Disable NTLM delegation to winbind's ntlm_auth helper]), 602 dnl Check if support for NTLM delegation to winbind's 609 AC_MSG_CHECKING([whether to enable NTLM delegation to winbind's helper]) 618 [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 | 1443 What is delegation? 1452 Python programmers can easily implement delegation. For example, the following 1470 underlying ``self.__outfile`` object. The delegation is accomplished via the 1474 Note that for more general cases delegation can get trickier. When attributes
|
/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/curl/lib/ |
D | curl_config.h.in | 810 /* Define to enable NTLM delegation to winbind's ntlm_auth helper. */
|
/external/python/cpython3/Doc/library/ |
D | logging.rst | 99 the root logger, or delegation to the parent when the logger is a non-root 102 The term 'delegation to the parent' means that if a logger has a level of
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | BaseRecognizer.as | 23 * inheritance via delegation of methods and shared state.
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 1280 using a delegation pointer to the other grammar(s). So if 1282 recognizer for A must have delegation pointers to BParser 1303 generate manual delegation. This amounts to a stub whereby 1347 of grammars computed from the import/delegation chain. When
|
/external/avb/ |
D | README.md | 151 delegation, that is, it allows a 3rd party to control content on a
|
/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/python/cpython3/Doc/reference/ |
D | expressions.rst | 431 The proposal to introduce the :token:`yield_from` syntax, making delegation
|
D | datamodel.rst | 1878 explored include logging, interface checking, automatic delegation, automatic
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSemaKinds.td | 1580 "base class|a constructor delegation|a vector element|a block element|a " 1906 "constructor for %0 creates a delegation cycle">, DefaultError, 6123 "circular pointer delegation detected">;
|
/external/python/cpython2/Doc/reference/ |
D | datamodel.rst | 1781 explored including logging, interface checking, automatic delegation, automatic
|
/external/googletest/googlemock/docs/ |
D | CookBook.md | 468 foo.DelegateToFake(); // Enables the fake for delegation.
|
12