HomeSort by relevance Sort by last modified time
    Searched full:otherstring (Results 1 - 8 of 8) sorted by null

  /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);
  /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);
  /external/dexmaker/src/dx/java/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/clang/test/SemaCXX/
conditional-expr.cpp 227 struct OtherString {
228 OtherString();
229 OtherString(const char*);
234 String(const OtherString&);
238 void f(bool Cond, String S, OtherString OS) {
  /external/icu4c/common/
bytestriebuilder.cpp 115 StringPiece otherString=other.getString(strings);
116 int32_t lengthDiff=thisString.length()-otherString.length();
121 commonLength=otherString.length();
123 int32_t diff=uprv_memcmp(thisString.data(), otherString.data(), commonLength);
  /external/chromium_org/v8/src/
types.h 109 V(OtherString, 1 << 9) \
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp 220 const char* otherString = "other";
238 return otherString;
    [all...]
  /external/clang/test/Analysis/
retain-release.m     [all...]

Completed in 1285 milliseconds