Searched defs:liballoc (Results 1 - 1 of 1) sorted by relevance

/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
H A DNativeHeapPanel.java372 public FillTableThread(LibraryAllocations liballoc, int m) { argument
373 mLibAlloc = liballoc;
388 * @param liballoc the current library allocation object being displayed
1057 for (LibraryAllocations liballoc : mLibraryAllocations) {
1058 if (liballoc != null) {
1060 String lib = liballoc.getLibrary();
1062 item.setText(1, sFormatter.format(liballoc.getSize()));
1063 item.setText(2, sFormatter.format(liballoc.getCount()));
1073 LibraryAllocations liballoc = mLibraryAllocations.get(index);
1079 mFillTableThread = new FillTableThread(liballoc,
1085 updateLibraryAllocationTable(LibraryAllocations liballoc, int start, int end) argument
[all...]

Completed in 37 milliseconds