Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 66 for intRegs (0.18 sec)

  1. prow/integ-suite-kind.sh

    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    
    # Usage: ./integ-suite-kind.sh TARGET
    # Example: ./integ-suite-kind.sh test.integration.pilot.kube.presubmit
    
    WD=$(dirname "$0")
    WD=$(cd "$WD"; pwd)
    ROOT=$(dirname "$WD")
    
    # Exit immediately for non zero status
    set -e
    # Check unset variables
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 05:42:41 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/incremental/deps/IntSetSerializer.java

    import it.unimi.dsi.fastutil.ints.IntIterator;
    import it.unimi.dsi.fastutil.ints.IntOpenHashSet;
    import it.unimi.dsi.fastutil.ints.IntSet;
    import it.unimi.dsi.fastutil.ints.IntSets;
    import org.gradle.internal.serialize.Decoder;
    import org.gradle.internal.serialize.Encoder;
    import org.gradle.internal.serialize.Serializer;
    
    import java.io.EOFException;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 15:22:57 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  3. .teamcity/src/main/kotlin/configurations/FlakyTestQuarantine.kt

                        "-x", ":docs:platformTest",
                        "-x", ":docs:configCacheTest",
                        "-x", ":distributions-integ-tests:quickTest",
                        "-x", ":distributions-integ-tests:platformTest",
                        "-x", ":distributions-integ-tests:configCacheTest"
                    ) +
                    listOf(extraParameters) +
                    functionalTestParameters(os, arch) +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  4. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/incremental/deps/ClassAnalysis.java

     */
    
    package org.gradle.api.internal.tasks.compile.incremental.deps;
    
    import com.google.common.collect.ImmutableSet;
    import it.unimi.dsi.fastutil.ints.IntSet;
    import it.unimi.dsi.fastutil.ints.IntSets;
    import org.gradle.api.internal.cache.StringInterner;
    import org.gradle.internal.serialize.AbstractSerializer;
    import org.gradle.internal.serialize.Decoder;
    import org.gradle.internal.serialize.Encoder;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 15:22:57 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  5. platforms/software/resources-http/build.gradle.kts

        testImplementation(project(":internal-integ-testing"))
        testImplementation(libs.jettyWebApp)
        testImplementation(testFixtures(project(":core")))
        testImplementation(testFixtures(project(":logging")))
    
        testFixturesImplementation(project(":base-services"))
        testFixturesImplementation(project(":logging"))
        testFixturesImplementation(project(":internal-integ-testing"))
        testFixturesImplementation(libs.slf4jApi)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  6. platforms/jvm/jacoco/build.gradle.kts

        testFixturesImplementation(project(":core"))
        testFixturesImplementation(project(":internal-integ-testing"))
    
        testFixturesImplementation(libs.jsoup)
        testFixturesImplementation(libs.groovyXml)
    
        testImplementation(project(":internal-testing"))
        testImplementation(project(":resources"))
        testImplementation(project(":internal-integ-testing"))
        testImplementation(project(":language-java"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2K bytes
    - Viewed (0)
  7. platforms/enterprise/enterprise/build.gradle.kts

        }
    
        testImplementation(project(":resources"))
    
        integTestImplementation(project(":internal-testing"))
        integTestImplementation(project(":internal-integ-testing"))
        integTestImplementation(testFixtures(project(":core")))
    
        // Dependencies of the integ test fixtures
        integTestImplementation(project(":build-option"))
        integTestImplementation(project(":messaging"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  8. tests/integration/ambient/registry_setup_test.go

    //go:build integ
    // +build integ
    
    // Copyright Istio Authors. All Rights Reserved.
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 21:02:05 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  9. platforms/enterprise/enterprise-plugin-performance/build.gradle.kts

        performanceTestCompileOnly(project(":internal-integ-testing"))
        performanceTestCompileOnly(project(":internal-performance-testing"))
    
        performanceTestImplementation(libs.gradleProfiler)
    
        testFixturesApi(project(":base-services"))
    
        testFixturesApi(libs.commonsIo)
    
        testFixturesImplementation(project(":internal-integ-testing"))
        testFixturesImplementation(project(":internal-testing"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 23:14:25 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  10. tests/integration/pilot/label_test.go

    //go:build integ
    // +build integ
    
    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 18:27:40 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top