Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 105 for heal (0.11 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/alignment/AlignmentIntegrationTest.groovy

                        byConstraint("belongs to platform org:platform:1.1")
                        module('org:core:1.0')
                    }
                }
            }
        }
    
        /**
         * This test demonstrates a real world example, where some published versions are heterogeneous
         * or even inconsistent. For example, databind 2.9.4 depends on annotations 2.9.0, but we still
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 59.6K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/suppliers/DynamicRevisionRemoteResolveWithMetadataSupplierIntegrationTest.groovy

            when:
            server.expectHeadBroken('/repo/group/projectB/2.2/status.txt')
    
            then:
            fails 'checkDeps'
    
            and:
            failure.assertHasCause("Could not HEAD '${server.uri}/repo/group/projectB/2.2/status.txt'.")
    
            when:
            resetExpectations()
            executer.withArgument('--offline')
    
            then: "will used cached status resources"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 49K bytes
    - Viewed (0)
  3. src/cmd/dist/build.go

    			xremove(exe + ".exe")
    		case !d.IsDir() && strings.HasPrefix(d.Name(), "z"):
    			// Remove generated file, identified by marker string.
    			head := make([]byte, 512)
    			if f, err := os.Open(path); err == nil {
    				io.ReadFull(f, head)
    				f.Close()
    			}
    			if bytes.HasPrefix(head, generated) {
    				xremove(path)
    			}
    		}
    		return nil
    	})
    
    	if rebuildall {
    		// Remove object tree.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  4. src/net/http/request.go

    	// Deprecated: ErrMissingContentLength is no longer returned by
    	// anything in the net/http package. Callers should not
    	// compare errors against this variable.
    	ErrMissingContentLength = &ProtocolError{"missing ContentLength in HEAD response"}
    )
    
    func badStringError(what, val string) error { return fmt.Errorf("%s %q", what, val) }
    
    // Headers that Request.Write handles itself and should be skipped.
    var reqWriteExcludeHeader = map[string]bool{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  5. docs/metrics/prometheus/grafana/replication/minio-replication-cluster.json

              "interval": "1m",
              "intervalFactor": 2,
              "legendFormat": "{{instance}}",
              "range": true,
              "refId": "A"
            }
          ],
          "title": "Total Proxied Head Requests",
          "type": "timeseries"
        },
        {
          "datasource": {
            "type": "prometheus",
            "uid": "${DS_PROMETHEUS}"
          },
          "fieldConfig": {
            "defaults": {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 28 17:15:39 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  6. src/cmd/cgo/out.go

    	}
    	if noCallback {
    		fmt.Fprintf(fgo2, "\t_Cgo_no_callback(false)\n")
    	}
    
    	// skip _Cgo_use when noescape exist,
    	// so that the compiler won't force to escape them to heap.
    	if !p.noEscapes[n.C] {
    		fmt.Fprintf(fgo2, "\tif _Cgo_always_false {\n")
    		if d.Type.Params != nil {
    			for i := range d.Type.Params.List {
    				fmt.Fprintf(fgo2, "\t\t_Cgo_use(p%d)\n", i)
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  7. pkg/scheduler/internal/cache/cache_test.go

    			if err := cache.RemovePod(logger, pod); err == nil {
    				t.Error("expected error, no error found")
    			}
    
    			// Node that owned the Pod should be at the head of the list.
    			if cache.headNode.info.Node().Name != nodeName {
    				t.Errorf("node %q is not at the head of the list", nodeName)
    			}
    		})
    	}
    }
    
    func TestForgetPod(t *testing.T) {
    	nodeName := "node"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 01:38:03 UTC 2023
    - 63.8K bytes
    - Viewed (0)
  8. pkg/kubelet/stats/cri_stats_provider_test.go

    		cached := provider.getContainerUsageNanoCores(test.stats)
    		assert.Nil(t, cached)
    
    		// Update the cache and get the latest value.
    		real := provider.getAndUpdateContainerUsageNanoCores(test.stats)
    		assert.Equal(t, test.expected, real, test.desc)
    
    		// After the update, the cached value should be up-to-date
    		cached = provider.getContainerUsageNanoCores(test.stats)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

          }
          return %0 : tensor<32xf32>
        }
    ```
    ### `-tf-extract-head-tail-outside-compilation`
    
    _Extracts head or tail outside compilation to separate host launches before/after device cluster._
    
    This pass extracts a CPU computation cluster with `_xla_outside_compilation`
    annotation from the head or tail of a Device cluster.
    
    For example:
    
    ```mlir
      %cluster = "tf_device.cluster"() ( {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    	return ptracePeek(PTRACE_PEEKUSR, pid, addr, out)
    }
    
    func ptracePoke(pokeReq int, peekReq int, pid int, addr uintptr, data []byte) (count int, err error) {
    	// As for ptracePeek, we need to align our accesses to deal
    	// with the possibility of straddling an invalid page.
    
    	// Leading edge.
    	n := 0
    	if addr%SizeofPtr != 0 {
    		var buf [SizeofPtr]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
Back to top