- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 66 for buildArgs (1.09 seconds)
-
android/guava-tests/test/com/google/common/collect/Collections2Test.java
* @author Chris Povirk * @author Jared Levy */ @GwtCompatible @NullMarked public class Collections2Test extends TestCase { @J2ktIncompatible @GwtIncompatible // suite @AndroidIncompatible // test-suite builders public static Test suite() { TestSuite suite = new TestSuite(Collections2Test.class.getSimpleName()); suite.addTest(testsForFilter()); suite.addTest(testsForFilterAll());Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 20.1K bytes - Click Count (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/ParserRequest.java
* Returns the logger to be used during the parsing process. * * @return the logger instance */ @Nonnull Logger logger(); /** * Returns the factory for creating message builders. * * @return the message builder factory */ @Nonnull MessageBuilderFactory messageBuilderFactory(); /** * Returns the command-line arguments to be parsed. *Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Jun 07 06:22:47 GMT 2025 - 15.9K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/Collections2Test.java
* @author Chris Povirk * @author Jared Levy */ @GwtCompatible @NullMarked public class Collections2Test extends TestCase { @J2ktIncompatible @GwtIncompatible // suite @AndroidIncompatible // test-suite builders public static Test suite() { TestSuite suite = new TestSuite(Collections2Test.class.getSimpleName()); suite.addTest(testsForFilter()); suite.addTest(testsForFilterAll());Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 20.1K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java
* of the builder's id. * * @since 3.2.0 */ MavenExecutionRequest setBuilderId(String builderId); /** * Controls the {@link org.apache.maven.lifecycle.internal.builder.Builder} used by Maven by specification * of the builders id. * * @since 3.2.0 */ String getBuilderId(); /**Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Dec 12 11:02:17 GMT 2024 - 18.6K bytes - Click Count (0) -
.teamcity/subprojects.json
"unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "declarative-dsl-tooling-builders", "path": "platforms/core-configuration/declarative-dsl-tooling-builders", "unitTests": false, "functionalTests": false, "crossVersionTests": true }, { "name": "declarative-dsl-tooling-models",
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 15:03:00 GMT 2026 - 42K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/ConcurrentHashMultisetTest.java
} @AndroidIncompatible // test-suite builders private static TestStringMultisetGenerator concurrentHashMultisetGenerator() { return new TestStringMultisetGenerator() { @Override protected Multiset<String> create(String[] elements) { return ConcurrentHashMultiset.create(asList(elements)); } }; } @AndroidIncompatible // test-suite builders
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 16.3K bytes - Click Count (0) -
guava-tests/test/com/google/common/primitives/ImmutableIntArrayTest.java
assertThat(iia.trimmed()).isSameInstanceAs(iia); } @J2ktIncompatible @GwtIncompatible // suite @AndroidIncompatible // test-suite builders public static Test suite() { List<ListTestSuiteBuilder<Integer>> builders = ImmutableList.of( ListTestSuiteBuilder.using(new ImmutableIntArrayAsListGenerator()) .named("ImmutableIntArray.asList"),
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Dec 12 14:49:24 GMT 2025 - 20.6K bytes - Click Count (0) -
.github/CODEOWNERS
platforms/core-configuration/kotlin-dsl-plugins/ @gradle/bt-tide platforms/core-configuration/kotlin-dsl-provider-plugins/ @gradle/bt-tide platforms/core-configuration/kotlin-dsl-tooling-builders/ @gradle/bt-tide platforms/core-configuration/kotlin-dsl-tooling-models/ @gradle/bt-tide # Core automation platform (Declarative DSL)
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 18:38:15 GMT 2026 - 10.8K bytes - Click Count (0) -
guava-tests/test/com/google/common/primitives/ImmutableLongArrayTest.java
assertThat(iia.trimmed()).isSameInstanceAs(iia); } @J2ktIncompatible @GwtIncompatible // suite @AndroidIncompatible // test-suite builders public static Test suite() { List<ListTestSuiteBuilder<Long>> builders = ImmutableList.of( ListTestSuiteBuilder.using(new ImmutableLongArrayAsListGenerator()) .named("ImmutableLongArray.asList"),
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Dec 12 14:49:24 GMT 2025 - 20.9K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/primitives/ImmutableIntArrayTest.java
assertThat(iia.trimmed()).isSameInstanceAs(iia); } @J2ktIncompatible @GwtIncompatible // suite @AndroidIncompatible // test-suite builders public static Test suite() { List<ListTestSuiteBuilder<Integer>> builders = ImmutableList.of( ListTestSuiteBuilder.using(new ImmutableIntArrayAsListGenerator()) .named("ImmutableIntArray.asList"),
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 20.2K bytes - Click Count (0)