Searched refs:node (Results 276 - 300 of 510) sorted by relevance

<<11121314151617181920>>

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DInputGraph.java110 public void setBlock(InputNode node, InputBlock block) { argument
111 nodeToBlock.put(node.getId(), block);
118 public InputBlock getBlock(InputNode node) { argument
119 return getBlock(node.getId());
172 public void addNode(InputNode node) { argument
173 nodes.put(node.getId(), node);
H A DInputBlock.java91 public void addNode(InputNode node) { argument
92 assert !nodes.contains(node);
93 nodes.add(node);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DParser.java586 * This method is used to find a Stylesheet node that is referred
602 SyntaxTreeNode node = findStylesheet(child, href);
603 if (node != null) return node;
939 * Creates a new node in the abstract syntax tree. This node can be
955 SyntaxTreeNode node = null;
962 node = (SyntaxTreeNode)clazz.newInstance();
963 node.setQName(qname);
964 node
1035 checkForSuperfluousAttributes(SyntaxTreeNode node, Attributes attrs) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DMultipleNodeCounter.java51 public NodeCounter setStartNode(int node) { argument
52 _node = node;
53 _nodeType = _document.getExpandedTypeID(node);
98 // Count the node itself
H A DClonedNodeListIterator.java51 public DTMAxisIterator setStartNode(int node) { argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMManagerDefault.java88 * One DTM may have several prefix numbers, if extended node indexing
95 * access needs to be blindingly fast since it's used in node addressing.
102 * a single Node Handle, this table is used to map the handle's node field
103 * into the actual node identifier.
108 * access needs to be blindingly fast since it's used in node addressing.
142 * obtained by adding this offset to the node-number field of the
486 * Given a W3C DOM node, try and return a DTM handle.
488 * the node will be found in any particular DTM.
490 * @param node Non-null reference to a DOM node
494 getDTMHandleFromNode(org.w3c.dom.Node node) argument
827 createDTMIterator(int node) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.cpp32 #include "opto/node.hpp"
53 // Set a breakpoint here to identify where a particular node index is built.
86 void DUIterator_Common::sample(const Node* node) { argument
88 _node = node;
89 _outcnt = node->_outcnt;
90 _del_tick = node->_del_tick;
94 void DUIterator_Common::verify(const Node* node, bool at_end_ok) { argument
95 assert(_node == node, "consistent iterator source");
96 assert(_del_tick == node->_del_tick, "no unexpected deletions allowed");
101 const Node* node local
123 const Node* node = that._node; local
130 sample(const Node* node) argument
135 verify(const Node* node, bool at_end_ok) argument
190 verify(const Node* node, bool at_end_ok) argument
200 const Node* node = _node; local
206 const Node* node = _node; local
225 const Node* node = _node; local
241 verify(const Node* node, bool at_end_ok) argument
260 const Node* node = _node; local
[all...]
H A Dmachnode.hpp31 #include "opto/node.hpp"
79 virtual int reg(PhaseRegAlloc *ra_, const Node *node) const;
81 virtual int reg(PhaseRegAlloc *ra_, const Node *node, int idx) const;
84 Register as_Register(PhaseRegAlloc *ra_, const Node *node) const {
85 return ::as_Register(reg(ra_, node));
87 Register as_Register(PhaseRegAlloc *ra_, const Node *node, int idx) const { argument
88 return ::as_Register(reg(ra_, node, idx));
90 FloatRegister as_FloatRegister(PhaseRegAlloc *ra_, const Node *node) const {
91 return ::as_FloatRegister(reg(ra_, node));
93 FloatRegister as_FloatRegister(PhaseRegAlloc *ra_, const Node *node, in argument
101 as_XMMRegister(PhaseRegAlloc *ra_, const Node *node, int idx) const argument
890 ext_format(PhaseRegAlloc *ra, const MachNode *node, int idx, outputStream *st) const argument
917 ext_format(PhaseRegAlloc *ra, const MachNode *node, int idx, outputStream *st) const argument
[all...]
H A Dstringopts.hpp28 #include "opto/node.hpp"
74 void record_dead_node(Node* node);
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/
H A DStruct.java63 public Struct(final Node node, final Framework parent) throws Throwable { argument
64 super(node, getAttr(node, "name"), parent);
H A DClazz.java70 final Node node = methodNodes.item(i);
71 if (!"method".equals(node.getLocalName())) continue;
73 final String selName = Element.getAttr(node, "selector");
81 final Method method = new Method(node, parent);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java131 Node node = nodes.item(i);
132 String name = getStringAttr(node, "name");
134 String value = getStringAttr(node, "value");
151 Node node = nodes.item(i);
152 String name = getStringAttr(node, "name");
157 String parentGM = getStringAttr(node, "parent");
163 Boolean.valueOf(getBooleanAttr(node, "has_title", true)));
165 Boolean.valueOf(getBooleanAttr(node, "rounded_top_left", false)));
167 Boolean.valueOf(getBooleanAttr(node, "rounded_top_right", false)));
169 Boolean.valueOf(getBooleanAttr(node, "rounded_bottom_lef
856 drawArc(Node node, Graphics g) argument
880 drawLine(Node node, Graphics g) argument
900 drawRectangle(Node node, Graphics g) argument
922 drawTile(Node node, Graphics g, JInternalFrame jif) argument
964 drawTint(Node node, Graphics g) argument
989 drawTitle(Node node, Graphics g, JInternalFrame jif) argument
1098 setClip(Node node, Graphics g) argument
1115 drawGTKArrow(Node node, Graphics g) argument
1164 drawGTKBox(Node node, Graphics g) argument
1200 drawGTKVLine(Node node, Graphics g) argument
1223 drawGradient(Node node, Graphics g) argument
1271 drawImage(Node node, Graphics g) argument
1315 drawIcon(Node node, Graphics g, JInternalFrame jif) argument
1348 drawInclude(Node node, Graphics g, JInternalFrame jif) argument
1627 getStringAttr(Node node, String name) argument
1652 getBooleanAttr(Node node, String name, boolean fallback) argument
1660 getIntAttr(Node node, String name, int fallback) argument
1673 getFloatAttr(Node node, String name, float fallback) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DRE.java322 * The format of a node in a program is: *
328 * char OPNEXT - next node (relative offset) *
339 static final char OP_BRANCH = '|'; // node match this alternative or the next one
341 static final char OP_STAR = '*'; // node kleene closure
342 static final char OP_PLUS = '+'; // node positive closure
343 static final char OP_MAYBE = '?'; // node optional closure
801 * @param lastNode Last valid node (used for matching a subexpression without
811 // Loop while node is valid
815 for (int node = firstNode; node < lastNod
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DPolicyModelTranslator.java86 for (ModelNode node : assertionNodes) {
87 RawAssertion assertion = new RawAssertion(node, new LinkedList<ModelNode>());
298 ModelNode node;
299 while ((node = allContentQueue.poll()) != null) {
301 switch (node.getType()) {
304 allContentQueue.addAll(node.getChildren());
307 allContentQueue.addAll(getReferencedModelRootNode(node).getChildren());
310 decomposition.exactlyOneContents.add(expandsExactlyOneContent(node.getChildren()));
313 decomposition.assertions.add(node);
316 throw LOGGER.logSevereException(new PolicyException(LocalizationMessages.WSP_0007_UNEXPECTED_MODEL_NODE_TYPE_FOUND(node
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanNotifications.java233 public synchronized boolean unregisterListener(DefaultMutableTreeNode node) { argument
234 XMBean mbean = (XMBean) ((XNodeInfo) node.getUserObject()).getData();
238 public synchronized void registerListener(DefaultMutableTreeNode node) argument
240 XMBean mbean = (XMBean) ((XNodeInfo) node.getUserObject()).getData();
257 this, mbean, node, columnNames);
262 listener.register(node);
314 DefaultMutableTreeNode node, Object[] rowData, long received) {
326 nl.handleNotification(notif, node);
602 private DefaultMutableTreeNode node; field in class:XMBeanNotifications.XMBeanNotificationsListener
611 DefaultMutableTreeNode node,
312 fireNotificationReceived( XMBeanNotificationsListener listener, XMBean mbean, DefaultMutableTreeNode node, Object[] rowData, long received) argument
608 XMBeanNotificationsListener( XMBeanNotifications notifications, XMBean xmbean, DefaultMutableTreeNode node, String[] columnNames) argument
649 register(DefaultMutableTreeNode node) argument
[all...]
/openjdk7/jdk/src/macosx/native/java/util/
H A DMacOSXPreferencesFile.m43 with at least three components in the node name (e.g. /com/MyCompany/MyApp/)
49 Java pref node names are case-sensitive. If two pref node names differ
51 because the CF keys identifying the node span the entire absolute path
52 to the node and are case-sensitive.
54 Java node names may contain '.' . When mapping to the CF file name,
56 This is ok because the CF key contains the correct node name.
242 // Create an empty node.
243 // Does not store the node in any prefs file.
366 // Find the node fo
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DSerializationHandler.java68 * Notify that the serializer should take this DOM node as input to be
71 * @param node the DOM node to be serialized.
74 public void serialize(Node node) throws IOException; argument
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DptrQueue.hpp179 static void** make_buffer_from_node(BufferNode *node) { argument
180 return make_buffer_from_block(node);
182 static void* make_block_from_node(BufferNode *node) { argument
183 return (void*)node;
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXMLUtils.java164 * @param contextNode root node of the DOM tree
176 * @param contextNode root node of the DOM tree
321 * This method returns the owner document of a particular node.
326 * @param node
327 * @return the owner document of the node
329 public static Document getOwnerDocument(Node node) { argument
331 if (node.getNodeType() == Node.DOCUMENT_NODE) {
332 return (Document) node;
335 return node.getOwnerDocument();
355 for (Node node
480 circumventBug2650internal(Node node) argument
[all...]
/openjdk7/jdk/src/share/back/
H A DstepControl.h61 jint size, jint depth, HandlerNode *node);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DHeaders.java120 public static Header create( Element node ) {
121 return new DOMHeader<Element>(node);
128 public static Header create( SOAPVersion soapVersion, Element node ) {
129 return create(node);
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A Djavax_swing_JTree.java68 public boolean isLeaf(Object node) { argument
/openjdk7/jdk/test/java/util/prefs/
H A DAddNodeChangeListener.java29 * when a child node is added or removed
47 //Should initiate a node added event
49 // Should not initiate a node added event
61 N2 = userRoot.node("N2");
H A DRemoveUnregedListener.java44 N1 = userRoot.node("N1");
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvmmib/
H A DJvmMemGCEntryMeta.java92 return new SnmpCounter64(node.getJvmMemGCTimeMs());
95 return new SnmpCounter64(node.getJvmMemGCCount());
142 node = var;
252 protected JvmMemGCEntryMBean node; field in class:JvmMemGCEntryMeta

Completed in 324 milliseconds

<<11121314151617181920>>