HomeSort by relevance Sort by last modified time
    Searched full:ancestor (Results 251 - 275 of 382) sorted by null

<<111213141516

  /external/doclava/src/com/google/doclava/
Stubs.java 622 // Find any relevant ancestor declaration and inspect it
628 // Look only for overrides of an ancestor class implementation,
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 877 - (BOOL)_isDescendantOfFrame:(WebFrame *)ancestor
880 return coreFrame && coreFrame->tree()->isDescendantOf(core(ancestor));
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp 767 // FIXME: Since we don't get notified when an ancestor window is hidden or shown, we will keep
768 // painting even when we have a hidden ancestor. <http://webkit.org/b/54104>
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
Phaser.java     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 271 // page that matches our ancestor directories (only for dev guide and resources)
  /cts/tools/tradefed-host/res/report/
cts_result.xsl 478 <xsl:for-each select="ancestor::TestSuite">
    [all...]
  /dalvik/vm/oo/
Object.h 67 CLASS_ISFINALIZABLE = (1<<31), // class/ancestor overrides finalize()
  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 660 * the context class loader isn't an ancestor of the
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 162 * Note that this does _not_ mean "find the nearest ancestor of
1218 // The initial size of the ancestor array
1221 // The array for ancestor nodes. This array will grow dynamically.
1224 // Number of ancestor nodes in the array
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
Expression.java 460 * @return null or first ancestor that is not an Expression.
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.cc 303 // drop_parent can't accept a child that is an ancestor.
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 679 // ancestor of the BalloonViewImpl.
  /external/chromium/chrome/browser/sync/engine/
apply_updates_command_unittest.cc 191 << "No item with an unknown ancestor should be applied";
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 714 // allocation is relative to the first windowed widget ancestor of the tab.
  /external/chromium/net/tools/flip_server/
epoll_server.cc 359 " when an ancestor to the current function is already"
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 426 // Returns whether an ancestor of \p Node matches \p Matcher.
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 199 // that matches our ancestor directories (only for dev guide and resources)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
maudit-frames.xsl 268 <!-- (ancestor::package)[last()] is buggy in MSXML3 ? -->
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractListMultimapTest.java 368 * Test adding elements to an empty sublist with an empty ancestor.
  /external/kernel-headers/original/linux/
perf_event.h 778 * been cloned (inherited) from a common ancestor.
  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
TocGenerator.pm     [all...]
  /external/libxml2/
debugXML.c 90 * an ancestor node.
214 "Reference to default namespace not on ancestor\n");
217 "Reference to namespace '%s' not on ancestor\n",
    [all...]
  /external/libxslt/libxslt/
namespaces.c 484 * Try to find a matching ns-decl in the ancestor-axis.
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 924 * been cloned (inherited) from a common ancestor.
  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 476 /// Add a single Block to its ancestor loops in PostOrder. If the block is a

Completed in 797 milliseconds

<<111213141516