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

  /dalvik/vm/
Debugger.h 185 int dvmDbgGetArrayLength(ObjectId arrayId);
186 int dvmDbgGetArrayElementTag(ObjectId arrayId);
187 bool dvmDbgOutputArray(ObjectId arrayId, int firstIndex, int count,
189 bool dvmDbgSetArrayElements(ObjectId arrayId, int firstIndex, int count,
Debugger.c 967 int dvmDbgGetArrayLength(ObjectId arrayId)
969 ArrayObject* arrayObj = (ArrayObject*) objectIdToObject(arrayId);
977 int dvmDbgGetArrayElementTag(ObjectId arrayId)
979 ArrayObject* arrayObj = (ArrayObject*) objectIdToObject(arrayId);
1049 bool dvmDbgOutputArray(ObjectId arrayId, int firstIndex, int count,
1052 ArrayObject* arrayObj = (ArrayObject*) objectIdToObject(arrayId);
1100 bool dvmDbgSetArrayElements(ObjectId arrayId, int firstIndex, int count,
1103 ArrayObject* arrayObj = (ArrayObject*) objectIdToObject(arrayId);
    [all...]
  /dalvik/vm/jdwp/
JdwpHandler.c     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 464 int arrayId = mShares.get(arrayPos).mId;
466 if (arrayId < id) {
467 if (V) Log.v(TAG, "Array update: removing " + arrayId + " @ "
473 } else if (arrayId == id) {
    [all...]

Completed in 2533 milliseconds