OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:traversal
(Results
501 - 525
of
904
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/libxml2/doc/devhelp/
libxml2-xpath.html
344
</pre><p>An axis
traversal
function. To traverse an axis, the engine calls the first time with cur == NULL and repeat until the function returns NULL indicating the end of the axis
traversal
.</p>
[
all
...]
libxml2-xpointer.html
126
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>doc</tt></i>:</span></td><td>the XML document</td></tr><tr><td><span class="term"><i><tt>here</tt></i>:</span></td><td>the node that directly contains the XPointer being evaluated or NULL</td></tr><tr><td><span class="term"><i><tt>origin</tt></i>:</span></td><td>the element from which a user or program initiated
traversal
of the link, or NULL.</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the <a href="libxml2-xpath.html#xmlXPathContext">xmlXPathContext</a> just allocated.</td></tr></tbody></table></div></div>
/external/tpm2/
NV.c
125
// time this function is called, the value in iter would be adjusted pointing to the next element in
traversal
. If
128
//
traversal
.
[
all
...]
/external/v8/src/compiler/
simplified-lowering.cc
329
bool queued_ = false; // Bookkeeping for the
traversal
.
330
bool visited_ = false; // Bookkeeping for the
traversal
.
[
all
...]
/frameworks/base/core/java/android/text/
SpannableStringBuilder.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackView.java
[
all
...]
/libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java
[
all
...]
/art/compiler/optimizing/
constant_folding_test.cc
559
* (forward) post-order
traversal
of the the dominator tree.
/art/runtime/gc/allocator/
rosalloc.h
224
// supporting the kUseTail == false parameter would require a O(n) linked list
traversal
to do
[
all
...]
/art/runtime/
profiler.cc
91
// This is called from either a thread list
traversal
or from a checkpoint. Regardless
/external/apache-xml/src/main/java/org/apache/xpath/
NodeSetDTM.java
33
import org.w3c.dom.
traversal
.NodeIterator;
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
layer2.py
680
traversal
of the index. Default is forward (True).
[
all
...]
/external/clang/lib/CodeGen/
CodeGenPGO.cpp
207
/// The count at the current location in the
traversal
.
/external/e2fsprogs/lib/ext2fs/
tdb.c
228
int traverse_read; /* read-only
traversal
*/
235
struct tdb_traverse_lock travlocks; /* current
traversal
locks */
[
all
...]
/external/google-breakpad/src/third_party/libdisasm/
libdis.h
275
/* Linked list of x86_op_t; provided for manual
traversal
of the operand
[
all
...]
/external/guava/guava/src/com/google/common/collect/
MinMaxPriorityQueue.java
378
* used by iterator.remove so as to visit elements during a
traversal
once and
/external/guava/guava/src/com/google/common/util/concurrent/
CycleDetectingLockFactory.java
718
* Performs a depth-first
traversal
of the graph edges defined by each
[
all
...]
/external/jsoncpp/include/json/
value.h
627
* \internal previous_ & next_ allows for bidirectional
traversal
.
/external/libmicrohttpd/src/microhttpd/
internal.h
1226
* Used to avoid O(n)
traversal
over all connections when determining
[
all
...]
/external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h
489
/// Visit all nodes in the expression tree using worklist
traversal
.
/external/llvm/lib/Support/
Path.cpp
677
// Skip the root path, then look for
traversal
in the components.
/external/llvm/lib/Transforms/IPO/
Inliner.cpp
665
/// processing to avoid breaking the SCC
traversal
.
[
all
...]
/external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp
14
//
traversal
. Doing so would be pretty trivial.
[
all
...]
/external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp
186
/// if it's not already in there. Stop predecessor
traversal
when we reach
[
all
...]
/external/mesa3d/src/mesa/program/
prog_noise.c
512
* then find the correct
traversal
order for the simplex we're in.
Completed in 2348 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>