Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 34 for light (0.05 sec)

  1. pkg/scheduler/internal/queue/scheduling_queue_test.go

    	ctx, cancel := context.WithCancel(ctx)
    	defer cancel()
    	q := NewTestQueueWithObjects(ctx, newDefaultQueueSort(), objs)
    	// insert unschedulablePodInfo and pop right after that
    	// because the scheduling queue records unschedulablePod as in-flight Pod.
    	q.Add(logger, unschedulablePodInfo.Pod)
    	if p, err := q.Pop(logger); err != nil || p.Pod != unschedulablePodInfo.Pod {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		{name: "TESTBconst", argLength: 1, reg: gp1flags, asm: "TESTB", typ: "Flags", aux: "Int8"},
    
    		// S{HL, HR, AR}x: shift operations
    		// SHL: shift left
    		// SHR: shift right logical (0s are shifted in from beyond the word size)
    		// SAR: shift right arithmetic (sign bit is shifted in from beyond the word size)
    		// arg0 is the value being shifted
    		// arg1 is the amount to shift, interpreted mod (Q=64,L=32,W=32,B=32)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  3. src/cmd/go/internal/work/exec.go

    			// We found the main output in the cache.
    			// If we don't need any other outputs, we can stop.
    			// Otherwise, we need to write files to a.Objdir (needVet, needCgoHdr).
    			// Remember that we might have them in cache
    			// and check again after we create a.Objdir.
    			cachedBuild = true
    			a.output = []byte{} // start saving output in case we miss any cache results
    			need &^= needBuild
    			if b.NeedExport {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    	if left == nil {
    		left = b.Left
    	}
    	if right == nil {
    		right = b.Right
    	}
    	b = &Binary{Op: op, Left: left, Right: right}
    	if r := fn(b); r != nil {
    		return r
    	}
    	return b
    }
    
    func (b *Binary) GoString() string {
    	return b.goString(0, "")
    }
    
    func (b *Binary) goString(indent int, field string) string {
    	return fmt.Sprintf("%*s%sBinary:\n%s\n%s\n%s", indent, "", field,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  5. src/database/sql/sql_test.go

    			if rows != nil {
    				rows.Close()
    			}
    		}()
    	}
    	wg.Wait()
    }
    
    // TestIssue18719 closes the context right before use. The sql.driverConn
    // will nil out the ci on close in a lock, but if another process uses it right after
    // it will panic with on the nil ref.
    //
    // See https://golang.org/cl/35550 .
    func TestIssue18719(t *testing.T) {
    	db := newTestDB(t, "people")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  6. src/reflect/value.go

    		steps := abid.call.stepsForValue(i)
    		if st := steps[0]; st.kind == abiStepStack {
    			if typ.IfaceIndir() {
    				// value cannot be inlined in interface data.
    				// Must make a copy, because f might keep a reference to it,
    				// and we cannot let f keep a reference to the stack frame
    				// after this function returns, not even a read-only reference.
    				v.ptr = unsafe_New(typ)
    				if typ.Size() > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  7. src/cmd/go/alldocs.go

    // module is in the module cache or if the -modfile flag is used.
    //
    // The default output is to print the module path and then
    // information about the version and replacement if any.
    // For example, 'go list -m all' might print:
    //
    //	my/main/module
    //	golang.org/x/text v0.3.0 => /tmp/text
    //	rsc.io/pdf v0.1.1
    //
    // The Module struct has a String method that formats this
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  8. pkg/controller/podautoscaler/horizontal_test.go

    // From now on, the HPA controller does have history in it (scaleUpEvents, scaleDownEvents)
    // Hence the second HPA controller reconcile cycle might return different result (comparing with the first run).
    // Current test infrastructure has a race condition, when several reconcile cycles will be performed
    //    while it should be stopped right after the first one. And the second will raise an exception
    //    because of different result.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/x86/asm6.go

    //
    // gcc uses maxLoopPad = 10 for its 'generic x86-64' config,
    // and it aligns all jump targets, not just backward jump targets.
    //
    // As of 6/1/2012, the effect of setting maxLoopPad = 10 here
    // is very slight but negative, so the alignment is disabled by
    // setting MaxLoopPad = 0. The code is here for reference and
    // for future experiments.
    const (
    	loopAlign  = 16
    	maxLoopPad = 0
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"egg":                                  "\U0001f95a",
    	"eggplant":                             "\U0001f346",
    	"egypt":                                "\U0001f1ea\U0001f1ec",
    	"eight":                                "8\ufe0f\u20e3",
    	"eight_pointed_black_star":             "\u2734\ufe0f",
    	"eight_spoked_asterisk":                "\u2733\ufe0f",
    	"eject_button":                         "\u23cf\ufe0f",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
Back to top