HomeSort by relevance Sort by last modified time
    Searched full:otherstring (Results 1 - 13 of 13) 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/dng_sdk/source/
dng_string.cpp 111 const char *otherString)
119 const char *otherString)
128 const char *otherString,
140 uint32 aSize = (uint32) strlen (otherString);
168 otherString,
288 const char *otherString)
300 otherString,
324 const char *otherString)
328 otherString,
341 const char *otherString,
    [all...]
  /external/clang/test/SemaCXX/
conditional-expr.cpp 235 struct OtherString {
236 OtherString();
237 OtherString(const char*);
242 String(const OtherString&);
246 void f(bool Cond, String S, OtherString OS) {
  /external/icu/icu4c/source/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/clang/test/ARCMT/
objcmt-arc-cf-annotations.m     [all...]
objcmt-arc-cf-annotations.m.result     [all...]
  /system/connectivity/shill/
key_value_store_unittest.cc 407 second.SetString("stringKey", "otherString");
  /external/v8/src/
types.h 203 V(OtherString, 1u << 14 | REPRESENTATION(kTaggedPointer)) \
    [all...]
  /external/v8/test/cctest/compiler/
test-js-typed-lowering.cc 214 static Type* kStringTypes[] = {Type::InternalizedString(), Type::OtherString(),
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /external/clang/test/Analysis/
retain-release.m     [all...]

Completed in 223 milliseconds