HomeSort by relevance Sort by last modified time
    Searched full:adaptor (Results 226 - 250 of 564) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0-sources.jar 
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 104 -> ^( {adaptor.create(gtype,$g)}
171 -> ^( RULE id {modifier!=null?adaptor.create(modifier):null} ^(ARG $arg)? ^(RET $rt)?
209 CommonTree blkRoot = (CommonTree)adaptor.create(BLOCK,input.LT(-1),"BLOCK");
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3.g 102 -> ^( {adaptor.create(gtype,$g)}
166 -> ^( RULE id {modifier!=null?adaptor.create(modifier):null} ^(ARG[$arg] $arg)? ^('returns' $rt)?
206 CommonTree blkRoot = (CommonTree)adaptor.create(BLOCK,input.LT(-1),"BLOCK");
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
AST.stg 73 /* Add an adaptor property that knows how to build trees */
79 /* Add an adaptor property that knows how to build trees */
92 /* Add an adaptor property that knows how to build trees */
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeNodeStream.java 361 TreeAdaptor adaptor = nodes.getTreeAdaptor(); local
364 int type = adaptor.getType(o);
372 type = adaptor.getType(o);
  /external/stlport/stlport/stl/
_alloc.h 96 // Allocator adaptor to check size arguments for debugging.
101 // This adaptor can only be applied to raw allocators
191 // Another allocator adaptor: _Alloc_traits. This serves two
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 96 // Allocator adaptor to check size arguments for debugging.
101 // This adaptor can only be applied to raw allocators
191 // Another allocator adaptor: _Alloc_traits. This serves two
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 96 // Allocator adaptor to check size arguments for debugging.
101 // This adaptor can only be applied to raw allocators
191 // Another allocator adaptor: _Alloc_traits. This serves two
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 96 // Allocator adaptor to check size arguments for debugging.
101 // This adaptor can only be applied to raw allocators
191 // Another allocator adaptor: _Alloc_traits. This serves two
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 96 // Allocator adaptor to check size arguments for debugging.
101 // This adaptor can only be applied to raw allocators
191 // Another allocator adaptor: _Alloc_traits. This serves two
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 96 // Allocator adaptor to check size arguments for debugging.
101 // This adaptor can only be applied to raw allocators
191 // Another allocator adaptor: _Alloc_traits. This serves two
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_alloc.h 96 // Allocator adaptor to check size arguments for debugging.
101 // This adaptor can only be applied to raw allocators
191 // Another allocator adaptor: _Alloc_traits. This serves two
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 52 /// and adaptor, I've merged them. Makes sense to encapsulate.
85 /// use "t=adaptor.nil(); t.AddChild(x); t.AddChild(y);"
412 /// What adaptor can tell me how to interpret/navigate nodes and trees.
638 /// tree (not just the ITree interface). It invokes the adaptor routines
677 /// objects, you need to override this and then set the parser tree adaptor to
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Strip.java 72 public void rewrite(TreeAdaptor adaptor, CommonTree t, String[] tokenNames) throws Exception {
73 TreeWizard wiz = new TreeWizard(adaptor, tokenNames);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeNodeStream.as 65 /** What adaptor can tell me how to interpret/navigate nodes and
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontree.h 95 /// the tree adaptor (see comments there) should allocate the
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeNodeStream.cs 84 * What adaptor can tell me how to interpret/navigate nodes and
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeNodeStream.cs 89 * What adaptor can tell me how to interpret/navigate nodes and
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeNodeStream`1.cs 88 * What adaptor can tell me how to interpret/navigate nodes and
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeNodeStream.java 66 /** What adaptor can tell me how to interpret/navigate nodes and
  /external/apache-http/src/org/apache/http/params/
HttpProtocolParams.java 39 * This class implements an adaptor around the {@link HttpParams} interface
  /external/chromium_org/v8/test/mjsunit/
arguments-opt.js 73 // adaptor frames.
  /external/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 10 // This is a diagnostic client adaptor that performs rewrites as
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
LoadPathToFileCache.java 17 package com.google.clearsilver.jsilver.adaptor;
ResourceLoaderAdaptor.java 17 package com.google.clearsilver.jsilver.adaptor;

Completed in 360 milliseconds

1 2 3 4 5 6 7 8 91011>>