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

  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
ListTestCaseNames.java 86 TestDescriptor otherDesc = (TestDescriptor)otherObj;
87 return otherDesc.getClassName().equals(this.getClassName()) &&
88 otherDesc.getTestName().equals(this.getTestName());
  /external/webkit/WebCore/platform/graphics/gtk/
FontPlatformDataPango.cpp 264 PangoFontDescription* otherDesc = pango_font_describe(other.m_font);
265 bool result = pango_font_description_equal(thisDesc, otherDesc);
266 pango_font_description_free(otherDesc);

Completed in 183 milliseconds