Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 277 for eventual (0.35 sec)

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

    	rs := r.Sym()
    	if target.IsExternal() {
    		switch r.Type() {
    		default:
    			return val, 0, false
    		case objabi.R_LOONG64_ADDR_HI,
    			objabi.R_LOONG64_ADDR_LO:
    			// set up addend for eventual relocation via outer symbol.
    			rs, _ := ld.FoldSubSymbolOffset(ldr, rs)
    			rst := ldr.SymType(rs)
    			if rst != sym.SHOSTOBJ && rst != sym.SDYNIMPORT && ldr.SymSect(rs) == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 17:26:07 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go

    // These four hook variables are a proof of concept of a future
    // parameterization of a unitchecker API that allows the client to
    // determine how and where facts and types are produced and consumed.
    // (Note that the eventual API will likely be quite different.)
    //
    // The defaults honor a Config in a manner compatible with 'go vet'.
    var (
    	makeTypesImporter = func(cfg *Config, fset *token.FileSet) types.Importer {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 13K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/interfaces.go

    	// If the key doesn't exist, it will return NotFound storage error if ignoreNotFound=false
    	// else `destination` will be set to the zero value of it's type.
    	// If the eventual successful invocation of `tryUpdate` returns an output with the same serialized
    	// contents as the input, it won't perform any update, but instead set `destination` to an object with those
    	// contents.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:53:48 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  4. src/go/internal/gcimporter/gcimporter_test.go

    	compile(t, "testdata", "p.go", filepath.Join(tmpdir, "testdata"), nil)
    
    	// Multiple imports of p must succeed without redeclaration errors.
    	// We use an import path that's not cleaned up so that the eventual
    	// file path for the package is different from the package path; this
    	// will expose the error if it is present.
    	//
    	// (Issue: Both the textual and the binary importer used the file path
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 16:22:59 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/data.go

    				// Redirect it to runtime.unreachableMethod, which will throw if called.
    				rs = syms.unreachableMethod
    			}
    			if target.IsExternal() {
    				nExtReloc++
    
    				// set up addend for eventual relocation via outer symbol.
    				rs := rs
    				rs, off := FoldSubSymbolOffset(ldr, rs)
    				xadd := r.Add() + off
    				rst := ldr.SymType(rs)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
  6. src/cmd/vendor/github.com/google/pprof/internal/binutils/binutils.go

    type file struct {
    	b       *binrep
    	name    string
    	buildID string
    
    	baseOnce sync.Once // Ensures the base, baseErr and isData are computed once.
    	base     uint64
    	baseErr  error // Any eventual error while computing the base.
    	isData   bool
    	// Mapping information. Relevant only for ELF files, nil otherwise.
    	m *elfMapping
    }
    
    // computeBase computes the relocation base for the given binary file only if
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  7. src/cmd/go/internal/work/buildid.go

    // original build ID as a contiguous string.)
    //
    // During the build, when it's time to build main.a, the gofmt binary has the
    // information needed to decide whether the eventual link would produce
    // the same binary: if the action ID for main.a's inputs matches and then
    // the action ID for the link step matches when assuming the given main.a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:31:25 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  8. guava/src/com/google/common/collect/MinMaxPriorityQueue.java

       * directly, use {@link MinMaxPriorityQueue#orderedBy(Comparator)}, {@link
       * MinMaxPriorityQueue#expectedSize(int)} or {@link MinMaxPriorityQueue#maximumSize(int)}.
       *
       * @param <B> the upper bound on the eventual type that can be produced by this builder (for
       *     example, a {@code Builder<Number>} can produce a {@code Queue<Number>} or {@code
       *     Queue<Integer>} but not a {@code Queue<Object>}).
       * @since 8.0
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 34K bytes
    - Viewed (1)
  9. android/guava/src/com/google/common/collect/MinMaxPriorityQueue.java

       * directly, use {@link MinMaxPriorityQueue#orderedBy(Comparator)}, {@link
       * MinMaxPriorityQueue#expectedSize(int)} or {@link MinMaxPriorityQueue#maximumSize(int)}.
       *
       * @param <B> the upper bound on the eventual type that can be produced by this builder (for
       *     example, a {@code Builder<Number>} can produce a {@code Queue<Number>} or {@code
       *     Queue<Integer>} but not a {@code Queue<Object>}).
       * @since 8.0
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 34K bytes
    - Viewed (0)
  10. pilot/pkg/serviceregistry/kube/controller/controller.go

    	// Pre-build our metric types to avoid recompute them on each event
    	adds := k8sEvents.With(typeTag.Value(otype), eventTag.Value("add"))
    	updatesames := k8sEvents.With(typeTag.Value(otype), eventTag.Value("updatesame"))
    	updates := k8sEvents.With(typeTag.Value(otype), eventTag.Value("update"))
    	deletes := k8sEvents.With(typeTag.Value(otype), eventTag.Value("delete"))
    
    	informer.AddEventHandler(
    		controllers.EventHandler[T]{
    			AddFunc: func(obj T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 41.2K bytes
    - Viewed (0)
Back to top