Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for spcs (0.09 sec)

  1. src/cmd/link/internal/ld/data.go

    	data = append(data, s...)
    	return data
    }
    
    // assign addresses to text
    func (ctxt *Link) textaddress() {
    	addsection(ctxt.loader, ctxt.Arch, &Segtext, ".text", 05)
    
    	// Assign PCs in text segment.
    	// Could parallelize, by assigning to text
    	// and then letting threads copy down, but probably not worth it.
    	sect := Segtext.Sections[0]
    
    	sect.Align = int32(Funcalign)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
  2. pkg/printers/internalversion/printers_test.go

    			expected: []metav1.TableRow{{Cells: []interface{}{"some-hpa", "ReplicationController/some-rc", "cpu: 50%/80%", "2", int64(10), int64(4), "<unknown>"}}},
    		},
    		// multiple specs
    		{
    			hpa: autoscaling.HorizontalPodAutoscaler{
    				ObjectMeta: metav1.ObjectMeta{Name: "some-hpa"},
    				Spec: autoscaling.HorizontalPodAutoscalerSpec{
    					ScaleTargetRef: autoscaling.CrossVersionObjectReference{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
Back to top