Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 111 for Billie (0.14 sec)

  1. guava/src/com/google/common/math/Quantiles.java

     * either form}), only the overhead is required. The number of object allocations is independent of
     * N in both cases.
     *
     * @author Pete Gillin
     * @since 20.0
     */
    @J2ktIncompatible
    @GwtIncompatible
    @ElementTypesAreNonnullByDefault
    public final class Quantiles {
    
      /** Specifies the computation of a median (i.e. the 1st 2-quantile). */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 17:02:53 UTC 2023
    - 29.9K bytes
    - Viewed (0)
  2. src/database/sql/fakedb_test.go

    		if !ok {
    			return nil, fmt.Errorf("fakedb: table %q doesn't exist", s.table)
    		}
    
    		if s.table == "magicquery" {
    			if len(s.whereCol) == 2 && s.whereCol[0].Column == "op" && s.whereCol[1].Column == "millis" {
    				if args[0].Value == "sleep" {
    					time.Sleep(time.Duration(args[1].Value.(int64)) * time.Millisecond)
    				}
    			}
    		}
    		if s.table == "tx_status" && s.colName[0] == "tx_status" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 12:38:07 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  3. docs/metrics/prometheus/grafana/bucket/minio-bucket.json

              "intervalFactor": 1,
              "legendFormat": "{{bucket,range,operation}}",
              "refId": "A",
              "step": 300
            }
          ],
          "title": "Replication Latency (millis)",
          "type": "bargauge"
        },
        {
          "datasource": {
            "type": "prometheus",
            "uid": "${DS_PROMETHEUS}"
          },
          "fieldConfig": {
            "defaults": {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 11:11:51 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  4. src/crypto/x509/x509_test.go

    	tests := []struct {
    		dn   pkix.Name
    		want string
    	}{
    		{nn, "L=Gophertown,1.2.3.4.5=#130a676f6c616e672e6f7267"},
    		{extraNotNil, "L=Gophertown"},
    		{pkix.Name{
    			CommonName:         "Steve Kille",
    			Organization:       []string{"Isode Limited"},
    			OrganizationalUnit: []string{"RFCs"},
    			Locality:           []string{"Richmond"},
    			Province:           []string{"Surrey"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  5. src/time/time.go

    )
    
    // String returns a string representing the duration in the form "72h3m0.5s".
    // Leading zero units are omitted. As a special case, durations less than one
    // second format use a smaller unit (milli-, micro-, or nanoseconds) to ensure
    // that the leading digit is non-zero. The zero duration formats as 0s.
    func (d Duration) String() string {
    	// This is inlinable to take advantage of "function outlining".
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 50.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    extern ::std::vector<testing::internal::string> g_argvs;
    
    #endif  // GTEST_HAS_DEATH_TEST
    
    // Defines synchronization primitives.
    
    #if GTEST_HAS_PTHREAD
    
    // Sleeps for (roughly) n milli-seconds.  This function is only for
    // testing Google Test's own constructs.  Don't use it in user tests,
    // either directly or indirectly.
    inline void SleepMilliseconds(int n) {
      const timespec time = {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  7. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    extern ::std::vector<testing::internal::string> g_argvs;
    
    #endif  // GTEST_HAS_DEATH_TEST
    
    // Defines synchronization primitives.
    
    #if GTEST_HAS_PTHREAD
    
    // Sleeps for (roughly) n milli-seconds.  This function is only for
    // testing Google Test's own constructs.  Don't use it in user tests,
    // either directly or indirectly.
    inline void SleepMilliseconds(int n) {
      const timespec time = {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  8. RELEASE.md

    ## Thanks to our Contributors
    
    This release contains contributions from many people at Google, as well as:
    
    Aadhitya A, Abhilash Mahendrakar, Abhishek Varma, Abin Shahab, Adam Hillier,
    Aditya Kane, AdityaKane2001, ag.ramesh, Amogh Joshi, Armen Poghosov,
    armkevincheng, Avrosh K, Ayan Moitra, azazhu, Banikumar Maiti, Bas Aarts, bhack,
    Bhanu Prakash Bandaru Venkata, Billy Cao, Bohumir Zamecnik, Bradley Reece,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    meUnit timeUnit; private final boolean lookForStuckThread; public static Timeout$Builder builder(); public void Timeout(int); public void Timeout(long, java.util.concurrent.TimeUnit); protected void Timeout(Timeout$Builder); public static Timeout millis(long); public static Timeout seconds(long); protected final long getTimeout(java.util.concurrent.TimeUnit); protected final boolean getLookingForStuckTh(); protected org.junit.runners.model.Statement createFailOnTimeoutS(org.junit.runners.model.Statement)...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  10. src/internal/trace/traceviewer/static/trace_viewer_full.html

    rtInUs,lengthInUs){const args=TimerEventDefaultArgs[name];if(args===undefined)return;const startInMs=tr.b.convertUnit(startInUs,tr.b.UnitPrefixScale.METRIC.MICRO,tr.b.UnitPrefixScale.METRIC.MILLI);const lengthInMs=tr.b.convertUnit(lengthInUs,tr.b.UnitPrefixScale.METRIC.MICRO,tr.b.UnitPrefixScale.METRIC.MILLI);const colorId=ColorScheme.getColorIdForGeneralPurposeString(name);const slice=new tr.model.ThreadSlice('v8',name,colorId,startInMs,args,lengthInMs);this.v8_timer_thread_.sliceGroup.pushSlic...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
Back to top