Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 9,162 for 3$ (0.04 sec)

  1. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/dom/operations/overlay/DocumentOverlayTest.kt

            )
    
            val overlay = resolvedDocument(
                """
                y = 3
                """.trimIndent()
            )
    
            overlayResolvedDocuments(underlay, overlay).document.assertMergeResult(
                """
                property(x, literal(1))
                    literal(1)
                property(y, literal(3))
                    literal(3)
    
                """.trimIndent(),
            )
        }
    
        @Test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:10 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  2. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/history/impl/FileCollectionFingerprintSerializerTest.groovy

                '/3': new DefaultFileSystemLocationFingerprint("/3", FileType.Missing, FileSystemLocationFingerprint.DIR_SIGNATURE),
                rootHashes,
                strategyConfigurationHash
            ), serializer)
    
            then:
            out.fingerprints.size() == 3
            out.fingerprints['/1'].with {
                type == FileType.Directory
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/primitives/DoublesTest.java

                    new double[] {(double) 2, (double) 3, (double) 3, (double) 3, (double) 3},
                    new double[] {(double) 3}))
            .isEqualTo(1);
        assertThat(
                Doubles.indexOf(
                    new double[] {
                      (double) 2, (double) 3, (double) 2, (double) 3, (double) 4, (double) 2, (double) 3
                    },
                    new double[] {(double) 2, (double) 3, (double) 4}))
            .isEqualTo(2);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 29 15:43:06 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/primitives/IntsTest.java

        assertThat(Ints.indexOf(ARRAY234, new int[] {(int) 3, (int) 4})).isEqualTo(1);
        assertThat(Ints.indexOf(ARRAY234, new int[] {(int) 3})).isEqualTo(1);
        assertThat(Ints.indexOf(ARRAY234, new int[] {(int) 4})).isEqualTo(2);
        assertThat(
                Ints.indexOf(
                    new int[] {(int) 2, (int) 3, (int) 3, (int) 3, (int) 3}, new int[] {(int) 3}))
            .isEqualTo(1);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 06 16:10:08 UTC 2024
    - 28.4K bytes
    - Viewed (0)
  5. pkg/apis/autoscaling/v1/conversion_test.go

    					MaxReplicas:                    3,
    					TargetCPUUtilizationPercentage: utilpointer.Int32(70),
    				},
    				s: nil,
    			},
    			false,
    		},
    		{
    			"TestConversionWithCPUAverageValueAndUtilizationBoth2",
    			args{
    				in: &autoscaling.HorizontalPodAutoscalerSpec{
    					MinReplicas: utilpointer.Int32(1),
    					MaxReplicas: 3,
    					Metrics: []autoscaling.MetricSpec{
    						{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 08 12:14:37 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  6. .idea/uiDesigner.xml

            <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
          </item>
          <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
            <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
          </item>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Oct 24 15:06:04 UTC 2013
    - 9.5K bytes
    - Viewed (0)
  7. src/internal/buildcfg/cfg_test.go

    	}
    }
    
    func TestGoarm64FeaturesSupports(t *testing.T) {
    	g, _ := ParseGoarm64("v9.3")
    
    	if !g.Supports("v9.3") {
    		t.Errorf("Wrong goarm64Features.Supports for v9.3, v9.3")
    	}
    
    	if g.Supports("v9.4") {
    		t.Errorf("Wrong goarm64Features.Supports for v9.3, v9.4")
    	}
    
    	if !g.Supports("v8.8") {
    		t.Errorf("Wrong goarm64Features.Supports for v9.3, v8.8")
    	}
    
    	if g.Supports("v8.9") {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  8. src/cmd/cover/testdata/test.go

    	} else {
    		check(LINE, 1)
    	}
    	for i := 0; i < 3; i++ {
    		if checkVal(LINE, 3, i) <= 2 {
    			check(LINE, 3)
    		}
    		if checkVal(LINE, 3, i) <= 1 {
    			check(LINE, 2)
    		}
    		if checkVal(LINE, 3, i) <= 0 {
    			check(LINE, 1)
    		}
    	}
    	for i := 0; i < 3; i++ {
    		if checkVal(LINE, 3, i) <= 1 {
    			check(LINE, 2)
    		} else {
    			check(LINE, 1)
    		}
    	}
    	for i := 0; i < 3; i++ {
    		if checkVal(LINE, 3, i) <= 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 4.9K bytes
    - Viewed (0)
  9. src/net/tcpconn_keepalive_conf_posix_test.go

    		Idle:     0,
    		Interval: 3 * time.Second,
    		Count:    10,
    	},
    	{
    		Enable:   true,
    		Idle:     5 * time.Second,
    		Interval: 0,
    		Count:    10,
    	},
    	{
    		Enable:   true,
    		Idle:     5 * time.Second,
    		Interval: 3 * time.Second,
    		Count:    0,
    	},
    	{
    		Enable:   true,
    		Idle:     0,
    		Interval: 0,
    		Count:    10,
    	},
    	{
    		Enable:   true,
    		Idle:     0,
    		Interval: 3 * time.Second,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:17:21 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  10. test/codegen/bitfield.go

    }
    
    // merge shift and sign-extension into sbfiz.
    func sbfiz2(x int32) int64 {
    	return int64(x << 3) // arm64:"SBFIZ\t[$]3, R[0-9]+, [$]29",-"LSL"
    }
    
    func sbfiz3(x int16) int64 {
    	return int64(x << 3) // arm64:"SBFIZ\t[$]3, R[0-9]+, [$]13",-"LSL"
    }
    
    func sbfiz4(x int8) int64 {
    	return int64(x << 3) // arm64:"SBFIZ\t[$]3, R[0-9]+, [$]5",-"LSL"
    }
    
    // sbfiz combinations.
    // merge shift with sbfiz into sbfiz.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 23 06:11:32 UTC 2022
    - 9.6K bytes
    - Viewed (0)
Back to top