Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 76 for returns_ (0.24 sec)

  1. pkg/kubelet/eviction/helpers_test.go

    }
    
    func (f *fakeSummaryProvider) Get(ctx context.Context, updateStats bool) (*statsapi.Summary, error) {
    	return f.result, nil
    }
    
    func (f *fakeSummaryProvider) GetCPUAndMemoryStats(ctx context.Context) (*statsapi.Summary, error) {
    	return f.result, nil
    }
    
    // newPodStats returns a pod stat where each container is using the specified working set
    // each pod must have a Name, UID, Namespace
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    	if skip(d) {
    		return nil
    	}
    	name := d.Name.Copy(fn, skip)
    	if name == nil {
    		return fn(d)
    	}
    	d = &Destructor{Name: name}
    	if r := fn(d); r != nil {
    		return r
    	}
    	return d
    }
    
    func (d *Destructor) GoString() string {
    	return d.goString(0, "")
    }
    
    func (d *Destructor) goString(indent int, field string) string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_test.go

    	if err != nil {
    		return false
    	}
    	return s.IsDir()
    }
    
    // Sort pods by UID.
    type podsByUID []*v1.Pod
    
    func (p podsByUID) Len() int           { return len(p) }
    func (p podsByUID) Swap(i, j int)      { p[i], p[j] = p[j], p[i] }
    func (p podsByUID) Less(i, j int) bool { return p[i].UID < p[j].UID }
    
    // createAndStartFakeRemoteRuntime creates and starts fakeremote.RemoteRuntime.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

          body, outside of returns. Also adjusts the callers of said functions.
    
          For example, the code
            func.func @f(%arg0, %arg1) {
              SomeOpThatUsesArg0(%arg0)
              return %arg0
            }
            ...
            call @x_1(x, y)
    
          would be transformed into
            func.func @f(%arg0) {
              return %arg0
            }
            ...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	errERROR_EINVAL     error = syscall.EINVAL
    )
    
    // errnoErr returns common boxed Errno values, to prevent
    // allocations at runtime.
    func errnoErr(e syscall.Errno) error {
    	switch e {
    	case 0:
    		return errERROR_EINVAL
    	case errnoERROR_IO_PENDING:
    		return errERROR_IO_PENDING
    	}
    	// TODO: add more here, after collecting data on the common
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  6. pkg/apis/core/zz_generated.deepcopy.go

    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSElasticBlockStoreVolumeSource.
    func (in *AWSElasticBlockStoreVolumeSource) DeepCopy() *AWSElasticBlockStoreVolumeSource {
    	if in == nil {
    		return nil
    	}
    	out := new(AWSElasticBlockStoreVolumeSource)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSElasticBlockStoreVolumeSource.
    func (in *AWSElasticBlockStoreVolumeSource) DeepCopy() *AWSElasticBlockStoreVolumeSource {
    	if in == nil {
    		return nil
    	}
    	out := new(AWSElasticBlockStoreVolumeSource)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

      """Determines whether `node_def` is a variable node.
    
      Args:
        node_def: `NodeDef` to test whether it is a variable or not.
    
      Returns:
        Returns True if it is a variable.
      """
      return node_def.op == 'VarHandleOp'
    
    
    def _find_variables(
        graph_def: graph_pb2.GraphDef,
    ) -> Mapping[str, node_def_pb2.NodeDef]:
      """Finds all variables within `graph_def`.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  9. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.api.Project.getBuildDir()> does not have raw return type assignable to org.gradle.api.provider.Property in (Project.java:0)
    Method <org.gradle.api.Project.getBuildFile()> does not have raw return type assignable to org.gradle.api.provider.Provider in (Project.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/ppc64/asm9.go

    	case AADDMEV:
    		return OPVCC(31, 234, 1, 0)
    	case AADDMEVCC:
    		return OPVCC(31, 234, 1, 1)
    	case AADDZE:
    		return OPVCC(31, 202, 0, 0)
    	case AADDZECC:
    		return OPVCC(31, 202, 0, 1)
    	case AADDZEV:
    		return OPVCC(31, 202, 1, 0)
    	case AADDZEVCC:
    		return OPVCC(31, 202, 1, 1)
    	case AADDEX:
    		return OPVCC(31, 170, 0, 0) /* addex - v3.0b */
    
    	case AAND:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top