Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 86 for someConf (0.53 sec)

  1. src/runtime/runtime2.go

    	timer         *timer         // cached timer for time.Sleep
    	sleepWhen     int64          // when to sleep until
    	selectDone    atomic.Uint32  // are we participating in a select and did someone win the race?
    
    	// goroutineProfiled indicates the status of this goroutine's stack for the
    	// current in-progress goroutine profile
    	goroutineProfiled goroutineProfileStateHolder
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 47.9K bytes
    - Viewed (0)
  2. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

    distribute and/or modify the software.
    
    Also, for each author's protection and ours, we want to make certain
    that everyone understands that there is no warranty for this free
    software. If the software is modified by someone else and passed on, we
    want its recipients to know that what they have is not the original, so
    that any problems introduced by others will not reflect on the original
    authors' reputations.
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/mod/modfile/rule.go

    			return "", err
    		}
    	} else if strings.ContainsAny(t, "\"'`") {
    		// Other quotes are reserved both for possible future expansion
    		// and to avoid confusion. For example if someone types 'x'
    		// we want that to be a syntax error and not a literal x in literal quotation marks.
    		return "", fmt.Errorf("unquoted string cannot contain quote")
    	}
    	*s = AutoQuote(t)
    	return t, nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 18:34:56 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  4. src/crypto/tls/conn.go

    	if err := c.readHandshakeBytes(4); err != nil {
    		return nil, err
    	}
    	data := c.hand.Bytes()
    
    	maxHandshakeSize := maxHandshake
    	// hasVers indicates we're past the first message, forcing someone trying to
    	// make us just allocate a large buffer to at least do the initial part of
    	// the handshake first.
    	if c.haveVers && data[0] == typeCertificate {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  5. src/cmd/dist/build.go

    		// instead of build IDs as a cache key, and there is no guarantee
    		// that code hasn't changed since the last time we ran a build
    		// with this exact VERSION file (especially if someone is working
    		// on a release branch). We must not fall back to the shared build cache
    		// in this case. Leave $GOCACHE alone.
    	} else {
    		os.Setenv("GOCACHE", oldgocache)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  6. src/runtime/asm_arm64.s

    	// which should help keep it correct.
    	MOVD	RSP, R13
    	SUB	$16, R13
    	MOVD	R13, RSP
    	MOVD	$0, R4
    	MOVD	R4, 0(RSP)	// Where above code stores g, in case someone looks during debugging.
    	MOVD	R2, 8(RSP)	// Save original stack pointer.
    	BL	(R1)
    	// Restore stack pointer.
    	MOVD	8(RSP), R2
    	MOVD	R2, RSP
    	MOVD	R0, ret+16(FP)
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  7. pkg/scheduler/internal/queue/scheduling_queue.go

    		logger.V(6).Info("Worth requeuing because no failed plugins", "pod", klog.KObj(pInfo.Pod))
    		return queueAfterBackoff
    	}
    
    	if event.IsWildCard() {
    		// If the wildcard event is special one as someone wants to force all Pods to move to activeQ/backoffQ.
    		// We return queueAfterBackoff in this case, while resetting all blocked plugins.
    		logger.V(6).Info("Worth requeuing because the event is wildcard", "pod", klog.KObj(pInfo.Pod))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  8. src/reflect/value.go

    	// being properly initialized.
    	*retValid = true
    
    	// Clear the scratch space and put it back in the pool.
    	// This must happen after the statement above, so that the return
    	// values will always be scanned by someone.
    	typedmemclr(methodFrameType, methodFrame)
    	methodFramePool.Put(methodFrame)
    
    	// See the comment in callReflect.
    	runtime.KeepAlive(ctxt)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  9. pkg/kubelet/eviction/helpers_test.go

    		}
    	}
    }
    
    func TestAddAllocatableThresholds(t *testing.T) {
    	// About func addAllocatableThresholds, only someone threshold that "Signal" is "memory.available" and "GracePeriod" is 0,
    	// append this threshold(changed "Signal" to "allocatableMemory.available") to thresholds
    	testCases := map[string]struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  10. src/runtime/asm_amd64.s

    	// Using this code for all "already on system stack" calls exercises it more,
    	// which should help keep it correct.
    	SUBQ	$16, SP
    	ANDQ	$~15, SP
    	MOVQ	$0, 8(SP)		// where above code stores g, in case someone looks during debugging
    	MOVQ	DX, 0(SP)	// save original stack pointer
    	CALL	runtime·asmcgocall_landingpad(SB)
    	MOVQ	0(SP), SI	// restore original stack pointer
    	MOVQ	SI, SP
    	MOVL	AX, ret+16(FP)
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
Back to top