Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 70 for initialize_ (0.22 sec)

  1. pkg/kubelet/kubelet_node_status_test.go

    					},
    				},
    			},
    			needsUpdate: true,
    		}, {
    			name:         "no update needed but capacity and allocatable of existing node should be initialized",
    			initialNode:  &v1.Node{},
    			existingNode: &v1.Node{},
    			expectedNode: &v1.Node{
    				Status: v1.NodeStatus{
    					Capacity:    v1.ResourceList{},
    					Allocatable: v1.ResourceList{},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  2. cmd/admin-handlers.go

    			return
    		}
    		// Zero nonce, we only use each key once, and 32 bytes is plenty.
    		nonce := make([]byte, stream.NonceSize())
    		encw := stream.EncryptWriter(w, nonce, nil)
    		defer encw.Close()
    
    		// Initialize a zip writer which will provide a zipped content
    		// of profiling data of all nodes
    		inspectZipW = zip.NewWriter(encw)
    		defer inspectZipW.Close()
    
    		if b := getClusterMetaInfo(ctx); len(b) > 0 {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    			// The tests assume that Get/GetList/Watch calls shouldn't fail.
    			// However, 429 error can now be returned if watchcache is under initialization.
    			// To avoid rewriting all tests, we wait for watchcache to initialize.
    			if err := cacher.Wait(context.Background()); err != nil {
    				t.Fatal(err)
    			}
    		}
    		d := destroyFunc
    		s = cacher
    		destroyFunc = func() {
    			cacher.Stop()
    			d()
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

     public synchronized class DefaultArtifactTrans implements ArtifactTransformati, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable { private java.util.List artifactTransformati; public void DefaultArtifactTrans(); public void initialize() throws org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationExcept; public void transformForResolve(org.apache.maven.artifact.Artifact, java.util.List, org.apache.maven.artifact.repository.ArtifactRepository) throws org.apache...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160.1K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

     public synchronized class DefaultArtifactTrans implements ArtifactTransformati, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable { private java.util.List artifactTransformati; public void DefaultArtifactTrans(); public void initialize() throws org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationExcept; public void transformForResolve(org.apache.maven.artifact.Artifact, java.util.List, org.apache.maven.artifact.repository.ArtifactRepository) throws org.apache...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 160.1K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    java.util.Collection values(); public java.util.Set entrySet(); public java.util.Set keySet(); protected void sizeChanged(); private static int keyHash(Object); private void addEntry(Object, Object); private void removeEntry(FastMap$EntryImpl); private void initialize(int); private void readObject(java.io.ObjectInputStream) throws java.io.IOException, ClassNotFoundExcepti; private void writeObject(java.io.ObjectOutputStream) throws java.io.IOException; } org/codehaus/plexus/util/FileUtils$FilterWrapper.class...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 200.2K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    java.util.Collection values(); public java.util.Set entrySet(); public java.util.Set keySet(); protected void sizeChanged(); private static int keyHash(Object); private void addEntry(Object, Object); private void removeEntry(FastMap$EntryImpl); private void initialize(int); private void readObject(java.io.ObjectInputStream) throws java.io.IOException, ClassNotFoundExcepti; private void writeObject(java.io.ObjectOutputStream) throws java.io.IOException; } org/codehaus/plexus/util/FileUtils$FilterWrapper.class...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 200.2K bytes
    - Viewed (0)
  8. pkg/scheduler/schedule_one_test.go

    	}
    	return int64(score), nil
    }
    
    func (pl *numericMapPlugin) ScoreExtensions() framework.ScoreExtensions {
    	return nil
    }
    
    // NewNoPodsFilterPlugin initializes a noPodsFilterPlugin and returns it.
    func NewNoPodsFilterPlugin(_ context.Context, _ runtime.Object, _ framework.Handle) (framework.Plugin, error) {
    	return &noPodsFilterPlugin{}, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

    arith::ConstantOp ExpandedShape(PatternRewriter& rewriter, Value input,
                                    DenseIntElementsAttr broadcast_dimensions,
                                    Value output) {
      // Initialize expanded shape with output rank and dimensions of 1.
      SmallVector<Attribute, 4> expanded_shape(
          mlir::cast<ShapedType>(output.getType()).getRank(),
          /*Value=*/rewriter.getI64IntegerAttr(1));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

      (void)padding_is_valid;
    
      auto get_int = [](Attribute attr) {
        return mlir::cast<IntegerAttr>(attr).getInt();
      };
    
      // Output always have `num_dims` rank. All dimensions are initialized to
      // dynamic size and can be partially inferred.
      SmallVector<int64_t, 4> return_shape(num_dims, ShapedType::kDynamic);
      // Output batch and channel dimension can be obtained using utilities from
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
Back to top