Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 30 for dev2 (0.18 sec)

  1. src/cmd/dist/test.go

    		// packages without tests so that 'dist test' finds if any of
    		// them don't build, have a problem reported by high-confidence
    		// vet checks that come with 'go test', and anything else it
    		// may check in the future. See go.dev/issue/60463.
    		cmd := exec.Command(gorootBinGo, "list")
    		if t.short {
    			// In short test mode, use a format string to only
    			// list packages and commands that have tests.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  2. pkg/kubelet/volumemanager/populator/desired_state_of_world_populator_test.go

    	// create pod
    	containers := []v1.Container{
    		{
    			VolumeDevices: []v1.VolumeDevice{
    				{
    					Name:       "dswp-test-volume-name",
    					DevicePath: "/dev/sdb",
    				},
    			},
    		},
    	}
    	pod := createPodWithVolume("dswp-test-pod", "dswp-test-volume-name", "block-bound", containers)
    
    	fakePodManager.AddPod(pod)
    
    	podName := util.GetUniquePodName(pod)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  3. gradle/verification-metadata.xml

             <trusted-key id="416952B945B78A34C6C7678562EBFC78FE4156D1" group="org.jruby"/>
             <trusted-key id="47063E8BA7A6450E4A52E7AE466CAED6E0747D50">
                <trusting group="net.java.dev.jna"/>
                <trusting group="org.codehaus.plexus"/>
             </trusted-key>
             <trusted-key id="47504B76CF89C15C0512D9AFE16AB52D79FD224F" group="^com[.]google($|([.].*))" regex="true"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  4. src/runtime/malloc.go

    //   - github.com/cloudwego/frugal
    //   - github.com/cockroachdb/cockroach
    //   - github.com/cockroachdb/pebble
    //   - github.com/ugorji/go/codec
    //
    // Do not remove or change the type signature.
    // See go.dev/issue/67401.
    //
    //go:linkname mallocgc
    func mallocgc(size uintptr, typ *_type, needzero bool) unsafe.Pointer {
    	if gcphase == _GCmarktermination {
    		throw("mallocgc called with gcphase == _GCmarktermination")
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  5. src/net/http/request.go

    		// Some users have relied on this truncation to convert a network
    		// address such as Unix domain socket path into a valid, ignored
    		// Host header (see https://go.dev/issue/61431).
    		//
    		// We don't preserve the truncation, because sending an altered
    		// header field opens a smuggling vector. Instead, zero out the
    		// Host header entirely if it isn't valid. (An empty Host is valid;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  6. src/time/time_test.go

    		t.Errorf("14th weekday = %q; want %q", got, want)
    	}
    }
    
    func TestReadFileLimit(t *testing.T) {
    	const zero = "/dev/zero"
    	if _, err := os.Stat(zero); err != nil {
    		t.Skip("skipping test without a /dev/zero")
    	}
    	_, err := ReadFile(zero)
    	if err == nil || !strings.Contains(err.Error(), "is too large") {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:13:47 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  7. src/reflect/type.go

    // but widely used packages access it using linkname.
    // Notable members of the hall of shame include:
    //   - github.com/goplus/reflectx
    //
    // Do not remove or change the type signature.
    // See go.dev/issue/67401.
    //
    //go:linkname addReflectOff
    //go:noescape
    func addReflectOff(ptr unsafe.Pointer) int32
    
    // resolveReflectName adds a name to the reflection lookup map in the runtime.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    								},
    								map[string]interface{}{
    									"name":  "etcd",
    									"port":  2379,
    									"field": "value",
    								},
    								map[string]interface{}{
    									"name":  "dev",
    									"port":  8080,
    									"field": "value",
    								},
    							},
    						}}},
    				patchMyCRDV1Beta1Schema{
    					"Require even numbered port in key, remove maxItems requirement",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  9. src/go/build/build.go

    // See go.dev/issue/67401.
    //
    //go:linkname defaultToolTags
    var defaultToolTags []string
    
    // defaultReleaseTags should be an internal detail,
    // but widely used packages access it using linkname.
    // Notable members of the hall of shame include:
    //   - github.com/gopherjs/gopherjs
    //
    // Do not remove or change the type signature.
    // See go.dev/issue/67401.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request.
      //   See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz
      // 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the
      //   request resource.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top