/external/guava/guava/src/com/google/common/collect/ |
BstAggregate.java | 33 * entryValue} of this node and all its descendants. 38 * The value on a single entry, ignoring its descendants.
|
BstNode.java | 37 * descendants. 46 * The key on which this binary search tree is ordered. All descendants of the left subtree of
|
/packages/apps/Mms/src/com/android/mms/dom/ |
NodeListImpl.java | 37 * Constructs a NodeList by searching for all descendants or the direct 40 * @param tagName The tag name to be searched for. If null, all descendants 43 * to all descendants otherwise.
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
Axis.java | 58 * The descendant axis contains the descendants of the context node; 66 * descendants of the context node. 73 * any descendants and excluding attribute nodes and namespace nodes. 121 * root, descendants, attributes, and namespace node decls. 202 "descendants-from-root", // 17 203 "descendants-or-self-from-root", // 18
|
/libcore/luni/src/main/java/org/w3c/dom/ |
EntityReference.java | 29 * resolution depends on where the entity reference is, the descendants of 35 * all their descendants are readonly.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion1-expected-completion11.txt | 66 <requestFocus /> : Requests focus for the parent element or one of its descendants
|
completion1-expected-completion12.txt | 66 <requestFocus /> : Requests focus for the parent element or one of its descendants
|
completion9-expected-completion64.txt | 67 <requestFocus /> : Requests focus for the parent element or one of its descendants
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarAST.java | 355 public static List<Tree> descendants(Tree root){ method in class:GrammarAST 356 return descendants(root, false); 359 public static List<Tree> descendants(Tree root, boolean insertDownUpNodes){ method in class:GrammarAST 369 for (Tree subchild : descendants(child, true)) 378 for (Tree subchild : descendants(child, false)) 392 List<Tree> descendants = descendants(this); local 393 for (Tree child : descendants) { 449 Iterator<Tree> thisDescendants = descendants(this, true).iterator(); 450 Iterator<Tree> otherDescendants = descendants(other, true).iterator() [all...] |
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityEvent.java | 89 * (without descendants of AdapterView).</li> 91 * (without descendants of AdapterView).</li> 93 * inclusive (for descendants of AdapterView).</li> 95 * inclusive (for descendants of AdapterView).</li> 97 * (for descendants of AdapterView).</li> 117 * (without descendants of AdapterView).</li> 119 * (without descendants of AdapterView).</li> 121 * inclusive (for descendants of AdapterView).</li> 123 * inclusive (for descendants of AdapterView).</li> 125 * (for descendants of AdapterView).</li [all...] |
/external/chromium/chrome/browser/ui/views/ |
accessibility_event_router_views.h | 32 // that widget and all of its descendants will start sending accessibility 34 // specific descendants using other methods.
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
textreplacewholetext06.js | 86 Where the nodes to be removed are read-only descendants of an EntityReference, the EntityReference 88 descendants that are not EntityReference, Text, or CDATASection nodes, the replaceWholeText
|
/external/webkit/Source/WebCore/manual-tests/ |
nested-plug-ins.html | 21 non-displaying ancestor, and that making an ancestor visible and displaying shows only its descendants the are visible and displaying.
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
CCLayerImpl.h | 72 // Returns true if any of the layer's descendants has content to draw. 196 // Render surface associated with this layer. The layer and its descendants 200 // Hierarchical bounding rect containing the layer and its descendants.
|
/frameworks/base/docs/html/guide/topics/ui/ |
how-android-draws.jd | 44 that View's descendants. A View's measured width and measured height values 91 descendants will fit within this size.</li> 93 child. The child must guarantee that it and all of its descendants will fit
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_model_observer.h | 51 // Invoked when the children (just direct children, not descendants) of
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.html | 23 content, and 'img' and 'span' tags as descendants somewhere.
|
/external/clang/include/clang/AST/ |
ParentMap.h | 28 /// stmt tree of S. All children of S including indirect descendants are
|
/external/clang/include/clang/Tooling/ |
ArgumentsAdjusters.h | 10 // This file declares base abstract class ArgumentsAdjuster and its descendants.
|
/external/v8/tools/ |
profile_view.js | 91 * corresponding function and its descendants (not that depending on 153 * corresponding function and its descendants (not that depending on
|
/external/webkit/Source/WebCore/dom/ |
NodeIterator.cpp | 103 // In other words, FILTER_REJECT does not pass over descendants 132 // In other words, FILTER_REJECT does not pass over descendants
|
/external/webkit/Source/WebKit2/WebProcess/win/ |
WebProcessWin.cpp | 173 // Also include any descendants of those top-level windows. 178 // Also include any descendants of the WebPages' windows which we've created (e.g., for windowed plugins).
|
/developers/samples/android/ui/holo/BorderlessButtons/res/layout/ |
activity_main.xml | 54 Theme.Holo or one of its descendants), a LinearLayout with the
|
/external/chromium/chrome/browser/accessibility/ |
accessibility_mac_uitest.mm | 151 // Observe AX notifications on element and all descendants.
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/basis/ |
FilteredBasis.java | 90 "Method value cannot be called on FilteredBasis and its descendants. Use getBuffer instead!");
|