HomeSort by relevance Sort by last modified time
    Searched refs:getCommonAncestor (Results 1 - 15 of 15) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilitiesTest.java 131 assertSame(a, DomUtilities.getCommonAncestor(a, a));
142 assertSame(a, DomUtilities.getCommonAncestor(a, b));
143 assertSame(a, DomUtilities.getCommonAncestor(b, a));
144 assertSame(a, DomUtilities.getCommonAncestor(b, c));
145 assertSame(a, DomUtilities.getCommonAncestor(b, d));
146 assertSame(a, DomUtilities.getCommonAncestor(b, e));
147 assertSame(a, DomUtilities.getCommonAncestor(a, e));
149 assertSame(c, DomUtilities.getCommonAncestor(d, e));
150 assertSame(c, DomUtilities.getCommonAncestor(c, e));
151 assertSame(c, DomUtilities.getCommonAncestor(d, c))
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
open_element_stack_test.js 269 assert.ok(!stack.getCommonAncestor(element));
272 assert.ok(!stack.getCommonAncestor(element));
275 assert.ok(!stack.getCommonAncestor(element));
280 assert.strictEqual(stack.getCommonAncestor(element), ancestor);
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
open_element_stack.js 249 OpenElementStack.prototype.getCommonAncestor = function (element) {
parser.js     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 70 const DeclContext *getCommonAncestor() const {
81 return L.getCommonAncestor() < R.getCommonAncestor();
85 return E.getCommonAncestor() < DC;
89 return DC < E.getCommonAncestor();
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 291 root = DomUtilities.getCommonAncestor(startNode, endNode);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilities.java 78 public static Node getCommonAncestor(@NonNull Node node1, @NonNull Node node2) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java     [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
parse5.js     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 

Completed in 501 milliseconds