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

  /dalvik/vm/
Debugger.h 184 int dvmDbgGetArrayLength(ObjectId arrayId);
185 u1 dvmDbgGetArrayElementTag(ObjectId arrayId);
186 bool dvmDbgOutputArray(ObjectId arrayId, int firstIndex, int count,
188 bool dvmDbgSetArrayElements(ObjectId arrayId, int firstIndex, int count,
Debugger.cpp 902 int dvmDbgGetArrayLength(ObjectId arrayId)
904 ArrayObject* arrayObj = (ArrayObject*) objectIdToObject(arrayId);
912 u1 dvmDbgGetArrayElementTag(ObjectId arrayId)
914 ArrayObject* arrayObj = (ArrayObject*) objectIdToObject(arrayId);
989 bool dvmDbgOutputArray(ObjectId arrayId, int firstIndex, int count,
992 ArrayObject* arrayObj = (ArrayObject*) objectIdToObject(arrayId);
1040 bool dvmDbgSetArrayElements(ObjectId arrayId, int firstIndex, int count,
1043 ArrayObject* arrayObj = (ArrayObject*) objectIdToObject(arrayId);
    [all...]
  /dalvik/vm/jdwp/
JdwpHandler.cpp     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 462 int arrayId = mShares.get(arrayPos).mId;
464 if (arrayId < id) {
465 if (V) Log.v(TAG, "Array update: removing " + arrayId + " @ "
471 } else if (arrayId == id) {
    [all...]

Completed in 31 milliseconds