Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 55 for Adjustment (0.19 sec)

  1. src/cmd/compile/internal/test/pgo_devirtualize_test.go

    	if err != nil {
    		return fmt.Errorf("error opening: %w", err)
    	}
    
    	if !multFnRe.Match(content) {
    		return fmt.Errorf("MultFn not found; update regexp?")
    	}
    
    	// Users of MultFn shouldn't need adjustment, type inference should
    	// work OK.
    	content = multFnRe.ReplaceAll(content, []byte(`func MultFn[T int32|int64](a, b T) T`))
    
    	return os.WriteFile(path, content, 0644)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 15 21:30:35 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  2. src/runtime/time.go

    			throw("bad ts")
    		}
    
    		if t.astate.Load()&(timerModified|timerZombie) == 0 {
    			// Fast path: head of timers does not need adjustment.
    			return
    		}
    
    		t.lock()
    		updated := t.updateHeap()
    		t.unlock()
    		if !updated {
    			// Head of timers does not need adjustment.
    			return
    		}
    	}
    }
    
    // take moves any timers from src into ts
    // and then clears the timer state from src,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 14:36:24 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  3. src/runtime/netpoll.go

    }
    
    // netpollunblock moves either pd.rg (if mode == 'r') or
    // pd.wg (if mode == 'w') into the pdReady state.
    // This returns any goroutine blocked on pd.{rg,wg}.
    // It adds any adjustment to netpollWaiters to *delta;
    // this adjustment should be applied after the goroutine has
    // been marked ready.
    func netpollunblock(pd *pollDesc, mode int32, ioready bool, delta *int32) *g {
    	gpp := &pd.rg
    	if mode == 'w' {
    		gpp = &pd.wg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  4. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/dom/operations/overlay/DocumentOverlay.kt

        when (val nodeResolution = resolutionContainer.data(node)) {
            is ElementResolution.SuccessfulElementResolution.ContainerElementResolved ->
                // TODO: this will need adjustment once access-and-configure semantics get replaced with ensure-exists-and-configure with literal key arguments
                DocumentOverlayContext.MergeKey.CannotMerge
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:10 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  5. maven-core/src/main/java/org/apache/maven/project/MavenProject.java

                        }
    
                        String adjustment = null;
    
                        if (lastSlash > -1) {
                            moduleName = moduleName.substring(lastSlash + 1);
                            adjustment = modulePath.substring(0, lastSlash);
                        }
    
                        moduleAdjustments.put(moduleName, adjustment);
                    }
                }
            }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Mar 01 17:18:13 UTC 2024
    - 56.6K bytes
    - Viewed (0)
  6. src/runtime/stkframe.go

    		// Get the methodValue from 0(SP).
    		arg0 := frame.sp + sys.MinFrameSize
    
    		minSP := frame.fp
    		if !usesLR {
    			// The CALL itself pushes a word.
    			// Undo that adjustment.
    			minSP -= goarch.PtrSize
    		}
    		if arg0 >= minSP {
    			// The function hasn't started yet.
    			// This only happens if f was the
    			// start function of a new goroutine
    			// that hasn't run yet *and* f takes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 15:10:48 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  7. pkg/controller/cronjob/utils.go

    // the schedule and last schedule time. It adds a 100ms padding to the next requeue to account
    // for Network Time Protocol(NTP) time skews. If the time drifts the adjustment, which in most
    // realistic cases should be around 100s, the job will still be executed without missing
    // the schedule.
    func nextScheduleTimeDuration(cj *batchv1.CronJob, now time.Time, schedule cron.Schedule) *time.Duration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  8. pkg/kubelet/cm/qos_container_manager_linux.go

    			}
    		}
    		if updateSuccess {
    			klog.V(4).InfoS("Updated QoS cgroup configuration")
    			return nil
    		}
    
    		// If the resource can adjust the ResourceConfig to increase likelihood of
    		// success, call the adjustment function here.  Otherwise, the Update() will
    		// be called again with the same values.
    		for resource, percentReserve := range m.qosReserved {
    			switch resource {
    			case v1.ResourceMemory:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 20:42:59 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    	// This can exceed serverConcurrencyLimit because of the deliberate rounding up
    	// in the computation of the nominalCL values.
    	// This is tracked because it is an input to the allocation adjustment algorithm.
    	nominalCLSum int
    }
    
    type updateAttempt struct {
    	timeUpdated  time.Time
    	updatedItems sets.String // FlowSchema names
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  10. api/maven-api-model/src/main/mdo/maven.mdo

              <name>url</name>
              <version>3.0.0+</version>
              <description>
                <![CDATA[
                The URL to the project's homepage.
                <p><b>Default value is</b>: parent value [+ path adjustment] + (artifactId or project.directory property), or just parent value if
                project's {@code child.project.url.inherit.append.path="false"}</p>
                ]]>
              </description>
              <type>String</type>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
Back to top