Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 5,909 for became (0.14 sec)

  1. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/DaemonRegistryUnavailableExpirationStrategy.java

        public static final String REGISTRY_BECAME_UNREADABLE = "after the daemon registry became unreadable";
        public static final String REGISTRY_ENTRY_UNEXPECTEDLY_LOST = "after the daemon was no longer found in the daemon registry";
        public static final String REGISTRY_BECAME_INACCESSIBLE = "after the daemon registry became inaccessible";
    
        private final Daemon daemon;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  2. pkg/controller/ttlafterfinished/metrics/metrics.go

    var (
    	// JobDeletionDurationSeconds tracks the time it took to delete the job since it
    	// became eligible for deletion.
    	JobDeletionDurationSeconds = metrics.NewHistogram(
    		&metrics.HistogramOpts{
    			Subsystem:      TTLAfterFinishedSubsystem,
    			Name:           "job_deletion_duration_seconds",
    			Help:           "The time it took to delete the job since it became eligible for deletion",
    			StabilityLevel: metrics.ALPHA,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 12 18:02:17 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  3. cluster/gce/windows/smoke-test.sh

          break
        else
          sleep 10
          (( timeout=timeout-10 ))
        fi
      done
    
      if [[ $timeout -gt 0 ]]; then
        echo "All $linux_webserver_pod_label pods became Ready"
      else
        echo "ERROR: Not all $linux_webserver_pod_label pods became Ready"
        echo "kubectl get pods -l app=$linux_webserver_pod_label"
        ${kubectl} get pods -l app=$linux_webserver_pod_label
        cleanup_deployments
        exit 1
      fi
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  4. platforms/jvm/testing-jvm-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/testng/TestNGConfigurationListener.java

    /**
     * Our version of TestNG's IConfigurationListener. Can be adapted to
     * org.testng.internal.IConfigurationListener (from TestNG < 6.2) or
     * org.testng.IConfigurationListener2 (from TestNG >= 6.2). Became
     * necessary because TestNG 6.2 changed the package name of the former
     * interface from org.testng.internal to org.testng.
     *
     * @see TestNGListenerAdapterFactory
     */
    public interface TestNGConfigurationListener {
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  5. test/fixedbugs/issue7405.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Issue 7405: the equality function for struct with many
    // embedded fields became more complex after fixing issue 7366,
    // leading to out of registers on 386.
    
    package p
    
    type T1 struct {
    	T2
    	T3
    	T4
    }
    
    type T2 struct {
    	Conn
    }
    
    type T3 struct {
    	PacketConn
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 20 21:22:37 UTC 2014
    - 638 bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/obj6_test.go

    		e := strings.Join(testdata.marker_to_expected[m], "; ")
    		if o != e {
    			if o == i {
    				t.Errorf("%s was unchanged; should have become %s", i, e)
    			} else {
    				t.Errorf("%s became %s; should have become %s", i, o, e)
    			}
    		} else if i != e {
    			t.Logf("%s correctly became %s", i, o)
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 15 20:21:30 UTC 2022
    - 4.5K bytes
    - Viewed (0)
  7. src/main/java/jcifs/SmbPipeHandle.java

        void close () throws CIFSException;
    
    
        /**
         * @return whether the FD is open and valid
         */
        boolean isOpen ();
    
    
        /**
         * @return whether the FD was previously open but became invalid
         */
        boolean isStale ();
    
    
        /**
         * @param type
         * @return unwrapped instance
         */
        <T extends SmbPipeHandle> T unwrap ( Class<T> type );
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 1.8K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/crossVersionTest/groovy/org/gradle/integtests/resolve/GradleMetadataJavaLibraryCrossVersionIntegrationTest.groovy

    @TargetVersions("5.2.1+")
    class GradleMetadataJavaLibraryCrossVersionIntegrationTest extends CrossVersionIntegrationSpec {
    
        // The version in which Gradle metadata became "stable"
        private static final GradleVersion STABLE_METADATA_VERSION = GradleVersion.version("5.3")
    
        def setup() {
            settingsFile << """
                rootProject.name = 'test'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 01 19:59:45 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  9. pilot/pkg/features/telemetry.go

    		"If true, pilot will add metadata exchange filters, which will be consumed by telemetry filter.",
    	).Get()
    
    	// This is an experimental feature flag, can be removed once it became stable, and should introduced to Telemetry API.
    	MetricRotationInterval = env.Register("METRIC_ROTATION_INTERVAL", 0*time.Second,
    		"Metric scope rotation interval, set to 0 to disable the metric scope rotation").Get()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 14:36:01 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  10. src/internal/weak/pointer.go

    // (for example, pointers to different fields of the same struct), those pointers
    // will not compare equal.
    // If a weak pointer is created from an object that becomes reachable again due
    // to a finalizer, that weak pointer will not compare equal with weak pointers
    // created before it became unreachable.
    type Pointer[T any] struct {
    	u unsafe.Pointer
    }
    
    // Make creates a weak pointer from a strong pointer to some value of type T.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:13:25 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top