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

<<61626364656667686970>>

  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 207 // Returns the number of children in the corresponding node.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplaySyncPerf.java 111 * @return the created control (which may have children).
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParserTest.java 56 // only the layouts have children (all 4 descriptors possible)
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
XmlVisitor.java 204 // Visit children
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 776 BitSet children local
778 for (int i = children.nextSetBit(0); i >= 0
779 ; i = children.nextSetBit(i + 1)) {
SsaRenamer.java 80 * This list is updated by each dom parent for its children. The only
286 * copied to each one of its dom children.
396 // Store the start states for our dom children.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 488 String namespace = this.getNamespaceURI(); // to flip out children
543 * When set, any possible children this node may have are removed and
593 * When set, any possible children this node may have are removed and
  /external/apache-xml/src/main/java/org/apache/xpath/
Expression.java 486 list of children. */
492 /** This method returns a child node. The children are numbered
499 /** Return the number of children the node has. */
  /external/bluetooth/glib/gio/
gfile.h 70 * @enumerate_children: Gets a #GFileEnumerator with the children of a #GFile.
71 * @enumerate_children_async: Asynchronously gets a #GFileEnumerator with the children of a #GFile.
72 * @enumerate_children_finish: Finishes asynchronously enumerating the children.
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.cc 443 std::sort(mutable_parent->children().begin(),
444 mutable_parent->children().end(),
542 // Recurse through children.
  /external/chromium/chrome/browser/
cookies_tree_model.h 45 // able to have its children do the same.
137 // Delete backend storage for this node, and any children nodes. (E.g. delete
211 // the COOKIES node to add children. Checking each child and interrogating
  /external/chromium/chrome/browser/sync/engine/
conflict_resolver.cc 123 Directory::ChildHandles children; local
126 &children);
127 if (0 != children.size()) {
  /external/chromium/chrome/common/extensions/docs/
options.html 354 var color = select.children[select.selectedIndex].value;
372 for (var i = 0; i &lt; select.children.length; i++) {
373 var child = select.children[i];
  /external/chromium/chrome/common/
sandbox_policy.cc 122 // If |children| is set to true, we need to add the wildcard rules to also
124 bool AddDirectory(int path, const wchar_t* sub_dir, bool children,
143 if (children)
  /external/clang/lib/AST/
DumpXML.cpp 87 DISPATCH(dispatch##BASE##Children, BASE); \
140 DISPATCH(dispatch##BASE##Children, BASE); \
373 // # Create nodes for the lexical children.
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaMethod.java 776 BitSet children local
778 for (int i = children.nextSetBit(0); i >= 0
779 ; i = children.nextSetBit(i + 1)) {
SsaRenamer.java 80 * This list is updated by each dom parent for its children. The only
286 * copied to each one of its dom children.
396 // Store the start states for our dom children.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 640 Control[] children = getChildren();
641 return children.length == 1 ? children[0] : null;
    [all...]
  /external/llvm/include/llvm/Support/
Dwarf.h 137 // Children flag
657 /// ChildrenString - Return the string for the specified children flag.
659 const char *ChildrenString(unsigned Children);
  /external/llvm/lib/Support/
Dwarf.cpp 103 /// ChildrenString - Return the string for the specified children flag.
105 const char *llvm::dwarf::ChildrenString(unsigned Children) {
106 switch (Children) {
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 31 // If we have a scope node, walk down all of the children.
258 // Okay, pull together the children of the scope node into a vector so we can
500 // Reassemble the Scope node with the adjusted children.
  /external/markdown/markdown/
blockprocessors.py 106 """ Process children of list items.
142 # The parent is a list (``ol`` or ``ul``) which has children.
172 # Step through children of tree to find matching indent level.
  /external/openssl/crypto/x509v3/
pcy_tree.c 460 /* Skip any node with any children: we only want unmathced
464 * because each node may have multiple children
500 * then proceed up the tree deleting any data with no children. If we ever
  /external/qemu/elff/
dwarf_cu.h 234 /* Parses this compilation unit in .debug_info section, collecting children
341 /* Parses this compilation unit in .debug_info section, collecting children
386 /* Process a child DIE (and all its children) in this compilation unit.
  /external/strace/
NEWS 33 * Fixed an error when judging whether a process has children.
266 * Fixed traced process seeing ECHILD despite live, traced children
333 * fix hanging children

Completed in 889 milliseconds

<<61626364656667686970>>