- Sort Score
- Num 10 results
- Language All
Results 1 - 7 of 7 for Clippy (0.08 seconds)
-
android/guava-tests/test/com/google/common/collect/MapMakerInternalMapTest.java
// held segment.expand(); } assertEquals(i, segment.table.length()); assertEquals(liveCount, countLiveEntries(map)); // expansion cleanup is sloppy, with a goal of avoiding unnecessary copies assertThat(segment.count).isAtLeast(liveCount); assertThat(segment.count).isAtMost(originalCount); assertEquals(originalMap, ImmutableMap.copyOf(map)); }Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 20:07:52 GMT 2025 - 35.5K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/MapMakerInternalMapTest.java
// held segment.expand(); } assertEquals(i, segment.table.length()); assertEquals(liveCount, countLiveEntries(map)); // expansion cleanup is sloppy, with a goal of avoiding unnecessary copies assertThat(segment.count).isAtLeast(liveCount); assertThat(segment.count).isAtMost(originalCount); assertEquals(originalMap, ImmutableMap.copyOf(map)); }Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 20:07:52 GMT 2025 - 35.5K bytes - Click Count (0) -
okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list
aktyubinsk.su akune.kagoshima.jp al al.eu.org al.gov.br al.it al.leg.br al.no al.us alaheadju.no aland.fi alessandria.it alesund.no algard.no aliases121.com alibaba alipay allfinanz allstate ally alp1.ae.flow.ch alpha-myqnapcloud.com alsace alstahaug.no alstom alt.na alt.za alta.no altervista.org alto-adige.it altoadige.it alvdal.no
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue May 27 22:00:49 GMT 2025 - 129.6K bytes - Click Count (3) -
guava-tests/test/com/google/common/cache/LocalCacheTest.java
if (i > 1) { segment.expand(); } assertThat(segment.table.length()).isEqualTo(i); assertThat(countLiveEntries(map, 0)).isEqualTo(liveCount); // expansion cleanup is sloppy, with a goal of avoiding unnecessary copies assertThat(segment.count).isAtLeast(liveCount); assertThat(segment.count).isAtMost(originalCount); assertThat(ImmutableMap.copyOf(map)).isEqualTo(originalMap);
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Dec 12 00:25:21 GMT 2025 - 117.5K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/cache/LocalCacheTest.java
if (i > 1) { segment.expand(); } assertThat(segment.table.length()).isEqualTo(i); assertThat(countLiveEntries(map, 0)).isEqualTo(liveCount); // expansion cleanup is sloppy, with a goal of avoiding unnecessary copies assertThat(segment.count).isAtLeast(liveCount); assertThat(segment.count).isAtMost(originalCount); assertThat(ImmutableMap.copyOf(map)).isEqualTo(originalMap);
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Dec 12 00:25:21 GMT 2025 - 115.9K bytes - Click Count (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<root-XML localName="amf"/> <glob pattern="*.amf"/> <sub-class-of type="application/xml"/> </mime-type> <mime-type type="application/x-atari-floppy-disk-image"> <tika:link>http://fileformats.archiveteam.org/wiki/ATR</tika:link> <magic priority="50"> <match value="0x9602" offset="0"> <match value="0x8000" offset="4">
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) -
RELEASE.md
`tf.config.list_logical_devices`. ## Bug Fixes and Other Changes * `tf.data` * Fixes concurrency issue with `tf.data.experimental.parallel_interleave` with `sloppy=True`. * Add `tf.data.experimental.dense_to_ragged_batch()`. * Extend `tf.data` parsing ops to support `RaggedTensors`. * `tf.distribute`Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Tue Oct 28 22:27:41 GMT 2025 - 740.4K bytes - Click Count (3)