Home
last modified time | relevance | path

Searched refs:delegated (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython2/Lib/test/
D_mock_backport.py508 delegated = self._mock_delegate
509 if delegated is None:
511 sf = delegated.side_effect
514 delegated.side_effect = sf
519 delegated = self._mock_delegate
520 if delegated is None:
523 delegated.side_effect = value
/external/dhcpcd-6.8.2/
Ddhcp6.c2373 dhcp6_script_try_run(struct interface *ifp, int delegated) in dhcp6_script_try_run() argument
2390 ((delegated && ap->delegating_iface) || in dhcp6_script_try_run()
2391 (!delegated && !ap->delegating_iface))) in dhcp6_script_try_run()
2399 script_runreason(ifp, delegated ? "DELEGATED6" : state->reason); in dhcp6_script_try_run()
2400 if (!delegated) in dhcp6_script_try_run()
3473 goto delegated; in dhcp6_env()
3564 delegated: in dhcp6_env()
/external/python/cpython2/Doc/library/
Drunpy.rst138 either serialised with the import lock or delegated to a separate process.
Dunittest.rst2000 i.e. it has been replaced by the system under test and delegated to, then it
/external/llvm/utils/lit/
DTODO29 delegated to each test suite. This could take a couple forms:
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg317 # delegated rule <ruleDescriptor.name>
1177 # - - - - - - - - - - delegated rules - - - - - - - - - - -
1448 # delegated lexer rule <ruleDescriptor.name; format="lexerRule"> (<ruleDescriptor.name> in the gram…
/external/openssh/
DPROTOCOL.agent275 delegated to the smartcard.
Dsshd_config.0431 operations on the private key will be delegated to an
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg904 // Free the lexers that we delegated to
1304 // Install the delegated methods so that they appear to be a part of this
1378 // Free the parsers that we delegated to
/external/avb/
DREADME.md60 contains the name of the partition where authority is delegated as
/external/python/cpython2/Doc/howto/
Dlogging-cookbook.rst496 information in the delegated call. Here's a snippet from the code of
/external/python/cpython2/Doc/faq/
Dprogramming.rst1603 ``self.__outfile.write()`` method. All other methods are delegated to the
/external/googletest/googlemock/docs/v1_6/
DCookBook.md532 // By default, all calls are delegated to the real object.
/external/googletest/googlemock/docs/v1_5/
DCookBook.md532 // By default, all calls are delegated to the real object.
/external/googletest/googlemock/docs/v1_7/
DCookBook.md525 // By default, all calls are delegated to the real object.
/external/googletest/googlemock/docs/
DCookBook.md525 // By default, all calls are delegated to the real object.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz