HomeSort by relevance Sort by last modified time
    Searched refs:isNil (Results 26 - 50 of 100) sorted by null

12 3 4

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTree.h 86 - (BOOL) isNil;
ANTLRBitSet.h 82 - (BOOL) isNil;
ANTLRCommonTree.h 66 - (BOOL) isNil;
ANTLRBaseTree.h 59 - (BOOL) isNil;
133 - (BOOL) isNil;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTree.h 86 - (BOOL) isNil;
ANTLRBitSet.h 82 - (BOOL) isNil;
ANTLRCommonTree.h 66 - (BOOL) isNil;
ANTLRBaseTree.h 59 - (BOOL) isNil;
133 - (BOOL) isNil;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTree.h 86 - (BOOL) isNil;
ANTLRBitSet.h 82 - (BOOL) isNil;
ANTLRCommonTree.h 66 - (BOOL) isNil;
ANTLRBaseTree.h 59 - (BOOL) isNil;
133 - (BOOL) isNil;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
Label.java 250 return !getSet().and(set).isNil();
369 !edgeLabel.getSet().and(label.getSet()).isNil() ) {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeAdaptor.java 85 public boolean isNil(Object tree);
89 * and child isNil then you can decide it is ok to move children to t via
108 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
CommonTreeNodeStream.java 91 if ( level==0 && adaptor.isNil(t) ) { // if nil root, scarf nil, DOWN
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBitSet.h 83 - (BOOL) isNil;
ANTLRCommonTree.h 54 - (BOOL) isNil;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterTinyPlanetRepresentation.java 77 public boolean isNil() {
FilterStraightenRepresentation.java 113 public boolean isNil() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImagePreset.java 177 if (!filter.isNil()) {
187 && !representation.isNil()) {
197 && !representation.isNil()) {
201 && !representation.isNil()) {
205 && !representation.isNil()) {
209 && !representation.isNil()) {
376 if (!representation.isNil()) {
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 40 public function isNil(tree:Object):Boolean {
41 return Tree(tree).isNil;
71 * and child isNil then you can decide it is ok to move children to t via
94 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
120 if ( newRootTree.isNil ) {
138 if ( r!=null && r.isNil ) {
CommonErrorNode.as 33 public override function get isNil():Boolean {
TreeAdaptor.as 83 function isNil(tree:Object):Boolean;
87 * and child isNil then you can decide it is ok to move children to t via
106 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugTreeAdaptor.java 108 public boolean isNil(Object tree) {
109 return adaptor.isNil(tree);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonErrorNode.js 19 isNil: function() {

Completed in 1535 milliseconds

12 3 4