Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 58 for sdk2 (0.26 sec)

  1. android/guava/src/com/google/common/io/TempFileCreator.java

      }
    
      private static final class ThrowingCreator extends TempFileCreator {
        private static final String MESSAGE =
            "Guava cannot securely create temporary files or directories under SDK versions before"
                + " Jelly Bean. You can create one yourself, either in the insecure default directory"
                + " or in a more secure directory, such as context.getCacheDir(). For more information,"
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Oct 06 17:11:11 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  2. src/internal/syscall/windows/syscall_windows.go

    	// in SetFileInformationByHandle on windows/386.
    	//
    	// https://learn.microsoft.com/en-us/cpp/build/reference/zp-struct-member-alignment?view=msvc-170
    	// says that “The C/C++ headers in the Windows SDK assume the platform's
    	// default alignment is used.” What we see here is padding rather than
    	// alignment, but maybe it is related.
    	_ uint32
    }
    
    const (
    	IfOperStatusUp             = 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  3. guava/src/com/google/common/io/TempFileCreator.java

      }
    
      private static final class ThrowingCreator extends TempFileCreator {
        private static final String MESSAGE =
            "Guava cannot securely create temporary files or directories under SDK versions before"
                + " Jelly Bean. You can create one yourself, either in the insecure default directory"
                + " or in a more secure directory, such as context.getCacheDir(). For more information,"
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Oct 06 17:11:11 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  4. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/idea/model/IdeaProject.java

            return modules;
        }
    
        public void setModules(List<IdeaModule> modules) {
            this.modules = modules;
        }
    
        /**
         * The java version used for defining the project sdk.
         * <p>
         * See the examples in the docs for {@link IdeaProject}
         */
        public String getJdkName() {
            return jdkName;
        }
    
        public void setJdkName(String jdkName) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 12 14:00:13 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  5. src/cmd/dist/buildtool.go

    	// with PGO. And as it is not a text file the import path
    	// rewrite will break it.
    	".pgo",
    	// Skip editor backup files.
    	"~",
    }
    
    var tryDirs = []string{
    	"sdk/go1.17",
    	"go1.17",
    }
    
    func bootstrapBuildTools() {
    	goroot_bootstrap := os.Getenv("GOROOT_BOOTSTRAP")
    	if goroot_bootstrap == "" {
    		home := os.Getenv("HOME")
    		goroot_bootstrap = pathf("%s/go1.4", home)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 23:29:41 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/releases/troubleshooting.adoc

    For build performance issues (including “slow sync time”), see <<performance.adoc#performance_gradle,improving the Performance of Gradle Builds>>.
    
    Android developers should watch a presentation by the Android SDK Tools team about link:https://youtu.be/7ll-rkLCtyk[Speeding Up Your Android Gradle Builds].
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:22:03 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  7. go.work.sum

    github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da h1:8GUt8eRujhVEGZFFEjBj46YV4rDjvGrNxb0KMWYkL2I=
    github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 h1:BUAU3CGlLvorLI26FmByPp2eC2qla6E1Tw+scpcg/to=
    github.com/aws/aws-sdk-go v1.35.24 h1:U3GNTg8+7xSM6OAJ8zksiSM4bRqxBWmVwwehvOSNG3A=
    github.com/bgentry/speakeasy v0.1.0 h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:12 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  8. samples/bookinfo/src/productpage/productpage.py

    from opentelemetry import trace
    from opentelemetry.instrumentation.flask import FlaskInstrumentor
    from opentelemetry.propagate import set_global_textmap
    from opentelemetry.propagators.b3 import B3MultiFormat
    from opentelemetry.sdk.trace import TracerProvider
    from prometheus_client import Counter, generate_latest
    import asyncio
    import logging
    import os
    import requests
    import simplejson as json
    import sys
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 14:35:54 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/mod/module/module.go

    //
    // The safe escaped form is to replace every uppercase letter
    // with an exclamation mark followed by the letter's lowercase equivalent.
    //
    // For example,
    //
    //	github.com/Azure/azure-sdk-for-go ->  github.com/!azure/azure-sdk-for-go.
    //	github.com/GoogleCloudPlatform/cloudsql-proxy -> github.com/!google!cloud!platform/cloudsql-proxy
    //	github.com/Sirupsen/logrus -> github.com/!sirupsen/logrus.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 20:17:07 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  10. pkg/volume/util/fsquota/quota_linux_test.go

    			t.Errorf("Case %s got mountpoint %s, expected %s", name, mountpoint, testcase.expectedResult)
    		}
    	}
    }
    
    var dummyMountPoints = []mount.MountPoint{
    	{
    		Device: "/dev/sda2",
    		Path:   "/quota1",
    		Type:   "ext4",
    		Opts:   []string{"rw", "relatime", "prjquota"},
    	},
    	{
    		Device: "/dev/sda3",
    		Path:   "/quota2",
    		Type:   "ext4",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
Back to top