Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 120 for flavor (0.15 sec)

  1. guava-tests/test/com/google/common/base/PredicatesTest.java

      }
    
      @J2ktIncompatible
      @GwtIncompatible // SerializableTester
      public void testNot_serialization() {
        checkSerialization(Predicates.not(isOdd()));
      }
    
      /*
       * Tests for all the different flavors of Predicates.and().
       */
    
      public void testAnd_applyNoArgs() {
        assertEvalsToTrue(Predicates.and());
      }
    
      public void testAnd_equalityNoArgs() {
        new EqualsTester()
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_fr.properties

    labels.search_result_sort_click_count_asc	=	Clics (ascendant)
    labels.search_result_sort_click_count_desc	=	Clics (descendant)
    labels.search_result_sort_favorite_count_asc	=	Favori (croissant)
    labels.search_result_sort_favorite_count_desc	=	Favori (décroissant)
    labels.search_result_sort_multiple	=	Plusieurs
    labels.search_result_size	=	{0} octets
    labels.search_result_created	=	Inscrit:
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/base/PredicatesTest.java

      }
    
      @J2ktIncompatible
      @GwtIncompatible // SerializableTester
      public void testNot_serialization() {
        checkSerialization(Predicates.not(isOdd()));
      }
    
      /*
       * Tests for all the different flavors of Predicates.and().
       */
    
      public void testAnd_applyNoArgs() {
        assertEvalsToTrue(Predicates.and());
      }
    
      public void testAnd_equalityNoArgs() {
        new EqualsTester()
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  4. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/NativeDependentComponentsReportIntegrationTest.groovy

                '''.stripIndent().trim()
    
        }
    
        def "report renders variant binaries"() {
            buildFile << """
                apply plugin: 'cpp'
                model {
                    flavors {
                        freeware
                        shareware
                        shrinkware
                    }
    
                    components {
                        lib(NativeLibrarySpec)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 24K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/canonicalize.td

    //===----------------------------------------------------------------------===//
    // Div op patterns.
    //===----------------------------------------------------------------------===//
    
    /// Favor Mul over Div.
    def DivWithSqrtDivisor : Pat<
      (TF_DivOp:$src $arg0, (TF_SqrtOp $arg1)),
      (TF_MulOp:$dest1 $arg0, (TF_RsqrtOp:$dest2 $arg1)), [],
      [(CopyAttrs $src, $dest1), (CopyAttrs $src, $dest2)]>;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 06 18:42:28 UTC 2023
    - 17K bytes
    - Viewed (0)
  6. pkg/proxy/endpointslicecache.go

    			ready, serving, terminating, zoneHints)
    
    		// This logic ensures we're deduplicating potential overlapping endpoints
    		// isLocal should not vary between matching endpoints, but if it does, we
    		// favor a true value here if it exists.
    		if _, exists := endpointSet[endpointInfo.String()]; !exists || isLocal {
    			endpointSet[endpointInfo.String()] = cache.makeEndpointInfo(endpointInfo, svcPortName)
    		}
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:07:21 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  7. internal/auth/credentials.go

    	Name         string                 `xml:"-" json:"name,omitempty"`
    	Description  string                 `xml:"-" json:"description,omitempty"`
    
    	// Deprecated: In favor of Description - when reading credentials from
    	// storage the value of this field is placed in the Description field above
    	// if the existing Description from storage is empty.
    	Comment string `xml:"-" json:"comment,omitempty"`
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 28 17:14:16 UTC 2024
    - 12K bytes
    - Viewed (0)
  8. pkg/scheduler/util/assumecache/assume_cache.go

    //
    // Storing an object with the same version is supported
    // by the assume cache, but suffers from a race: if an
    // update is received via the informer while such an
    // object is assumed, it gets dropped in favor of the
    // newer object from the apiserver.
    //
    // Only assuming objects that were returned by an apiserver
    // operation (Update, Patch) is safe.
    func (c *AssumeCache) Assume(obj interface{}) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/codec_factory.go

    // unrecognized groups will be returned in the version they are encoded as (no conversion). This decoder performs
    // defaulting.
    //
    // TODO: the decoder will eventually be removed in favor of dealing with objects in their versioned form
    // TODO: only accept a group versioner
    func (f CodecFactory) UniversalDecoder(versions ...schema.GroupVersion) runtime.Decoder {
    	var versioner runtime.GroupVersioner
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 12.6K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/abt/avlint32_test.go

    	if B.Find(3) != aib2.Find(3) {
    		t.Errorf("Failed aliasing/reuse check, B/aib2")
    	}
    	aib3 := B.Intersection(A, first)
    	assert(t, AIB, aib3, "aib3")
    	if A.Find(3) != aib3.Find(3) {
    		// A is smaller, intersection favors reuse from smaller when function is "first"
    		t.Errorf("Failed aliasing/reuse check, A/aib3")
    	}
    	aib4 := B.Intersection(A, second)
    	assert(t, AIB, aib4, "aib4")
    	if A.Find(3) != aib4.Find(3) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 11 16:34:41 UTC 2022
    - 20.3K bytes
    - Viewed (0)
Back to top