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

  /dalvik/dx/src/com/android/dx/dex/file/
EncodedArrayItem.java 74 EncodedArrayItem otherArray = (EncodedArrayItem) other;
76 return array.compareTo(otherArray.array);
  /external/dexmaker/src/dx/java/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 270 jint* otherArray = (jint*)env->GetPrimitiveArrayCritical(otherIntArray, 0);
271 if (otherArray == NULL) {
277 otherArray[j++] = stats[i].pss;
278 otherArray[j++] = stats[i].privateDirty;
279 otherArray[j++] = stats[i].sharedDirty;
282 env->ReleasePrimitiveArrayCritical(otherIntArray, otherArray, 0);
  /external/icu4c/common/
cmemory.h 297 * @param otherArray must not be NULL
300 void aliasInstead(T *otherArray, int32_t otherCapacity) {
301 if(otherArray!=NULL && otherCapacity>0) {
303 ptr=otherArray;
474 * @param otherArray must not be NULL
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 397 milliseconds