OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:traversal
(Results
201 - 225
of
902
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/compiler/optimizing/
dead_code_elimination_test.cc
117
* post-order
traversal
of the the dominator tree.
/cts/tests/core/runner/src/com/android/cts/core/runner/support/
TestNgRunner.java
141
* Recursively (preorder
traversal
) apply the filter to all the descriptions.
/external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorExsltFunction.java
118
* Non-recursive
traversal
of FunctionElement tree based on TreeWalker to verify that
/external/apache-xml/src/main/java/org/apache/xalan/templates/
AVTPartXPath.java
63
* @return true if
traversal
outside the context node's subtree can occur.
/external/apache-xml/src/main/java/org/apache/xpath/axes/
ContextNodeList.java
24
import org.w3c.dom.
traversal
.NodeIterator;
OneStepIteratorForward.java
40
/** The
traversal
axis from where the nodes will be filtered. */
ReverseAxesWalker.java
245
/** The DTM inner
traversal
class, that corresponds to the super axis. */
/external/apache-xml/src/main/java/org/apache/xpath/functions/
Function2Args.java
122
* @return true if
traversal
outside the context node's subtree can occur.
Function3Args.java
120
* @return true if
traversal
outside the context node's subtree can occur.
FunctionDef1Arg.java
161
* @return true if
traversal
outside the context node's subtree can occur.
FunctionMultiArgs.java
141
* @return true if
traversal
outside the context node's subtree can occur.
FunctionOneArg.java
101
* @return true if
traversal
outside the context node's subtree can occur.
/external/apache-xml/src/main/java/org/apache/xpath/operations/
Operation.java
65
* @return true if
traversal
outside the context node's subtree can occur.
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
UnionPattern.java
58
* @return true if
traversal
outside the context node's subtree can occur.
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
Graph.py
453
traversal
.
489
Collecting nodes in some depth first
traversal
.
492
traversal
.
550
traversal
. Returns a list of tuples where the first value is the hop
/external/chromium-trace/catapult/tracing/tracing/model/
slice_group.html
560
// we must do the
traversal
from back to front in order to maintain the
566
//
traversal
we maintain a stack of currently "open" slices for each input
568
// our input group
traversal
to the time we reach an slice in this
569
//
traversal
with an end-time before the start time of the "open" slice.
/external/clang/lib/StaticAnalyzer/Checkers/
TraversalChecker.cpp
10
// These checkers print various aspects of the ExprEngine's
traversal
of the CFG
/external/eigen/doc/
StorageOrders.dox
78
because of better data locality. Similarly, column-by-column
traversal
is faster for column-major
/external/google-breakpad/src/third_party/libdisasm/
x86_operand_list.c
157
/* save us a list
traversal
for common counts... */
/external/ipsec-tools/src/racoon/
racoon.8
112
for NAT-
Traversal
port-floating.
remoteconf.h
98
int nat_traversal; /* NAT-
Traversal
*/
/external/jemalloc/include/jemalloc/internal/
rtree.h
66
* subtrees[0] unused and avoiding a level of tree
traversal
.
/external/mesa3d/src/gallium/auxiliary/util/
u_simple_list.h
187
*
traversal
. Useful for freeing a list, element by element.
/external/mesa3d/src/mesa/main/
simple_list.h
194
*
traversal
. Useful for freeing a list, element by element.
/external/v8/src/compiler/
gap-resolver.cc
53
// Perform a depth-first
traversal
of the move graph to resolve dependencies.
Completed in 301 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>