HomeSort by relevance Sort by last modified time
    Searched full:children (Results 1126 - 1150 of 2686) sorted by null

<<41424344454647484950>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
TabHostRule.java 39 // manipulate its children via the TabHost rather than directly manipulating
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java 115 // this folder, or one of this children is a source
199 * Removes markers from a resource and only the resource (not its children).
216 * Removes markers from a container and its children.
409 * delete a resource and its children. returns true if the root resource was deleted. All
LibraryDeltaVisitor.java 50 // folder before its children we can check when the path segment
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableEditorDelegate.java 126 descriptor = new DocumentDescriptor("temp", null /*children*/);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlFormatStyle.java 30 * included on the same line whereas for other layout styles the children are typically
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
WidgetPullParser.java 165 // since we have no children, just go to end_tag
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 76 * @param factory A {@link NodeFactory} to create unique children nodes.
157 List<UiElementNode> children = p.getUiChildren(); local
158 if (children.size() > 0) {
159 p = children.get(0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
OtherXmlEditorDelegate.java 109 desc = new DocumentDescriptor("temp", null /*children*/);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
AbsoluteLayoutRuleTest.java 53 // Not dragging one of the existing children
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
MockNodeProxy.java 42 * @param factory A {@link NodeFactory} to create unique children nodes.
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
HardcodedValuesDetector.java 40 * Check which looks at the children of ScrollViews and ensures that they fill/match
PxUsageDetector.java 32 * Check which looks at the children of ScrollViews and ensures that they fill/match
  /sdk/rule_api/src/com/android/ide/common/api/
AbstractViewRule.java 59 List<? extends INode> children) {
  /system/core/init/
signal_handler.c 68 NOTICE("process '%s' killing any children in process group\n", svc->name);
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 69 * @param {string} id The id of the node to update the children for.
80 chrome.bookmarks.getChildren(id, function(children) {
81 if (children)
82 children.forEach(updateItem);
85 opt_f(children);
684 // its children
935 for (var i = 0; i < node.children.length; i++) {
936 if (!bmm.isFolder(node.children[i]))
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 327 // The event box won't stay below its children's GdkWindows unless we
329 // below its children then events will be routed to it rather than the
330 // children.
513 // Create a button for each of the children on the bookmark bar.
568 GList* children = gtk_container_get_children( local
570 int count = g_list_length(children);
571 g_list_free(children);
957 GList* children = gtk_container_get_children( local
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebHistory.cpp 94 // addItem will update the children to match the newly created bridge
110 * children so we do a breadth-first rebuild of the tree.
126 // item, then we do not need to traverse the children since there
277 // 6 empty strings + no document state + children count + 2 scales = 10 unsigned values
289 // Write the top-level history item and then write all the children
515 // Children count
516 unsigned childCount = item->children().size();
523 const WebCore::HistoryItemVector& children = parent->children(); local
524 WebCore::HistoryItemVector::const_iterator end = children.end()
    [all...]
  /build/tools/releasetools/
ota_from_target_files 124 self.parent.children.append(self)
128 self.children = []
138 for i in self.children:
176 i.children.sort(key=lambda i: i.name)
185 """Count up the (uid, gid, mode) tuples for all children and
199 for i in self.children:
238 # item (and all its children) have already been set to. We only
250 for i in item.children:
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemAttribute.java 216 * @param newChild Child to append to the list of this node's children
218 * @return The node we just appended to the children list
ElemWithParam.java 229 * Call the children visitors.
243 * @param elem New element to append to this element's children list
  /external/blktrace/
rbtree.c 332 /* No right-hand children. Everything down and left is
360 /* No left-hand children. Go up till we find an ancestor which
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec_unittest.cc 222 // The test depends on existence of multiple children under bookmark bar, so
232 // Change IDs for all children of bookmark bar to be 1.
  /external/chromium/chrome/browser/
memory_details_linux.cc 171 // Find all children of the given process.
247 // For each browser process, collect a list of its children and get the
  /external/clang/lib/Analysis/
PseudoConstantAnalysis.cpp 110 // Do not visit the children
223 for (Stmt::const_child_range I = Head->children(); I; ++I)
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
Data.java 110 // ******************* Children *******************
146 * Returns children of this node.

Completed in 778 milliseconds

<<41424344454647484950>>