- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 12 for 6710884 (0.27 seconds)
-
android/guava-tests/benchmark/com/google/common/primitives/UnsignedBytesBenchmark.java
cpovirk <******@****.***> 1734631193 -0800
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Dec 19 18:03:30 GMT 2024 - 2.8K bytes - Click Count (0) -
cmd/object-api-utils_test.go
} func BenchmarkGetPartFileWithTrie(b *testing.B) { b.ResetTimer() entriesTrie := trie.NewTrie() for i := 1; i <= 10000; i++ { entriesTrie.Insert(fmt.Sprintf("%.5d.8a034f82cb9cb31140d87d3ce2a9ede3.67108864", i)) } for i := 1; i <= 10000; i++ { partFile := getPartFile(entriesTrie, i, "8a034f82cb9cb31140d87d3ce2a9ede3") if partFile == "" { b.Fatal("partFile returned is empty") } }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 24.1K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/ioctl/SrvCopyChunkCopyResponseTest.java
assertEquals(12, bytesDecoded); assertEquals(64, response.getChunksWritten()); assertEquals(1048576, response.getChunkBytesWritten()); assertEquals(67108864, response.getTotalBytesWritten()); } private byte[] createValidCopyChunkResponse(int chunks, int chunkBytes, int totalBytes) { byte[] buffer = new byte[12];Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 19.8K bytes - Click Count (0) -
cmd/xl-storage-format_test.go
xlMeta.AddTestObjectCheckSum(i+1, BLAKE2b512, "a23f5eff248c4372badd9f3b2455a285cd4ca86c3d9a570b091d3fc5cd7ca6d9484bbea3f8c5d8d4f84daae96874419eda578fd736455334afbac2c924b3915a") xlMeta.AddTestObjectPart(i+1, 67108864) } return xlMeta } // Compare the unmarshaled XLMetaV1 with the one obtained from jsoniter parsing. func compareXLMetaV1(t *testing.T, unMarshalXLMeta, jsoniterXLMeta xlMetaV1Object) {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 17.5K bytes - Click Count (0) -
api/go1.3.txt
pkg syscall (netbsd-386), const MADV_WILLNEED ideal-int pkg syscall (netbsd-386), const MAP_ALIGNMENT_16MB = 402653184 pkg syscall (netbsd-386), const MAP_ALIGNMENT_16MB ideal-int pkg syscall (netbsd-386), const MAP_ALIGNMENT_1TB = 671088640 pkg syscall (netbsd-386), const MAP_ALIGNMENT_1TB ideal-int pkg syscall (netbsd-386), const MAP_ALIGNMENT_256TB = 805306368 pkg syscall (netbsd-386), const MAP_ALIGNMENT_256TB ideal-int
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Jun 02 02:45:00 GMT 2014 - 117K bytes - Click Count (0) -
api/go1.1.txt
pkg os (windows-amd64), const PathListSeparator = 59 pkg os (windows-amd64), const PathSeparator = 92 pkg os, const ModeAppend = 1073741824 pkg os, const ModeCharDevice = 2097152 pkg os, const ModeDevice = 67108864 pkg os, const ModeDir = 2147483648 pkg os, const ModeExclusive = 536870912 pkg os, const ModeNamedPipe = 33554432 pkg os, const ModePerm = 511 pkg os, const ModeSetgid = 4194304
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Mar 31 20:37:15 GMT 2022 - 2.6M bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.13.md
- "unfinished_work_microseconds" is added to the workqueue metrics; it can be used to detect stuck worker threads. (kube-controller-manager runs many workqueues.) ([#70884](https://github.com/kubernetes/kubernetes/pull/70884), [@lavalamp](https://github.com/lavalamp))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu May 05 13:44:43 GMT 2022 - 273.1K bytes - Click Count (0) -
api/go1.16.txt
pkg io, var Discard Writer pkg io/fs, const ModeAppend = 1073741824 pkg io/fs, const ModeAppend FileMode pkg io/fs, const ModeCharDevice = 2097152 pkg io/fs, const ModeCharDevice FileMode pkg io/fs, const ModeDevice = 67108864 pkg io/fs, const ModeDevice FileMode pkg io/fs, const ModeDir = 2147483648 pkg io/fs, const ModeDir FileMode pkg io/fs, const ModeExclusive = 536870912 pkg io/fs, const ModeExclusive FileMode
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Dec 02 16:30:41 GMT 2022 - 479.2K bytes - Click Count (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const MSG_DONTWAIT ideal-int pkg syscall (netbsd-arm64-cgo), const MSG_EOR = 8 pkg syscall (netbsd-arm64-cgo), const MSG_EOR ideal-int pkg syscall (netbsd-arm64-cgo), const MSG_IOVUSRSPACE = 67108864 pkg syscall (netbsd-arm64-cgo), const MSG_IOVUSRSPACE ideal-int pkg syscall (netbsd-arm64-cgo), const MSG_LENUSRSPACE = 134217728 pkg syscall (netbsd-arm64-cgo), const MSG_LENUSRSPACE ideal-int
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Aug 08 18:44:16 GMT 2019 - 452.6K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.11.md
* Azure cloud provider now supports standard SKU load balancer and public IP. To use it, set cloud provider config with ([#61884](https://github.com/kubernetes/kubernetes/pull/61884), [@feiskyer](https://github.com/feiskyer)) * { * "loadBalancerSku": "standard", * "excludeMasterFromStandardLB": true, * }
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Feb 06 06:04:15 GMT 2020 - 328.4K bytes - Click Count (0)