HomeSort by relevance Sort by last modified time
    Searched defs:hasAncestor (Results 1 - 12 of 12) sorted by null

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTree.as 266 public function hasAncestor(ttype:int):Boolean { return getAncestor(ttype)!=null; }
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
Tree.java 58 public boolean hasAncestor(int ttype);
BaseTree.java 313 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; }
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.cpp 93 bool GraphicsLayer::hasAncestor(GraphicsLayer* ancestor) const
  /external/webkit/Source/WebCore/inspector/front-end/
treeoutline.js 770 TreeElement.prototype.hasAncestor = function(ancestor) {
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 133 def hasAncestor(self, ttype):
889 def hasAncestor(self, ttype):
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 765 public boolean hasAncestor(Node ancestor) {
771 return parent.hasAncestor(ancestor);
    [all...]
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 405 milliseconds