Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 550 for Hashing (0.13 sec)

  1. pkg/proxy/winkernel/hns.go

    	// Compute hash from backends (endpoint IDs)
    	hash, err := hashEndpoints(endpoints)
    	if err != nil {
    		klog.V(2).ErrorS(err, "Error hashing endpoints", "endpoints", endpoints)
    		return loadBalancerIdentifier{}, err
    	}
    	if len(vip) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 09 21:21:12 UTC 2023
    - 15K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/accessors/AccessorsClassPath.kt

    import org.gradle.internal.fingerprint.DirectorySensitivity
    import org.gradle.internal.fingerprint.LineEndingSensitivity
    import org.gradle.internal.hash.HashCode
    import org.gradle.internal.hash.Hasher
    import org.gradle.internal.hash.Hashing
    import org.gradle.internal.properties.InputBehavior.NON_INCREMENTAL
    import org.gradle.internal.service.scopes.Scope
    import org.gradle.internal.service.scopes.ServiceScope
    import org.gradle.internal.snapshot.ValueSnapshot
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 20:25:05 UTC 2024
    - 22K bytes
    - Viewed (0)
  3. platforms/software/resources-gcs/src/integTest/groovy/org/gradle/integtests/resource/gcs/fixtures/GcsServer.groovy

    import org.eclipse.jetty.server.handler.AbstractHandler
    import org.gradle.integtests.resource.gcs.fixtures.stub.HttpStub
    import org.gradle.integtests.resource.gcs.fixtures.stub.StubRequest
    import org.gradle.internal.hash.Hashing
    import org.gradle.test.fixtures.file.TestDirectoryProvider
    import org.gradle.test.fixtures.server.RepositoryServer
    import org.gradle.test.fixtures.server.http.HttpServer
    import org.joda.time.DateTimeZone
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 16.7K bytes
    - Viewed (0)
  4. src/runtime/alg.go

    // h is the seed.
    // This function is seldom used. Most maps use for hashing either
    // fixed functions (e.g. f32hash) or compiler-generated functions
    // (e.g. for a type like struct { x, y string }). This implementation
    // is slower but more general and is used for hashing interface types
    // (called from interhash or nilinterhash, above) or for hashing in
    // maps generated by reflect.MapOf (reflect_typehash, below).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  5. platforms/core-runtime/wrapper-main/src/integTest/groovy/org/gradle/integtests/WrapperGenerationIntegrationTest.groovy

    import org.gradle.integtests.fixtures.AbstractIntegrationSpec
    import org.gradle.integtests.fixtures.executer.UnexpectedBuildFailure
    import org.gradle.internal.hash.HashCode
    import org.gradle.internal.hash.Hashing
    import org.gradle.test.fixtures.ConcurrentTestUtil
    import org.gradle.test.fixtures.archive.ZipTestFixture
    import org.gradle.test.fixtures.server.http.HttpServer
    import org.gradle.test.precondition.Requires
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:38 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/internal/resolve/caching/CrossBuildCachingRuleExecutor.java

    import org.gradle.internal.action.ConfigurableRule;
    import org.gradle.internal.action.ConfigurableRules;
    import org.gradle.internal.action.InstantiatingAction;
    import org.gradle.internal.hash.HashCode;
    import org.gradle.internal.hash.Hashing;
    import org.gradle.internal.isolation.Isolatable;
    import org.gradle.internal.reflect.Instantiator;
    import org.gradle.internal.serialize.AbstractSerializer;
    import org.gradle.internal.serialize.BaseSerializerFactory;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:51:31 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  7. guava/src/com/google/common/hash/HashCode.java

       * value with {@code asBytes()} as the least-significant bytes and {@code 0x00} as the remaining
       * most-significant bytes.
       *
       * @since 14.0 (since 11.0 as {@code Hashing.padToLong(HashCode)})
       */
      public abstract long padToLong();
    
      /**
       * Returns the value of this hash code as a byte array. The caller may modify the byte array;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 20 18:43:59 UTC 2021
    - 12.6K bytes
    - Viewed (0)
  8. platforms/jvm/normalization-java/src/test/groovy/org/gradle/api/internal/changedetection/state/MetaInfAwareClasspathResourceHasherTest.groovy

    import org.gradle.api.internal.file.archive.ZipEntry
    import org.gradle.internal.file.FileMetadata
    import org.gradle.internal.file.impl.DefaultFileMetadata
    import org.gradle.internal.fingerprint.hashing.RegularFileSnapshotContext
    import org.gradle.internal.fingerprint.hashing.ResourceHasher
    import org.gradle.internal.hash.HashCode
    import org.gradle.internal.hash.Hasher
    import org.gradle.internal.io.IoFunction
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  9. subprojects/core/src/test/groovy/org/gradle/groovy/scripts/internal/DefaultScriptCompilationHandlerTest.groovy

    import org.gradle.internal.Describables
    import org.gradle.internal.classpath.ClassPath
    import org.gradle.internal.classpath.DefaultClassPath
    import org.gradle.internal.hash.HashCode
    import org.gradle.internal.hash.Hashing
    import org.gradle.internal.reflect.JavaReflectionUtil
    import org.gradle.internal.resource.StringTextResource
    import org.gradle.internal.resource.TextResource
    import org.gradle.internal.serialize.BaseSerializerFactory
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 08:24:10 UTC 2023
    - 19.4K bytes
    - Viewed (0)
  10. guava/src/com/google/common/collect/HashBiMap.java

    import static com.google.common.base.Preconditions.checkNotNull;
    import static com.google.common.collect.CollectPreconditions.checkNonnegative;
    import static com.google.common.collect.Hashing.smearedHash;
    import static java.util.Objects.requireNonNull;
    
    import com.google.common.annotations.GwtCompatible;
    import com.google.common.annotations.GwtIncompatible;
    import com.google.common.annotations.J2ktIncompatible;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Oct 13 14:11:58 UTC 2023
    - 24.5K bytes
    - Viewed (0)
Back to top