- Sort Score
- Num 10 results
- Language All
Results 101 - 110 of 139 for Compact (0.18 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
okhttp/src/jvmTest/kotlin/okhttp3/DispatcherTest.kt
assertThat(dispatcher.runningCalls()) .containsExactlyInAnyOrder(a1, a2) assertThat(dispatcher.queuedCalls()).isEmpty() // Cancel some calls. That doesn't impact running or queued. a2.cancel() a3.cancel() assertThat(dispatcher.runningCalls()) .containsExactlyInAnyOrder(a1, a2) assertThat(dispatcher.queuedCalls()).isEmpty()
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Nov 04 19:13:52 GMT 2025 - 15.8K bytes - Click Count (0) -
TESTING.asciidoc
==== Use randomized-testing for coverage In general, randomization should be used for parameters that are not expected to affect the behavior of the functionality that is being tested. For instance the number of shards should not impact `date_histogram` aggregations, and the choice of the `store` type (`niofs` vs `mmapfs`) does not affect the results of a query. Such randomization helps improve confidence that we are not relying on
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Jun 07 13:55:20 GMT 2021 - 32.5K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/arm64sveenc.s
ZCNOT Z7.D, P4.Z, Z13.D // edb0cb04 ZCNT Z7.D, P4.M, Z13.D // edb0da04 ZCNT Z7.D, P4.Z, Z13.D // edb0ca04 ZCOMPACT Z7.D, P4, Z13.D // ed90e105 ZCOMPACT Z7.D, P4, Z13.D // ed90e105 ZDECP P14.S, Z26.S // da81ad25 ZEOR Z15.B, Z0.B, P3.M, Z0.B // e00d1904
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Mar 20 17:02:17 GMT 2026 - 35.1K bytes - Click Count (0) -
guava/src/com/google/common/cache/LocalCache.java
@Override public boolean containsKey(@Nullable Object key) { // does not impact recency ordering if (key == null) { return false; } int hash = hash(key); return segmentFor(hash).containsKey(key, hash); } @Override public boolean containsValue(@Nullable Object value) { // does not impact recency ordering if (value == null) { return false; }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 148.9K bytes - Click Count (0) -
android/guava/src/com/google/common/base/Joiner.java
* previously configured separator between each. */ public String join(Iterable<?> parts) { // We don't use the same optimization here as in the JRE flavor. // TODO: b/381289911 - Evaluate the performance impact of doing so. return join(parts.iterator()); } /* * TODO: b/381289911 - Make the Iterator overload use StringJoiner (including Android or not)—or
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 17 20:26:29 GMT 2025 - 19.3K bytes - Click Count (0) -
CHANGELOG.md
* Breaking: Change `RecordedRequest.body` from a mutable `Buffer` to an immutable `ByteString`. * Breaking: Adopt Okio's new `Socket` interface for `MockResponse.socketHandler`. Note that any _Breaking_ changes above impact only APIs introduced in earlier 5.0.0-alpha releasees. We don't break binary compatibility with non-alpha APIs. ## Version 5.0.0-alpha.16 _2025-05-29_
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Feb 15 11:57:47 GMT 2026 - 36.2K bytes - Click Count (2) -
src/cmd/asm/internal/asm/testdata/arm64sveerror.s
ZCNT Z1.S, P13.Z, Z11.B // ERROR "illegal combination from SVE" ZCNT Z1.S, P13.Z, Z11.B // ERROR "illegal combination from SVE" ZCOMPACT Z1.S, P13.Z, Z11.B // ERROR "illegal combination from SVE" ZCOMPACT Z1.S, P13.Z, Z11.B // ERROR "illegal combination from SVE" ZDECP P14.B, Z7.D // ERROR "illegal combination from SVE"
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Mar 20 17:02:17 GMT 2026 - 50.6K bytes - Click Count (0) -
api/go1.txt
pkg encoding/hex, func EncodedLen(int) int pkg encoding/hex, method (InvalidByteError) Error() string pkg encoding/hex, type InvalidByteError uint8 pkg encoding/hex, var ErrLength error pkg encoding/json, func Compact(*bytes.Buffer, []uint8) error pkg encoding/json, func HTMLEscape(*bytes.Buffer, []uint8) pkg encoding/json, func Indent(*bytes.Buffer, []uint8, string, string) error pkg encoding/json, func Marshal(interface{}) ([]uint8, error)
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0) -
docs/changelogs/changelog_2x.md
responses. Both types of calls can be canceled via the `Call` or the `OkHttpClient`. * **URLConnection support has moved to the okhttp-urlconnection module.** If you're upgrading from 1.x, this change will impact you. You will need to add the `okhttp-urlconnection` module to your project and use the `OkUrlFactory` to create new instances of `HttpURLConnection`: ```java // OkHttp 1.x:Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Feb 06 02:19:09 GMT 2022 - 26.6K bytes - Click Count (0) -
docs/de/docs/alternatives.md
Ein großartiges Tool, sehr unterbewertet. Es sollte weitaus populärer als viele andere Flask-Plugins sein. Möglicherweise liegt es daran, dass die Dokumentation zu kompakt und abstrakt ist. Das löste das Problem, YAML (eine andere Syntax) in Python-Docstrings schreiben zu müssen.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 26K bytes - Click Count (0)