Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for aub3 (0.08 sec)

  1. src/cmd/compile/internal/abt/avlint32_test.go

    	}
    
    	aub1 := A.Union(B, first)
    	assert(t, AUB, aub1, "aub1")
    	if B.Find(3) != aub1.Find(3) {
    		// B is larger, union favors reuse from larger when function is "first"
    		t.Errorf("Failed aliasing/reuse check, A/aub1")
    	}
    	aub2 := A.Union(B, second)
    	assert(t, AUB, aub2, "aub2")
    	if B.Find(3) != aub2.Find(3) {
    		t.Errorf("Failed aliasing/reuse check, B/aub2")
    	}
    	aub3 := B.Union(A, first)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 11 16:34:41 UTC 2022
    - 20.3K bytes
    - Viewed (0)
  2. src/crypto/internal/edwards25519/field/fe_generic.go

    	//                        a4b0 a3b0 a2b0 a1b0 a0b0  +
    	//                   a4b1 a3b1 a2b1 a1b1 a0b1       +
    	//              a4b2 a3b2 a2b2 a1b2 a0b2            +
    	//         a4b3 a3b3 a2b3 a1b3 a0b3                 +
    	//    a4b4 a3b4 a2b4 a1b4 a0b4                      =
    	//   ----------------------------------------------
    	//      r8   r7   r6   r5   r4   r3   r2   r1   r0
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 27 01:16:19 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  3. subprojects/core/src/test/groovy/org/gradle/execution/plan/ValuedVfsHierarchyTest.groovy

            "some/location/intermediate/child/sub1/leaf2"   | ['intermediate/child/sub1/leaf2': [1], 'sub1/leaf2': [4, 3]]
            "some/location/intermediate/child/sub3/leaf"    | ['sub3/leaf': [4, 3], 'intermediate/child/sub3/leaf': [1]]
            "some/location/intermediate/child/non-existing" | ['intermediate/child/non-existing': [1], 'non-existing': [4, 3]]
        }
    
        def "can query child values"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 28 17:21:57 UTC 2022
    - 8.4K bytes
    - Viewed (0)
  4. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildContinueOnMultipleFailuresIntegrationTest.groovy

            }
    
            buildC = multiProjectBuild('buildC', ['sub1', 'sub2', 'sub3']) {
                buildFile << """
                    allprojects {
                        ${javaProject()}
                    }
    
                    test.dependsOn 'sub1:test', 'sub2:test', 'sub3:test'
                """
                file('sub1/src/test/java/SampleTestC_Sub1.java') << junitTestClass('SampleTestC_Sub1')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 06 13:06:27 UTC 2020
    - 5.1K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/test_json_prints.txt

    stdout '"Action":"pass","Package":"p","Test":"Test/Sub1","Elapsed"'
    stdout '"Action":"output","Package":"p","Test":"Test/Sub3","Output":"foo bar"}'
    stdout '"Action":"output","Package":"p","Test":"Test/Sub3","Output":"baz\\n"}'
    stdout '"Action":"output","Package":"p","Test":"Test","Output":"T2"}'
    stdout '"Action":"output","Package":"p","Test":"Test","Output":"--- PASS: Test \([\d.]+s\)\\n"}'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 19:50:36 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  6. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r26/TestLauncherCrossVersionSpec.groovy

        }
    
        def "runs all test tasks in multi project build when test class passed by name"() {
            setup:
            settingsFile << "include ':sub1', 'sub2', ':sub2:sub3', ':sub4'"
            ["sub1", "sub2/sub3"].each { projectFolderName ->
                file("${projectFolderName}/src/test/java/example/MyTest.java") << """
                    package example;
                    public class MyTest {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 06:59:43 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/projectmodule/DefaultProjectDependencyPublicationResolverTest.groovy

            def publication = pub('mock', "pub-group", "pub-name", "pub-version", component1)
            def publication2 = pub('pub2', "other-group", "other-name1", "other-version", component2)
            def publication3 = pub('pub3', "other-group", "other-name2", "other-version", component3)
    
            registry.register(project.identityPath, publication, publication2, publication3)
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 19 01:37:13 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  8. pkg/volume/util/nested_volumes_test.go

    							},
    						},
    					},
    				},
    			},
    		},
    		{
    			name:     "Big Pod",
    			err:      false,
    			volname:  "vol1",
    			expected: sets.New[string](filepath.Join("sub1", "sub2", "sub3"), filepath.Join("sub1", "sub2", "sub4"), filepath.Join("sub1", "sub2", "sub6"), "sub"),
    			pod: v1.Pod{
    				ObjectMeta: metav1.ObjectMeta{
    					Namespace: testNamespace,
    					UID:       testPodUID,
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  9. security/pkg/server/ca/authenticate/oidc_test.go

    		},
    		{
    			name:        "audience is NOT in the expected set",
    			expectRet:   false,
    			audToCheck:  []string{"aud3"},
    			audExpected: []string{"aud1", "aud2"},
    		},
    		{
    			name:        "one of the audiences is in the expected set",
    			expectRet:   true,
    			audToCheck:  []string{"aud1", "aud3"},
    			audExpected: []string{"aud1", "aud2"},
    		},
    	}
    
    	for _, tt := range tests {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  10. src/internal/types/testdata/check/const0.go

    	for i := 0; i < 10; i++ {} // don't crash with non-nil iota here
    }
    
    // untyped constants
    const (
    	// boolean values
    	ub0 = false
    	ub1 = true
    	ub2 = 2 < 1
    	ub3 = ui1 == uf1
    	ub4 = true == 0 /* ERROR "mismatched types untyped bool and untyped int" */
    
    	// integer values
    	ui0 = 0
    	ui1 = 1
    	ui2 = 42
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:54:25 UTC 2023
    - 9.2K bytes
    - Viewed (0)
Back to top