Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 90 for sdk2 (0.04 sec)

  1. .github/ISSUE_TEMPLATE/tflite-in-play-services.md

    labels: 'comp:lite-in-play-services'
    
    ---
    
    **System information**
    - Android Device information (use `adb shell getprop ro.build.fingerprint`
      if possible):
    - TensorFlow Lite in Play Services SDK version (found in `build.gradle`):
    - Google Play Services version
      (`Settings` > `Apps` > `Google Play Services` > `App details`):
    
    **Standalone code to reproduce the issue**
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 15 03:35:58 UTC 2022
    - 880 bytes
    - Viewed (0)
  2. src/cmd/link/dwarf_test.go

    	// installed without the iOS sdk.
    	if output, err := testenv.Command(t, "xcodebuild", "-showsdks").CombinedOutput(); err != nil {
    		t.Skipf("error running xcodebuild, required for iOS cross build: %v", err)
    	} else if !strings.Contains(string(output), "iOS SDK") {
    		t.Skipf("iOS SDK not detected.")
    	}
    	cc := "CC=" + runtime.GOROOT() + "/misc/ios/clangwrap.sh"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 17:05:14 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  3. .gitignore

    .DS_Store
    .idea/shelf
    /confluence/target
    /dependencies/repo
    /android.tests.dependencies
    /dependencies/android.tests.dependencies
    /dist
    /local
    /gh-pages
    /ideaSDK
    /clionSDK
    /android-studio/sdk
    out/
    /tmp
    /intellij
    workspace.xml
    *.versionsBackup
    /idea/testData/debugger/tinyApp/classes*
    /jps-plugin/testData/kannotator
    /js/js.translator/testData/out/
    /js/js.translator/testData/out-min/
    /js/js.translator/testData/out-pir/
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Feb 21 15:38:02 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r211/ToolingApiIdeaModelCrossVersionSpec.groovy

            ideaProject.modules.find { it.name == 'child3' }.javaLanguageSettings.languageLevel == null // inherited
        }
    
        def "can query java sdk for idea project"() {
            given:
            buildFile << """
    apply plugin: 'java'
    
    description = org.gradle.internal.jvm.Jvm.current().javaHome.toString()
    """
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  5. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/xcode/MacOSSdkPlatformPathLocator.java

        public MacOSSdkPlatformPathLocator(ExecActionFactory execActionFactory) {
            super(execActionFactory);
        }
    
        @Override
        protected List<String> getXcrunFlags() {
            return ImmutableList.of("--show-sdk-platform-path");
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  6. okhttp-android/src/test/kotlin/okhttp3/android/AndroidAsyncDnsTest.kt

    import org.junit.Test
    import org.junit.runner.RunWith
    import org.robolectric.RobolectricTestRunner
    import org.robolectric.annotation.Config
    import org.robolectric.shadow.api.Shadow
    
    @Config(shadows = [ShadowDnsResolver::class], sdk = [34])
    @RunWith(RobolectricTestRunner::class)
    class AndroidAsyncDnsTest {
      @Test
      fun testDnsRequestInvalid() {
        val asyncDns = AndroidAsyncDns.IPv4
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 22 20:07:09 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  7. build/README.md

    2. **Optional** [Google Cloud SDK](https://developers.google.com/cloud/sdk/)
    
    You must install and configure Google Cloud SDK if you want to upload your release to Google Cloud Storage and may safely omit this otherwise.
    
    ## Overview
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 10 07:20:57 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  8. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/msvcpp/WindowsKitWindowsSdkLocator.java

    public class WindowsKitWindowsSdkLocator extends AbstractWindowsKitComponentLocator<WindowsKitSdkInstall> {
        private static final String COMPONENT_NAME = "um";
        private static final String DISPLAY_NAME = "Windows SDK";
        private static final String RC_EXE = "rc.exe";
        private final SystemInfo systemInfo;
    
        public WindowsKitWindowsSdkLocator(WindowsRegistry windowsRegistry, SystemInfo systemInfo) {
            super(windowsRegistry);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top