HomeSort by relevance Sort by last modified time
    Searched full:getancestor (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseTree.h 73 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
148 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
ANTLRTree.h 44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseTree.h 73 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
148 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
ANTLRTree.h 44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseTree.h 73 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
148 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
ANTLRTree.h 44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseTree.h 75 - (id<ANTLRBaseTree>)getAncestor:(NSInteger)ttype;
152 - (id<ANTLRBaseTree>)getAncestor:(NSInteger)ttype;
ANTLRTree.h 50 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
ANTLRBaseTree.m 413 return([self getAncestor:ttype] != nil);
417 - (id<ANTLRBaseTree>) getAncestor:(NSInteger) ttype
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
AbstractMapBasedMultimap.java 512 WrappedCollection getAncestor() {
659 (getAncestor() == null) ? this : getAncestor());
667 (getAncestor() == null) ? this : getAncestor());
675 (getAncestor() == null) ? this : getAncestor());
768 (getAncestor() == null) ? this : getAncestor());
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
Tree.as 28 function getAncestor(ttype:int):Tree;
BaseTree.as 266 public function hasAncestor(ttype:int):Boolean { return getAncestor(ttype)!=null; }
269 public function getAncestor(ttype:int):Tree {
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_win.cc 118 (window_ == GetAncestor(windowUnderCursor, GA_ROOT)) : false;
cropping_window_capturer_win.cc 63 if (GetAncestor(hwnd, GA_ROOTOWNER) == context->selected_window) {
  /external/guava/guava/src/com/google/common/collect/
AbstractMapBasedMultimap.java 515 WrappedCollection getAncestor() {
662 (getAncestor() == null) ? this : getAncestor());
670 (getAncestor() == null) ? this : getAncestor());
678 (getAncestor() == null) ? this : getAncestor());
726 (getAncestor() == null) ? this : getAncestor());
846 (getAncestor() == null) ? this : getAncestor())
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BaseTree.java 313 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; }
316 public Tree getAncestor(int ttype) {
TreeParser.java 202 Object ancestor = getAncestor(adaptor, tokenNames, t, goal);
222 protected static Object getAncestor(TreeAdaptor adaptor, String[] tokenNames, Object t, String goal) {
Tree.java 61 public Tree getAncestor(int ttype);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITree.cs 69 ITree GetAncestor(int ttype);
BaseTree.cs 380 return GetAncestor(ttype) != null;
384 public virtual ITree GetAncestor(int ttype) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITree.cs 73 ITree GetAncestor( int ttype );
BaseTree.cs 457 return GetAncestor( ttype ) != null;
461 public virtual ITree GetAncestor( int ttype )
  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c 109 x11_hwnd = GetAncestor(hwnd, GA_ROOT);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
FixImportsJob.java 95 .getAncestor(IJavaElement.PACKAGE_FRAGMENT);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Strip.java 210 CommonTree root = (CommonTree)t.getAncestor(ANTLRv3Parser.RULE);

Completed in 1997 milliseconds

1 2 3 4