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

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
StringIdItem.java 58 StringIdItem otherString = (StringIdItem) other;
59 return value.equals(otherString.value);
70 StringIdItem otherString = (StringIdItem) other;
71 return value.compareTo(otherString.value);
  /dalvik/dx/src/com/android/dx/dex/file/
StringIdItem.java 56 StringIdItem otherString = (StringIdItem) other;
57 return value.equals(otherString.value);
68 StringIdItem otherString = (StringIdItem) other;
69 return value.compareTo(otherString.value);
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp 81 static const char* otherString = "other";
149 return otherString;
    [all...]

Completed in 79 milliseconds