HomeSort by relevance Sort by last modified time
    Searched full:descendant (Results 126 - 150 of 326) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webrtc/webrtc/p2p/base/
dtlstransport.h 25 // Base should be a descendant of cricket::Transport and have a constructor
  /frameworks/base/core/tests/coretests/src/android/widget/
SimpleCursorAdapterTest.java 36 * be extracted into a set of tests that can be run on any descendant of CursorAdapter.
  /frameworks/base/libs/hwui/tests/common/
TestUtils.h 186 * Forces a sync of a tree of RenderNode, such that every descendant will have its staging
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLCanvas.java 122 // BasicTexture or its descendant
  /frameworks/base/tools/aapt2/xml/
XmlPullParser.h 54 * Skips to the next direct descendant node of the given startDepth,
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
GlifLayout.java 131 + "@style/SuwThemeGlif (or its descendant) as your theme?", e);
  /frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
SetupWizardLayoutTest.java 161 + "(or its descendant) as your theme?", e.getMessage());
  /frameworks/support/compat/java/android/support/v4/view/
ViewGroupCompat.java 256 * currently acting as a nested scrolling parent for one or more descendant views in
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLCanvas.java 124 // BasicTexture or its descendant
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLCanvas.java 122 // BasicTexture or its descendant
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityRecord.java 123 * Sets the source to be a virtual descendant of the given <code>root</code>.
127 * A virtual descendant is an imaginary View that is reported as a part of the view
134 * @param virtualDescendantId The id of the virtual descendant.
  /frameworks/support/compat/java/android/support/v4/view/accessibility/
AccessibilityRecordCompat.java 623 * Sets the source to be a virtual descendant of the given <code>root</code>.
627 * A virtual descendant is an imaginary View that is reported as a part of the view
634 * @param virtualDescendantId The id of the virtual descendant.
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
ForwardBuilder.java 403 * 2) Issuer is a descendant of a trusted subject (in order of
489 /* If one cert's issuer is a naming descendant of a trusted subject,
493 debug.println(METHOD_NME + " NAMING DESCENDANT TEST...");
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 134 case Axis.DESCENDANT :
201 case Axis.DESCENDANT :
    [all...]
DTMDefaultBaseTraversers.java 133 case Axis.DESCENDANT :
369 // Otherwise, it could be a descendant below the subtree root
623 * Tell if this node identity is a descendant. Assumes that
632 * @return true if the index is a descendant of _startNode.
    [all...]
  /frameworks/base/core/java/android/provider/
DocumentsContract.java 709 * Build URI representing access to descendant documents of the given
740 * must be a descendant (child, grandchild, etc) of the subtree.
747 * document. The target directory must be a descendant of this
796 * directory must be a descendant (child, grandchild, etc) of the subtree.
803 * document. The target directory must be a descendant of this
    [all...]
DocumentsProvider.java 181 * Test if a document is descendant (child, grandchild, etc) from the given
188 * @return if given document is a descendant of the given parent.
205 "Document " + child + " is not a descendant of " + parent);
    [all...]
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
element.py 827 for descendant in self.descendants:
829 (types is None and not isinstance(descendant, NavigableString))
831 (types is not None and type(descendant) not in types)):
834 descendant = descendant.strip()
835 if len(descendant) == 0:
837 yield descendant
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 765 /// Matches a matcher on all descendant nodes of the given node. Returns true
766 /// if at least one descendant matched.
    [all...]
  /frameworks/base/docs/html/reference/android/support/test/uiautomator/
BySelector.html 808 <p>Adds a descendant selector criteria for matching.
835 <p>Adds a descendant selector criteria for matching.
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
CollapsingToolbarLayout.java 374 private View findDirectChild(final View descendant) {
375 View directChild = descendant;
376 for (ViewParent p = descendant.getParent(); p != this && p != null; p = p.getParent()) {
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/
list_tests.py 104 A list of test paths for all descendant Test entities that have associated
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/
_html5lib.py 160 # immediately after the parent's last descendant. (Or
  /external/chromium-trace/catapult/tracing/tracing/model/
vm_region.html 80 // True iff this node or any of its descendant classification nodes has at
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
MembersInjectionBinding.java 284 // For each method with the same name belonging to any descendant class, return false if any

Completed in 2295 milliseconds

1 2 3 4 56 7 8 91011>>