Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for vlogf (0.04 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"WithLabels", Func, 9},
    		{"WriteHeapProfile", Func, 0},
    	},
    	"runtime/trace": {
    		{"(*Region).End", Method, 11},
    		{"(*Task).End", Method, 11},
    		{"IsEnabled", Func, 11},
    		{"Log", Func, 11},
    		{"Logf", Func, 11},
    		{"NewTask", Func, 11},
    		{"Region", Type, 11},
    		{"Start", Func, 5},
    		{"StartRegion", Func, 11},
    		{"Stop", Func, 5},
    		{"Task", Type, 11},
    		{"WithRegion", Func, 11},
    	},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		test.node.ObjectMeta.ResourceVersion = "1"
    		errs := ValidateNodeUpdate(&test.node, &test.oldNode)
    		if test.valid && len(errs) > 0 {
    			t.Errorf("%d: Unexpected error: %v", i, errs)
    			t.Logf("%#v vs %#v", test.oldNode.ObjectMeta, test.node.ObjectMeta)
    		}
    		if !test.valid && len(errs) == 0 {
    			t.Errorf("%d: Unexpected non-error", i)
    		}
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top