Home
last modified time | relevance | path

Searched refs:Tree (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/libdrm/mobile1/src/xml/
Dxml_tinyparser.c714 XML_TREE *Tree; in xml_tree_fillnode() local
719 if (NULL == (Tree = (XML_TREE *) xml_malloc(sizeof(XML_TREE)))) in xml_tree_fillnode()
721 memset(Tree, 0, sizeof(XML_TREE)); in xml_tree_fillnode()
723 strncpy((char *)Tree->tag, (char *)++buffer, tagLen); in xml_tree_fillnode()
741 if (NULL != Tree->attr) // no attribute now in xml_tree_fillnode()
742 Tree->last_attr->next = attr; in xml_tree_fillnode()
744 Tree->attr = attr; in xml_tree_fillnode()
745 Tree->last_attr = attr; in xml_tree_fillnode()
751 strncpy((char *)Tree->value, (char *)pValue, valueLen); in xml_tree_fillnode()
756 return Tree; in xml_tree_fillnode()
/frameworks/base/docs/html/tools/debugging/
Ddebugging-ui.jd18 <li><a href="#indiView">Working with an individual View in Tree View</a></li>
132 <strong>Tree View</strong>: The left-hand pane displays the Tree View,
133 a diagram of the Activity object's hierarchy of views. Use Tree View to examine individual
147 To save a screenshot of Tree View to a PNG file, click <strong>Save As PNG</strong> at
165 The upper right-hand pane displays the <strong>Tree Overview</strong>, a smaller map
166 representation of the entire Tree View window. Use Tree Overview to identify the part of the
167 view tree that is being displayed in Tree View.
169 You can also use Tree Overview to move around in the Tree View pane. Click and drag
170 the shaded rectangle over an area to reveal it in Tree View.
186 When you click on a View object in Tree View, its position in the UI is highlighted.
[all …]
/frameworks/testing/uiautomator/utils/uiautomatorviewer/src/com/android/uiautomator/
DUiAutomatorViewer.java66 import org.eclipse.swt.widgets.Tree;
209 Tree tree = mTreeViewer.getTree(); in createContents()
/frameworks/wilhelm/doc/
DDoxyfile494 # Folder Tree View (if specified). The default is YES.
501 # and from the Folder Tree View (if specified). The default is YES.