Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 92 for sdk2 (0.04 sec)

  1. platforms/jvm/jvm-services/src/test/groovy/org/gradle/internal/jvm/inspection/CachingJvmMetadataDetectorTest.groovy

            metadata2.errorMessage.contains("No such directory")
        }
    
    
        def "invalidation takes predicate into account"() {
            def location1 = testLocation("jdk1")
            def location2 = testLocation("jdk2")
            def metadata1 = Mock(JvmInstallationMetadata)
            def metadata2 = Mock(JvmInstallationMetadata)
            def delegate = Mock(JvmMetadataDetector) {
                getMetadata(location1) >> metadata1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 18:25:34 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/VisualCppPlatformToolProviderTest.groovy

            expect:
            def actual = toolProvider.getSharedLibraryLinkFileName("sharedLibrary")
            actual == "sharedLibrary.lib"
        }
    
        def "system libraries contain union of VC++ and Windows SDK and UCRT"() {
            given:
            def dir1 = new File("1")
            def dir2 = new File("2")
            def dir3 = new File("3")
            visualCpp.includeDirs >> [dir1]
            windowsSdk.includeDirs >> [dir2]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  3. android-test/README.md

    01-01 12:53:32.818 10999 11090 D OkHttp  : [56 ms] connectionReleased
    01-01 12:53:32.818 10999 11090 D OkHttp  : [56 ms] callEnd
    ```
    
    3. Run tests using gradle
    
    ```
    $ ANDROID_SDK_ROOT=/Users/myusername/Library/Android/sdk ./gradlew :android-test:connectedCheck -PandroidBuild=true
    ...
    > Task :android-test:connectedDebugAndroidTest
    ...
    11:55:40 V/InstrumentationResultParser: Time: 13.271
    11:55:40 V/InstrumentationResultParser:
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Feb 14 08:26:50 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  4. okhttp-android/src/test/kotlin/okhttp3/android/RobolectricOkHttpClientTest.kt

    import org.junit.Before
    import org.junit.Test
    import org.junit.runner.RunWith
    import org.robolectric.RobolectricTestRunner
    import org.robolectric.annotation.Config
    
    @RunWith(RobolectricTestRunner::class)
    @Config(
      sdk = [30],
    )
    class RobolectricOkHttpClientTest {
      private lateinit var context: Context
      private lateinit var client: OkHttpClient
    
      @Before
      fun setUp() {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  5. platforms/jvm/jvm-services/src/integTest/groovy/org/gradle/jvm/toolchain/InvalidJvmInstallationReportingIntegrationTest.groovy

            // (as opposed to e.g. reporting only the first one)
            def invalidJdkHome1 = createInvalidJdkHome("jdk1")
            def invalidJdkHome2 = createInvalidJdkHome("jdk2")
    
            // The builds should trigger toolchains discovery; here it's done from different subprojects in order to test
            // that the JVM installation detection is cached during a build
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  6. docs/chroot/README.md

    - [Use `mc` with MinIO Server](https://min.io/docs/minio/linux/reference/minio-mc.html)
    - [Use `aws-cli` with MinIO Server](https://min.io/docs/minio/linux/integrations/aws-cli-with-minio.html)
    - [Use `minio-go` SDK with MinIO Server](https://min.io/docs/minio/linux/developers/go/minio-go.html)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  7. docs/en/data/sponsors.yml

        title: Pay as you go for market data
        img: https://fastapi.tiangolo.com/img/sponsors/databento.svg
      - url: https://speakeasyapi.dev?utm_source=fastapi+repo&utm_medium=github+sponsorship
        title: SDKs for your API | Speakeasy
        img: https://fastapi.tiangolo.com/img/sponsors/speakeasy.png
      - url: https://www.svix.com/
        title: Svix - Webhooks as a service
        img: https://fastapi.tiangolo.com/img/sponsors/svix.svg
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 30 13:28:20 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/gotoolchain_net.txt

    	# Avoid resolving a "go1.20.1" from the user's real $PATH.
    	# That would not only cause the "downloading go1.20.1" message
    	# to be suppressed, but may spuriously fail:
    	# golang.org/dl/go1.20.1 expects to find its GOROOT in $HOME/sdk,
    	# but the script environment sets HOME=/no-home.
    env PATH=
    env path=
    
    go version
    stderr '^go: downloading go1.20.1 '
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 17:16:47 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  9. .github/workflows/run-mint.sh

    	-e SERVER_ENDPOINT="nginx:9000" \
    	-e ACCESS_KEY="${ACCESS_KEY}" \
    	-e SECRET_KEY="${SECRET_KEY}" \
    	-e ENABLE_HTTPS=0 \
    	-e MINT_MODE="${MINT_MODE}" \
    	docker.io/minio/mint:edge
    
    # FIXME: enable this after fixing aws-sdk-java-v2 tests
    # # unpause the node, to check that all S3 calls work while one node goes wrong
    # [ "${MODE}" == "resiliency" ] && docker-compose -f minio-${MODE}.yaml unpause minio4
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  10. settings.gradle.kts

    val localProperties = Properties().apply {
      val file = File("local.properties")
      if (file.exists()) {
        load(file.inputStream())
      }
    }
    val sdkDir = localProperties.getProperty("sdk.dir")
    if ((androidHome != null || sdkDir != null) && !isKnownBrokenIntelliJ()) {
      include(":okhttp-android")
      include(":android-test")
      include(":android-test-app")
    }
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Apr 14 14:24:05 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top