Home
last modified time | relevance | path

Searched full:walker (Results 1 – 25 of 447) sorted by relevance

12345678910>>...18

/external/apache-xml/src/main/java/org/apache/xpath/axes/
DAxesWalker.java65 * walker in the op map.
101 * Do a deep clone of this walker, including next and previous walkers.
173 * Detaches the walker from the set which it iterated over, releasing
200 * Get the analysis bits for this walker, as defined in the WalkerFactory.
230 …R_SETTING_WALKER_ROOT_TO_NULL, null)); //"\n !!!! Error! Setting the root of a walker to null!!!"); in setRoot()
256 * Set the next walker in the location step chain.
259 * @param walker Reference to AxesWalker derivative, or may be null.
261 public void setNextWalker(AxesWalker walker) in setNextWalker() argument
263 m_nextWalker = walker; in setNextWalker()
267 * Get the next walker in the location step chain.
[all …]
DWalkingIterator.java83 * Get the analysis bits for this walker, as defined in the WalkerFactory.
91 AxesWalker walker = m_firstWalker; in getAnalysisBits() local
93 while (null != walker) in getAnalysisBits()
95 int bit = walker.getAnalysisBits(); in getAnalysisBits()
97 walker = walker.getNextWalker(); in getAnalysisBits()
206 * Get the head of the walker list.
208 * @return The head of the walker list, or null
218 * Set the head of the walker list.
220 * @param walker Should be a valid AxesWalker.
223 public final void setFirstWalker(AxesWalker walker) in setFirstWalker() argument
[all …]
DWalkingIteratorSorted.java98 AxesWalker walker = m_firstWalker; in canBeWalkedInNaturalDocOrderStatic() local
102 for(int i = 0; null != walker; i++) in canBeWalkedInNaturalDocOrderStatic()
104 int axis = walker.getAxis(); in canBeWalkedInNaturalDocOrderStatic()
106 if(walker.isDocOrdered()) in canBeWalkedInNaturalDocOrderStatic()
114 walker = walker.getNextWalker(); in canBeWalkedInNaturalDocOrderStatic()
117 boolean isLastWalker = (null == walker.getNextWalker()); in canBeWalkedInNaturalDocOrderStatic()
120 if(walker.isDocOrdered() && (axis == Axis.DESCENDANT || in canBeWalkedInNaturalDocOrderStatic()
148 // AxesWalker walker = m_firstWalker;
152 // for(int i = 0; null != walker; i++)
154 // int axis = walker.getAxis();
[all …]
/external/antlr/runtime/Ruby/test/functional/ast-output/
Dtree-rewrite.rb1012 walker = FlatListWalker::TreeParser.new( nodes )
1013 result = walker.a
1026 walker = SimpleTreeWalker::TreeParser.new( nodes )
1027 result = walker.a
1040 walker = CombinedRewriteAndAutoWalker::TreeParser.new( nodes )
1041 result = walker.a.tree
1050 walker = CombinedRewriteAndAutoWalker::TreeParser.new( nodes )
1051 result = walker.a.tree
1063 walker = AvoidDupWalker::TreeParser.new( nodes )
1064 result = walker.a
[all …]
/external/antlr/runtime/Ruby/test/functional/tree-parser/
Dbasic.rb39 walker = FlatListWalker::TreeParser.new( nodes )
40 walker.a
41 walker.output.should == "abc, 34"
75 walker = SimpleTreeWalker::TreeParser.new( nodes )
76 walker.a
77 walker.output.should == "abc, 34"
114 walker = FlatVsTreeDecisionWalker::TreeParser.new( nodes )
115 walker.a
116 walker.output.should == "^(a 1)b 2\n"
152 walker = FlatVsTreeDecision2Walker::TreeParser.new( nodes )
[all …]
/external/google-breakpad/src/common/mac/
Dmacho_id.cc73 void MachoID::Update(MachoWalker* walker, off_t offset, size_t size) { in Update() argument
90 if (!walker->ReadBytes(buffer, buffer_size, file_offset)) in Update()
133 MachoWalker walker(memory_, memory_size_, callback, context); in WalkHeader() local
134 return walker.WalkHeader(cpu_type, cpu_subtype); in WalkHeader()
136 MachoWalker walker(path_, callback, context); in WalkHeader() local
137 return walker.WalkHeader(cpu_type, cpu_subtype); in WalkHeader()
142 bool MachoID::WalkerCB(MachoWalker* walker, load_command* cmd, off_t offset, in WalkerCB() argument
149 if (!walker->ReadBytes(&seg, sizeof(seg), offset)) in WalkerCB()
158 if (!walker->CurrentHeader(&header, &header_offset)) in WalkerCB()
166 if (!walker->ReadBytes(&sec, sizeof(sec), offset)) in WalkerCB()
[all …]
/external/cronet/third_party/re2/src/re2/
Dwalker-inl.h26 template<typename T> class Regexp::Walker {
28 Walker();
29 virtual ~Walker();
99 Walker(const Walker&) = delete;
100 Walker& operator=(const Walker&) = delete;
103 template<typename T> T Regexp::Walker<T>::PreVisit(Regexp* re, in PreVisit()
109 template<typename T> T Regexp::Walker<T>::PostVisit(Regexp* re, in PostVisit()
117 template<typename T> T Regexp::Walker<T>::Copy(T arg) { in Copy()
137 template<typename T> Regexp::Walker<T>::Walker() { in Walker() function
141 template<typename T> Regexp::Walker<T>::~Walker() { in ~Walker()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dwalker-inl.h25 template<typename T> class Regexp::Walker {
27 Walker();
28 virtual ~Walker();
98 Walker(const Walker&) = delete;
99 Walker& operator=(const Walker&) = delete;
102 template<typename T> T Regexp::Walker<T>::PreVisit(Regexp* re, in PreVisit()
108 template<typename T> T Regexp::Walker<T>::PostVisit(Regexp* re, in PostVisit()
116 template<typename T> T Regexp::Walker<T>::Copy(T arg) { in Copy()
136 template<typename T> Regexp::Walker<T>::Walker() { in Walker() function
140 template<typename T> Regexp::Walker<T>::~Walker() { in ~Walker()
[all …]
/external/regex-re2/re2/
Dwalker-inl.h25 template<typename T> class Regexp::Walker {
27 Walker();
28 virtual ~Walker();
98 Walker(const Walker&) = delete;
99 Walker& operator=(const Walker&) = delete;
102 template<typename T> T Regexp::Walker<T>::PreVisit(Regexp* re, in PreVisit()
108 template<typename T> T Regexp::Walker<T>::PostVisit(Regexp* re, in PostVisit()
116 template<typename T> T Regexp::Walker<T>::Copy(T arg) { in Copy()
136 template<typename T> Regexp::Walker<T>::Walker() { in Walker() function
141 template<typename T> Regexp::Walker<T>::~Walker() { in ~Walker()
[all …]
/external/pdfium/core/fpdfapi/parser/
Dcpdf_object_walker_unittest.cpp26 CPDF_ObjectWalker walker(std::move(object)); in Walk() local
27 while (RetainPtr<const CPDF_Object> obj = walker.GetNext()) { in Walk()
94 CPDF_ObjectWalker walker(level_0); in TEST() local
95 while (RetainPtr<const CPDF_Object> obj = walker.GetNext()) { in TEST()
96 EXPECT_EQ(cur_parent, walker.GetParent()); in TEST()
111 CPDF_ObjectWalker walker(root_array); in TEST() local
112 while (RetainPtr<const CPDF_Object> obj = walker.GetNext()) { in TEST()
115 walker.SkipWalkIntoCurrentObject(); in TEST()
132 CPDF_ObjectWalker walker(dict); in TEST() local
133 while (RetainPtr<const CPDF_Object> obj = walker.GetNext()) { in TEST()
[all …]
/external/llvm/unittests/Transforms/Utils/
DMemorySSA.cpp46 MemorySSAWalker *Walker; member
52 Walker = MSSA.getWalker(); in TestAnalyses()
175 MemorySSAWalker *Walker = Analyses->Walker; in TEST_F() local
183 // The load is currently clobbered by one of the phi arguments, so the walker in TEST_F()
185 EXPECT_EQ(DefiningAccess, Walker->getClobberingMemoryAccess(LoadInst)); in TEST_F()
195 MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(LoadInst))); in TEST_F()
210 // We had a bug with caching where the walker would report MemoryDef#3's clobber
234 MemorySSAWalker *Walker = Analyses->Walker; in TEST_F() local
241 MemoryAccess *WalkerClobber = Walker->getClobberingMemoryAccess(V); in TEST_F()
251 // walker was caching the initial node it walked. This was fine (albeit
[all …]
/external/pigweed/pw_metric/pw_metric_private/
Dmetric_walker.h62 ScopedName(Token name, MetricWalker& rhs) : walker(rhs) { in ScopedName()
64 PW_ASSERT(walker.path_.size() < walker.path_.capacity()); in ScopedName()
65 walker.path_.push_back(name); in ScopedName()
67 ~ScopedName() { walker.path_.pop_back(); } in ~ScopedName()
68 MetricWalker& walker; member
/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/layout/
DLigatureTree.java145 public void walk(TreeWalker walker) in walk() argument
148 walker.down(target); in walk()
154 subnodes[i].walk(walker); in walk()
159 walker.ligature(ligature); in walk()
162 walker.up(); in walk()
236 public void walk(TreeWalker walker) in walk() argument
238 root.walk(walker); in walk()
239 walker.done(); in walk()
/external/python/cpython2/Lib/compiler/
Dvisitor.py101 def walk(tree, visitor, walker=None, verbose=None): argument
102 if walker is None:
103 walker = _walker()
105 walker.VERBOSE = verbose
106 walker.preorder(tree, visitor)
107 return walker.visitor
/external/google-breakpad/src/processor/
Dstackwalker_mips_unittest.cc160 StackwalkerMIPS walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() local
165 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
189 StackwalkerMIPS walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() local
193 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
213 StackwalkerMIPS walker(&system_info, &raw_context, NULL, &modules, in TEST_F() local
217 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
233 // When the stack walker resorts to scanning the stack, in TEST_F()
270 StackwalkerMIPS walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() local
274 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
346 StackwalkerMIPS walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() local
[all …]
Dstackwalker_mips64_unittest.cc162 StackwalkerMIPS walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() local
167 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
192 StackwalkerMIPS walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() local
196 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
217 StackwalkerMIPS walker(&system_info, &raw_context, NULL, &modules, in TEST_F() local
221 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
238 // When the stack walker resorts to scanning the stack, in TEST_F()
275 StackwalkerMIPS walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() local
279 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
352 StackwalkerMIPS walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() local
[all …]
Dstackwalker_arm_unittest.cc156 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() local
161 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
180 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() local
184 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
200 StackwalkerARM walker(&system_info, &raw_context, -1, NULL, &modules, in TEST_F() local
204 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
219 // When the stack walker resorts to scanning the stack, in TEST_F()
253 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() local
257 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
324 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() local
[all …]
Dstackwalker_riscv64_unittest.cc155 StackwalkerRISCV64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() local
160 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
178 StackwalkerRISCV64 walker(&system_info, &raw_context, NULL, &modules, in TEST_F() local
182 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
197 // When the stack walker resorts to scanning the stack, in TEST_F()
231 StackwalkerRISCV64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() local
235 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
303 StackwalkerRISCV64 walker(&system_info, &raw_context, &stack_region, in TEST_F() local
307 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
370 StackwalkerRISCV64 walker(&system_info, &raw_context, &stack_region, in TEST_F() local
[all …]
Dstackwalker_riscv_unittest.cc155 StackwalkerRISCV walker(&system_info, &raw_context, &stack_region, in TEST_F() local
160 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
178 StackwalkerRISCV walker(&system_info, &raw_context, NULL, &modules, in TEST_F() local
182 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
197 // When the stack walker resorts to scanning the stack, in TEST_F()
231 StackwalkerRISCV walker(&system_info, &raw_context, &stack_region, in TEST_F() local
235 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
303 StackwalkerRISCV walker(&system_info, &raw_context, &stack_region, in TEST_F() local
307 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
370 StackwalkerRISCV walker(&system_info, &raw_context, &stack_region, in TEST_F() local
[all …]
Dstackwalker_arm64_unittest.cc154 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() local
159 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
177 StackwalkerARM64 walker(&system_info, &raw_context, NULL, &modules, in TEST_F() local
181 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
196 // When the stack walker resorts to scanning the stack, in TEST_F()
230 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() local
234 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
302 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() local
306 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
369 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() local
[all …]
/external/antlr/runtime/Python3/tests/
Dt047treeparser.py66 walker = self.getWalker(nodes)
67 walker.program()
69 # FIXME: need to crosscheck with Java target (compile walker with
73 walker.traces,
115 walker = self.getWalker(nodes)
116 r = walker.variable()
/external/antlr/runtime/Python/tests/
Dt047treeparser.py66 walker = self.getWalker(nodes)
67 walker.program()
69 # FIXME: need to crosscheck with Java target (compile walker with
73 walker.traces,
115 walker = self.getWalker(nodes)
116 r = walker.variable()
/external/regex-re2/re2/testing/
Dnull_walker.cc8 #include "re2/walker-inl.h"
12 // Null walker. For benchmarking the walker itself.
14 class NullWalker : public Regexp::Walker<bool> {
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dnull_walker.cc8 #include "re2/walker-inl.h"
12 // Null walker. For benchmarking the walker itself.
14 class NullWalker : public Regexp::Walker<bool> {
/external/cronet/third_party/re2/src/re2/testing/
Dnull_walker.cc8 #include "re2/walker-inl.h"
12 // Null walker. For benchmarking the walker itself.
14 class NullWalker : public Regexp::Walker<bool> {

12345678910>>...18