- Sort Score
- Num 10 results
- Language All
Results 141 - 150 of 620 for resp (0.02 seconds)
-
android/guava-tests/benchmark/com/google/common/collect/ImmutableListCreationBenchmark.java
int size = this.size; int dummy = 0; for (int rep = 0; rep < reps; rep++) { List<Object> builder = new ArrayList<>(); for (int i = 0; i < size; i++) { builder.add(OBJECT); } dummy += ImmutableList.copyOf(builder).size(); } return dummy; } @Benchmark int copyPreSizedArrayList(int reps) { int size = this.size; int tmp = 0;Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue May 13 17:27:14 GMT 2025 - 2.4K bytes - Click Count (0) -
android/guava-tests/benchmark/com/google/common/hash/HashStringBenchmark.java
} @Benchmark int hashUtf8(int reps) { int res = 0; for (int i = 0; i < reps; i++) { res += System.identityHashCode( hashFunctionEnum.getHashFunction().hashString(strings[i & SAMPLE_MASK], UTF_8)); } return res; } @Benchmark int hashUtf8Hasher(int reps) { int res = 0; for (int i = 0; i < reps; i++) { res +=
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue May 13 18:46:00 GMT 2025 - 5.3K bytes - Click Count (0) -
cmd/peer-rest-common.go
Harshavardhana <******@****.***> 1725901110 -0700
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Mon Sep 09 16:58:30 GMT 2024 - 3K bytes - Click Count (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
</magic> </mime-type> <mime-type type="application/vnd.ms-wmdrm.lic-chlg-req"/> <mime-type type="application/vnd.ms-wmdrm.lic-resp"/> <mime-type type="application/vnd.ms-wmdrm.meter-chlg-req"/> <mime-type type="application/vnd.ms-wmdrm.meter-resp"/> <mime-type type="application/vnd.ms-word.document.macroenabled.12"> <_comment>Office Open XML Document (macro-enabled)</_comment>
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Oct 16 07:46:32 GMT 2025 - 320.2K bytes - Click Count (5) -
cmd/local-locker_test.go
l := newLocker() for range locks { var tmp [16]byte rng.Read(tmp[:]) res := []string{hex.EncodeToString(tmp[:])} for range readers { rng.Read(tmp[:]) ok, err := l.RLock(t.Context(), dsync.LockArgs{ UID: uuid.NewString(), Resources: res, Source: hex.EncodeToString(tmp[:8]), Owner: hex.EncodeToString(tmp[8:]),
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 11.8K bytes - Click Count (0) -
cmd/storage-rest-common.go
Harshavardhana <******@****.***> 1723451895 -0700
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Mon Aug 12 08:38:15 GMT 2024 - 2.9K bytes - Click Count (0) -
cmd/storage-rest-common_gen_test.go
Klaus Post <******@****.***> 1759093161 +0200
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 4.6K bytes - Click Count (0) -
cmd/lock-rest-client_test.go
Harshavardhana <******@****.***> 1744208919 -0700
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 09 14:28:39 GMT 2025 - 2K bytes - Click Count (0) -
cmd/storage-rest-common_gen.go
Klaus Post <******@****.***> 1759093161 +0200
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 7.9K bytes - Click Count (0) -
cmd/lock-rest-server-common.go
Klaus Post <******@****.***> 1700528975 -0800
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Nov 21 01:09:35 GMT 2023 - 973 bytes - Click Count (0)