HomeSort by relevance Sort by last modified time
    Searched full:walker (Results 76 - 100 of 332) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 297 """Optionally build a subclass of generated walker class"""
345 """Build walker instance. Arguments are passed to walker.__init__()."""
347 self.walkerModule = self.__load_module(self.grammarName + 'Walker')
348 cls = getattr(self.walkerModule, self.grammarName + 'Walker')
351 walker = cls(*args, **kwargs)
353 return walker
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 1342 Node walker = getParentNode(), prev = null; local
1367 ElemTemplateElement walker = getParentNodeElem(); local
    [all...]
RedundentExprEliminator.java 452 // Walk to the first walker after the one's we are replacing.
453 AxesWalker walker = wi.getFirstWalker(); local
456 assertion(null != walker, "Walker should not be null!");
457 walker = walker.getNextWalker();
460 if(null != walker)
466 few.setNextWalker(walker);
467 walker.setPrevWalker(few);
492 AxesWalker walker = (AxesWalker)wi.getFirstWalker().clone() local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 139 * A code walker for a StackMapTable attribute.
141 public static class Walker {
146 * Constructs a walker.
148 * @param smt the StackMapTable that this walker
151 public Walker(StackMapTable smt) {
156 * Constructs a walker.
163 public Walker(byte[] data) {
356 static class SimpleCopy extends Walker {
693 static class Printer extends Walker {
794 static class Shifter extends Walker {
    [all...]
  /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
180 TTree walker = new TTree(new CommonTreeNodeStream(t)); local
183 walker.a();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMFilter.java 46 * iterator or tree-walker with an attribute node as its
73 * an iterator or tree-walker with an<code> Entity</code> node as its
112 * an iterator or tree-walker with a <code>Notation</code> node as its
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
error.py 19 __author__ = ('robbyw@google.com (Robert Walker)',
matcher.py 19 __author__ = ('robbyw@google.com (Robert Walker)',
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ResourceClientWalker.h 34 // Call this "walker" instead of iterator so people won't expect Qt or STL-style iterator interface.
FontResource.cpp 76 ResourceClientWalker<FontResourceClient> walker(m_clients);
77 while (FontResourceClient* client = walker.next())
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
error.py 19 __author__ = ('robbyw@google.com (Robert Walker)',
matcher.py 19 __author__ = ('robbyw@google.com (Robert Walker)',
  /external/chromium_org/third_party/re2/re2/
prefilter.cc 9 #include "re2/walker-inl.h"
229 class Walker;
487 class Prefilter::Info::Walker : public Regexp::Walker<Prefilter::Info*> {
489 Walker(bool latin1) : latin1_(latin1) {}
503 DISALLOW_EVIL_CONSTRUCTORS(Walker);
512 Prefilter::Info::Walker w(latin1);
523 Prefilter::Info* Prefilter::Info::Walker::ShortVisit(
530 Prefilter::Info* Prefilter::Info::Walker::PostVisit(
regexp.cc 11 #include "re2/walker-inl.h"
499 typedef int Ignored; // Walker<void> doesn't exist
501 // Walker subclass to count capturing parens in regexp.
502 class NumCapturesWalker : public Regexp::Walker<Ignored> {
529 // Walker class to build map of named capture groups and their indices.
530 class NamedCapturesWalker : public Regexp::Walker<Ignored> {
573 // Walker class to build map from capture group indices to their names.
574 class CaptureNamesWalker : public Regexp::Walker<Ignored> {
618 // No need for a walker: the regexp must be of the form
  /external/regex-re2/re2/
prefilter.cc 9 #include "re2/walker-inl.h"
229 class Walker;
487 class Prefilter::Info::Walker : public Regexp::Walker<Prefilter::Info*> {
489 Walker(bool latin1) : latin1_(latin1) {}
503 DISALLOW_EVIL_CONSTRUCTORS(Walker);
512 Prefilter::Info::Walker w(latin1);
523 Prefilter::Info* Prefilter::Info::Walker::ShortVisit(
530 Prefilter::Info* Prefilter::Info::Walker::PostVisit(
regexp.cc 11 #include "re2/walker-inl.h"
499 typedef int Ignored; // Walker<void> doesn't exist
501 // Walker subclass to count capturing parens in regexp.
502 class NumCapturesWalker : public Regexp::Walker<Ignored> {
529 // Walker class to build map of named capture groups and their indices.
530 class NamedCapturesWalker : public Regexp::Walker<Ignored> {
573 // Walker class to build map from capture group indices to their names.
574 class CaptureNamesWalker : public Regexp::Walker<Ignored> {
618 // No need for a walker: the regexp must be of the form
  /external/v8/src/
platform-solaris.cc 284 struct StackWalker* walker = static_cast<struct StackWalker*>(data); local
287 int i = walker->index;
289 walker->frames[i].address = reinterpret_cast<void*>(pc);
292 walker->frames[i].text[OS::kStackWalkMaxTextLen - 1] = '\0';
294 Vector<char> text = MutableCStrVector(walker->frames[i].text,
310 walker->index++;
317 struct StackWalker walker = { frames, 0 }; local
321 if (!walkcontext(&ctx, StackWalkCallback, &walker)) {
325 return walker.index;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
io_fwd.hpp 3 // Copyright 2002 Daryle Walker. Use, modification, and distribution are subject
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
FilterExprIterator.java 95 * Detaches the walker from the set which it iterated over, releasing
140 * Get the analysis bits for this walker, as defined in the WalkerFactory.
  /external/chromium_org/third_party/bintrees/bintrees/
walker.py 4 # Purpose: tree walker
12 class Walker(object):
  /external/chromium_org/third_party/libxml/src/
regressions.xml 82 <testname>Walker Regression Tests</testname>
86 <flag>--walker</flag>
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp 183 WalkAST walker(BR, Mgr.getAnalysisDeclContext(D));
184 walker.Visit(D->getBody());
CheckSizeofPointer.cpp 84 WalkAST walker(BR, mgr.getAnalysisDeclContext(D));
85 walker.Visit(D->getBody());
ObjCContainersASTChecker.cpp 167 WalkAST walker(BR, Mgr.getAnalysisDeclContext(D));
168 walker.Visit(D->getBody());
  /external/chromium/chrome/browser/resources/options/
search_page.js 384 var walker = document.createTreeWalker(element,
388 var node = walker.nextNode();
409 // Delete the old text node and advance the walker to the next
412 node = walker.nextNode();
415 node = walker.nextNode();

Completed in 712 milliseconds

1 2 34 5 6 7 8 91011>>