Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of about 10,000 for ifelse (0.17 sec)

  1. src/cmd/compile/internal/ssa/rewrite_test.go

    		t.Errorf("subFlags32(0,1).lt() returned false")
    	}
    	if !subFlags32(0, 1).ult() {
    		t.Errorf("subFlags32(0,1).ult() returned false")
    	}
    }
    
    func TestIsPPC64WordRotateMask(t *testing.T) {
    	tests := []struct {
    		input    int64
    		expected bool
    	}{
    		{0x00000001, true},
    		{0x80000001, true},
    		{0x80010001, false},
    		{0xFFFFFFFA, false},
    		{0xF0F0F0F0, false},
    		{0xFFFFFFFD, true},
    		{0x80000000, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 15 21:57:02 UTC 2021
    - 6.9K bytes
    - Viewed (0)
  2. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/logging/comparison/ExhaustiveLinesSearcher.java

            final long highestNumMatches = potentialMatches.stream().map(PotentialMatch::getNumMatches).max(Long::compareTo).orElse(0L);
            potentialMatches.removeIf(pm -> pm.getNumMatches() < highestNumMatches);
        }
    
        private static Set<PotentialMatch> convertMatchingLines(List<String> expectedLines, List<String> actualLines, Map<Integer, List<Integer>> matchingLines) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  3. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/resources/DefaultResourceLockCoordinationServiceTest.groovy

            [false, false, true, false]  | [true, true, true, false]
            [true, false, true, false]   | [true, false, true, false]
            [false, true, false, true]   | [false, true, false, true]
            [true, false, false, false]  | [true, false, false, false]
            [false, false, false, false] | [true, true, true, true]
            [false, true, false, false]  | [false, true, true, true]
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 17:16:10 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  4. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelValidator.java

                    return false;
                }
                validCoordinateIds.add(id);
                return true;
            }
        }
    
        private boolean isValidCoordinateId(String id) {
            for (int i = 0; i < id.length(); i++) {
                char c = id.charAt(i);
                if (!isValidCoordinateIdCharacter(c)) {
                    return false;
                }
            }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 10 11:04:53 UTC 2024
    - 73.9K bytes
    - Viewed (0)
  5. test/cmp.go

    		isfalse(m1[x] != x)
    
    		var ix, iy, iz interface{} = x, y, z
    
    		isfalse(ix == iy)
    		isfalse(iy == ix)
    		isfalse(iy == iz)
    		isfalse(iz == iy)
    		istrue(ix == iz)
    		istrue(iz == ix)
    
    		isfalse(x == iy)
    		isfalse(y == ix)
    		isfalse(y == iz)
    		isfalse(z == iy)
    		istrue(x == iz)
    		istrue(z == ix)
    
    		isfalse(ix == y)
    		isfalse(iy == x)
    		isfalse(iy == z)
    		isfalse(iz == y)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 26 03:38:21 UTC 2015
    - 7.6K bytes
    - Viewed (0)
  6. test/stackobj3.go

    	f(s, true)
    	if c != 2 {
    		panic("bad liveness")
    	}
    }
    
    func fFalse() {
    	var s StkObj
    	s.h = new(HeapObj)
    	c = -1
    	n = 0
    	runtime.SetFinalizer(s.h, func(h *HeapObj) {
    		// Remember at what phase the heap object was collected.
    		c = n
    	})
    	f(s, false)
    	if c != 0 {
    		panic("bad liveness")
    	}
    }
    
    func main() {
    	fTrue()
    	fFalse()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 03 19:54:16 UTC 2018
    - 1.4K bytes
    - Viewed (0)
  7. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-configmap.yaml

    Signed":false,"tolerations":[]},"telemetry":{"enabled":true,"v1":{"enabled":true},"v2":{"enabled":false,"prometheus":{"enabled":true},"stackdriver":{"configOverride":{},"enabled":false,"logging":false,"monitoring":false,"topology":false}}},"tracing":{"enabled":false,"ingress":{"enabled":false},"jaeger":{"accessMode":"ReadWriteMany","enabled":false,"hub":"docker.io/jaegertracing","memory":{"max_traces":50000},"namespace":"istio-system","persist":false,"spanStorageType":"badger","storageClassName"...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  8. pkg/config/analysis/analyzers/testdata/sidecar-injector-configmap-with-revision-canary.yaml

    Signed":false,"tolerations":[]},"telemetry":{"enabled":true,"v1":{"enabled":true},"v2":{"enabled":false,"prometheus":{"enabled":true},"stackdriver":{"configOverride":{},"enabled":false,"logging":false,"monitoring":false,"topology":false}}},"tracing":{"enabled":false,"ingress":{"enabled":false},"jaeger":{"accessMode":"ReadWriteMany","enabled":false,"hub":"docker.io/jaegertracing","memory":{"max_traces":50000},"namespace":"istio-system","persist":false,"spanStorageType":"badger","storageClassName"...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-enabled-nsbydefault.yaml

    yDuration":"10m"},"stackdriver":{"auth":{"apiKey":"","appCredentials":false,"serviceAccountPath":""},"enabled":false,"tracer":{"enabled":false,"sampleProbability":1}},"stdio":{"enabled":false,"outputAsJson":false},"useAdapterCRDs":false},"policy":{"adapters":{"kubernetesenv":{"enabled":true},"useAdapterCRDs":false},"autoscaleEnabled":true,"enabled":true,"image":"mixer","namespace":"istio-system","sessionAffinityEnabled":false},"telemetry":{"autoscaleEnabled":true,"enabled":true,"env":{"GOMAXPROC...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/ProviderSpec.groovy

            def supplier2 = Providers.notDefined()
            def supplier3 = Providers.of(someValue())
    
            def notPresent = providerWithNoValue()
            def usesDefaultValue = notPresent.orElse(supplier1).orElse(supplier2).orElse(supplier3)
            usesDefaultValue.present
            usesDefaultValue.get() == someValue()
        }
    
        def "can unpack state and recreate instance when provider has no value"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 26 06:53:07 UTC 2023
    - 19.2K bytes
    - Viewed (0)
Back to top