OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:walk
(Results
51 - 75
of
985
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js
3
//
Walk
up the caller chain and try to find a reference to the Inspector's window
/frameworks/compile/slang/
slang_rs_check_ast.h
26
// This class is designed to
walk
a Renderscript/Filterscript AST looking for
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
MachineProbe.java
61
// for (Edge e : startState.edges) { //
walk
edges looking for valid
85
//
walk
looking for edge whose target is next dfa state
126
//
walk
p's transitions, looking for label
/external/elfutils/libdw/
libdw_visit_scopes.c
56
enum die_class { ignore, match, match_inline,
walk
, imported };
enumerator in enum:die_class
85
return
walk
;
134
case
walk
:
/external/llvm/lib/IR/
TypeFinder.cpp
103
// Recursively
walk
all contained types.
109
/// incorporateValue - This method is used to
walk
operand lists finding types
137
/// incorporateMDNode - This method is used to
walk
the operands of an MDNode to
/external/webkit/Source/WebCore/rendering/svg/
SVGResourcesCycleSolver.cpp
62
//
Walk
all resources and check wheter they reference any resource contained in the resources set.
82
//
Walk
all child resources and check wheter they reference any resource contained in the resources set.
89
//
Walk
children recursively, stop immediately if we found a cycle
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java
31
* This class does a pre-order
walk
of the DTM tree, calling a ContentHandler
59
* Get the ContentHandler used for the tree
walk
.
61
* @return the ContentHandler used for the tree
walk
69
* Set the ContentHandler used for the tree
walk
.
71
* @param ch the ContentHandler to be the result of the tree
walk
.
/external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java
39
* This class does a pre-order
walk
of the DOM tree, calling a ContentHandler
60
* Get the ContentHandler used for the tree
walk
.
62
* @return the ContentHandler used for the tree
walk
70
* Get the ContentHandler used for the tree
walk
.
72
* @return the ContentHandler used for the tree
walk
/external/llvm/include/llvm/Analysis/
PtrUseVisitor.h
10
/// This file provides a collection of visitors which
walk
the (instruction)
159
/// \brief
Walk
the operands of a GEP and adjust the offset as appropriate.
161
/// This routine does the heavy lifting of the pointer
walk
by computing
170
/// will
walk
its uses and visit each instruction using an InstVisitor. It also
250
// If we can't
walk
the GEP, clear the offset.
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp
95
// by doing a
walk
during the emission phase. We add temporary
136
//
Walk
through and emit the buckets for the table. Each index is
150
//
Walk
through the buckets and emit the individual hashes for each
162
//
Walk
through the buckets and emit the individual offsets for each
181
//
Walk
through the buckets and emit the full data for each element in
/external/skia/src/gpu/
GrReducedClip.cpp
135
//
walk
backwards until we get to:
143
// During our backwards
walk
, track whether we've seen ops that either grow or shrink the clip.
284
// Replace will always terminate our
walk
. We will either begin the forward
walk
393
skippable = false; // we would have skipped it in the backwards
walk
if we
/external/clang/lib/Sema/
JumpDiagnostics.cpp
239
// If the decl has an initializer,
walk
it with the potentially new
284
/// coherent VLA scope with a specified parent node.
Walk
through the
330
// it. This makes the second scan not have to
walk
the AST again.
403
// Recursively
walk
the AST for the @try part.
439
// Recursively
walk
the AST for the @synchronized object expr, it is
443
// Recursively
walk
the AST for the @synchronized part, protected by a new
456
// Recursively
walk
the AST for the @autoreleasepool part, protected by a new
480
// Recursively
walk
the AST.
626
//
Walk
through all the jump sites, checking that they can trivially
632
//
Walk
out the "scope chain" for this scope, looking for a scop
[
all
...]
/external/webkit/LayoutTests/fast/js/resources/
json2-es5-compat.js
406
function
walk
(holder, key) {
408
// The
walk
method is used to recursively
walk
the resulting structure so
415
v =
walk
(value, k);
465
// In the optional fourth stage, we recursively
walk
the new structure, passing
469
walk
({'': j}, '') : j;
/external/webkit/PerformanceTests/SunSpider/hosted/
json2.js
410
function
walk
(holder, key) {
412
// The
walk
method is used to recursively
walk
the resulting structure so
419
v =
walk
(value, k);
469
// In the optional fourth stage, we recursively
walk
the new structure, passing
473
walk
({'': j}, '') : j;
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
Main.java
174
// NOw
walk
it with the generic tree walker, which does nothing but
181
System.out.println(" AST
Walk
Start${symbol_escape}n");
190
System.out.println("AST
walk
caused exception.");
/external/antlr/antlr-3.4/runtime/Ruby/
History.txt
72
- added new #each_on_channel and #
walk
convenience methods to ANTLR3::CommonTokenStream
125
- Added BaseTree#
walk
, which iterates in a top-down fashion across all notes in a tree.
126
- Added BaseTree#prune, which stops decent into the current node during BaseTree#
walk
.
/bionic/libc/bionic/
getcwd.cpp
47
// TODO: if we need to support paths longer than that, we'll have to
walk
the tree ourselves.
/bionic/libc/kernel/tools/
update_all.py
46
for root, dirs, files in os.
walk
( original_dir ):
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BaseTree.java
161
//
walk
others to increment their child indexes
171
//
walk
rest and decrement their child indexes
312
/**
Walk
upwards looking for ancestor with this token type. */
315
/**
Walk
upwards and get first ancestor with this token type. */
/external/chromium/chrome/browser/resources/net_internals/
loggrouper.js
66
//
Walk
up the parent stack to find the corresponding BEGIN for this END.
/external/chromium-trace/trace-viewer/src/tracks/
async_slice_group_track.js
40
* It uses a very simple approach:
walk
through the slices in sorted order
/external/eigen/scripts/
relicense.py
52
for root, sub_folders, files in os.
walk
(rootdir):
/external/libusb-compat/
README
5
with libusb-1.0. libusb-compat-0.1 attempts to look, feel, smell and
walk
/external/webkit/Tools/Scripts/
make-gypi
46
for directory_path, directory_names, file_names in os.
walk
('.'):
/libcore/luni/src/main/java/java/lang/
VMClassLoader.java
29
* It would be simpler to just
walk
through the class path elements
Completed in 1059 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>