Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 92 for Billie (0.17 sec)

  1. guava/src/com/google/common/util/concurrent/ServiceManager.java

      }
    
      /**
       * Returns the service load times. This value will only return startup times for services that
       * have finished starting.
       *
       * @return Map of services and their corresponding startup time in millis, the map entries will be
       *     ordered by startup time.
       */
      public ImmutableMap<Service, Long> startupTimes() {
        return state.startupTimes();
      }
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:41:16 UTC 2024
    - 33K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

            return getGradleVersionedCacheDir().file(CacheLayout.TRANSFORMS.getName())
        }
    
        void writeLastTransformationAccessTimeToJournal(TestFile workspaceDir, long millis) {
            writeLastFileAccessTimeToJournal(workspaceDir, millis)
        }
    
        @Override
        TestFile getGradleUserHomeDir() {
            return executer.gradleUserHomeDir
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top