Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 850 for cheese (0.26 sec)

  1. src/cmd/trace/pprof.go

    		return 0
    	}
    	if i1.start < i2.start { // choose the later one
    		i1.start = i2.start
    	}
    	if i1.end > i2.end { // choose the earlier one
    		i1.end = i2.end
    	}
    	return i1.duration()
    }
    
    // pprofMaxStack is the extent of the deduplication we're willing to do.
    //
    // Because slices aren't comparable and we want to leverage maps for deduplication,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/authentication/token/cache/cached_token_authenticator_test.go

    func TestSharedLookup(t *testing.T) {
    	var chewie = &authenticator.Response{User: &user.DefaultInfo{Name: "chewbacca"}}
    
    	t.Run("actually shared", func(t *testing.T) {
    		var lookups uint32
    		c := make(chan struct{})
    		a := New(authenticator.TokenFunc(func(ctx context.Context, token string) (*authenticator.Response, bool, error) {
    			<-c
    			atomic.AddUint32(&lookups, 1)
    			return chewie, true, nil
    		}), true, time.Minute, 0)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 03 16:16:51 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  3. apache-maven/src/main/appended-resources/licenses/EPL-1.0.txt

    d) Each Contributor represents that to its knowledge it has sufficient copyright
    rights in its Contribution, if any, to grant the copyright license set forth
    in this Agreement.
    
       3. REQUIREMENTS
    
    A Contributor may choose to distribute the Program in object code form under
    its own license agreement, provided that:
    
          a) it complies with the terms and conditions of this Agreement; and
    
          b) its license agreement:
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Sep 17 05:50:12 UTC 2018
    - 11.1K bytes
    - Viewed (0)
  4. architecture/ambient/ztunnel.md

    For this purpose, we chose to use xDS transport protocol due to our expertise and existing infrastructure, and because the protocol is well suited to our needs.
    
    However, while we chose to use the xDS *transport protocol*, we chose to not use the xDS resource types, such as Clusters and Listeners.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 22:35:16 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/selectors/SelectorStateResolver.java

         * If a single version can satisfy all of the selectors, the result will reflect this.
         * If not, a minimal set of versions will be provided in the result, and conflict resolution will be required to choose.
         */
        private List<T> buildResolveResults(ModuleSelectors<? extends ResolvableSelectorState> selectors, VersionSelector allRejects) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 15 14:22:29 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  6. src/strconv/ftoaryu.go

    	e2 := exp
    	if b := bits.Len32(mant); b < 25 {
    		mant <<= uint(25 - b)
    		e2 += b - 25
    	}
    	// Choose an exponent such that rounded mant*(2^e2)*(10^q) has
    	// at least prec decimal digits, i.e
    	//     mant*(2^e2)*(10^q) >= 10^(prec-1)
    	// Because mant >= 2^24, it is enough to choose:
    	//     2^(e2+24) >= 10^(-q+prec-1)
    	// or q = -mulByLog2Log10(e2+24) + prec - 1
    	q := -mulByLog2Log10(e2+24) + prec - 1
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 09 00:28:56 UTC 2022
    - 15.7K bytes
    - Viewed (0)
  7. tensorflow/cc/gradients/image_grad_test.cc

      // Note that Y_T is always float for this op. We choose
      // double for the jacobian to capture the higher precision
      // between X_T and Y_T.
      TestResize<double, float, double>(RESIZE_BILINEAR);
    }
    
    TEST_F(ImageGradTest, TestBicubic) {
      TestResizedShape(RESIZE_BICUBIC);
      TestResize<float, float, float>(RESIZE_BICUBIC);
      // Note that Y_T is always float for this op. We choose
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 15 04:08:05 UTC 2019
    - 12.1K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/model/MultipleCandidateMatcher.java

    import java.util.List;
    import java.util.Set;
    import java.util.function.IntFunction;
    
    /**
     * This is the heart of the attribute matching algorithm and is used whenever there are multiple candidates to choose from.
     * <p>
     * <ol>
     * <li>
     * For each candidate, check whether its attribute values are compatible (according to the {@link AttributeSelectionSchema}) with the values that were requested.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 19.4K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/ComponentSelectionRulesDependencyResolveIntegTest.groovy

            (GradleMetadataResolveRunner.useIvy() || mavenCompatible) && (!GradleMetadataResolveRunner.gradleMetadataPublished || gradleCompatible)
        }
    
        def "uses '#rule' rule to choose component for #selector"() {
            given:
            Assume.assumeTrue isWellBehaved(mavenCompatible, gradleCompatible)
    
            buildFile << """
                dependencies {
                    conf "org.utils:api:${selector}"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  10. internal/config/storageclass/storage-class.go

    //
    // -- if input is RRS but RRS is not configured/initialized '-1' parity
    //
    //	for RRS is assumed, the caller is expected to choose the right parity
    //	at that point.
    //
    // -- if input is STANDARD but STANDARD is not configured/initialized '-1' parity
    //
    //	is returned, the caller is expected to choose the right parity
    //	at that point.
    func (sCfg *Config) GetParityForSC(sc string) (parity int) {
    	ConfigLock.RLock()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top