Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 640 for corerest (0.15 sec)

  1. android/guava-tests/test/com/google/common/util/concurrent/AbstractScheduledServiceTest.java

          return configuration;
        }
      }
    
      // Tests for Scheduler:
    
      // These constants are arbitrary and just used to make sure that the correct method is called
      // with the correct parameters.
      private static final int INITIAL_DELAY = 10;
      private static final int DELAY = 20;
      private static final TimeUnit UNIT = MILLISECONDS;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 22.5K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/util/concurrent/AbstractScheduledServiceTest.java

          return configuration;
        }
      }
    
      // Tests for Scheduler:
    
      // These constants are arbitrary and just used to make sure that the correct method is called
      // with the correct parameters.
      private static final int INITIAL_DELAY = 10;
      private static final int DELAY = 20;
      private static final TimeUnit UNIT = MILLISECONDS;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 22.5K bytes
    - Viewed (0)
  3. src/strings/replace_test.go

    		}
    		got := buf.String()
    		if got != tc.out {
    			t.Errorf("%d. WriteString(%q) wrote %q, want %q", i, tc.in, got, tc.out)
    			continue
    		}
    		if n != len(tc.out) {
    			t.Errorf("%d. WriteString(%q) wrote correct string but reported %d bytes; want %d (%q)",
    				i, tc.in, n, len(tc.out), tc.out)
    		}
    	}
    }
    
    var algorithmTestCases = []struct {
    	r    *Replacer
    	want string
    }{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 22:53:05 UTC 2017
    - 14.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/component_metadata_rules.adoc

    Again, this is information that cannot be expressed in pom metadata.
    We can now select a `guice-no_aop` variant and will get the correct jar file *and* the correct dependencies.
    
    .Applying and utilising rule for Guice metadata
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:10:53 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  5. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppLibraryWithBothLinkagePublishingIntegrationTest.groovy

            releaseStaticMetadata.variant('releaseStaticLink')
            releaseStaticMetadata.variant('releaseStaticRuntime')
        }
    
        @ToBeFixedForConfigurationCache
        def "correct variant of published library is selected when resolving"() {
            def app = new CppAppWithLibraryAndOptionalFeature()
    
            def repoDir = file("repo")
            def producer = file("greeting")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  6. src/go/printer/testdata/expressions.golden

    	_	= "170141183460469231731687303715884105727"	// prime
    )
    
    // Correct placement of operators and comments in multi-line expressions
    func _() {
    	_ = a +	// comment
    		b +	// comment
    		c
    	_ = "a" +
    		"b" +	// comment
    		"c"
    	_ = "ba0408" + "7265717569726564"	// field 71, encoding 2, string "required"
    }
    
    // Correct placement of terminating comma/closing parentheses in multi-line calls.
    func _() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 16:41:54 UTC 2017
    - 12.4K bytes
    - Viewed (0)
  7. src/go/printer/testdata/expressions.raw

    	_	= "170141183460469231731687303715884105727"		// prime
    )
    
    // Correct placement of operators and comments in multi-line expressions
    func _() {
    	_ = a +	// comment
    		b +	// comment
    		c
    	_ = "a" +
    		"b" +	// comment
    		"c"
    	_ = "ba0408" + "7265717569726564"	// field 71, encoding 2, string "required"
    }
    
    // Correct placement of terminating comma/closing parentheses in multi-line calls.
    func _() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 16:41:54 UTC 2017
    - 12.4K bytes
    - Viewed (0)
  8. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/steps/AssignImmutableWorkspaceStep.java

    import static org.gradle.internal.snapshot.SnapshotVisitResult.CONTINUE;
    
    /**
     * Assigns an immutable workspace to the work, and makes sure it contains the correct outputs.
     *
     * <ul>
     * <li>If an immutable workspace already exists, it is checked for consistency, and is returned
     * if found correct.</li>
     * <li>If the workspace is inconsistent (the output hashes stored in {code metadata.bin} do not match
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 19 16:44:11 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  9. platforms/software/publish/src/main/java/org/gradle/api/publish/internal/mapping/DefaultDependencyCoordinateResolverFactory.java

                } else if (versionMapping.getDefaultResolutionConfiguration() != null && configuration == null) {
                    // The configuration set on the variant is almost always more correct than the
                    // default version mapping configuration, which is currently set project-wide
                    // by the Java plugin. For this reason, we only use the version mapping default
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 22:25:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  10. cluster/addons/fluentd-gcp/fluentd-gcp-configmap-old.yaml

          tag process_start
          time_format %Y-%m-%d %H:%M:%S
          keys process_start_timestamp
        </source>
    
        # This filter is used to convert process start timestamp to integer
        # value for correct ingestion in the prometheus output plugin.
        <filter process_start>
          @type record_transformer
          enable_ruby true
          auto_typecast true
          <record>
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 26 07:09:07 UTC 2018
    - 16.3K bytes
    - Viewed (0)
Back to top