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

  /frameworks/base/include/binder/
MemoryHeapPmem.h 72 SortedVector< wp<MemoryPmem> > mAllocations;
  /frameworks/base/libs/rs/
rsMesh.h 37 Allocation ** mAllocations;
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
NativeAllocationInfo.java 60 private final int mAllocations;
76 this.mAllocations = allocations;
106 return mAllocations;
171 if (mSize != mi.mSize || mAllocations != mi.mAllocations ||
198 buffer.append(mAllocations);
206 buffer.append(mSize * mAllocations);
ClientData.java 188 private AllocationInfo[] mAllocations;
621 mAllocations = allocs;
629 return mAllocations;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
NativeHeapPanel.java 164 private final ArrayList<NativeAllocationInfo> mAllocations =
262 Iterator<NativeAllocationInfo> iter = mAllocations.iterator();
263 int total = mAllocations.size();
584 mBackUpAllocations.addAll(mAllocations);
751 int total = mAllocations.size();
766 // Because the number of pages is not related to mAllocations.size() anymore
832 for (NativeAllocationInfo info : mAllocations) {
895 mAllocations.clear();
896 mAllocations.addAll(mClientData.getNativeAllocationList());
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 174 milliseconds