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

  /dalvik/vm/
InlineNative.cpp 253 int otherRes = __memcmp16(thisChars, compChars, minCount);
259 if (pResult->i != otherRes) {
261 pResult->i, otherRes, "compareTo");
267 if (otherRes != 0) {
268 pResult->i = otherRes;
368 int otherRes = (memcmp(thisChars, compChars, thisCount * 2) == 0);
369 if (pResult->i != otherRes) {
371 otherRes, pResult->i, "equals-1");
  /art/runtime/mirror/
string.cc 279 int otherRes = MemCmp16(lhsChars, rhsChars, minCount);
280 if (otherRes != 0) {
281 return otherRes;

Completed in 238 milliseconds