Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 40 for keyname (0.43 sec)

  1. pkg/controller/podautoscaler/horizontal_test.go

    		defer tc.Unlock()
    
    		getForAction, wasGetFor := action.(cmfake.GetForAction)
    		if !wasGetFor {
    			return true, nil, fmt.Errorf("expected a get-for action, got %v instead", action)
    		}
    
    		if getForAction.GetName() == "*" {
    			metrics := &cmapi.MetricValueList{}
    
    			// multiple objects
    			assert.Equal(t, "pods", getForAction.GetResource().Resource, "the type of object that we requested multiple metrics for should have been pods")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  2. pkg/controller/garbagecollector/garbagecollector_test.go

    					if action.GetNamespace() != "" {
    						s += " ns=" + action.GetNamespace()
    					}
    					if get, ok := action.(clientgotesting.GetAction); ok && get.GetName() != "" {
    						s += " name=" + get.GetName()
    					}
    					actualClientActions = append(actualClientActions, s)
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

        }
    
        TestFile getGcFile() {
            return cacheDir.file("gc.properties")
        }
    
        TestFile getCacheDir() {
            return getGradleVersionedCacheDir().file(CacheLayout.TRANSFORMS.getName())
        }
    
        void writeLastTransformationAccessTimeToJournal(TestFile workspaceDir, long millis) {
            writeLastFileAccessTimeToJournal(workspaceDir, millis)
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.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

    Plugin implements java.io.Serializable { private String name; private String prefix; private String artifactId; private String modelEncoding; public void Plugin(); public String getArtifactId(); public String getName(); public String getPrefix(); public void setArtifactId(String); public void setName(String); public void setPrefix(String); public void setModelEncoding(String); public String getModelEncoding(); } org/apache/maven/artifact/repository/metadata/RepositoryMetadata.class package 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. pkg/controller/job/job_controller_test.go

    			var j *batch.Job
    			err = wait.PollUntilContextTimeout(ctx, 200*time.Microsecond, 3*time.Second, true, func(ctx context.Context) (done bool, err error) {
    				j, err = clientset.BatchV1().Jobs(metav1.NamespaceDefault).Get(ctx, job.GetName(), metav1.GetOptions{})
    				if err != nil {
    					return false, err
    				}
    				return j.Status.StartTime != nil, nil
    			})
    			if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  6. 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

    Plugin implements java.io.Serializable { private String name; private String prefix; private String artifactId; private String modelEncoding; public void Plugin(); public String getArtifactId(); public String getName(); public String getPrefix(); public void setArtifactId(String); public void setName(String); public void setPrefix(String); public void setModelEncoding(String); public String getModelEncoding(); } org/apache/maven/artifact/repository/metadata/RepositoryMetadata.class package 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)
  7. okhttp-android/src/main/baseline-prof.txt

    HSPLokhttp3/internal/http2/Hpack$Reader;-><init>(Lokio/Source;III)V
    HSPLokhttp3/internal/http2/Hpack$Reader;->evictToRecoverBytes(I)I
    HSPLokhttp3/internal/http2/Hpack$Reader;->getName(I)Lokio/ByteString;
    HSPLokhttp3/internal/http2/Hpack$Reader;->insertIntoDynamicTable(ILokhttp3/internal/http2/Header;)V
    HSPLokhttp3/internal/http2/Hpack$Reader;->readByteString()Lokio/ByteString;
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/cache/LocalCache.java

       */
      // TODO(fry): empirically optimize this
      static final int DRAIN_MAX = 16;
    
      // Fields
    
      static final Logger logger = Logger.getLogger(LocalCache.class.getName());
    
      /**
       * Mask value for indexing into segments. The upper bits of a key's hash code are used to choose
       * the segment.
       */
      final int segmentMask;
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  9. guava/src/com/google/common/cache/LocalCache.java

       */
      // TODO(fry): empirically optimize this
      static final int DRAIN_MAX = 16;
    
      // Fields
    
      static final Logger logger = Logger.getLogger(LocalCache.class.getName());
    
      /**
       * Mask value for indexing into segments. The upper bits of a key's hash code are used to choose
       * the segment.
       */
      final int segmentMask;
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

        // Replace with new While with matching operands and results.
        Operation* op = while_op.getOperation();
        Operation* new_op = rewriter.insert(Operation::create(
            op->getLoc(), op->getName(), types, new_operands, op->getAttrs(),
            op->getPropertiesStorage(), {}, /*numRegions=*/2));
    
        for (int i = 0; i < 2; ++i) new_op->getRegion(i).takeBody(op->getRegion(i));
        int new_index = 0;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top