Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 57 for testkey (0.31 sec)

  1. src/internal/trace/testdata/generators/go122-syscall-steal-proc-sitting-in-syscall.go

    // that have been in a syscall the entire generation.
    
    package main
    
    import (
    	"internal/trace"
    	"internal/trace/event/go122"
    	testgen "internal/trace/internal/testgen/go122"
    )
    
    func main() {
    	testgen.Main(gen)
    }
    
    func gen(t *testgen.Trace) {
    	g := t.Generation(1)
    
    	// Steal proc from a goroutine that's been blocked
    	// in a syscall the entire generation.
    	b0 := g.Batch(trace.ThreadID(0), 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:15:28 UTC 2024
    - 946 bytes
    - Viewed (0)
  2. src/math/rand/rand_test.go

    	testFe = make([]float32, 256)
    
    	q := ve / math.Exp(-de)
    	testKe[0] = uint32((de / q) * m2)
    	testKe[1] = 0
    	testWe[0] = float32(q / m2)
    	testWe[255] = float32(de / m2)
    	testFe[0] = 1.0
    	testFe[255] = float32(math.Exp(-de))
    	for i := 254; i >= 1; i-- {
    		de = -math.Log(ve/de + math.Exp(-de))
    		testKe[i+1] = uint32((de / te) * m2)
    		te = de
    		testFe[i] = float32(math.Exp(-de))
    		testWe[i] = float32(de / m2)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  3. platforms/software/plugins-version-catalog/src/integTest/groovy/org/gradle/catalog/VersionCatalogResolveIntegrationTest.groovy

                    }
                    versionCatalogs {
                        libs {
                            from("org.gradle.test:my-platform:+")
                        }
                    }
                }
            """
            file("settings-gradle.lockfile") << """
    org.gradle.test:my-platform:1.0=incomingCatalogForLibs0
    """
    
            buildFile << """
                dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 16 12:28:14 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/jsonmergepatch/patch_test.go

        originalObj:
          listKey: []
        expectedWithNull: {}
        expectedWithoutNull:
          listKey: []
      - description: list of primitives
        originalObj:
          listKey:
          - 1
          - 2
        expectedWithNull: {}
        expectedWithoutNull:
          listKey:
          - 1
          - 2
      - description: list of maps
        originalObj:
          listKey:
          - k1: v1
          - k2: null
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  5. platforms/software/resources-sftp/src/main/java/org/gradle/internal/resource/transport/sftp/SftpClientFactory.java

                        }
    
                        @Override
                        public HostKey[] getHostKey() {
                            throw new UnsupportedOperationException();
                        }
    
                        @Override
                        public HostKey[] getHostKey(String host, String type) {
                            return new HostKey[0];
                        }
                    });
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 00:47:05 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/server/options/serving.go

    	PermitAddressSharing bool
    }
    
    type CertKey struct {
    	// CertFile is a file containing a PEM-encoded certificate, and possibly the complete certificate chain
    	CertFile string
    	// KeyFile is a file containing a PEM-encoded private key for the certificate specified by CertFile
    	KeyFile string
    }
    
    type GeneratableKeyCert struct {
    	// CertKey allows setting an explicit cert/key file to use.
    	CertKey CertKey
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 13:08:18 UTC 2024
    - 15.9K bytes
    - Viewed (1)
  7. src/math/rand/v2/rand_test.go

    	testFe = make([]float32, 256)
    
    	q := ve / math.Exp(-de)
    	testKe[0] = uint32((de / q) * m2)
    	testKe[1] = 0
    	testWe[0] = float32(q / m2)
    	testWe[255] = float32(de / m2)
    	testFe[0] = 1.0
    	testFe[255] = float32(math.Exp(-de))
    	for i := 254; i >= 1; i-- {
    		de = -math.Log(ve/de + math.Exp(-de))
    		testKe[i+1] = uint32((de / te) * m2)
    		te = de
    		testFe[i] = float32(math.Exp(-de))
    		testWe[i] = float32(de / m2)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  8. subprojects/core/src/main/java/org/gradle/cache/internal/CacheVersionMapping.java

            Preconditions.checkArgument(!versions.isEmpty(), "versions must not be empty");
            this.versions = new TreeMap<>(versions);
        }
    
        public CacheVersion getLatestVersion() {
            return versions.get(versions.lastKey());
        }
    
        public Optional<CacheVersion> getVersionUsedBy(GradleVersion gradleVersion) {
            GradleVersion versionToFind = gradleVersion.isSnapshot() ? gradleVersion.getBaseVersion() : gradleVersion;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 30 20:23:37 UTC 2024
    - 5K bytes
    - Viewed (0)
  9. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/VersionCatalogDependencyRegistry.java

        }
    
        private static String findFreeAlias(Set<String> reservedKeys, String key) {
            String nextKey = key;
            int collisionCount = 0;
            while (reservedKeys.contains(nextKey)) {
                collisionCount += 1;
                nextKey = key + "-x" + collisionCount;
            }
            return nextKey;
        }
    
        @NonNullApi
        public static class VersionEntry {
            String alias;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 18 14:16:33 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/process/internal/util/MergeOptionsUtil.java

                if (!normalized(left.keySet()).contains(normalized(rightKey))) {
                    return false;
                } else {
                    for (String leftKey : left.keySet()) {
                        if (normalized(leftKey).equals(normalized(rightKey)) && !left.get(leftKey).equals(right.get(rightKey))) {
                            return false;
                        }
                    }
                }
            }
            return true;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 3.3K bytes
    - Viewed (0)
Back to top