HomeSort by relevance Sort by last modified time
    Searched defs:Provision (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/python/grappler/
cluster.py 132 def Provision(allow_soft_placement=True,
  /external/tensorflow/tensorflow/core/grappler/clusters/
virtual_cluster.cc 42 Status VirtualCluster::Provision() { return Status::OK(); }
single_machine.cc 69 Status SingleMachine::Provision() {
76 "Can't provision more than one single cluster at a time");
  /external/autotest/server/cros/
provision.py 30 # Special label to skip provision and run reset instead.
150 # needs to be updated before firmware provision. List `_priorities` defines
293 class Provision(_SpecialTaskAction):
333 name = 'provision'
377 Provision.acts_on(label) or
385 Combine the provision type and value into the label name.
388 @param provision_value: A string of the value for this provision type.
  /external/guice/core/src/com/google/inject/internal/
ProvisionListenerStackCallback.java 63 public T provision(Errors errors, InternalContext context, ProvisionCallback<T> callable) method in class:ProvisionListenerStackCallback
65 Provision provision = new Provision(errors, context, callable); local
68 provision.provision();
73 if (provision.exceptionDuringProvision != null) {
74 throw provision.exceptionDuringProvision;
76 Object listener = provision.erredListener != null ?
77 provision.erredListener.getClass() : "(unknown)"
111 public T provision() { method in class:ProvisionListenerStackCallback.Provision
133 provision(); method
    [all...]
  /system/iot/attestation/at-factory-tool/
atftman.py 47 """The provision status constant."""
88 PROVISION_FAILED : ['Provision Attestation Key Failed', '??????']
110 """The provision state of the target device."""
147 # The provision status and provision state is only meaningful for target
414 Add device location information and target device provision status.
454 check_status: Whether to check provision status for the target device.
660 def Provision(self, target):
661 """Provision the key to the target device.
692 # Provision the key on devic
    [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 
sisu-guice-3.1.0.jar 

Completed in 216 milliseconds