Searched defs:build (Results 176 - 200 of 203) sorted by relevance

123456789

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DBGMBuilder.java87 public static Model build( XSSchemaSet _schemas, JCodeModel codeModel, method in class:BGMBuilder
H A DClassSelector.java110 * {@link CClassInfo}s that are already {@link Binding#build() built}.
145 void build() { method in class:ClassSelector.Binding
147 return; // no need to "build"
174 // build the body
243 * If so, build that type and return that object.
270 return Ring.get(SimpleTypeBuilder.class).build((XSSimpleType)t);
335 bind.build();
341 * Runs all the pending build tasks.
345 bindQueue.pop().build();
H A DDefaultParticleBinder.java57 public void build( XSParticle p, Collection<XSParticle> forcedProps ) { method in class:DefaultParticleBinder
66 RawTypeSetBuilder.build(p,false).addTo(prop);
130 * @see DefaultParticleBinder#build(XSParticle, Collection<com.sun.xml.internal.xsom.XSParticle>)
354 getLabel(p), false, p, RawTypeSetBuilder.build(p,insideOptionalParticle));
H A DSimpleTypeBuilder.java135 * The type that was originally passed to this {@link SimpleTypeBuilder#build(XSSimpleType)}.
151 public TypeUse build( XSSimpleType type ) { method in class:SimpleTypeBuilder
165 * A version of the {@link #build(XSSimpleType)} method
204 // before the build method is called.
291 // so weed to call build(), not compose().
294 TypeUse tu = TypeUseFactory.makeCollection(build(type.getItemType()));
571 // build base type
573 TypeUse use = build(type.getSimpleBaseType());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DLister.java213 acc.set(bean,pack.build());
229 public ItemT[] build() { method in class:Lister.Pack
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/
H A DClassBuilder.java116 public void build() throws IOException { method in class:ClassBuilder
117 build(LayoutParser.getInstance(configuration).parseXML(ROOT), contentTree);
236 * If this class is deprecated, build the appropriate information.
H A DConstantsSummaryBuilder.java117 public void build() throws IOException { method in class:ConstantsSummaryBuilder
122 build(LayoutParser.getInstance(configuration).parseXML(ROOT), contentTree);
H A DSerializedFormBuilder.java110 public void build() throws IOException { method in class:SerializedFormBuilder
124 build(LayoutParser.getInstance(configuration).parseXML(NAME), contentTree);
/openjdk7/hotspot/src/cpu/zero/vm/
H A DstubGenerator_zero.cpp85 EntryFrame::build(parameters, parameter_words, call_wrapper, THREAD);
249 EntryFrame *EntryFrame::build(const intptr_t* parameters, function in class:EntryFrame
H A DcppInterpreter_zero.cpp72 InterpreterFrame *frame = InterpreterFrame::build(method, CHECK_0);
207 InterpreterFrame *frame = InterpreterFrame::build(method, CHECK_0);
663 InterpreterFrame *InterpreterFrame::build(const methodOop method, TRAPS) { function in class:InterpreterFrame
667 // Calculate the size of the frame we'll build, including
887 InterpreterFrame *InterpreterFrame::build(int size, TRAPS) { function in class:InterpreterFrame
927 // This code must exactly match what InterpreterFrame::build
928 // does (the full InterpreterFrame::build, that is, not the
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DWinGammaPlatform.java157 "<name of file generated later in the build process>");
203 String build,
209 table.put(build, data);
202 addPrelinkCommand(Hashtable table, String build, String description, String commands) argument
H A DBuildConfig.java50 protected void initNames(String flavour, String build, String outDll) { argument
53 String flavourBuild = flavour + "_" + build;
60 put("Build", build);
76 context = new String [] {flavourBuild, flavour, build, null};
221 String build() { method in class:BuildConfig
403 sb.append(build());
/openjdk7/jdk/make/tools/src/build/tools/generatebreakiteratordata/
H A DRuleBasedBreakIteratorBuilder.java26 package build.tools.generatebreakiteratordata;
210 * of the build code can assume that it's parsing a legal description.
560 // build hash table of every literal character or [] expression in the rule list
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DUIStyle.java26 package build.tools.generatenimbus;
/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp710 int build = JDK_VERSION_BUILD(info.jdk_version); local
718 info.special_update_version, build,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJCodeModel.java57 * cm.build(new File("."));
236 * A convenience method for <code>build(destDir,destDir,System.out)</code>.
243 public void build( File destDir, PrintStream status ) throws IOException { method in class:JCodeModel
244 build(destDir,destDir,status);
249 * A convenience method that calls {@link #build(CodeWriter,CodeWriter)}.
258 public void build( File srcDir, File resourceDir, PrintStream status ) throws IOException { method in class:JCodeModel
265 build(src,res);
269 * A convenience method for <code>build(destDir,System.out)</code>.
271 public void build( File destDir ) throws IOException { method in class:JCodeModel
272 build(destDi
278 public void build( File srcDir, File resourceDir ) throws IOException { method in class:JCodeModel
285 public void build( CodeWriter out ) throws IOException { method in class:JCodeModel
292 public void build( CodeWriter source, CodeWriter resource ) throws IOException { method in class:JCodeModel
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java125 * Use to build a SegmentPath. This takes the data and preanalyzes it for
162 * Automatically build from a list of points represented by pairs of
165 public SegmentPath build(EndType etype, double... pts) { method in class:LayoutPathImpl.SegmentPathBuilder
317 return new SegmentPathBuilder().build(etype, pts);
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventSetImpl.java43 * removed from an EventQueue, the EventSetImpl.build() method is called.
45 * build() also filters out events for our internal handler and puts them in
561 * Hence the {@link #build()} method below called by EventQueue.
603 synchronized void build() { method in class:EventSetImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java185 * Reset to null once the build phase is completed.
191 * This field is set once the build pahse is completed.
360 // build bridges
1033 return builder.build();
1129 public JAXBContextImpl build() throws JAXBException { method in class:JAXBContextImpl.JAXBContextBuilder
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DVisibleMemberMap.java120 new ClassMembers(classdoc, STARTLEVEL).build();
330 private void build() { method in class:VisibleMemberMap.ClassMembers
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java75 public void build() { method in class:BugSpot
/openjdk7/jdk/src/share/classes/java/util/
H A DLocale.java2217 * <code>Builder</code> is used to build instances of <code>Locale</code>
2239 * Locale aLocale = new Builder().setLanguage("sr").setScript("Latn").setRegion("RS").build();
2550 public Locale build() { method in class:Locale.Builder
/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/
H A DGenerateCharacter.java26 package build.tools.generatecharacter;
38 import build.tools.generatecharacter.CharacterName;
328 // build map data for all chars except last in range
1922 * <li> From that, build a map that has, for each character code, its
H A DUnicodeSpec.java26 package build.tools.generatecharacter;
/openjdk7/jdk/test/java/util/Arrays/
H A DSorting.java28 * @build Sorting
278 Pair[] a = build(length, random);
319 private static Pair[] build(int length, Random random) { method in class:Sorting
375 builder.build(golden, m, random);
404 builder.build(golden, m);
425 builder.build(golden, m, random);
451 builder.build(golden, m);
490 builder.build(golden, a, g, z, n, p, random);
528 builder.build(golden, a, g, z, n, p, random);
690 void build(floa
711 abstract void build(float[] x, int a, int g, int z, int n, int p, Random random); method in class:Sorting.FloatBuilder
737 abstract void build(double[] x, int a, int g, int z, int n, int p, Random random); method in class:Sorting.DoubleBuilder
829 abstract void build(int[] a, int m); method in class:Sorting.SortedBuilder
877 abstract void build(int[] a, int m); method in class:Sorting.MergeBuilder
993 abstract void build(int[] a, int m, Random random); method in class:Sorting.UnsortedBuilder
[all...]

Completed in 247 milliseconds

123456789