| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| rc.hpp | 50 template<typename Node, class Allocator> 53 rc<Node, Allocator> 55 template<typename Node, class Allocator> 63 typedef Node node; typedef in class:__gnu_pbds::detail::rc 67 node>::other::pointer
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| rc.hpp | 55 typedef _Node node; typedef in class:__gnu_pbds::detail::rc 57 typedef typename _Alloc::template rebind<node> __rebind_n;
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/ |
| traits.hpp | 102 node; typedef in struct:__gnu_pbds::detail::trie_traits 131 node, 142 node, 153 node, 164 node, 174 node, 186 node, 263 node; typedef in struct:__gnu_pbds::detail::trie_traits 292 node, 305 node, [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| rc.hpp | 50 template<typename Node, class Allocator> 53 rc<Node, Allocator> 55 template<typename Node, class Allocator> 63 typedef Node node; typedef in class:__gnu_pbds::detail::rc 67 node>::other::pointer
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| rc.hpp | 55 typedef _Node node; typedef in class:__gnu_pbds::detail::rc 57 typedef typename _Alloc::template rebind<node> __rebind_n;
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| rc.hpp | 55 typedef _Node node; typedef in class:__gnu_pbds::detail::rc 57 typedef typename _Alloc::template rebind<node> __rebind_n;
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| rc.hpp | 55 typedef _Node node; typedef in class:__gnu_pbds::detail::rc 57 typedef typename _Alloc::template rebind<node> __rebind_n;
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
| SlidingDrawerRule.java | 40 public void onCreate(@NonNull INode node, @NonNull INode parent, 42 super.onCreate(node, parent, insertType); 46 node.setAttribute(ANDROID_URI, ATTR_LAYOUT_WIDTH, matchParent); 47 node.setAttribute(ANDROID_URI, ATTR_LAYOUT_HEIGHT, matchParent); 53 node.setAttribute(ANDROID_URI, ATTR_HANDLE, handleId); 54 node.setAttribute(ANDROID_URI, ATTR_CONTENT, contentId); 57 INode handle = node.appendChild(SdkConstants.FQCN_BUTTON); 62 INode content = node.appendChild(SdkConstants.FQCN_LINEAR_LAYOUT);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
| Match.java | 28 /** the edge of the dragged node that is matched */ 51 * @param with the edge of the dragged node that is matched 83 // to this same node 84 id = edge.node.getStringAttr(ANDROID_URI, ATTR_ID); 86 id = mHandler.getRulesEngine().getUniqueId(edge.node.getFqcn()); 87 edge.node.setAttribute(ANDROID_URI, ATTR_ID, id);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
| AttributeDescriptorLabelProvider.java | 41 UiAbstractTextAttributeNode node = (UiAbstractTextAttributeNode) element; local 42 if (node.getDescriptor().isDeprecated()) { 43 String v = node.getCurrentValue();
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
| UiModelTreeContentProvider.java | 46 * Returns all the UI node children of the given element or null if not the right kind 51 UiElementNode node = (UiElementNode) parentElement; local 52 return node.getUiChildren().toArray(); 58 * Returns the parent of a given UI node or null if it's a root node or it's not the 59 * right kind of node. */ 63 UiElementNode node = (UiElementNode) element; local 64 return node.getUiParent(); 70 * Returns true if the UI node has any UI children nodes. */ 74 UiElementNode node = (UiElementNode) element local [all...] |
| UiModelTreeLabelProvider.java | 46 UiElementNode node = null; local 51 node = (UiElementNode) element; 52 desc = node.getDescriptor(); 58 if (node != null && node.hasError()) { 78 UiElementNode node = (UiElementNode) element; local 79 return node.getShortDescription();
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
| DocumentFix.java | 27 import org.w3c.dom.Node; 36 protected abstract void apply(IDocument document, IStructuredModel model, Node node, 51 Node node = DomUtilities.getNode(document, start); local 53 apply(document, model, node, start, end);
|
| /system/core/init/ |
| signal_handler.c | 51 struct listnode *node; local 121 list_for_each(node, &svc->onrestart.commands) { 122 cmd = node_to_item(node, struct command, clist);
|
| /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/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 | |
| /frameworks/base/core/java/android/animation/ |
| AnimatorSet.java | 68 * to a single node representing that Animator, not create a new Node 71 private HashMap<Animator, Node> mNodeMap = new HashMap<Animator, Node>(); 78 private ArrayList<Node> mNodes = new ArrayList<Node>(); 85 private ArrayList<Node> mSortedNodes = new ArrayList<Node>(); 218 for (Node node : mNodes) 530 Node node = mSortedNodes.get(i); local 552 Node node = mSortedNodes.get(i); local 864 Node node = mNodes.get(i); local 878 Node node = root.nodeDependents.get(j); local 901 Node node = mNodes.get(i); local 960 public Node node; field in class:AnimatorSet.Dependency 1054 Node node = (Node) super.clone(); local 1147 Node node = mNodeMap.get(anim); local 1168 Node node = mNodeMap.get(anim); local 1189 Node node = mNodeMap.get(anim); 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...] |
| /frameworks/base/core/java/com/android/internal/widget/ |
| ExploreByTouchHelper.java | 51 /** Virtual node identifier value for invalid nodes. */ 72 /** Node provider that handles creating nodes and performing actions. */ 100 * @return The accessibility node provider for this helper. 258 * Constructs and returns an {@link AccessibilityEvent} for the host node. 307 * construct a node. 324 * @return An {@link AccessibilityNodeInfo} for the parent node. 327 final AccessibilityNodeInfo node = AccessibilityNodeInfo.obtain(mView); local 328 onInitializeAccessibilityNodeInfo(mView, node); 335 node.addChild(mView, childVirtualViewId); 338 return node; 370 final AccessibilityNodeInfo node = AccessibilityNodeInfo.obtain(); local [all...] |
| /frameworks/support/v4/java/android/support/v4/widget/ |
| ExploreByTouchHelper.java | 57 /** Virtual node identifier value for invalid nodes. */ 75 /** Node provider that handles creating nodes and performing actions. */ 103 * @return The accessibility node provider for this helper. 264 * Constructs and returns an {@link AccessibilityEvent} for the host node. 315 * construct a node. 332 * @return An {@link AccessibilityNodeInfoCompat} for the parent node. 335 final AccessibilityNodeInfoCompat node = AccessibilityNodeInfoCompat.obtain(mView); local 336 ViewCompat.onInitializeAccessibilityNodeInfo(mView, node); 343 node.addChild(mView, childVirtualViewId); 346 return node; 378 final AccessibilityNodeInfoCompat node = AccessibilityNodeInfoCompat.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
|
| /build/core/tasks/ |
| 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
|