Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for Shards (0.2 sec)

  1. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

        But, when the tide rises and sharks are around,
        His voice has a timid and tremulous sound.]
    
      `That's different from what I used to say when I was a child,'
    said the Gryphon.
    
      `Well, I never heard it before,' said the Mock Turtle; `but it
    sounds uncommon nonsense.'
    
      Alice said nothing; she had sat down with her face in her
    hands, wondering if anything would EVER happen in a natural way
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // capitalone : 2015-08-06 Capital One Financial Corporation
    capitalone
    
    // car : 2015-01-22 XYZ.COM LLC
    car
    
    // caravan : 2013-12-12 Caravan International, Inc.
    caravan
    
    // cards : 2013-12-05 Binky Moon, LLC
    cards
    
    // care : 2014-03-06 Binky Moon, LLC
    care
    
    // career : 2013-10-09 dotCareer LLC
    career
    
    // careers : 2013-10-02 Binky Moon, LLC
    careers
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  3. doc/go1.17_spec.html

    given element may be less than the index of the same element in the
    underlying array.
    </p>
    <p>
    A slice, once initialized, is always associated with an underlying
    array that holds its elements.  A slice therefore shares storage
    with its array and with other slices of the same array; by contrast,
    distinct arrays always represent distinct storage.
    </p>
    <p>
    The array underlying a slice may extend past the end of the slice.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  4. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    circular, or coloured and oblong when it falls on the third. _Exper._ 6. In the middle of two thin Boards I made round holes a third part of an Inch in diameter, and in the Window-shut a much broader hole being made to let into my darkned Chamber a large Beam of the Sun's Light; I placed a Prism behind the Shut in that beam to refract it towards the opposite Wall, and close behind the Prism I fixed one of the Boards, in such manner that the middle of the refracted Light might pass through the hole made in...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  5. samples/addons/grafana.yaml

    uid":"${datasource}"},"refId":"A"}],"title":"Performance Dashboard Notes","type":"row"},{"gridPos":{"h":6,"w":24,"x":0,"y":1},"id":19,"links":[],"options":{"code":{"language":"plaintext","showLineNumbers":false,"showMiniMap":false},"content":"The charts on this dashboard are intended to show Istio main components cost in terms of resources utilization under steady load.\n\n- **vCPU / 1k rps:** shows vCPU utilization by the main Istio components normalized by 1000 requests/second. When idle or low...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  6. src/net/http/serve_test.go

    // Read and Write.
    type slowTestConn struct {
    	// over multiple calls to Read, time.Durations are slept, strings are read.
    	script []any
    	closec chan bool
    
    	mu     sync.Mutex // guards rd/wd
    	rd, wd time.Time  // read, write deadline
    	noopConn
    }
    
    func (c *slowTestConn) SetDeadline(t time.Time) error {
    	c.SetReadDeadline(t)
    	c.SetWriteDeadline(t)
    	return nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  7. src/runtime/proc.go

    // If the run queue is full, runnext puts g on the global queue.
    // Executed only by the owner P.
    func runqput(pp *p, gp *g, next bool) {
    	if !haveSysmon && next {
    		// A runnext goroutine shares the same time slice as the
    		// current goroutine (inheritTime from runqget). To prevent a
    		// ping-pong pair of goroutines from starving all others, we
    		// depend on sysmon to preempt "long-running goroutines". That
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top