HomeSort by relevance Sort by last modified time
    Searched full:adaptor (Results 201 - 225 of 560) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleElementStream.js 14 org.antlr.runtime.tree.RewriteRuleElementStream = function(adaptor, elementDescription, el) {
31 this.adaptor = adaptor;
CommonTreeAdaptor.js 4 * objects, you need to override this and then set the parser tree adaptor to
127 * override this in your own adaptor.
  /frameworks/base/core/jni/android/graphics/
CreateJavaOutputStreamAdaptor.cpp 158 SkAutoTUnref<SkStream> adaptor(CreateJavaInputStreamAdaptor(env, stream, storage));
159 if (NULL == adaptor.get()) {
162 return adaptor_to_mem_stream(adaptor.get());
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 152 adaptor = @input.adaptor
153 return adaptor.type( @symbol )
170 adaptor = nodes.adaptor
171 payload = adaptor.token( @symbol )
178 prior_payload = adaptor.token( prior_node )
196 type = adaptor.type( @symbol )
197 text = adaptor.text( @symbol )
573 3. An adaptor encountered a situation where multiple tree nodes have bee
    [all...]
  /external/antlr/antlr-3.4/runtime/C/doxygen/
doxygengroups.dox 133 /// \defgroup ANTLR3_COMMON_TREE_ADAPTOR ANTLR3_COMMON_TREE_ADAPTOR - Common Tree Adaptor Class Definition
231 /// \defgroup pANTLR3_BASE_TREE_ADAPTOR pANTLR3_BASE_TREE_ADAPTOR - Base Tree Adaptor Implementation
233 /// \defgroup pANTLR3_COMMON_TREE_ADAPTOR pANTLR3_COMMON_TREE_ADAPTOR - Common Tree Adaptor Implementation
interop.dox 278 /// \subsection adaptor ADAPTOR
281 /// by a supplied adaptor class. The default class is usually fine for most tree operations but
283 /// the adaptor you supply directly. The <code>ADAPTOR</code> macro returns the reference to the tree adaptor
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreeadaptor.h 2 * Definition of the ANTLR3 common tree adaptor.
antlr3commontreenodestream.h 85 /// What adaptor can tell me how to interpret/navigate nodes and
205 /// Pointer to tree adaptor interface that manipulates/builds
208 pANTLR3_BASE_TREE_ADAPTOR adaptor; member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeAdaptor.as 9 * objects, you need to override this and then set the parser tree adaptor to
115 * override this in your own adaptor.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeAdaptor.cs 39 * objects, you need to override this and then set the parser tree adaptor to
164 * override this in your own adaptor.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTreeAdaptor.java 36 * objects, you need to override this and then set the parser tree adaptor to
126 * override this in your own adaptor.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
Dbg.stg 117 proxy->adaptor = ADAPTOR;
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-restart-frame.js 70 // Function call with argument adaptor is intentional.
75 // Function call with argument adaptor is intentional.
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JCs.java 17 package com.google.clearsilver.jsilver.adaptor;
34 * Adaptor that wraps a JSilver object so it can be used as an CS object.
JHdf.java 17 package com.google.clearsilver.jsilver.adaptor;
35 * Adaptor that wraps a JSilver Data object so it can be used as an HDF object.
JSilverFactory.java 17 package com.google.clearsilver.jsilver.adaptor;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
g_adapt.h 106 Word16 prev_alpha; /* previous adaptor output, Q15 */
118 /* initialize one instance of the gain adaptor
125 /* reset of gain adaptor state (i.e. set state memory to zero)
130 /* de-initialize gain adaptor state (i.e. free state struct)
138 * (and update the adaptor state)
  /external/antlr/antlr-3.4/gunit/
CHANGES.txt 47 * support custom tree adaptor in gUnit script
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
Parser.as 86 public function set treeAdaptor(adaptor:TreeAdaptor):void {
  /external/apache-http/src/org/apache/http/auth/params/
AuthParams.java 38 * This class implements an adaptor around the {@link HttpParams} interface
  /external/apache-http/src/org/apache/http/client/params/
HttpClientParams.java 36 * An adaptor for accessing HTTP client parameters in {@link HttpParams}.
  /external/chromium_org/v8/src/
v8conversions.cc 44 // C++-style iterator adaptor for StringCharacterStream
  /external/v8/src/
v8conversions.cc 44 // C++-style iterator adaptor for StringInputBuffer
  /external/clang/include/clang/Frontend/
FrontendActions.h 156 * \brief Frontend action adaptor that merges ASTs together.
160 * adaptor, which forwards most of its calls to another action that
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0-sources.jar 

Completed in 1840 milliseconds

1 2 3 4 5 6 7 891011>>