OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:traversal
(Results
76 - 100
of
888
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/runtime/gc/accounting/
space_bitmap.h
132
// max during the
traversal
.
136
// Visits set bits with an in order
traversal
. The callback is not permitted to change the bitmap
137
// bits or max during the
traversal
.
/external/apache-xml/src/main/java/org/apache/xpath/axes/
MatchPatternIterator.java
38
*
traversal
against the LocationPath interpreted as a match pattern. This
49
/** The
traversal
axis from where the nodes will be filtered. */
52
/** The DTM inner
traversal
class, that corresponds to the super axis. */
/external/jsoncpp/devtools/
antglob.py
13
# while doing the recursive
traversal
in the glob_impl method of glob function.
17
# while doing the recursive
traversal
in the glob_impl method of glob function.
21
# while doing the recursive
traversal
in the glob_impl method of glob function.
/external/kernel-headers/original/uapi/linux/
pfkeyv2.h
199
/* This defines the TYPE of Nat
Traversal
in use. Currently only one
210
/* Pass a NAT
Traversal
port (Source or Dest port) */
365
/* The next four entries are for setting up NAT
Traversal
*/
/external/v8/src/compiler/
control-equivalence.h
42
// 1) A breadth-first backwards
traversal
to determine the set of nodes that
44
// 2) An undirected depth-first backwards
traversal
that determines class
106
//
traversal
, edges towards the representative nodes are preferred.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
token_iterator.hpp
182
typename
Traversal
= forward_traversal_tag>
184
: public input_iterator_facade<Derived,ValueType,Reference,
Traversal
> {
187
typedef input_iterator_facade<Derived,ValueType,Reference,
Traversal
> base;
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
NodeTest.java
63
* Make sure this does not conflict with {@link org.w3c.dom.
traversal
.NodeFilter}.
69
* These constants are defined in the {@link org.w3c.dom.
traversal
.NodeFilter}
72
* @return bitset mainly defined in {@link org.w3c.dom.
traversal
.NodeFilter}.
81
* These constants are defined in the {@link org.w3c.dom.
traversal
.NodeFilter}
84
* @param what bitset mainly defined in {@link org.w3c.dom.
traversal
.NodeFilter}.
195
* @param whatToShow Bit set defined mainly by {@link org.w3c.dom.
traversal
.NodeFilter}.
208
* @param whatToShow Bit set defined mainly by {@link org.w3c.dom.
traversal
.NodeFilter}.
264
* @param whatToShow Bit set defined mainly by {@link org.w3c.dom.
traversal
.NodeFilter}.
280
* @param whatToShow Bit set defined mainly by {@link org.w3c.dom.
traversal
.NodeFilter}.
/external/clang/test/Tooling/
clang-check-ast-dump.cpp
53
// Check that
traversal
continues after the previous construct.
/external/iptables/libipq/
ipq_set_verdict.3
52
Accept the packet and continue
traversal
within the kernel.
/external/llvm/include/llvm/ADT/
SCCIterator.h
82
/// A single "visit" within the non-recursive DFS
traversal
.
85
/// The stack-based DFS
traversal
; defined below.
88
/// Compute the next SCC using the DFS
traversal
.
200
// the DFS
traversal
till the next ++).
/external/toybox/lib/
llist.c
89
// Terminate circular list for
traversal
in either direction. Returns end *.
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LinearLayoutManagerBaseConfigSetTest.java
168
assertEquals(config + ":\nfirst visible child should match
traversal
result\n"
173
config + ":\nfirst fully visible child should match
traversal
result\n"
178
assertEquals(config + ":\nlast visible child should match
traversal
result\n"
183
config + ":\nlast fully visible child should match
traversal
result\n"
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMImplementationImpl.java
60
// "ElementTraversal" (org.w3c.dom.
traversal
) versions "1.0"
/libcore/luni/src/test/java/tests/org/w3c/dom/
ElementGetElementsByTagNameNS.java
12
* encountered in a preorder
traversal
of the Document tree. Invoke
/cts/tests/accessibilityservice/res/values/
strings.xml
128
<!-- String title of the accessibility text
traversal
test activity. -->
129
<string name="accessibility_text_traversal_test_activity">Accessibility text
traversal
test</string>
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeFilter.cs
45
rule application strategy and a ``down then up'' tree
traversal
68
pattern matcher is the actual tree
traversal
. We have to get the
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeFilter.java
41
rule application strategy and a ``down then up'' tree
traversal
64
pattern matcher is the actual tree
traversal
. We have to get the
/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);
/external/eigen/Eigen/src/SparseLU/
SparseLU_heap_relax_snode.h
76
// Identify the relaxed supernodes by postorder
traversal
of the etree
118
} // End postorder
traversal
of the etree
/external/eigen/unsupported/Eigen/
BVH
55
* for
traversal
. To abstract from the query, the query is responsible for keeping track of results.
57
* To be used in the algorithms, a hierarchy must implement the following
traversal
mechanism (see KdBVH for a sample implementation): \code
/external/llvm/include/llvm/Analysis/
CaptureTracking.h
58
/// tooManyUses - The depth of
traversal
has breached a limit. There may be
70
/// use U. Return true to stop the
traversal
or false to continue looking
/external/mdnsresponder/mDNSCore/
uDNS.h
83
extern mStatus mDNS_StartNATOperation_internal(mDNS *const m, NATTraversalInfo *
traversal
);
123
// NAT
traversal
/external/vboot_reference/futility/
traversal.c
13
#include "
traversal
.h"
95
/* This are the expected areas, in order of
traversal
. */
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_traversal.h
27
#include "suggest/core/policy/
traversal
.h"
34
class TypingTraversal : public
Traversal
{
/prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04-sources.jar
Completed in 1889 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>