HomeSort by relevance Sort by last modified time
    Searched refs:delegated (Results 1 - 10 of 10) sorted by null

  /system/update_engine/
common_service.cc 169 bool delegated = false; local
170 if (device_policy && device_policy->GetReleaseChannelDelegated(&delegated) &&
171 !delegated) {
175 "policy/settings is not delegated");
  /external/python/cpython2/Lib/test/
_mock_backport.py 508 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
    [all...]
  /external/python/cpython3/Lib/unittest/
mock.py 504 delegated = self._mock_delegate
505 if delegated is None:
507 sf = delegated.side_effect
511 delegated.side_effect = sf
516 delegated = self._mock_delegate
517 if delegated is None:
520 delegated.side_effect = value
    [all...]
  /external/dhcpcd-6.8.2/
dhcp6.c     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 232 # - - - - - - - - - - Delegated Rules - - - - - - - - - - -
317 # delegated rule <ruleDescriptor.name>
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/s390x/
asm.go 51 // The job of appending the moduledata is delegated to runtime.addmoduledata.
  /prebuilts/go/linux-x86/src/cmd/link/internal/s390x/
asm.go 51 // The job of appending the moduledata is delegated to runtime.addmoduledata.
  /external/oj-libjdwp/make/data/jdwp/
jdwp.spec     [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509.go 667 // slice is non-empty, unless verification is delegated to an OS
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509.go 667 // slice is non-empty, unless verification is delegated to an OS
    [all...]

Completed in 255 milliseconds