HomeSort by relevance Sort by last modified time
    Searched full:topdown (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
Simplify.g3 14 public override IAstRuleReturnScope Topdown() { return topdown(); }
19 topdown
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeFilter.cs 78 ApplyOnce( o, Topdown );
90 // to override, just define tree grammar rule topdown and turn on
92 protected virtual void Topdown()
TreeRewriter.cs 58 topdown_func = () => Topdown();
120 // to override, just define tree grammar rule topdown and turn on
122 public virtual IAstRuleReturnScope Topdown()
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeRewriter.m 90 aRuleSel = @selector(topdown);
110 aRuleSel = @selector(topdown);
221 return [self topdown];
230 // to override, just define tree grammar rule topdown and turn on
232 - (id) topdown
235 @throw [ANTLRRecognitionException newException:@"TopDown exception"];
ANTLRTreeRewriter.h 71 - (id) topdown;
  /external/llvm/test/CodeGen/X86/
misched-new.ll 5 ; RUN: -misched=shuffle -misched-topdown -verify-machineinstrs \
6 ; RUN: | FileCheck %s --check-prefix TOPDOWN
88 ; TOPDOWN: @testSubregTracking
89 ; TOPDOWN: divb
90 ; TOPDOWN: movzbl %al
91 ; TOPDOWN: ret
misched-matrix.ll 2 ; RUN: -misched-topdown -verify-machineinstrs \
3 ; RUN: | FileCheck %s -check-prefix=TOPDOWN
18 ; TOPDOWN-LABEL: %for.body
19 ; TOPDOWN: movl %{{.*}}, (
20 ; TOPDOWN: imull {{[0-9]*}}(
21 ; TOPDOWN: movl %{{.*}}, 4(
22 ; TOPDOWN: imull {{[0-9]*}}(
23 ; TOPDOWN: movl %{{.*}}, 8(
24 ; TOPDOWN: movl %{{.*}}, 12(
25 ; TOPDOWN-LABEL: %for.en
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRewriter.cs 50 topdown_func = () => Topdown();
103 // to override, just define tree grammar rule topdown and turn on
105 public virtual IAstRuleReturnScope<TTree> Topdown() {
TreeFilter.cs 123 ApplyOnce( o, Topdown );
135 // to override, just define tree grammar rule topdown and turn on
137 protected virtual void Topdown()
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeRewriter.java 108 public Object rule() throws RecognitionException { return topdown(); }
116 // to override, just define tree grammar rule topdown and turn on
118 public Object topdown() throws RecognitionException { return null; } method in class:TreeRewriter
TreeFilter.java 120 topdown();
131 // to override, just define tree grammar rule topdown and turn on
133 public void topdown() throws RecognitionException {;} method in class:TreeFilter
  /external/skia/src/gpu/glsl/
GrGLSLXferProcessor.cpp 26 bool topDown = kTopLeft_GrSurfaceOrigin == args.fXP.getDstTexture()->origin();
55 if (!topDown) {
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeRewriter.h 69 - (ANTLRTreeRewriter *) topdown;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeRewriter.h 69 - (ANTLRTreeRewriter *) topdown;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeRewriter.h 69 - (ANTLRTreeRewriter *) topdown;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 209 def walk(top, topdown=True, onerror=None, followlinks=False):
224 If optional arg 'topdown' is true or not specified, the triple for a
226 (directories are generated top down). If topdown is false, the triple
230 When topdown is true, the caller can modify the dirnames list in-place
234 dirnames when topdown is false is ineffective, since the directories in
289 if topdown:
294 for x in walk(new_path, topdown, onerror, followlinks):
296 if not topdown:
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 209 def walk(top, topdown=True, onerror=None, followlinks=False):
224 If optional arg 'topdown' is true or not specified, the triple for a
226 (directories are generated top down). If topdown is false, the triple
230 When topdown is true, the caller can modify the dirnames list in-place
234 dirnames when topdown is false is ineffective, since the directories in
289 if topdown:
294 for x in walk(new_path, topdown, onerror, followlinks):
296 if not topdown:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 209 def walk(top, topdown=True, onerror=None, followlinks=False):
224 If optional arg 'topdown' is true or not specified, the triple for a
226 (directories are generated top down). If topdown is false, the triple
230 When topdown is true, the caller can modify the dirnames list in-place
234 dirnames when topdown is false is ineffective, since the directories in
289 if topdown:
294 for x in walk(new_path, topdown, onerror, followlinks):
296 if not topdown:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 209 def walk(top, topdown=True, onerror=None, followlinks=False):
224 If optional arg 'topdown' is true or not specified, the triple for a
226 (directories are generated top down). If topdown is false, the triple
230 When topdown is true, the caller can modify the dirnames list in-place
234 dirnames when topdown is false is ineffective, since the directories in
289 if topdown:
294 for x in walk(new_path, topdown, onerror, followlinks):
296 if not topdown:
  /external/v8/test/mjsunit/tools/
profile.js 157 'pre enter/topDown');
162 'post enter/topDown');
174 assertEquals(preTopDownNodes, postTopDownNodes, 'stay/topDown');
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 371 def walk(top, topdown=True, onerror=None):
391 if topdown:
396 for x in walk(path, topdown, onerror):
398 if not topdown:
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
shell.py 371 def walk(top, topdown=True, onerror=None):
391 if topdown:
396 for x in walk(path, topdown, onerror):
398 if not topdown:
  /external/llvm/utils/
wciia.py 121 for dir,subdirList,fileList in os.walk( root , topdown=False ) :
  /external/v8/build/linux/unbundle/
remove_bundled_libraries.py 37 for root, dirs, files in os.walk(source_tree_root, topdown=False):
  /external/llvm/lib/Transforms/ObjCARC/
PtrState.cpp 49 static Sequence MergeSeqs(Sequence A, Sequence B, bool TopDown) {
58 if (TopDown) {
138 void PtrState::Merge(const PtrState &Other, bool TopDown) {
139 Seq = MergeSeqs(GetSeq(), Other.GetSeq(), TopDown);

Completed in 1926 milliseconds

1 2 3