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

  /dalvik/dx/src/com/android/dx/dex/file/
EncodedArrayItem.java 74 EncodedArrayItem otherArray = (EncodedArrayItem) other;
76 return array.compareTo(otherArray.array);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
EncodedArrayItem.java 83 EncodedArrayItem otherArray = (EncodedArrayItem) other;
85 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);
  /external/icu4c/common/
cmemory.h 247 * @param otherArray must not be NULL
250 void aliasInstead(T *otherArray, int32_t otherCapacity) {
251 if(otherArray!=NULL && otherCapacity>0) {
253 ptr=otherArray;
419 * @param otherArray must not be NULL
  /prebuilt/common/ecj/
ecj.jar 

Completed in 663 milliseconds