HomeSort by relevance Sort by last modified time
    Searched defs:otherArray (Results 1 - 4 of 4) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
EncodedArrayItem.java 83 EncodedArrayItem otherArray = (EncodedArrayItem) other;
85 return array.compareTo(otherArray.array);
  /dalvik/dx/src/com/android/dx/dex/file/
EncodedArrayItem.java 74 EncodedArrayItem otherArray = (EncodedArrayItem) other;
76 return array.compareTo(otherArray.array);
  /frameworks/base/core/jni/
android_os_Debug.cpp 262 jint* otherArray = (jint*)env->GetPrimitiveArrayCritical(otherIntArray, 0);
263 if (otherArray == NULL) {
269 otherArray[j++] = stats[i].pss;
270 otherArray[j++] = stats[i].privateDirty;
271 otherArray[j++] = stats[i].sharedDirty;
274 env->ReleasePrimitiveArrayCritical(otherIntArray, otherArray, 0);
  /prebuilt/common/ecj/
ecj.jar 

Completed in 1952 milliseconds