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

<<41424344454647484950>>

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 139 // add DOWN node if t has children
144 // and now add all its children
149 // add UP node if t has children
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BufferedTreeNodeStream.cs 261 // add DOWN node if t has children
266 // and now add all its children
271 // add UP node if t has children
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs 299 // add DOWN node if t has children
305 // and now add all its children
311 // add UP node if t has children
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BufferedTreeNodeStream.java 153 // add DOWN node if t has children
158 // and now add all its children
163 // add UP node if t has children
  /external/chromium/chrome/browser/resources/options/
search_page.js 240 for (var i = 0, childDiv; childDiv = page.pageDiv.children[i]; i++) {
310 for (var i = 0, childDiv; childDiv = page.pageDiv.children[i]; i++) {
325 for (var i = 0, childDiv; childDiv = page.pageDiv.children[i]; i++) {
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.h 138 // is equivalent to the number of children the bookmark bar node from the
208 // for each of the children of the root node from the model.
330 // Used to position all children.
  /external/chromium/chrome/browser/ui/webui/
gpu_internals_ui.cc 507 node.children.begin();
508 it != node.children.end();
552 if (gpu_info.dx_diagnostics.children.size())
  /external/clang/lib/CodeGen/
CGDecl.cpp 494 for (Stmt::const_child_range children = s->children(); children; ++children)
495 // children might be null; as in missing decl or conditional of an if-stmt.
496 if ((*children) && isAccessedBy(var, *children))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/
eclipse_1310.so 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentsView.java 188 // Set the children sorter
191 // Sort children using specific comparison (see the implementation
413 // TODO (frederic) also collapse expanded components children elements
  /external/icu4c/common/
rbbinode.cpp 113 // for these node types, multiple instances point to the same "children"
114 // Storage ownership of children handled elsewhere. Don't delete here.
340 // Unconditinally dump children of all other node types.
  /external/iproute2/man/man8/
tc-cbq-details.8 125 means of classifying traffic to its children, if any.
294 class is going to have children.
316 Maximum rate this class and all its children combined can send at. Mandatory.
tc-cbq.8 109 children), we enqueue the packet there. If it is not yet a leaf node, we do
206 class is going to have children.
233 Maximum rate this class and all its children combined can send at. Mandatory.
  /external/kernel-headers/original/linux/
wait.h 11 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */
12 #define __WALL 0x40000000 /* Wait on all children, regardless of type */
13 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */
  /external/libxslt/libxslt/
variables.c 338 if (RVT->children != NULL) {
339 xmlFreeNodeList(RVT->children);
340 RVT->children = NULL;
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 90 const std::vector<MachineDomTreeNode*> &Children = Node->getChildren();
92 Children.begin(), E = Children.end(); I != E; ++I) {
  /external/qemu/hw/
qdev.c 102 QLIST_INSERT_HEAD(&bus->children, dev, sibling);
446 QLIST_INIT(&bus->children);
513 QLIST_FOREACH(dev, &bus->children, sibling) {
  /external/v8/test/cctest/
test-mark-compact.cc 378 // But make children strong roots---all the objects (except for children)
402 // And now make children weak again and collect them.
  /external/webkit/Source/WebCore/accessibility/
AccessibilityTable.cpp 301 // and add them as children
340 m_children.append(row->children());
431 AccessibilityChildrenVector rowChildren = m_rows[row]->children();
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 300 bool GraphicsLayerCA::setChildren(const Vector<GraphicsLayer*>& children)
302 bool childrenChanged = GraphicsLayer::setChildren(children);
790 const Vector<GraphicsLayer*>& childLayers = children();
914 const Vector<GraphicsLayer*>& childLayers = children();
921 // Add the primary layer. Even if we have negative z-order children, the primary layer always comes behind.
924 // FIXME: add the contents layer in the correct order with negative z-order children.
926 // for replaced elements that don't have children.
    [all...]
  /external/webkit/Source/WebCore/xml/
XPathStep.cpp 241 if (context->isAttributeNode()) // In XPath model, attribute nodes do not have children.
249 if (context->isAttributeNode()) // In XPath model, attribute nodes do not have children.
367 if (context->isAttributeNode()) // In XPath model, attribute nodes do not have children.
  /frameworks/base/core/java/android/widget/
GridView.java 668 * @param childrenTop Where to start drawing children
669 * @param childrenBottom Last pixel where children can be drawn
722 * @param childrenBottom Bottom pixel were children can be drawn
741 * @param childrenTop Top pixel were children can be drawn
840 * @param childrenTop Where to start drawing children
841 * @param childrenBottom Last pixel where children can be drawn
    [all...]
TableRow.java 32 * <p>A layout that arranges its children horizontally. A TableRow should
37 * <p>The children of a TableRow do not need to specify the
336 * than the number of children in this row
  /frameworks/base/core/java/com/android/internal/widget/
SizeAdaptiveLayout.java 42 * A layout that switches between its children based on the requested layout height.
44 * if children specify overlapping ranges. A child may specify the maximum height
247 if (DEBUG) Log.d(TAG, this + " changed children from: " + mLastActive +
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 217 * copying and return a node with no children.
364 for (LeafNodeImpl child : children) {
374 for (LeafNodeImpl child : children) {

Completed in 1035 milliseconds

<<41424344454647484950>>