/libcore/luni/src/main/java/org/w3c/dom/ |
Entity.java | 40 * <code>Entity</code> node subtree is <code>null</code>. The same is true
|
Document.java | 228 * and the resulting nodes reassembled to form the corresponding subtree. 237 * <code>DocumentFragment</code> to form the corresponding subtree. 254 * corresponding subtree.</dd> 264 * the resulting nodes reassembled to form the corresponding subtree.</dd> 296 * @param deep If <code>true</code>, recursively import the subtree under [all...] |
/packages/inputmethods/PinyinIME/jni/include/ |
dictbuilder.h | 131 // Construct a subtree using a subset of the spelling array (from
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
ftw.h | 96 subtree, instead just continue with its next
|
/external/llvm/include/llvm/ADT/ |
ImmutableSet.h | 56 /// Return a pointer to the left subtree. This value 57 /// is NULL if there is no left subtree. 60 /// Return a pointer to the right subtree. This value is 61 /// NULL if there is no right subtree. 71 /// find - Finds the subtree associated with the specified key value. 72 /// This method returns NULL if no matching subtree is found. 87 /// getMaxElement - Find the subtree associated with the highest ranged 165 /// contains - Returns true if this tree contains a subtree (node) that 171 /// object (specifed by Callback) for every node/subtree in the tree. 253 /// isMutable - Returns true if the left and right subtree reference [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
DOM2DTM.java | 57 * tree. You can wrap a DOM2DTM around a specific node and its subtree 84 /** The top of the subtree. 93 /** true if ALL the nodes in the m_root subtree have been processed; 709 // we decided to allow wrapping a DTM around a subtree. 895 * Retrieve the text content of a DOM subtree, appending it into a [all...] |
/external/webkit/Source/WebCore/page/ |
FrameView.cpp | 651 // call will not cause the subtree under it to repaint. Explicitly call the syncCompositingState on 861 bool subtree = m_layoutRoot; local 868 RenderObject* root = subtree ? m_layoutRoot : document->renderer(); 913 m_doFullRepaint = !subtree && (m_firstLayout || toRenderView(root)->printing()); 915 if (!subtree) { 964 if (subtree) { 978 if (subtree) { 988 if (!subtree && !toRenderView(root)->printing()) [all...] |
/external/valgrind/main/cachegrind/ |
cg_merge.c | 1076 /* insert into the left subtree */ 1109 /* insert into the right subtree */ 1162 /* remove from the left subtree */ 1198 /* remove from the right subtree */ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasViewInfo.java | 815 /** Create a subtree recursively until you run out of keys */ 1135 CanvasViewInfo subtree = createSubtree(parent, viewInfo, parentX, parentY); local [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
AVT.java | 533 * the current subtree. 535 * @return true if traversal outside the context node's subtree can occur.
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMIterator.java | 129 * within the root's subtree which is _not_ skipped by the filters. 170 * is rejected by the filters) the first node within its subtree which is
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
TreeWalker.java | 127 * Note that TreeWalker assumes that the subtree is intended to represent 182 * Note that TreeWalker assumes that the subtree is intended to represent
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
AxesWalker.java | 241 * whether or not it is within the subtree specified by the root node or 514 * false, the subtree should not be called.
|
FilterExprIteratorSimple.java | 273 * false, the subtree should not be called.
|
FilterExprWalker.java | 320 * false, the subtree should not be called.
|
/external/webkit/Source/WebCore/dom/ |
EventDispatcher.cpp | 177 // Trim ancestors to lowestCommonBoundary to keep events inside of the common shadow DOM subtree. 180 // Set event's related target to the first encountered shadow DOM boundary in the divergent subtree.
|
/external/webkit/Source/WebCore/svg/ |
SVGSVGElement.cpp | 641 // getElementById on SVGSVGElement is restricted to only the child subtree defined by the <svg> element. 649 // Fall back to traversing our subtree. Duplicate ids are allowed, the first found will
|
/external/bluetooth/glib/glib/ |
gnode.h | 209 * (only traverses `node' and its subtree).
|
/external/chromium/chrome/browser/ |
utility_process_host.h | 123 // will be given access to the directory subtree that the extension file is
|
/external/chromium/chrome/common/extensions/ |
extension_file_util_unittest.cc | 65 // Uninstall. Should remove entire extension subtree.
|
/external/mesa3d/src/glsl/ |
ir_hierarchical_visitor.h | 146 * assignments for portions of a subtree, which means they need a
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebFrameProxy.cpp | 240 printf("NOTE: Printing subtree.\n");
|
/libcore/xml/src/main/java/org/kxml2/kdom/ |
Element.java | 194 * subtree. */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/ |
node_iterators.hpp | 188 // Subtree valid prefix.
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
node_iterators.hpp | 188 // Subtree valid prefix.
|