- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 69 for 999000 (0.03 seconds)
-
compat/maven-embedder/src/test/java/org/apache/maven/cli/transfer/FileSizeFormatTest.java
assertEquals("0 GB", format.format(50L * 1000L, ScaleUnit.GIGABYTE)); assertEquals("999 kB", format.format(999L * 1000L)); assertEquals("999000 B", format.format(999L * 1000L, ScaleUnit.BYTE)); assertEquals("999 kB", format.format(999L * 1000L, ScaleUnit.KILOBYTE)); assertEquals("1.0 MB", format.format(999L * 1000L, ScaleUnit.MEGABYTE));
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Mar 21 04:56:21 GMT 2025 - 10.5K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/transfer/FileSizeFormatTest.java
Arguments.of(50L * 1000L, ScaleUnit.GIGABYTE, "0 GB"), // 999 kilobytes Arguments.of(999L * 1000L, null, "999 kB"), Arguments.of(999L * 1000L, ScaleUnit.BYTE, "999000 B"), Arguments.of(999L * 1000L, ScaleUnit.KILOBYTE, "999 kB"), Arguments.of(999L * 1000L, ScaleUnit.MEGABYTE, "1.0 MB"), Arguments.of(999L * 1000L, ScaleUnit.GIGABYTE, "0 GB"),
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Mar 21 04:56:21 GMT 2025 - 14.9K bytes - Click Count (0) -
src/archive/tar/strconv_test.go
{"-1", time.Unix(-1, -0e0+0e0), true}, {"-1.999000", time.Unix(-1, -1e9+1e6), true}, {"-1.999999", time.Unix(-1, -1e9+1e3), true}, {"-1.999999999", time.Unix(-1, -1e9+1e0), true}, {"0.000000001", time.Unix(0, 1e0+0e0), true}, {"0.000001", time.Unix(0, 1e3+0e0), true}, {"0.001000", time.Unix(0, 1e6+0e0), true}, {"0", time.Unix(0, 0e0), true}, {"0.999000", time.Unix(0, 1e9-1e6), true},Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Sep 11 17:52:43 GMT 2025 - 15K bytes - Click Count (0) -
README.md
## Snapshots and Documentation Snapshots of Guava built from the `master` branch are available through Maven using version `999.0.0-HEAD-jre-SNAPSHOT`, or `999.0.0-HEAD-android-SNAPSHOT` for the Android flavor. [Snapshot API Javadoc][guava-snapshot-api-docs] as well as [Snapshot API Diffs][guava-snapshot-api-diffs] are also available.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Sep 16 22:01:32 GMT 2025 - 6.2K bytes - Click Count (0) -
build-logic/build-update-utils/src/test/groovy/gradlebuild/buildutils/tasks/UpdateAgpVersionsTest.groovy
].shuffled() when: def selected = UpdateAgpVersions.selectVersionsFrom(gradleVersion, null, allVersions) then: selected == ["8.9.0", "9.0.0-rc01"] } def "selects matching gradle major versions when stable or rc available (minimumSupported=#minimumSupported)"() { given: def gradleVersion = GradleVersion.version("9.2")
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 15 06:57:24 GMT 2026 - 4.7K bytes - Click Count (0) -
futures/listenablefuture1/pom.xml
- If users want only ListenableFuture, they depend on listenablefuture-1.0. - If users want all of Guava, they depend on guava, which, as of Guava 27.0, depends on listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-... version number is enough for some build systems (notably, Gradle) to select that empty artifact over the "real" listenablefuture-1.0 -- avoiding aCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Oct 02 19:27:26 GMT 2025 - 2.1K bytes - Click Count (0) -
guava-bom/pom.xml
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.google.guava</groupId> <artifactId>guava-bom</artifactId> <version>999.0.0-HEAD-jre-SNAPSHOT</version> <packaging>pom</packaging> <name>Guava BOM</name> <description>BOM for Guava artifacts</description> <url>https://github.com/google/guava</url> <inceptionYear>2010</inceptionYear>
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jan 12 15:41:31 GMT 2026 - 3.1K bytes - Click Count (0) -
android/guava-tests/benchmark/com/google/common/math/QuantilesBenchmark.java
double dummy = 0.0; for (int i = 0; i < reps; i++) { dummy += algorithm.singleQuantile(99, 100, dataset(i)); } return dummy; } @Benchmark double percentiles90And99(int reps) { double dummy = 0.0; for (int i = 0; i < reps; i++) { dummy += algorithm.multipleQuantiles(ImmutableSet.of(90, 99), 100, dataset(i)).get(90); } return dummy; } @BenchmarkCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed May 14 19:40:47 GMT 2025 - 3.2K bytes - Click Count (0) -
guava-tests/benchmark/com/google/common/math/QuantilesBenchmark.java
double dummy = 0.0; for (int i = 0; i < reps; i++) { dummy += algorithm.singleQuantile(99, 100, dataset(i)); } return dummy; } @Benchmark double percentiles90And99(int reps) { double dummy = 0.0; for (int i = 0; i < reps; i++) { dummy += algorithm.multipleQuantiles(ImmutableSet.of(90, 99), 100, dataset(i)).get(90); } return dummy; } @BenchmarkCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed May 14 19:40:47 GMT 2025 - 3.2K bytes - Click Count (0) -
guava/module.json
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 29 19:50:42 GMT 2025 - 7.5K bytes - Click Count (0)