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
888
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
542
// we must do the
traversal
from back to front in order to maintain the
548
//
traversal
we maintain a stack of currently "open" slices for each input
550
// our input group
traversal
to the time we reach an slice in this
551
//
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/
coalesced-live-ranges.h
118
//
traversal
of conflicts.
gap-resolver.cc
53
// Perform a depth-first
traversal
of the move graph to resolve dependencies.
/external/v8/src/heap/
store-buffer.h
40
// This is used by the heap
traversal
to enter the addresses into the store
/external/v8/src/profiler/
heap-profiler.cc
183
// Can't break -- kFilterUnreachable requires full heap
traversal
.
Completed in 1928 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>