Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 226 for broken1 (0.1 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	{27, "EFBIG", "file too large"},
    	{28, "ENOSPC", "no space left on device"},
    	{29, "ESPIPE", "illegal seek"},
    	{30, "EROFS", "read-only file system"},
    	{31, "EMLINK", "too many links"},
    	{32, "EPIPE", "broken pipe"},
    	{33, "EDOM", "numerical argument out of domain"},
    	{34, "ERANGE", "numerical result out of range"},
    	{35, "EDEADLK", "resource deadlock avoided"},
    	{36, "ENAMETOOLONG", "file name too long"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DependencyVerifyingModuleComponentRepository.java

                        return ((DefaultModuleComponentArtifactIdentifier) artifactIdentifier).getName();
                    }
                    // This is a bit hackish but the mapping from file names to ivy artifact names is completely broken
                    String fileName = artifactIdentifier.getFileName().replace("-" + artifactIdentifier.getComponentIdentifier().getVersion(), "");
                    fileName = Files.getNameWithoutExtension(fileName); // removes the .asc
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 17:38:42 UTC 2024
    - 16K bytes
    - Viewed (0)
  3. src/database/sql/sql_test.go

    		broken := false
    		numOpen := db.numOpen
    
    		*hook = func() bool {
    			if !broken {
    				broken = true
    			}
    			return broken
    		}
    
    		if err := op(); !errors.Is(err, driver.ErrBadConn) {
    			t.Errorf(name+": %v", err)
    			return
    		}
    
    		if !broken {
    			t.Error(name + ": Failed to simulate broken connection")
    		}
    		*hook = nil
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/internal/clustering_bridge_passes.cc

      // TPUClusterCleanup and OutsideCompiledToHostLaunch need every function to be
      // only called from one cluster. Here, we choose to fix the all-funcs-one-use
      // invariant right before it's needed, not after it's been broken.
      pm.addPass(mlir::TF::CreateGuaranteeAllFuncsOneUsePass());
      // Run TPU cluster cleanup attributes so ops with no outside compiled
      // attribute have no host device attribute.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 16:09:14 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r25/TaskProgressCrossVersionSpec.groovy

                         Thread.sleep(100);  // sleep for a moment to ensure test duration is > 0 (due to limited clock resolution)
                         throw new RuntimeException("broken", new RuntimeException("nope"));
                    }
                }
            """
    
            when:
            def events = ProgressEvents.create()
            withConnection {
                ProjectConnection connection ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDependencyResolutionIntegrationTest.groovy

                    void transform(TransformOutputs outputs) {
                        def input = inputArtifact.get().asFile
                        println "processing \${input.name}"
                        throw new RuntimeException("broken: \${input.name}")
                    }
                }
    
                dependencies.artifactTypes {
                    blue {
                        attributes.attribute(color, 'blue')
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  7. cluster/gce/gci/configure.sh

    ###
    
    # Standard curl flags.
    CURL_FLAGS='--fail --silent --show-error --retry 5 --retry-delay 3 --connect-timeout 10 --retry-connrefused'
    
    function set-broken-motd {
      cat > /etc/motd <<EOF
    Broken (or in progress) Kubernetes node setup! Check the cluster initialization status
    using the following commands.
    
    Master instance:
      - sudo systemctl status kube-master-installation
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 04:14:02 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  8. platforms/core-runtime/daemon-services/src/test/groovy/org/gradle/api/internal/tasks/userinput/DefaultUserInputHandlerTest.groovy

            0 * userInputHandler._
    
            and:
            result2 == "42"
        }
    
        def "memoizes interaction failure"() {
            def action = Mock(Function)
            def failure = new RuntimeException("broken")
            def input = userInputHandler.askUser(action)
    
            when:
            input.get()
    
            then:
            def e = thrown(RuntimeException)
            e == failure
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 04:50:46 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/EdgeState.java

            targetNodes.clear();
            targetNodeSelectionFailure = null;
            if (targetComponentState == null) {
                targetComponent.getModule().getPlatformState().addOrphanEdge(this);
                // Broken version
                return;
            }
            if (isConstraint && !isVirtualDependency()) {
                List<NodeState> nodes = targetComponent.getNodes();
                for (NodeState node : nodes) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 02:21:08 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  10. src/runtime/pprof/pprof_test.go

    	case "plan9":
    		t.Skip("skipping on plan9")
    	case "wasip1":
    		t.Skip("skipping on wasip1")
    	}
    
    	broken := cpuProfilingBroken()
    
    	deadline, ok := t.Deadline()
    	if broken || !ok {
    		if broken && testing.Short() {
    			// If it's expected to be broken, no point waiting around.
    			deadline = time.Now().Add(1 * time.Second)
    		} else {
    			deadline = time.Now().Add(10 * time.Second)
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
Back to top