Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 810 for platform1 (0.25 sec)

  1. build/lib/release.sh

    }
    
    # Package up all of the node binaries
    function kube::release::package_node_tarballs() {
      local platform
      for platform in "${KUBE_NODE_PLATFORMS[@]}"; do
        local platform_tag
        local arch
        platform_tag=${platform/\//-} # Replace a "/" for a "-"
        arch=$(basename "${platform}")
        kube::log::status "Building tarball: node $platform_tag"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  2. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildDeclaredSubstitutionsIntegrationTest.groovy

            def platform = file("platform")
    
            file("platform/build.gradle") << """
                plugins {
                    id 'java-platform'
                }
            """
            file("platform/settings.gradle") << """
                rootProject.name = 'platform'
            """
    
            when:
            includeBuild(platform, """
                substitute $source using $dest
            """)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 01 20:36:42 UTC 2022
    - 14.4K bytes
    - Viewed (0)
  3. tensorflow/cc/saved_model/BUILD

            "//tensorflow/tools/proto_splitter:merge",
        ]) + if_not_mobile([
            # TODO(b/111634734): :lib and :protos_all contain dependencies that
            # cannot be built on mobile platforms. Instead, include the appropriate
            # tf_lib depending on the build platform.
            "@com_google_absl//absl/memory:memory",
            "//tensorflow/core:lib",
            "//tensorflow/core/util/tensor_bundle:byteswaptensor",
        ]),
    )
    
    tf_cc_test(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 05:43:44 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  4. platforms/jvm/testing-junit-platform/src/main/java/org/gradle/api/internal/tasks/testing/junitplatform/JUnitPlatformTestClassProcessor.java

    import org.junit.platform.launcher.Launcher;
    import org.junit.platform.launcher.LauncherDiscoveryRequest;
    import org.junit.platform.launcher.LauncherSession;
    import org.junit.platform.launcher.PostDiscoveryFilter;
    import org.junit.platform.launcher.TestExecutionListener;
    import org.junit.platform.launcher.TestIdentifier;
    import org.junit.platform.launcher.TestPlan;
    import org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:59:04 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  5. analysis/analysis-api-standalone/tests/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/session/builder/StandaloneSessionBuilderTest.kt

    import org.jetbrains.kotlin.name.CallableId
    import org.jetbrains.kotlin.name.ClassId
    import org.jetbrains.kotlin.name.FqName
    import org.jetbrains.kotlin.name.Name
    import org.jetbrains.kotlin.platform.CommonPlatforms
    import org.jetbrains.kotlin.platform.jvm.JvmPlatforms
    import org.jetbrains.kotlin.psi.*
    import org.jetbrains.kotlin.psi.psiUtil.findDescendantOfType
    import org.junit.jupiter.api.Assertions
    import org.junit.jupiter.api.Test
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 16:16:39 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache_debugging.adoc

    === Cross-platform tests
    
    If your build passes the <<#caching_relocation_test,relocation test>>, it is in good shape already.
    If your build requires support for multiple platforms, it is best to see if the required tasks get reused between platforms, too.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 15K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/VariantsDependencySubstitutionRulesIntegrationTest.groovy

            'platform(project(":platform"))'                                                                                                               | 'platform'          | 'runtimeElements'
            'variant(project(":platform")) { platform() }'                                                                                                 | 'platform'          | 'runtimeElements'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 10K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/ConnectionSpecTest.kt

    import okhttp3.internal.applyConnectionSpec
    import okhttp3.internal.platform.Platform.Companion.isAndroid
    import okhttp3.testing.PlatformRule
    import okhttp3.testing.PlatformVersion.majorVersion
    import org.junit.jupiter.api.Test
    import org.junit.jupiter.api.extension.RegisterExtension
    
    class ConnectionSpecTest {
      @RegisterExtension
      val platform = PlatformRule()
    
      @Test
      fun noTlsVersions() {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/dsl/dependencies/DefaultDependencyHandlerTest.groovy

            dep2.isEndorsingStrictVersions()
        }
    
        void "platform dependency can be made non-endorsing"() {
            ModuleDependency dep1 = new DefaultExternalModuleDependency("org", "platform", "")
            dep1.attributesFactory = AttributeTestUtil.attributesFactory()
    
            when:
            dependencyHandler.platform("org:platform") { it.doNotEndorseStrictVersions() }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 11 10:37:21 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenBomResolveIntegrationTest.groovy

                    compile "group:moduleA"
                    compile platform("group:bom:1.0")
                    compile platform("group:bom2:1.0")
                }
            """
    
            when:
            succeeds 'checkDep'
    
            then:
            resolve.expectGraph {
                root(':', ':testproject:') {
                    module("group:bom:1.0:platform-runtime") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 11.1K bytes
    - Viewed (0)
Back to top