HomeSort by relevance Sort by last modified time
    Searched defs:node (Results 751 - 775 of 2129) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 85 typedef typename base_type::node node; typedef in class:__gnu_pbds::detail::thin_heap
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 51 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp>
125 typedef typename node_allocator::value_type node; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_
136 typedef cond_dealtor< node, Allocator> cond_dealtor_t;
175 node,
183 node,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 88 typedef typename base_type::node node; typedef in class:__gnu_pbds::detail::thin_heap_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 51 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp>
99 typedef typename node_allocator::value_type node; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap
106 typedef cond_dealtor< node, _Alloc> cond_dealtor_t;
126 typedef left_child_next_sibling_heap_node_point_const_iterator_<node, _Alloc>
131 typedef left_child_next_sibling_heap_const_iterator_<node, _Alloc>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 85 typedef typename base_type::node node; typedef in class:__gnu_pbds::detail::thin_heap
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 51 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp>
99 typedef typename node_allocator::value_type node; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap
106 typedef cond_dealtor< node, _Alloc> cond_dealtor_t;
126 typedef left_child_next_sibling_heap_node_point_const_iterator_<node, _Alloc>
131 typedef left_child_next_sibling_heap_const_iterator_<node, _Alloc>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 85 typedef typename base_type::node node; typedef in class:__gnu_pbds::detail::thin_heap
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 51 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp>
99 typedef typename node_allocator::value_type node; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap
106 typedef cond_dealtor< node, _Alloc> cond_dealtor_t;
126 typedef left_child_next_sibling_heap_node_point_const_iterator_<node, _Alloc>
131 typedef left_child_next_sibling_heap_const_iterator_<node, _Alloc>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 85 typedef typename base_type::node node; typedef in class:__gnu_pbds::detail::thin_heap
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AbsoluteLayoutRule.java 70 public void paint(@NonNull IGraphics gc, @NonNull INode node,
74 drawFeedback(gc, node, elements, feedback);
165 public void handle(@NonNull INode node) {
224 protected void setNewSizeBounds(ResizeState resizeState, INode node, INode layout,
227 super.setNewSizeBounds(resizeState, node, layout, previousBounds, newBounds,
230 node.setAttribute(ANDROID_URI, ATTR_LAYOUT_X,
232 mRulesEngine.pxToDp(newBounds.x - node.getParent().getBounds().x)));
235 node.setAttribute(ANDROID_URI, ATTR_LAYOUT_Y,
237 mRulesEngine.pxToDp(newBounds.y - node.getParent().getBounds().y)));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationEditorDelegate.java 34 import org.w3c.dom.Node;
95 // create the ui root node on demand.
108 // Replace top level node now that we know the actual type
130 // The manifest UI node is always created, even if there's no corresponding XML node.
166 Node node = getEditor().getXmlDocument(model).getDocumentElement(); local
167 getUiRootNode().reloadFromXmlNode(node);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableEditorDelegate.java 33 import org.w3c.dom.Node;
100 // Replace top level node now that we know the actual type
122 // The manifest UI node is always created, even if there's no corresponding XML node.
146 Node node = getEditor().getXmlDocument(model).getDocumentElement(); local
147 getUiRootNode().reloadFromXmlNode(node);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltip.java 59 for (UiViewElementNode node : mNodes) {
60 IMarker marker = delegate.getIssueForNode(node);
67 icon.setImage(node.getIcon());
75 String id = BaseLayoutRule.stripIdPrefix(node.getAttributeValue(ATTR_ID));
77 if (node.getXmlNode() != null) {
78 id = node.getXmlNode().getNodeName();
80 id = node.getDescriptor().getUiName();
OutlineDropListener.java 92 UiViewElementNode node = parentNode; local
102 if (child == node) {
119 for (INode node : targetNode.getChildren()) {
120 children.add(node);
146 for (INode node : targetNode.getChildren()) {
147 if (!children.contains(node)) {
148 added.add(node);
207 /** Returns true if the given parent node is an ancestor of the given child node */
SelectionItem.java 28 import org.w3c.dom.Node;
47 /** The node proxy for drawing the selection. Null when mCanvasViewInfo is null. */
108 * Returns the selected node.
110 * @return the selected node, or null
126 /** Returns the node associated with this selection (may be null) */
152 Node node = key.getXmlNode(); local
153 String t = layoutEditorDelegate.getEditor().getXmlText(node);
217 UiViewElementNode node = mCanvasViewInfo.getUiViewNode(); local
218 if (node != null)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuEditorDelegate.java 33 import org.w3c.dom.Node;
89 * Processes the new XML Model, which XML root node is given.
110 Node node = (Node) xpath.evaluate("/" + root_desc.getXmlName(), //$NON-NLS-1$ local
112 XPathConstants.NODE);
113 if (node == null && root_desc.getMandatory() != Mandatory.NOT_MANDATORY) {
115 node = getUiRootNode().createXmlNode();
118 // Refresh the manifest UI node and all its descendants
119 getUiRootNode().loadFromXmlNode(node);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadataTest.java 40 import org.w3c.dom.Node;
51 Node node = uiNode.getXmlNode(); local
53 assertNull(LayoutMetadata.getProperty(node, "foo"));
55 Element element = (Element) node;
67 private static String getText(IDocument document, Node node) throws Exception {
68 IndexedRegion region = (IndexedRegion) node;
85 UiElementNode node = findById(root, targetId); local
86 assertNotNull(node);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseLayoutRuleTest.java 93 INode node = TestNode.create("android.widget.Button").id("@+id/Button012").add( local
96 new BaseLayoutRule().collectExistingIds(node, existing);
130 INode node = TestNode.create("android.widget.Button").id("@+id/Button012").add( local
134 Map<String, Pair<String, String>> remapped = baseLayout.remapIds(node, idMap);
151 INode node = TestNode.create("android.widget.Button").id("@+id/Button012").add( local
154 Map<String, Pair<String, String>> idMap = baseLayout.getDropIdMap(node, elements, true);
  /system/core/adb/
adb_auth_client.c 34 struct listnode node; member in struct:adb_public_key
91 list_add_tail(list, &key->node);
104 free(node_to_item(item, struct adb_public_key, node));
152 key = node_to_item(item, struct adb_public_key, node);
  /system/core/libcutils/
config_utils.c 28 cnode *node; local
30 node = calloc(sizeof(cnode), 1);
31 if(node) {
32 node->name = name ? name : "";
33 node->value = value ? value : "";
36 return node;
41 cnode *node, *match = NULL; local
44 for(node = root->first_child; node; node = node->next
53 cnode *node; local
69 cnode *node; local
87 cnode *node; local
97 cnode *node; local
264 cnode *node; local
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
ViewLoader.java 17 import org.w3c.dom.Node;
52 Node node = childNodes.item(i); local
53 processNode(node, parent);
57 private void processNode(Node node, ViewNode parent) {
58 String name = node.getNodeName();
59 NamedNodeMap attributes = node.getAttributes();
64 Node attr = attributes.item(i);
76 processChildren(node.getChildNodes(), viewNode)
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyScene.java 62 protected Widget attachNodeWidget(ViewNode node) {
63 Widget widget = createBox(node, node.name, node.id);
70 private Widget createBox(ViewNode node, String nodeName, String id) {
72 node.setShortName(shortName);
74 GradientWidget box = new GradientWidget(this, node);
194 private final ViewNode node; field in class:ViewHierarchyScene.GradientWidget
203 public GradientWidget(ViewHierarchyScene scene, ViewNode node) {
205 this.node = node
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.1/
lint-api-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.3/
lint-api-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.0/
lint-api-22.7.0.jar 

Completed in 1875 milliseconds

<<31323334353637383940>>