/toolchain/binutils/binutils-2.25/gold/ |
arm-reloc-property.cc | 40 // Parse an S-expression S and build a tree and return the root node. 58 // Remember the node stack position for start of a new internal node. 63 // children to build a new internal node. Push internal node back. 67 Tree_node* node = local 71 node_stack.push_back(node); 74 // Just push a leaf node to node_stack. 83 // contain the root node. 165 Tree_node* node = root_node local [all...] |
/prebuilts/devtools/tools/lib/ |
lombok-ast-0.2.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.3/ |
lombok-ast-0.2.3.jar | |
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.3/ |
lombok-ast-0.2.3.jar | |
/prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.3/ |
lombok-ast-0.2.3.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
LinearLayoutRuleTest.java | 90 // Outline of dragged node centered over position line 129 INode node = TestNode.create("android.widget.Button").id("@+id/Button012"); local 132 rule.addContextMenuActions(contextMenu, node); 149 INode node = TestNode.create("android.widget.LinearLayout").id("@+id/LinearLayout") local 154 rule.addContextMenuActions(contextMenu, node); 175 TestNode node = TestNode.create("android.widget.LinearLayout").id("@+id/LinearLayout012"); local 176 node.putAttributeInfo(ANDROID_URI, "orientation", 181 assertNull(node.getStringAttr(ANDROID_URI, ATTR_ORIENTATION)); 184 rule.addContextMenuActions(contextMenu, node); 194 callback.action(orientationAction, Collections.singletonList(node), VALUE_VERTICAL, true) 209 TestNode node = TestNode.create("android.widget.LinearLayout").id("@+id\/LinearLayout012"); local [all...] |
/prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/ |
lombok-ast-0.2.2.jar | |
/prebuilts/tools/common/lombok-ast/ |
lombok-ast-0.2.2.jar | |
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/ |
lombok-ast-0.2.2.jar | |
/prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.2/ |
lombok-ast-0.2.2.jar | |
/prebuilts/tools/common/m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.1/ |
org.abego.treelayout.core-1.0.1.jar | |
/prebuilts/tools/common/offline-m2/org/abego/treelayout/org.abego.treelayout.core/1.0.1/ |
org.abego.treelayout.core-1.0.1.jar | |
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
Tree.java | 32 /** A tree widget where each node has an icon, actor, and child nodes.
36 * {@link ChangeEvent} is fired when the selected node changes.
40 final Array<Node> rootNodes = new Array();
41 final Selection<Node> selection;
45 private Node foundNode;
46 Node overNode;
68 Node node = getNodeAt(y);
69 if (node == null) return;
70 if (node != getNodeAt(getTouchDownY())) return; 168 Node node = nodes.get(i); local 198 Node node = nodes.get(i); local 223 Node node = nodes.get(i); local 258 Node node = nodes.get(i); local 274 Node node = nodes.get(i); local 343 Node node = findNode(objects.get(i)); local 354 Node node = nodes.get(i); local 368 Node node = nodes.get(i); local 372 Node node = nodes.get(i); local 385 Node node = nodes.get(i); local 575 Node node = parent; local 596 Node node = findNode(objects.get(i)); local [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
NodeImpl.java | 30 import org.w3c.dom.Node; 37 * A straightforward implementation of the corresponding W3C DOM node. 42 * <p>This class represents a Node that has neither a parent nor children. 47 public abstract class NodeImpl implements Node { 74 public Node appendChild(Node newChild) throws DOMException { 78 public final Node cloneNode(boolean deep) { 90 public Node getFirstChild() { 94 public Node getLastChild() { 106 public Node getNextSibling() [all...] |
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/ |
GraphvizGrapher.java | 80 for (GraphvizNode node : nodes.values()) { 81 renderNode(node); 110 protected void renderNode(GraphvizNode node) { 111 Map<String, String> attrs = getNodeAttributes(node); 112 out.println(node.getIdentifier() + " " + getAttrString(attrs)); 115 protected Map<String, String> getNodeAttributes(GraphvizNode node) { 118 attrs.put("label", getNodeLabel(node)); 121 attrs.put("shape", node.getShape().toString()); 122 attrs.put("style", node.getStyle().toString()); 128 * Creates the "label" for a node. This is a string of HTML that defines 324 nodes.put(node.getNodeId(), node); local [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/ |
ModelInstance.java | 20 import com.badlogic.gdx.graphics.g3d.model.Node;
49 public final Array<Node> nodes = new Array();
50 /** animations of the model, modifying node transformations **/
66 * @param nodeId The ID of the root {@link Node} of the {@link Model} for the instance to contain
67 * @param mergeTransform True to apply the source node transform to the instance transform, resetting the node transform. */
74 * @param nodeId The ID of the root {@link Node} of the {@link Model} for the instance to contain
75 * @param mergeTransform True to apply the source node transform to the instance transform, resetting the node transform. */
80 /** Recursively searches the mode for the specified node. 131 Node copy, node = model.getNode(nodeId, recursive); local 223 final Node node = nodes.get(i); local 231 final Node node = nodes.get(i); local 244 final Node node = nodes.get(i); local 293 final Node node = getNode(nanim.node.id); local 361 if (nodePart.enabled) renderables.add(getRenderable(pool.obtain(), node, nodePart)); local [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
ExploreByTouchHelper.java | 49 /** Virtual node identifier value for invalid nodes. */ 52 /** Virtual node identifier value for the host view's node. */ 82 /** Node provider that handles creating nodes and performing actions. */ 110 * @return The accessibility node provider for this helper. 301 * Constructs and returns an {@link AccessibilityEvent} for the host node. 354 * construct a node. 371 * @return An {@link AccessibilityNodeInfo} for the parent node. 374 final AccessibilityNodeInfo node = AccessibilityNodeInfo.obtain(mView); local 375 mView.onInitializeAccessibilityNodeInfo(node); 435 final AccessibilityNodeInfo node = AccessibilityNodeInfo.obtain(); local [all...] |
/packages/apps/Settings/src/com/android/settings/widget/ |
ExploreByTouchHelper.java | 56 /** Virtual node identifier value for invalid nodes. */ 77 /** Node provider that handles creating nodes and performing actions. */ 105 * @return The accessibility node provider for this helper. 263 * Constructs and returns an {@link android.view.accessibility.AccessibilityEvent} for the host node. 312 * construct a node. 329 * @return An {@link android.view.accessibility.AccessibilityNodeInfo} for the parent node. 332 final AccessibilityNodeInfo node = AccessibilityNodeInfo.obtain(mView); local 333 mView.onInitializeAccessibilityNodeInfo(node); 340 node.addChild(mView, childVirtualViewId); 343 return node; 375 final AccessibilityNodeInfo node = AccessibilityNodeInfo.obtain(); local [all...] |
/bionic/tests/ |
search_test.cpp | 51 struct node { struct 52 node(const char* s) : s(strdup(s)) {} function in struct:node 58 return strcmp(reinterpret_cast<const node*>(lhs)->s, reinterpret_cast<const node*>(rhs)->s); 64 const node* n = *reinterpret_cast<const node* const*>(p); 73 node* n = reinterpret_cast<node*>(p); 81 node n1("z"); 82 node n2("a") [all...] |
/build/core/ |
node_fns.mk | 144 # $(2): name of this node 181 # $(2): makefile representing this node 182 # $(3): list of node variable names 185 define _import-node 217 # $(3): list of node variable names 228 $(call _import-node,$(1),$(strip $(_in)),$(3)) \ 239 # $(3): list of node variable names
|
product-graph.mk | 57 # Emit properties of a product node to a file. 60 define emit-product-node-props 78 $(foreach p,$(PRIVATE_PRODUCTS),$(call emit-product-node-props,$(p),$@.in))
|
/dalvik/dx/src/com/android/dx/ssa/ |
DomFront.java | 80 SsaBasicBlock node = nodes.get(i); local 82 + node.getPredecessors()); 123 SsaBasicBlock node = nodes.get(i); local 128 for (SsaBasicBlock child : node.getDomChildren()) { 137 System.out.println("domChildren[" + node + "]: " 144 * is for each node. This sweeps the node list and builds the proper
|
/development/tools/line_endings/ |
line_endings.c | 20 typedef struct Node { 21 struct Node *next; 23 } Node; 62 Node* root = malloc(sizeof(Node)); 63 Node* node = root; local 64 node->buf[0] = 0; 67 node->next = malloc(sizeof(Node)); [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
RecognitionException.java | 75 /** If this is a tree parser exception, node is set to the node with 78 public Object node; field in class:RecognitionException 91 /** If you are parsing a tree node stream, you will encounter som 125 this.node = nodes.LT(1); 127 Token payload = adaptor.getToken(node); 131 // imaginary node; no line/pos info; scan backwards 147 else { // node created from real token 152 else if ( this.node instanceof Tree) { 153 this.line = ((Tree)this.node).getLine() [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreePatternParser.java | 51 Object node = parseNode(); local 53 return node; 113 TreeWizard.TreePattern node = local 116 node.label = label; 118 return node; 139 // create node 144 Object node; local 145 node = adaptor.create(treeNodeType, text); 146 if ( label!=null && node.getClass()==TreeWizard.TreePattern.class ) { 147 ((TreeWizard.TreePattern)node).label = label [all...] |