Searched refs:place (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DUnsafeXDisposerRecord.java36 final Throwable place; field in class:UnsafeXDisposerRecord
42 place = new Throwable();
44 place = null;
52 place = new Throwable();
54 place = null;
63 if (place != null) {
64 log.warning(name + " object was not disposed before finalization!", place);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMUtil.java61 * Copies the source tree into the specified place in a destination
76 Node place = src;
79 while (place != null) {
83 int type = place.getNodeType();
86 node = factory.createCDATASection(place.getNodeValue());
90 node = factory.createComment(place.getNodeValue());
94 Element element = factory.createElement(place.getNodeName());
96 NamedNodeMap attrs = place.getAttributes();
110 node = factory.createEntityReference(place.getNodeName());
114 node = factory.createProcessingInstruction(place
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java1404 * Adds the component at place. Place must be one of
1408 public void addLayoutComponent(String place, Component component) { argument
1411 if(place != null) {
1412 if(place.equals(JSplitPane.DIVIDER)) {
1417 } else if(place.equals(JSplitPane.LEFT) ||
1418 place.equals(JSplitPane.TOP)) {
1421 } else if(place.equals(JSplitPane.RIGHT) ||
1422 place.equals(JSplitPane.BOTTOM)) {
1425 } else if(!place.equals(
1434 place);
[all...]
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassSyntax.java190 for (String place : mdplaces) {
191 at.put(place + ".RuntimeVisibleAnnotations", visanno);
192 at.put(place + ".RuntimeInvisibleAnnotations", invanno);
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp2585 "Please use CMSClassUnloadingEnabled in place of "
2590 "Please use -XX:+UseGCOverheadLimit in place of "
2595 "Please use -XX:-UseGCOverheadLimit in place of "
2662 "Please use -XX:OldPLABSize in place of "
2668 "Please use -XX:OldPLABSize in place of "
2681 "Please use -XX:OldPLABSize in place of "
2694 "Please use -XX:YoungPLABSize in place of "
/openjdk7/hotspot/make/
H A DMakefile448 # Create JDK and place this build into it
563 JDK_IMAGE_DIR.desc = Directory to place JDK to copy
564 EXPORT_PATH.desc = Directory to place files to export for JDK build
/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.hpp401 virtual void record_position(OutputMap::position place, int index) {} argument
H A Doutput_h.cpp1437 // Do not place dump_spec() and Name() into PRODUCT code
2108 void record_position(OutputMap::position place, int idx ) { argument
2109 switch(place) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDeferredDocumentImpl.java1565 // along the way. When this loop finishes, "place"
1568 Node place = this;
1571 Node child = place.getLastChild();
1577 place = child;
1586 Element element = (Element)place;
/openjdk7/hotspot/make/windows/
H A Dcreate.bat137 echo Warning: please set variable HOTSPOTMKSHOME to place where
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME173 data into place a row at a time (for instance under X11, you

Completed in 67 milliseconds