Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 218 for fingerprint (0.16 sec)

  1. platforms/jvm/normalization-java/src/main/java/org/gradle/api/internal/changedetection/state/ResourceFilter.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.internal.changedetection.state;
    
    import org.gradle.internal.fingerprint.hashing.ConfigurableNormalizer;
    import org.gradle.internal.hash.Hasher;
    
    import java.util.function.Supplier;
    
    public interface ResourceFilter extends ConfigurableNormalizer {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  2. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/steps/SkipEmptyIncrementalWorkStep.java

    import org.gradle.internal.execution.history.OutputsCleaner;
    import org.gradle.internal.execution.history.PreviousExecutionState;
    import org.gradle.internal.fingerprint.CurrentFileCollectionFingerprint;
    import org.gradle.internal.fingerprint.FileCollectionFingerprint;
    import org.gradle.internal.snapshot.FileSystemSnapshot;
    import org.gradle.internal.snapshot.SnapshotUtil;
    import org.gradle.internal.snapshot.ValueSnapshot;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:30 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  3. guava/src/com/google/common/hash/Fingerprint2011.java

        checkPositionIndexes(off, off + len, input.length);
        return HashCode.fromLong(fingerprint(input, off, len));
      }
    
      @Override
      public int bits() {
        return 64;
      }
    
      @Override
      public String toString() {
        return "Hashing.fingerprint2011()";
      }
    
      // End of public functions.
    
      @VisibleForTesting
      static long fingerprint(byte[] bytes, int offset, int length) {
        long result;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Dec 28 17:50:25 UTC 2021
    - 6.5K bytes
    - Viewed (0)
  4. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/model/OutputNormalizer.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.execution.model;
    
    import org.gradle.internal.fingerprint.FileNormalizer;
    
    /**
     * {@link FileNormalizer} used for output files.
     *
     * Like {@link InputNormalizer#RELATIVE_PATH}, but ignoring missing files.
     */
    public enum OutputNormalizer implements FileNormalizer {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/fingerprinting_chunked_test.cc

    #include "absl/container/flat_hash_set.h"
    #include "tensorflow/cc/saved_model/fingerprinting.h"
    #include "tensorflow/core/platform/path.h"
    #include "tensorflow/core/platform/test.h"
    #include "tensorflow/core/protobuf/fingerprint.pb.h"
    #include "tsl/platform/statusor.h"
    
    namespace tensorflow::saved_model::fingerprinting {
    
    namespace {
    
    TEST(FingerprintingTest, TestChunkedProto) {
      const std::string export_dir =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  6. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/fingerprint/hashing/ResourceHasher.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.fingerprint.hashing;
    
    /**
     * Hashes resources (e.g., a class file in a jar or a class file in a directory)
     */
    public interface ResourceHasher extends ConfigurableNormalizer, RegularFileSnapshotContextHasher, ZipEntryContextHasher {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 880 bytes
    - Viewed (0)
  7. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/fingerprint/hashing/ConfigurableNormalizer.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.fingerprint.hashing;
    
    import org.gradle.internal.hash.Hasher;
    
    /**
     * A resource normalizer which is configurable.
     *
     * Allows tracking changes to its configuration.
     */
    public interface ConfigurableNormalizer {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 913 bytes
    - Viewed (0)
  8. subprojects/core/src/main/java/org/gradle/api/internal/tasks/properties/FilePropertySpec.java

     * limitations under the License.
     */
    
    package org.gradle.api.internal.tasks.properties;
    
    import org.gradle.api.internal.file.FileCollectionInternal;
    import org.gradle.internal.fingerprint.FileNormalizer;
    
    public interface FilePropertySpec extends PropertySpec {
        FileNormalizer getNormalizer();
        FileCollectionInternal getPropertyFiles();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 16 20:09:26 UTC 2022
    - 926 bytes
    - Viewed (0)
  9. platforms/software/security/src/main/java/org/gradle/security/internal/EmptyPublicKeyService.java

            return EMPTY;
        }
    
        @Override
        public void findByLongId(long keyId, PublicKeyResultBuilder builder) {
    
        }
    
        @Override
        public void findByFingerprint(byte[] fingerprint, PublicKeyResultBuilder builder) {
    
        }
    
        @Override
        public void close() throws IOException {
    
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/internal/fingerprint/classpath/package-info.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    @NonNullApi
    package org.gradle.internal.fingerprint.classpath;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 05 13:16:37 UTC 2018
    - 714 bytes
    - Viewed (0)
Back to top