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

  /external/javasqlite/src/main/java/SQLite/
Backup.java 81 public int pagecount() throws SQLite.Exception { method in class:Backup
  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
bvbuffdesc.h 42 unsigned int pagecount; member in struct:bvphysdesc
  /external/chromium_org/tools/deep_memory_profiler/lib/
pageframe.py 16 def __init__(self, pfn, size, pagecount, start_truncated, end_truncated):
19 self._pagecount = pagecount
44 pagecount = None
47 pagecount = struct.unpack(
58 return PageFrame(pfn, size, pagecount, start_truncated, end_truncated)
72 def pagecount(self): member in class:PageFrame
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc 176 uint64 pagecount = ReadPageCount(state.pfn); local
177 // Assume pagecount == 63 if the pageframe is mapped more than 63 times.
178 if (pagecount > 63)
179 pagecount = 63;
181 buffer->AppendBase64(pagecount, 1);
410 buffer.AppendString("PageFrame: 24,Base64,PageCount", 0);
    [all...]

Completed in 882 milliseconds