Searched refs:build (Results 176 - 200 of 705) sorted by relevance

1234567891011>>

/openjdk10/jdk/test/java/util/Arrays/
H A DTimSortStackSize.java57 static int build(int size, int B, ArrayDeque<Integer> chunks) { method in class:TimSortStackSize
77 return build(asize, size - asize, chunks);
88 int eps = build(A, B, chunks);
/openjdk10/jdk/test/java/util/Locale/
H A DLocaleCategory.java44 .setVariant(System.getProperty("user.variant", "")).build();
53 Locale.getDefault().getVariant())).build();
61 Locale.getDefault().getVariant())).build();
/openjdk10/jdk/test/sun/misc/JarIndex/
H A DJarIndexMergeTest.java79 return jar1Builder.build();
85 return jar2Builder.build();
111 public File build() throws IOException { method in class:JarIndexMergeTest.JarBuilder
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DModuleGraphBuilder.java63 Graph<Module> graph = build();
79 Graph<Module> graph = build();
115 return builder.build();
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DHotSpotNodeSubstitutionsTest.java45 StructuredGraph graph = new StructuredGraph.Builder(options, debug, AllowAssumptions.YES).build();
/openjdk10/hotspot/test/runtime/modules/PatchModule/
H A DPatchModuleCDS.java31 * @build PatchModuleMain
79 BasicJarBuilder.build("javanaming", "javax/naming/spi/NamingManager");
H A DPatchModuleTestJarDir.java59 BasicJarBuilder.build("javanaming", "javax/naming/spi/NamingManager1");
/openjdk10/jaxp/test/javax/xml/jaxp/functional/catalog/
H A DPreferFeatureTest.java80 CatalogFeatures.builder().with(PREFER, prefer).build(),
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/oracle/webservices/internal/api/databinding/
H A DDatabindingModeFeature.java73 public DatabindingModeFeature build() { return o; } method in class:DatabindingModeFeature.Builder
74 // public DatabindingModeFeature build() { return (DatabindingModeFeature) FeatureValidator.validate(o); }
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/oracle/webservices/internal/api/message/
H A DContentType.java73 public ContentType build() { method in class:ContentType.Builder
/openjdk10/jdk/src/java.base/share/classes/sun/util/locale/provider/
H A DCalendarProviderImpl.java87 .build();
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/fmt/
H A DJStaticFile.java69 protected void build(OutputStream os) throws IOException { method in class:JStaticFile
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/
H A DCatalogUtil.java47 .build();
/openjdk10/jdk/make/non-build-utils/src/build/tools/commentchecker/
H A DCommentChecker.java26 package build.tools.commentchecker;
/openjdk10/jdk/make/src/classes/build/tools/cldrconverter/
H A DCopyrightHeaders.java26 package build.tools.cldrconverter;
H A DBundleGenerator.java26 package build.tools.cldrconverter;
H A DStringArrayEntry.java26 package build.tools.cldrconverter;
H A DLikelySubtagsParseHandler.java26 package build.tools.cldrconverter;
/openjdk10/jdk/make/src/classes/build/tools/generatenimbus/
H A DTypeface.java26 package build.tools.generatenimbus;
H A DShape.java26 package build.tools.generatenimbus;
H A DUIIconRegion.java26 package build.tools.generatenimbus;
/openjdk10/jdk/make/src/classes/build/tools/jdwpgen/
H A DErrorSetNode.java26 package build.tools.jdwpgen;
H A DRootNode.java26 package build.tools.jdwpgen;
/openjdk10/jdk/make/src/classes/build/tools/charsetmapping/
H A DSRC.java26 package build.tools.charsetmapping;
/openjdk10/jdk/make/src/classes/build/tools/compilefontconfig/
H A DCompileFontConfig.java26 package build.tools.compilefontconfig;

Completed in 275 milliseconds

1234567891011>>