/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSSerializerFilter.java | 15 import org.w3c.dom.traversal.NodeFilter; 21 * based on the <code>NodeFilter</code> interface defined in [<a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>DOM Level 2 Traversal and Range</a>] 57 * <br> Unlike [<a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>DOM Level 2 Traversal and Range</a>] 60 * <br> The constants used here are defined in [<a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>DOM Level 2 Traversal and Range</a>]
|
/frameworks/base/core/tests/overlaytests/ |
Android.mk | 1 # Dummy makefile to halt recursive directory traversal.
|
/libcore/luni/src/main/java/org/w3c/dom/traversal/ |
NodeIterator.java | 13 package org.w3c.dom.traversal; 25 * document-order traversal of a document subtree. Instances of these 28 * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
|
NodeFilter.java | 13 package org.w3c.dom.traversal; 21 * node. If the filter says to accept the node, the traversal logic returns 22 * it; otherwise, traversal looks for the next node and pretends that the 32 * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>. 76 * or traversal. Since attributes are never children of other nodes, 97 * position of the traversal. Since entities are not part of the 127 * position of the traversal. Since notations are not part of the
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
ContextNodeList.java | 24 import org.w3c.dom.traversal.NodeIterator;
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformState.java | 30 import org.w3c.dom.traversal.NodeIterator;
|
XalanTransformState.java | 31 import org.w3c.dom.traversal.NodeIterator;
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMNodeIterator.java | 29 import org.w3c.dom.traversal.NodeFilter; 52 * filter directly into the traversal object, getNodeFilter() is not 59 public class DTMNodeIterator implements org.w3c.dom.traversal.NodeIterator 92 // org.w3c.dom.traversal.NodeFilter API follows 119 * built stateful XPath-based filtering directly into the traversal
|
/external/eigen/test/ |
vectorization_logic.cpp | 32 bool test_assign(const Dst&, const Src&, int traversal, int unrolling) 35 bool res = internal::assign_traits<Dst,Src>::Traversal==traversal 39 std::cerr << " Expected Traversal == " << demangle_traversal(traversal) 40 << " got " << demangle_traversal(internal::assign_traits<Dst,Src>::Traversal) << "\n"; 48 bool test_assign(int traversal, int unrolling) 51 bool res = internal::assign_traits<Dst,Src>::Traversal==traversal 55 std::cerr << " Expected Traversal == " << demangle_traversal(traversal [all...] |
/external/chromium/base/test/ |
test_file_util_posix.cc | 55 FileEnumerator traversal(source_dir, true, traverse_type); 98 current = traversal.Next(); 99 traversal.GetFindInfo(&info);
|
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
ExpressionContext.java | 27 import org.w3c.dom.traversal.NodeIterator;
|
/external/chromium/chrome/browser/sync/engine/ |
change_reorder_buffer.cc | 23 // Traversal provides a way to collect a set of nodes from the syncable 26 // Traversal starts out empty and is grown by means of the ExpandToInclude 29 class ChangeReorderBuffer::Traversal { 34 Traversal() : top_(kInvalidId) { } 36 // Expand the traversal so that it includes the node indicated by 55 // upwards from |top_| to unite the original traversal with the 80 // Return the top node of the traversal. Use this as a starting point 84 // Return an iterator corresponding to the first child (in the traversal) 93 // Return an iterator corresponding to the last child in the traversal 100 // The topmost point in the directory hierarchy that is in the traversal, 132 Traversal traversal; local [all...] |
/external/chromium_org/sync/internal_api/ |
change_reorder_buffer.cc | 24 // Traversal provides a way to collect a set of nodes from the syncable 27 // Traversal starts out empty and is grown by means of the ExpandToInclude 30 class ChangeReorderBuffer::Traversal { 35 Traversal() : top_(kInvalidId) { } 37 // Expand the traversal so that it includes the node indicated by 56 // upwards from |top_| to unite the original traversal with the 81 // Return the top node of the traversal. Use this as a starting point 85 // Return an iterator corresponding to the first child (in the traversal) 94 // Return an iterator corresponding to the last child in the traversal 101 // The topmost point in the directory hierarchy that is in the traversal, 164 Traversal traversal; local [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XObjectFactory.java | 150 else if (val instanceof org.w3c.dom.traversal.NodeIterator) 152 result = new XNodeSetForDOM((org.w3c.dom.traversal.NodeIterator)val, xctxt);
|
XNodeSetForDOM.java | 29 import org.w3c.dom.traversal.NodeIterator;
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
CachedXPathAPI.java | 32 import org.w3c.dom.traversal.NodeIterator;
|
XPathAPI.java | 32 import org.w3c.dom.traversal.NodeIterator;
|
/external/mdnsresponder/mDNSCore/ |
uDNS.c | 416 #pragma mark - NAT Traversal 554 mDNSexport mStatus mDNS_StartNATOperation_internal(mDNS *const m, NATTraversalInfo *traversal) 558 LogInfo("mDNS_StartNATOperation_internal %p Protocol %d IntPort %d RequestedPort %d NATLease %d", traversal, 559 traversal->Protocol, mDNSVal16(traversal->IntPort), mDNSVal16(traversal->RequestedPort), traversal->NATLease); 561 // Note: It important that new traversal requests are appended at the *end* of the list, not prepended at the start 564 if (traversal == *n) 566 LogMsg("Error! Tried to add a NAT traversal that's already in the active list: request %p Prot %d Int %d TTL %d" [all...] |
uDNS.h | 83 extern mStatus mDNS_StartNATOperation_internal(mDNS *const m, NATTraversalInfo *traversal); 123 // NAT traversal
|
/external/chromium_org/remoting/webapp/ |
host_screen.js | 265 * Callback to show or hide the NAT traversal warning when the policy changes. 266 * @param {boolean} enabled True if NAT traversal is enabled. 272 natBox.classList.add('traversal-enabled'); 274 natBox.classList.remove('traversal-enabled');
|
/external/chromium_org/v8/test/cctest/ |
log-eq-of-logging-and-traversal.js | 102 if (line === "test-traversal-done,\"\"") break; 141 // functions traversal may erroneously recognize them as functions, so we are 142 // expecting more functions in traversal vs. logging. 144 // than traversal.
|
/external/v8/test/cctest/ |
log-eq-of-logging-and-traversal.js | 102 if (line === "test-traversal-done,\"\"") break; 141 // functions traversal may erroneously recognize them as functions, so we are 142 // expecting more functions in traversal vs. logging. 144 // than traversal.
|
/external/chromium/base/ |
file_util_posix.cc | 164 FileEnumerator traversal(path, true, static_cast<FileEnumerator::FILE_TYPE>( 167 for (FilePath current = traversal.Next(); success && !current.empty(); 168 current = traversal.Next()) { 170 traversal.GetFindInfo(&info); 258 FileEnumerator traversal(from_path, recursive, traverse_type); 311 current = traversal.Next(); 312 traversal.GetFindInfo(&info);
|
/external/chromium_org/base/ |
file_util_posix.cc | 181 FileEnumerator traversal(path, true, 184 for (FilePath current = traversal.Next(); success && !current.empty(); 185 current = traversal.Next()) { 186 if (traversal.GetInfo().IsDirectory()) 251 FileEnumerator traversal(from_path, recursive, traverse_type); 304 current = traversal.Next(); 306 from_stat = traversal.GetInfo().stat();
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
util.js | 216 * @param {Function} callback Called on each node in the traversal.
224 * A class to hold state for a dom traversal.
225 * @param {Function} callback Called on each node in the traversal.
235 * @param {Element} root The root node of the traversal.
247 * @param {Element} node The current node of the traversal.
|