- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 25 for checkPart (0.08 seconds)
-
cmd/xl-storage.go
return err } if n != len(buf) { return io.ErrShortWrite } return nil } // checkPart is a light check of an existing and size of a part, without doing a bitrot operation // For any unexpected error, return checkPartUnknown (zero) func (s *xlStorage) checkPart(volumeDir, path, dataDir string, partNum int, expectedSize int64, skipAccessCheck bool) (resp int) {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 91.7K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+multijob+platform-support-windows.yml
# Our tests run much slower on Windows so this avoids issues with builds timing out. - axis: type: user-defined name: GRADLE_TASK values: - 'checkPart1' - 'checkPart2' - 'bwcTestSnapshots' - 'checkRestCompat' builders: - inject: properties-file: '.ci/java-versions.properties' properties-content: |Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Jun 09 01:50:21 GMT 2021 - 1.7K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+intake+multijob+part2.yml
- job-description: Elasticsearch %BRANCH% branch intake check part 2.
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 413 bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+part-2.yml
--- jjbb-template: pull-request-gradle-unix.yml vars: - pr-job: "part-2"
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 125 bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+part-1-fips.yml
JAVA15_HOME=$HOME/.java/openjdk15 - shell: | #!/usr/local/bin/runbld --redirect-stderrCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 16 01:16:48 GMT 2021 - 1.4K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+part-1.yml
--- jjbb-template: pull-request-gradle-unix.yml vars: - pr-job: "part-1"
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 125 bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+intake+multijob+part1.yml
- job-description: Elasticsearch %BRANCH% branch intake check part 1.
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 413 bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+part-1-windows.yml
JAVA_HOME=$USERPROFILE\\.java\\$ES_BUILD_JAVA RUNTIME_JAVA_HOME=$USERPROFILE\\.java\\$ES_RUNTIME_JAVA JAVA15_HOME=$USERPROFILE\\.java\\openjdk15 GRADLE_TASK=checkPart1 - batch: | del /f /s /q %USERPROFILE%\.gradle\init.d\*.* mkdir %USERPROFILE%\.gradle\init.d copy .ci\init.gradle %USERPROFILE%\.gradle\init.d\ (Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jul 01 22:34:45 GMT 2021 - 1.7K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/Platform.java
*/ @GwtCompatible final class Platform { static <T> T[] clone(T[] array) { return array.clone(); } // Class.cast is not supported in GWT. This method is a no-op in GWT. static void checkCast(Class<?> clazz, Object obj) { Object unused = clazz.cast(obj); } @FormatMethod static String format(String template, Object... args) { return String.format(Locale.ROOT, template, args); }Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Dec 29 17:36:00 GMT 2025 - 1.3K bytes - Click Count (0) -
guava-testlib/src/com/google/common/collect/testing/Platform.java
*/ @GwtCompatible final class Platform { static <T> T[] clone(T[] array) { return array.clone(); } // Class.cast is not supported in GWT. This method is a no-op in GWT. static void checkCast(Class<?> clazz, Object obj) { Object unused = clazz.cast(obj); } @FormatMethod static String format(String template, Object... args) { return String.format(Locale.ROOT, template, args); }Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Dec 29 17:36:00 GMT 2025 - 1.3K bytes - Click Count (0)