HomeSort by relevance Sort by last modified time
    Searched defs:singleElement (Results 1 - 25 of 27) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRewriteRuleElementStream.h 35 id singleElement;
45 @property (assign) id singleElement;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteRuleElementStream.cs 57 * Cursor 0..n-1. If singleElement!=null, cursor is 0 until you next(),
64 protected object singleElement;
100 this.singleElement = null;
125 if (singleElement == null) { // no elements yet, track w/o list
126 singleElement = el;
131 elements.Add(singleElement);
132 singleElement = null;
170 return ToTree(singleElement);
176 if (singleElement != null) {
178 return ToTree(singleElement);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteRuleElementStream.cs 59 * Cursor 0..n-1. If singleElement!=null, cursor is 0 until you next(),
66 protected object singleElement;
105 this.singleElement = null;
134 if ( singleElement == null )
136 singleElement = el;
141 elements.Add( singleElement );
142 singleElement = null;
186 return ToTree( singleElement );
192 if ( singleElement != null )
195 return ToTree( singleElement );
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3rewritestreams.h 65 /// Cursor 0..n-1. If singleElement!=NULL, cursor is 0 until you next(),
72 void * singleElement;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
RewriteRuleElementStream.java 47 /** Cursor 0..n-1. If singleElement!=null, cursor is 0 until you next(),
53 protected Object singleElement;
97 this.singleElement = null;
120 if ( singleElement == null ) { // no elements yet, track w/o list
121 singleElement = el;
126 elements.add(singleElement);
127 singleElement = null;
161 return toTree(singleElement);
167 if ( singleElement!=null ) {
169 return toTree(singleElement);
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_allocation.cpp 624 sp<Allocation> singleElement = Allocation::createTyped(rs, b.create());
629 script->forEach_memset(singleElement);
634 script->forEach_setLargeArray(singleElement);
640 script->forEach_getCompareResult(singleElement);
641 singleElement->copy1DTo(&result);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java 748 Allocation singleElement = Allocation.createTyped(mRS, b.setX(1).create());
753 script.forEach_memset(singleElement);
758 script.forEach_setLargeArray(singleElement);
764 script.forEach_getCompareResult(singleElement);
765 singleElement.copyTo(result);
772 Allocation singleElement = Allocation.createTyped(mRS, b.setX(1).create());
778 script.forEach_memset(singleElement);
784 script.forEach_setLargeArray2D(singleElement);
790 script.forEach_getCompareResult(singleElement);
791 singleElement.copyTo(result)
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.9/
gradle-tooling-api-1.9.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/sdk/tools/jacks/
jack-3.36.CANDIDATE.jar 
jack-4.7.BETA.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 1107 milliseconds

1 2