Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 244 for Rs (0.03 sec)

  1. src/cmd/link/internal/amd64/asm.go

    	var v uint32
    
    	rs := r.Xsym
    	rt := r.Type
    
    	if !ldr.SymType(s).IsDWARF() {
    		if ldr.SymDynid(rs) < 0 {
    			ldr.Errorf(s, "reloc %d (%s) to non-macho symbol %s type=%d (%s)", rt, sym.RelocName(arch, rt), ldr.SymName(rs), ldr.SymType(rs), ldr.SymType(rs))
    			return false
    		}
    
    		v = uint32(ldr.SymDynid(rs))
    		v |= 1 << 27 // external relocation
    	} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 05:58:20 UTC 2023
    - 21K bytes
    - Viewed (0)
  2. pkg/apis/core/v1/conversion_test.go

    		}
    		// Round-trip RS before converting back to RC.
    		rs = roundTripRS(t, rs)
    		out := &v1.ReplicationController{}
    		if err := corev1.Convert_apps_ReplicaSet_To_v1_ReplicationController(rs, out, nil); err != nil {
    			t.Errorf("can't convert RS to RC: %v", err)
    			continue
    		}
    		if !apiequality.Semantic.DeepEqual(in, out) {
    			instr, _ := json.MarshalIndent(in, "", "  ")
    			outstr, _ := json.MarshalIndent(out, "", "  ")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 05:34:15 UTC 2023
    - 21.7K bytes
    - Viewed (0)
  3. pkg/controller/deployment/rolling_test.go

    			scaleExpected:       true,
    			expectedNewReplicas: 10,
    		},
    	}
    
    	for i := range tests {
    		test := tests[i]
    		t.Logf("executing scenario %d", i)
    		newRS := rs("foo-v2", test.newReplicas, nil, noTimestamp)
    		oldRS := rs("foo-v2", test.oldReplicas, nil, noTimestamp)
    		allRSs := []*apps.ReplicaSet{newRS, oldRS}
    		maxUnavailable := intstr.FromInt32(0)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 08 09:10:50 UTC 2023
    - 11K bytes
    - Viewed (0)
  4. src/internal/fuzz/encoding_test.go

    	f.Fuzz(func(t *testing.T, r1 rune) {
    		b := marshalCorpusFile(r1)
    		t.Logf("marshaled rune(0x%x):\n%s", r1, b)
    
    		rs, err := unmarshalCorpusFile(b)
    		if err != nil {
    			t.Fatal(err)
    		}
    		if len(rs) != 1 {
    			t.Fatalf("unmarshaled %d values", len(rs))
    		}
    		r2 := rs[0].(rune)
    		if r2 != r1 {
    			t.Errorf("unmarshaled rune(0x%x)", r2)
    		}
    	})
    }
    
    func FuzzStringRoundTrip(f *testing.F) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 00:20:34 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  5. cmd/api-headers.go

    	if err != nil {
    		return err
    	}
    
    	if rs == nil && opts.PartNumber > 0 {
    		rs = partNumberToRangeSpec(objInfo, opts.PartNumber)
    	}
    
    	// For providing ranged content
    	start, rangeLen, err = rs.GetOffsetLength(totalObjectSize)
    	if err != nil {
    		return err
    	}
    
    	// Set content length.
    	w.Header().Set(xhttp.ContentLength, strconv.FormatInt(rangeLen, 10))
    	if rs != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 28 04:44:00 UTC 2024
    - 7K bytes
    - Viewed (0)
  6. guava/src/com/google/common/hash/Striped64.java

                if (busy == 0 && casBusy()) {
                  boolean created = false;
                  try { // Recheck under lock
                    Cell[] rs;
                    int m, j;
                    if ((rs = cells) != null && (m = rs.length) > 0 && rs[j = (m - 1) & h] == null) {
                      rs[j] = r;
                      created = true;
                    }
                  } finally {
                    busy = 0;
                  }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  7. cmd/bucket-replication-utils_test.go

    	name      string
    	rs        ReplicationState
    	arn       string
    	expStatus replication.StatusType
    }{
    	{ // 1. no replication status header
    		name:      "no replicated targets",
    		rs:        ReplicationState{},
    		expStatus: replication.StatusType(""),
    	},
    	{ // 2. replication status for one target
    		name:      "replication status for one target",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Aug 08 20:27:40 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  8. operator/pkg/compare/compare.go

    	for i := range keys {
    		writeStringSafe(&sb, out[keys[i]])
    	}
    
    	return sb.String(), nil
    }
    
    func getObjPathMap(rs string) map[string]string {
    	rm := make(map[string]string)
    	if len(rs) == 0 {
    		return rm
    	}
    	for _, r := range strings.Split(rs, ",") {
    		split := strings.Split(r, ":")
    		if len(split) < 4 {
    			rm[r] = ""
    			continue
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 15 01:29:35 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ppc64/asm.go

    			o2 = (o2 & 0x03FF0000) | 0xE<<26
    			useAddi = true
    		} else {
    			t = ldr.SymValue(rs) + r.Add() - ldr.SymValue(syms.TOC)
    		}
    	} else {
    		t = ldr.SymValue(rs) + r.Add() - symtoc(ldr, syms, s)
    	}
    
    	if t != int64(int32(t)) {
    		ldr.Errorf(s, "TOC relocation for %s is too big to relocate %s: 0x%x", ldr.SymName(s), rs, t)
    	}
    
    	if t&0x8000 != 0 {
    		t += 0x10000
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  10. samples/bookinfo/src/reviews/reviews-application/build.gradle

    sourceCompatibility = 1.8
    
    repositories {
      mavenCentral()
    }
    
    dependencies {
        providedCompile group:'javax.websocket', name:'javax.websocket-api', version:'1.1'
        providedCompile group:'javax.ws.rs', name:'javax.ws.rs-api', version:'2.0'
        providedCompile group:'javax.json', name:'javax.json-api', version:'1.0'
        providedCompile 'javax.servlet:javax.servlet-api:3.1.0'
        providedCompile 'javax.annotation:javax.annotation-api:1.2'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 21 17:00:23 UTC 2017
    - 713 bytes
    - Viewed (0)
Back to top