Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 99 for rr (0.04 sec)

  1. platforms/software/signing/src/integTest/groovy/org/gradle/plugins/signing/InMemoryPgpSignatoryProviderIntegrationSpec.groovy

    SwIbAwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQXuXfa+0uJE5gPwP/cFcJ
    3DcU6VVHa1FjQrCYNO9DglmG0AelqhcRNbnaX54nJcean9y2+Y5V6JyAsAwNPFUL
    4/mFQjvYeHrzm5cWExcYwaRukJo3jLve2JKsBtecSnbNWObbrDVZhuOv0mN/zrDd
    +uxxBB9/rr+yyTCKLMIzp3RRQvco+b6TTmZICyidAf0EXWOnNAEEAMQSptDgnV5R
    Xh2XYg3jOfKVXIUm1+ocnTZXaPX8oQK8ztYPHYcxNnvxEL4yWqX9OifNF5bQdDNN
    O2218a8/NQWx5anZXHkv6boXhxuydgQlEz+aUVf6O5+k2Xi+fVoOpfC03lYQi0Tm
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 12K bytes
    - Viewed (0)
  2. platforms/jvm/language-jvm/src/integTest/groovy/org/gradle/integtests/resolve/consistency/JavaProjectResolutionConsistencyIntegrationTest.groovy

                }
            }
        }
    
        ResolveTestFixture resolveClasspath(String name) {
            def resolve = new ResolveTestFixture(buildFile, "${name}Classpath")
            resolve.expectDefaultConfiguration((name =~ "[rR]untime") ? "runtime" : "compile")
            resolve.prepare()
            resolve
        }
    
        @ToBeFixedForConfigurationCache(because = "resolves configuration at execution time")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 12 18:44:49 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  3. src/image/draw/draw_test.go

    }
    
    func TestDraw(t *testing.T) {
    	rr := []image.Rectangle{
    		image.Rect(0, 0, 0, 0),
    		image.Rect(0, 0, 16, 16),
    		image.Rect(3, 5, 12, 10),
    		image.Rect(0, 0, 9, 9),
    		image.Rect(8, 8, 16, 16),
    		image.Rect(8, 0, 9, 16),
    		image.Rect(0, 8, 16, 9),
    		image.Rect(8, 8, 9, 9),
    		image.Rect(8, 8, 8, 8),
    	}
    	for _, r := range rr {
    	loop:
    		for _, test := range drawTests {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 18:07:05 UTC 2023
    - 26K bytes
    - Viewed (0)
  4. platforms/software/signing/src/integTest/groovy/org/gradle/plugins/signing/SigningSamplesSpec.groovy

    SwIbAwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQXuXfa+0uJE5gPwP/cFcJ
    3DcU6VVHa1FjQrCYNO9DglmG0AelqhcRNbnaX54nJcean9y2+Y5V6JyAsAwNPFUL
    4/mFQjvYeHrzm5cWExcYwaRukJo3jLve2JKsBtecSnbNWObbrDVZhuOv0mN/zrDd
    +uxxBB9/rr+yyTCKLMIzp3RRQvco+b6TTmZICyidAf0EXWOnNAEEAMQSptDgnV5R
    Xh2XYg3jOfKVXIUm1+ocnTZXaPX8oQK8ztYPHYcxNnvxEL4yWqX9OifNF5bQdDNN
    O2218a8/NQWx5anZXHkv6boXhxuydgQlEz+aUVf6O5+k2Xi+fVoOpfC03lYQi0Tm
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  5. src/image/gif/writer.go

    		// It is most likely that the palette is full of color.RGBAs, so they
    		// get a fast path.
    		if rgba, ok := c.(color.RGBA); ok {
    			r, g, b = rgba.R, rgba.G, rgba.B
    		} else {
    			rr, gg, bb, _ := c.RGBA()
    			r, g, b = uint8(rr>>8), uint8(gg>>8), uint8(bb>>8)
    		}
    		dst[3*i+0] = r
    		dst[3*i+1] = g
    		dst[3*i+2] = b
    	}
    	n := log2Lookup[size]
    	if n > len(p) {
    		// Pad with black.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 21:38:09 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  6. src/cmd/link/internal/ld/macho.go

    			r := relocs.At(ri)
    			rr, ok := extreloc(ctxt, ldr, s, r)
    			if !ok {
    				continue
    			}
    			if rr.Xsym == 0 {
    				ldr.Errorf(s, "missing xsym in relocation")
    				continue
    			}
    			if !ldr.AttrReachable(rr.Xsym) {
    				ldr.Errorf(s, "unreachable reloc %d (%s) target %v", r.Type(), sym.RelocName(ctxt.Arch, r.Type()), ldr.SymName(rr.Xsym))
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:32:53 UTC 2024
    - 43.9K bytes
    - Viewed (0)
  7. src/cmd/go/internal/mvs/mvs_test.go

    		return module.Version{Path: m.Path, Version: "none"}, nil
    	}
    	return p, nil
    }
    
    func (r reqsMap) Required(m module.Version) ([]module.Version, error) {
    	rr, ok := r[m]
    	if !ok {
    		return nil, fmt.Errorf("missing module: %v", m)
    	}
    	return rr, nil
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 19:01:26 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/xcoff.go

    				r := relocs.At(ri)
    				rr, ok := extreloc(ctxt, ldr, s, r)
    				if !ok {
    					continue
    				}
    				if rr.Xsym == 0 {
    					ldr.Errorf(s, "missing xsym in relocation")
    					continue
    				}
    				if ldr.SymDynid(rr.Xsym) < 0 {
    					ldr.Errorf(s, "reloc %s to non-coff symbol %s (outer=%s) %d %d", r.Type(), ldr.SymName(r.Sym()), ldr.SymName(rr.Xsym), ldr.SymType(r.Sym()), ldr.SymDynid(rr.Xsym))
    				}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  9. pilot/pkg/model/network.go

    		mu.Lock()
    		defer mu.Unlock()
    		if res.Rcode == dns.RcodeServerFailure {
    			errs = multierror.Append(errs, fmt.Errorf("upstream dns failure, qtype: %v", dnsType))
    			return
    		}
    		for _, rr := range res.Answer {
    			switch record := rr.(type) {
    			case *dns.A:
    				out = append(out, record.A.String())
    			case *dns.AAAA:
    				out = append(out, record.AAAA.String())
    			}
    		}
    		if nextTTL := minimalTTL(res); nextTTL < ttl {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 24 03:31:28 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  10. pkg/xds/server.go

    	return len(rd.Subscribed) == 0 && len(rd.Unsubscribed) == 0
    }
    
    type Resources = []*discovery.Resource
    
    func ResourcesToAny(r Resources) []*anypb.Any {
    	a := make([]*anypb.Any, 0, len(r))
    	for _, rr := range r {
    		a = append(a, rr.Resource)
    	}
    	return a
    }
    
    // WatchedResource tracks an active DiscoveryRequest subscription.
    type WatchedResource struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 20:55:20 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top