Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for samples_ (0.23 sec)

  1. guava-tests/test/com/google/common/collect/SetsTest.java

                ImmutableSet.of(1, 2),
                ImmutableSet.of(1, 2, 3, 4, 5, 6, 7, 8, 9, 10));
        for (Set<Integer> sampleSet : sampleSets) {
          for (int k = 0; k <= sampleSet.size(); k++) {
            final int size = k;
            Set<Set<Integer>> expected =
                Sets.filter(
                    Sets.powerSet(sampleSet),
                    new Predicate<Set<Integer>>() {
    
                      @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 17 15:27:58 UTC 2024
    - 49.2K bytes
    - Viewed (0)
  2. fess-crawler/src/test/resources/extractor/eml/sample2.eml

    Shinsuke Sugaya <******@****.***> 1452930635 +0900
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 91.6K bytes
    - Viewed (0)
  3. src/runtime/pprof/pprof_test.go

    			}
    			// All samples should point to one location.
    			var gotSamples []*profile.Sample
    			for _, sample := range p.Sample {
    				var locs []*profile.Location
    				for _, loc := range sample.Location {
    					locs = append(locs, &profile.Location{ID: loc.ID})
    				}
    				gotSamples = append(gotSamples, &profile.Sample{Value: sample.Value, Location: locs})
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
  4. .teamcity/test-buckets.json

    				},
    				"subprojects":[
    					"workers",
    					"model-core",
    					"language-groovy",
    					"build-init",
    					"logging",
    					"plugins-groovy",
    					"kotlin-dsl",
    					"plugins-java",
    					"samples",
    					"plugin-development",
    					"enterprise"
    				]
    			}
    		],
    		"testCoverageUuid":1
    	},
    	{
    		"buckets":[
    			{
    				"parallelizationMethod":{
    					"name":"TeamCityParallelTests",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 15:56:44 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  5. src/runtime/mprof.go

    	// We want to up-scale the count and cycles according to the
    	// probability that the event was sampled. For block profile events,
    	// the sample probability is 1 if cycles >= rate, and cycles / rate
    	// otherwise. For mutex profile events, the sample probability is 1 / rate.
    	// We scale the events by 1 / (probability the event was sampled).
    	if which == blockProfile && cycles < rate {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    Whitebox testing is used/needed for unit testing and blackbox testing fits functional or integration test requirements.
    
    Sample: link:../samples/sample_java_modules_multi_project_with_integration_tests.html[Java Modules multi-project with integration tests]
    
    === Whitebox unit test execution on the classpath
    
    The simplest setup to write unit tests for functions or classes in modules is to _not_ use module specifics during test execution.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    .Changing the JVM target using toolchains
    ====
    include::sample[dir="samples/java/jvm-multi-project-with-toolchains/kotlin/",files="buildSrc/src/main/kotlin/myproject.java-conventions.gradle.kts[tags=toolchain]"]
    include::sample[dir="samples/java/jvm-multi-project-with-toolchains/groovy/",files="buildSrc/src/main/groovy/myproject.java-conventions.gradle[tags=toolchain]"]
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsPathMappingCA.java

    import org.opensearch.search.aggregations.bucket.range.IpRangeAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.range.RangeAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.terms.SignificantTermsAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.terms.TermsAggregationBuilder;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 59.9K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    To do this, you need to call the `ResolutionStrategy#disableDependencyVerification` method:
    
    .Disabling dependency verification
    ====
    include::sample[dir="snippets/dependencyManagement/dependencyVerification-disablingVerification/kotlin",files="build.gradle.kts[tags=disabling-one-configuration]"]
    include::sample[dir="snippets/dependencyManagement/dependencyVerification-disablingVerification/groovy",files="build.gradle[tags=disabling-one-configuration]"]
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/css/manual.css

    }
    
    .colist>table tr>td:first-of-type {
    	padding-top: 0.25em;
    	padding-bottom: 0.25em;
    	line-height: 1.4;
    	vertical-align: baseline;
    }
    
    /*
     * Samples
     */
    .exampleblock>.content {
    	background-color: inherit;
    	border: 0 none;
    	box-shadow: none;
    	padding: 0;
    	padding-bottom: 0.7rem;
    	margin-bottom: 0;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
Back to top