Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 93 for Rt (0.02 sec)

  1. src/runtime/heapdump.go

    	// dump the type
    	dumpint(tagType)
    	dumpint(uint64(uintptr(unsafe.Pointer(t))))
    	dumpint(uint64(t.Size_))
    	rt := toRType(t)
    	if x := t.Uncommon(); x == nil || rt.nameOff(x.PkgPath).Name() == "" {
    		dumpstr(rt.string())
    	} else {
    		pkgpath := rt.nameOff(x.PkgPath).Name()
    		name := rt.name()
    		dumpint(uint64(uintptr(len(pkgpath)) + 1 + uintptr(len(name))))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 04:07:57 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  2. pkg/config/analysis/legacy/util/kuberesource/resources.go

    	_ = resultBuilder.Add(collections.MutatingWebhookConfiguration)
    	return resultBuilder.Build()
    }
    
    // the following code minimally duplicates logic from galley/pkg/config/source/kube/rt/known.go
    // without propagating the many dependencies it comes with.
    
    var knownTypes = map[string]struct{}{
    	asTypesKey("", "Service"):   {},
    	asTypesKey("", "Namespace"): {},
    	asTypesKey("", "Node"):      {},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/data.go

    		return rr, false
    	}
    
    	rt := r.Type()
    	if rt >= objabi.ElfRelocOffset {
    		return rr, false
    	}
    	rr.Type = rt
    	rr.Size = uint8(siz)
    
    	// TODO(mundaym): remove this special case - see issue 14218.
    	if target.IsS390X() {
    		switch rt {
    		case objabi.R_PCRELDBL:
    			rt = objabi.R_PCREL
    		}
    	}
    
    	switch rt {
    	default:
    		return thearch.Extreloc(target, ldr, r, s)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  4. cmd/bucket-replication-utils.go

    	ResyncStarted
    	// ResyncCompleted -  resync finished
    	ResyncCompleted
    	// ResyncFailed -  resync failed
    	ResyncFailed
    )
    
    func (rt ResyncStatusType) isValid() bool {
    	return rt != NoResync
    }
    
    func (rt ResyncStatusType) String() string {
    	switch rt {
    	case ResyncStarted:
    		return "Ongoing"
    	case ResyncCompleted:
    		return "Completed"
    	case ResyncFailed:
    		return "Failed"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/walk/walk.go

    	}
    	n.SetTypecheck(1)
    
    	if n.X == nil || n.Y == nil {
    		return n
    	}
    
    	lt := n.X.Type()
    	rt := n.Y.Type()
    	if lt == nil || rt == nil {
    		return n
    	}
    
    	if ir.IsBlank(n.X) {
    		n.Y = typecheck.DefaultLit(n.Y, nil)
    		return n
    	}
    
    	if !types.Identical(lt, rt) {
    		n.Y = typecheck.AssignConv(n.Y, lt, "assignment")
    		n.Y = walkExpr(n.Y, init)
    	}
    	types.CalcSize(n.Y.Type())
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 20:56:00 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  6. platforms/jvm/plugins-java/src/integTest/groovy/org/gradle/java/compile/daemon/DaemonJavaCompilerIntegrationTest.groovy

            UnitTestPreconditions.JdkOracle
        ])
        def "handles -bootclasspath being specified"() {
            def jre = AvailableJavaHomes.getBestJre()
            def bootClasspath = TextUtil.escapeString(jre.absolutePath) + "/lib/rt.jar"
            goodCode()
            buildFile << """
                tasks.withType(JavaCompile) {
                    options.bootstrapClasspath = project.layout.files("$bootClasspath")
                }
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 20:20:39 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ppc64/asm.go

    	rt := r.Type
    	if rt == objabi.R_ADDR || rt == objabi.R_POWER_TLS || rt == objabi.R_CALLPOWER || rt == objabi.R_DWARFSECREF {
    	} else {
    		if ctxt.Arch.ByteOrder == binary.BigEndian {
    			sectoff += 2
    		}
    	}
    	out.Write64(uint64(sectoff))
    
    	elfsym := ld.ElfSymForReloc(ctxt, r.Xsym)
    	switch rt {
    	default:
    		return false
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  8. operator/pkg/translate/translate_value.go

    			"{{.ValueComponentName}}.serviceAnnotations":    "Components.{{.ComponentName}}.K8s.ServiceAnnotations",
    		},
    	}
    	rt.initAPIAndComponentMapping()
    	rt.Version = oversion.OperatorBinaryVersion.MinorVersion
    	return rt
    }
    
    // TranslateFromValueToSpec translates from values.yaml value to IstioOperatorSpec.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 08 03:52:24 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/text/internal/language/compact/language.go

    //
    // At the moment this means that the region is set from the regional subtag
    // "rg" in the "u" extension.
    func (t Tag) RegionalTag() Tag {
    	rt := Tag{language: t.locale, locale: t.locale}
    	if t.full == nil {
    		return rt
    	}
    	b := language.Builder{}
    	tag := t.Tag()
    	// tag, _ = tag.SetTypeForKey("rg", "")
    	b.SetTag(t.locale.Tag())
    	if v := tag.Variants(); v != "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  10. pkg/controller/statefulset/stateful_set_control_test.go

    	rt.Lock()
    	defer rt.Unlock()
    	rt.requests++
    	if rt.err != nil && rt.requests >= rt.after {
    		// reset and pass the error
    		defer func() {
    			rt.err = nil
    			rt.after = 0
    		}()
    		return rt.err
    	}
    	return nil
    }
    
    func newRequestTracker(requests int, err error, after int) requestTracker {
    	return requestTracker{
    		requests: requests,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
Back to top