/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/ |
mmap.css | 66 .mm-resident-table { 70 .mm-resident-table td { 74 .mm-resident-table td.resident {
|
/external/chromium_org/tools/ |
multi_process_rss.py | 6 # Counts a resident set size (RSS) of multiple processes without double-counts. 102 resident = 0 111 resident += statm.resident 113 private += (statm.resident - statm.share) 115 return (resident, shared, private)
|
/external/chromium_org/tools/android/memdump/ |
memsymbols.py | 14 """Extracts the list of resident symbols of a library loaded in a process. 19 symbols that, at the time of the snapshot, were resident in memory (that are, 21 resident at the time of the snapshot). 23 run-time information (list of resident pages) and debug symbols. 39 """Parses the memdump output and extracts the resident page set for lib_name. 46 A set of resident pages (the key is the page index) for all the 131 # Process the nm symbol table, filtering out the resident symbols.
|
/external/chromium_org/tools/android/memconsumer/java/src/org/chromium/memconsumer/ |
MemConsumer.java | 91 Intent resident = new Intent(); local 92 resident.setClass(this, ResidentService.class); 93 startService(resident);
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
resource.h | 19 #define RLIMIT_RSS 7 /* max resident set size */
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm_pass2.c | 58 value->resident = &c->pass2_grf[reg]; 146 grf->value->resident = 0; 178 value->resident->value = NULL; 179 value->resident->nextuse = BRW_WM_MAX_INSN; 180 value->resident = NULL; 245 assert(!dst[i]->resident); 251 dst[i]->resident = &c->pass2_grf[reg+i]; 273 if (!ref->value->resident) { 283 ref->value->resident = &c->pass2_grf[reg]; 292 assert(ref->value == ref->value->resident->value) [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_pass2.c | 58 value->resident = &c->pass2_grf[reg]; 146 grf->value->resident = 0; 178 value->resident->value = NULL; 179 value->resident->nextuse = BRW_WM_MAX_INSN; 180 value->resident = NULL; 245 assert(!dst[i]->resident); 251 dst[i]->resident = &c->pass2_grf[reg+i]; 273 if (!ref->value->resident) { 283 ref->value->resident = &c->pass2_grf[reg]; 292 assert(ref->value == ref->value->resident->value) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
libudevsymboltable.cc | 55 // If libudev.so.1 is resident but distinct from libudev.so.0, then some 58 // DllHandle, but having libudev.so.0 resident may cause problems for that 62 << "libudev.so.1 is resident but distinct from libudev.so.0";
|
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/js/ |
mmap.js | 129 // Show resident pages for the selected mapping. 144 var table = $('<table class="mm-resident-table"/>'); 151 var resident = !!(arr[i] & (1 << j)); 158 if (resident) 159 cell.addClass('resident') 163 rootUi.showDialog(table, 'Resident page list');
|
/external/chromium_org/tools/memory_inspector/memory_inspector/core/ |
memory_map_unittest.py | 21 # Test the page-resident logic.
|
/frameworks/base/core/res/res/layout/ |
screen_swipe_dismiss.xml | 18 This is a layout for a window whose resident activity is finished when swiped away.
|
/external/chromium_org/base/memory/ |
discardable_memory_ashmem_allocator.h | 27 // Returns whether the memory is still resident.
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioBufferSourceNode.idl | 25 // A cached (non-streamed), memory-resident audio source
|
/external/kernel-headers/original/uapi/asm-generic/ |
resource.h | 22 # define RLIMIT_RSS 5 /* max resident set size */
|
/external/kernel-headers/original/uapi/linux/ |
resource.h | 26 __kernel_long_t ru_maxrss; /* maximum resident set size */
|
shm.h | 72 __kernel_ulong_t shm_rss; /* total resident shm */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/ |
resource.h | 22 # define RLIMIT_RSS 5 /* max resident set size */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
resource.h | 27 long ru_maxrss; /* maximum resident set size */
|
shm.h | 68 unsigned long shm_rss; /* total resident shm */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/ |
vlimit.h | 53 /* Resident set size (bytes). */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/ |
resource.h | 22 # define RLIMIT_RSS 5 /* max resident set size */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
resource.h | 27 long ru_maxrss; /* maximum resident set size */
|
shm.h | 68 unsigned long shm_rss; /* total resident shm */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
vlimit.h | 53 /* Resident set size (bytes). */
|
/external/chromium_org/net/tools/flip_server/ |
ring_buffer.h | 34 // This means: If the buffer size is increasing, all data that was resident 35 // in the buffer prior to this call will be resident after this call. 86 // here is expected to already be resident (as if it was Written).
|