Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 322 for hit (2.24 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/elfexec/elfexec.go

    		// Drop padding bytes until the next note or the end of the section,
    		// whichever comes first.
    		for n := padding(len(desc)); n > 0; n-- {
    			if _, err := r.ReadByte(); err == io.EOF {
    				// We hit the end of the section before an alignment boundary.
    				// This can happen if this section is at the end of the file or the next
    				// section has a smaller alignment requirement.
    				break
    			} else if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  2. src/crypto/ecdsa/ecdsa_test.go

    		t.Error("zero was not rejected")
    	}
    	loopCount = 0
    
    	// P-256 has a 2⁻³² chance or randomly hitting a rejection. For P-224 it's
    	// 2⁻¹¹², for P-384 it's 2⁻¹⁹⁴, and for P-521 it's 2⁻²⁶², so if we hit in
    	// tests, something is horribly wrong. (For example, we are masking the
    	// wrong bits.)
    	if c.curve == elliptic.P256() {
    		return
    	}
    	if k, p, err := randomPoint(c, rand.Reader); err != nil {
    		t.Fatal(err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 21:33:58 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  3. src/runtime/map_faststr.go

    			k.str = key.str
    			goto done
    		}
    		ovf := b.overflow(t)
    		if ovf == nil {
    			break
    		}
    		b = ovf
    	}
    
    	// Did not find mapping for key. Allocate new cell & add entry.
    
    	// If we hit the max load factor or we have too many overflow buckets,
    	// and we're not already in the middle of growing, start growing.
    	if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:17:26 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/plugins/noderesources/fit.go

    		if c.RestartPolicy != nil && *c.RestartPolicy == v1.ContainerRestartPolicyAlways {
    			return true
    		}
    	}
    	return false
    }
    
    // InsufficientResource describes what kind of resource limit is hit and caused the pod to not fit the node.
    type InsufficientResource struct {
    	ResourceName v1.ResourceName
    	// We explicitly have a parameter for reason to avoid formatting a message on the fly
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  5. src/text/template/parse/lex.go

    	rightDelim   string // end of action marker
    	pos          Pos    // current position in the input
    	start        Pos    // start position of this item
    	atEOF        bool   // we have hit the end of input and returned eof
    	parenDepth   int    // nesting depth of ( ) exprs
    	line         int    // 1+number of newlines seen
    	startLine    int    // start line of this item
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 04 22:36:12 UTC 2022
    - 18.1K bytes
    - Viewed (0)
  6. src/internal/trace/trace_test.go

    		// overflows. Based on the size of profBufWordCount, that takes a bit over
    		// 1900 CPU samples or 19 thread-seconds at a 100 Hz sample rate. If we've
    		// hit that case, then we definitely have at least one full buffer's worth
    		// of CPU samples, so we'll call that success.
    		overflowed := totalTraceSamples >= 1900
    		if traceSamples < pprofSamples {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/authentication/token/cache/cached_token_authenticator_test.go

    	}
    
    	// reset calls, make the backend return failures
    	calledWithToken = []string{}
    	resultUsers, resultOk, resultErr = nil, false, nil
    
    	// authenticate calls still succeed and backend is not hit
    	if resp, ok, err := a.AuthenticateToken(context.Background(), "usertoken1"); err != nil || !ok || resp.User.GetName() != "user1" {
    		t.Errorf("Expected user1")
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 03 16:16:51 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  8. src/internal/reflectlite/type.go

    	// lists - T's methods and V's methods - simultaneously.
    	// Since method tables are stored in a unique sorted order
    	// (alphabetical, with no duplicate method names), the scan
    	// through V's methods must hit a match for each of T's
    	// methods along the way, or else V does not implement T.
    	// This lets us run the scan in overall linear time instead of
    	// the quadratic time  a naive search would require.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 17:01:54 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  9. src/image/gif/reader.go

    	// for an image". In practice, though, giflib (a widely used C
    	// library) does not enforce this, so we also accept lzwr returning
    	// io.ErrUnexpectedEOF (meaning that the encoded stream hit io.EOF
    	// before the LZW decoder saw an explicit end code), provided that
    	// the io.ReadFull call above successfully read len(m.Pix) bytes.
    	// See https://golang.org/issue/9856 for an example GIF.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:15:54 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/app/service/SearchLogService.java

                params.put("Query Time", toNumberString(e.getQueryTime()));
                params.put("Response Time", toNumberString(e.getResponseTime()));
                params.put("Hit Count", toNumberString(e.getHitCount()));
                params.put("Offset", toNumberString(e.getQueryOffset()));
                params.put("Page Size", toNumberString(e.getQueryPageSize()));
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 28.4K bytes
    - Viewed (0)
Back to top