Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 4,050 for other_2 (0.17 sec)

  1. platforms/core-runtime/messaging/src/test/groovy/org/gradle/internal/event/BroadcastDispatchTest.groovy

            empty.add(other1).add(listener).remove(listener).remove(other1).empty
            empty.add(other1).add(listener).removeAll([listener, listener]).remove(other1).empty
            empty.add(other1).add(other2).add(listener).remove(listener).removeAll([other1, other2]).empty
            empty.add(other1).add(other2).add(listener).removeAll([listener]).removeAll([other1, other2]).empty
    
            // Add duplicates
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/customPlugins/customPlugin/kotlin/other.gradle.kts

    Laura Kassovic <******@****.***> 1712356553 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 22:35:53 UTC 2024
    - 283 bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/admission/chain_test.go

    	return &FakeHandler{
    		name:     name,
    		admit:    accept,
    		validate: accept,
    		Handler:  NewHandler(ops...),
    	}
    }
    
    func TestAdmitAndValidate(t *testing.T) {
    	sysns := metav1.NamespaceSystem
    	otherns := "default"
    	tests := []struct {
    		name      string
    		ns        string
    		operation Operation
    		options   runtime.Object
    		chain     chainAdmissionHandler
    		accept    bool
    		calls     map[string]bool
    	}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 20 15:11:00 UTC 2019
    - 5.4K bytes
    - Viewed (0)
  4. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/DirectoryPropertyTest.groovy

        }
    
        @Override
        Directory someOtherValue() {
            return baseDirectory.dir("other1").get()
        }
    
        @Override
        Directory someOtherValue2() {
            return baseDirectory.dir("other2").get()
        }
    
        @Override
        Directory someOtherValue3() {
            return baseDirectory.dir("other3").get()
        }
    
        @Override
        PropertyInternal<Directory> propertyWithNoValue() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3K bytes
    - Viewed (0)
  5. platforms/software/testing-base/src/integTest/resources/org/gradle/testing/TestExecutionBuildOperationsIntegrationTest/emitsBuildOperationsForJUnitTests/src/test/java/org/gradle/OtherTest.java

     * limitations under the License.
     */
    
    package org.gradle;
    
    import org.junit.Assert;
    
    public class OtherTest {
    
        @org.junit.Test
        public void otherOk() {
            System.out.println("sys out from ok test method");
            System.err.println("sys err from ok test method");
        }
    
        @org.junit.Test
        public void otherFail() {
            Assert.fail();
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 944 bytes
    - Viewed (0)
  6. subprojects/core/src/test/groovy/org/gradle/api/internal/tasks/util/DefaultJavaForkOptionsTest.groovy

            def other2 = new DefaultJavaForkOptions(resolver, fileCollectionFactory, new DefaultJavaDebugOptions())
    
            when:
            other2.executable = "/foo/bar"
    
            then:
            options.isCompatibleWith(other1)
            !options.isCompatibleWith(other2)
        }
    
        def "cannot determine compatibility with jvmArgumentProviders"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 25.5K bytes
    - Viewed (0)
  7. platforms/jvm/plugins-java-library/src/integTest/groovy/org/gradle/api/plugins/JavaLibraryDistributionIntegrationTest.groovy

            }
            createDir('src/dist') {
                file 'dist1.txt'
                dir2 {
                    file 'dist2.txt'
                }
            }
            createDir('others/dist') {
                file 'other1.txt'
                dir2 {
                    file 'other2.txt'
                }
            }
    
            and:
            settingsFile << "rootProject.name='canCreateADistributionWithSrcDistRuntime'"
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 18 13:02:41 UTC 2024
    - 5K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/IvyResolveIntegrationTest.groovy

            given:
            ivyRepo.module("org.gradle", "test", "1.45")
                .dependsOn("org.gradle", "other", "preview-1")
                .nonTransitive('default')
                .publish()
            ivyRepo.module("org.gradle", "other", "preview-1").dependsOn("org.gradle", "other2", "7").publish()
            ivyRepo.module("org.gradle", "other2", "7").publish()
    
            and:
            buildFile << """
    repositories { ivy { url "${ivyRepo.uri}" } }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 13:59:13 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/AbstractMinimalProviderTest.groovy

        }
    
        @Override
        String someValue() {
            "s2"
        }
    
        @Override
        String someOtherValue() {
            "other1"
        }
    
        @Override
        String someOtherValue2() {
            "other2"
        }
    
        @Override
        String someOtherValue3() {
            "other3"
        }
    
        @Override
        ManagedFactory managedFactory() {
            return new ManagedFactories.ProviderManagedFactory()
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  10. src/runtime/pprof/protomem_test.go

    type opCall struct {
    }
    
    var sink []byte
    
    func storeAlloc() {
    	sink = make([]byte, 16)
    }
    
    func nonRecursiveGenericAllocFunction[CurrentOp any, OtherOp any](alloc bool) {
    	if alloc {
    		storeAlloc()
    	} else {
    		nonRecursiveGenericAllocFunction[OtherOp, CurrentOp](true)
    	}
    }
    
    func TestGenericsInlineLocations(t *testing.T) {
    	if testenv.OptimizationOff() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 14:38:45 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top