HomeSort by relevance Sort by last modified time
    Searched refs:maps (Results 76 - 100 of 260) sorted by null

1 2 34 5 6 7 8 91011

  /system/extras/procmem/
procmem.c 38 /* qsort compare function to compare maps by PSS */
49 /* maps and such */
50 pm_map_t **maps; size_t num_maps; local
127 /* get maps, and allocate our map_info array */
128 error = pm_process_maps(proc, &maps, &num_maps);
130 fprintf(stderr, "error listing maps.\n");
164 mi->map = maps[i];
309 " -h Hide maps with no RSS.\n",
  /external/chromium_org/tools/linux/
procfs.py 273 """A class representing one line in /proc/pid/maps."""
307 """Reads and stores information in /proc/pid/maps."""
346 with open(os.path.join('/proc', str(pid), 'maps'), 'r') as maps_f:
439 def __init__(self, raw, total_dct, maps, vma_internals):
449 self._maps = maps
460 maps = ProcMaps()
464 vma = maps.append_line(line.strip())
473 return ProcSmaps(raw, total_dct, maps, vma_internals)
515 It picks up virtual addresses to read based on ProcMaps (/proc/pid/maps).
559 def load(pid, maps)
681 def maps(self): member in class:_ProcessMemory
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCounter.cpp 327 CounterMaps& maps = counterMaps();
334 CounterNode* currentCounter = maps.get(currentRenderer)->get(identifier);
450 CounterMaps& maps = counterMaps(); local
451 CounterMaps::iterator mapsIterator = maps.find(&owner);
452 if (mapsIterator == maps.end())
459 maps.remove(mapsIterator);
  /external/chromium_org/v8/src/
type-info.cc 324 // information to filter out maps from different context to avoid
362 MapHandleList maps; local
365 if (map != NULL) maps.Add(handle(map));
367 code->FindAllMaps(&maps);
371 types->Reserve(maps.length(), zone());
372 for (int i = 0; i < maps.length(); i++) {
373 Handle<Map> map(maps.at(i));
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol.c 196 struct rb_node *nd, *prevnd = rb_first(&mg->maps[type]);
535 * map__split_kallsyms, when we have split the maps per module
602 * Split the symbols into maps, making sure there are no overlaps, i.e. the
603 * kernel range is broken in several maps, named [kernel].N, as we don't have
745 struct list_head maps; member in struct:kcore_mapfn_data
760 list_add(&map->node, &md->maps);
809 INIT_LIST_HEAD(&md.maps);
815 /* Read new maps into temporary lists */
821 if (list_empty(&md.maps)) {
826 /* Remove old maps */
    [all...]
  /bionic/tests/
dlext_test.cpp 351 pm_map_t** maps; local
353 ASSERT_EQ(0, pm_process_maps(process, &maps, &num_maps));
358 ASSERT_EQ(0, pm_map_usage(maps[i], &usage));
363 free(maps);
  /external/tremolo/Tremolo/
codec_internal.h 204 int maps; member in struct:codec_setup_info
  /device/htc/flounder/VolantisKeyboard/
Android.mk 29 # Validate all key maps.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
prefs.js 64 // TODO(dtseng): Leaking state about multiple key maps here until we have a
65 // class to manage multiple key maps. Also, this doesn't belong as a pref;
109 // TODO(dtseng): Leaking state about multiple key maps here until we have a
110 // class to manage multiple key maps.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
node_state.js 16 * cvox.ChromeVox.getMsg() call. For example [list_position, 3, 5] maps to
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer.py 289 a dictionary that maps result data category ('whole', 'skip', 'nonskip',
290 'passingrate') to information tuple (a dictionary that maps test name
355 data_map: a dictionary that maps result data category ('whole', 'skip',
356 'nonskip', 'passingrate') to information tuple (a dictionary that maps
  /external/chromium_org/third_party/jstemplate/
jstemplate_test.js 148 assertTrue(stringContains(h, 'http://maps.google.com/'));
150 assertEquals('http://maps.google.com/', t3a.foo.bar.baz);
151 assertEquals('http://maps.google.com/', t3a.bar);
161 assertTrue(h, stringContains(h, 'http://maps.google.com/'));
  /external/chromium_org/v8/test/cctest/
test-types.cc 102 maps.push_back(object_map);
103 maps.push_back(array_map);
104 maps.push_back(uninitialized_map);
105 for (MapVector::iterator it = maps.begin(); it != maps.end(); ++it) {
199 MapVector maps; member in class:Types
277 int i = rng_->NextInt(static_cast<int>(maps.size()));
278 return Type::Class(maps[i], region_);
482 for (MapIterator mt = T.maps.begin(); mt != T.maps.end(); ++mt)
    [all...]
  /external/elfutils/0.153/libdwfl/
Makefile.am 51 linux-kernel-modules.c linux-proc-maps.c \
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslatorTest.java 10 import com.google.android.maps.ItemizedOverlay;
11 import com.google.android.maps.OverlayItem;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
MapViewTest.java 7 import com.google.android.maps.GeoPoint;
8 import com.google.android.maps.MapView;
  /frameworks/base/packages/InputDevices/
Android.mk 30 # Validate all key maps.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
yp.x 161 ypmaplist *maps;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
yp.x 161 ypmaplist *maps;
  /external/libvorbis/lib/
info.c 169 for(i=0;i<ci->maps;i++) /* unpack does the range checking */
316 ci->maps=oggpack_read(opb,6)+1;
317 if(ci->maps<=0)goto err_out;
318 for(i=0;i<ci->maps;i++){
337 if(ci->mode_param[i]->mapping>=ci->maps)goto err_out;
525 /* maps */
526 oggpack_write(opb,ci->maps-1,6);
527 for(i=0;i<ci->maps;i++){
  /external/chromium_org/third_party/freetype/src/cff/
cffcmap.c 168 FT_FREE( unicodes->maps );
  /external/freetype/src/cff/
cffcmap.c 168 FT_FREE( unicodes->maps );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffcmap.c 168 FT_FREE( unicodes->maps );
  /system/extras/libpagemap/include/pagemap/
pagemap.h 63 pm_map_t **maps; member in struct:pm_process
168 /* Get the maps in the virtual address space of this process.
169 * Returns an array of pointers to pm_map_t through *maps.
170 * The array should be freed by the caller, but the maps should not be
  /external/chromium_org/tools/find_runtime_symbols/
prepare_symbol_info.py 85 maps_path: A path to a file which contains '/proc/<pid>/maps'.
101 matched = re.match('^(.*)\.maps$', os.path.basename(maps_path))
105 matched = re.match('^/proc/(.*)/maps$', os.path.realpath(maps_path))
144 shutil.copyfile(maps_path, os.path.join(output_dir_path, 'maps'))
147 maps = ProcMaps.load_file(f)
151 for entry in maps.iter(ProcMaps.executable):
214 '%s /path/to/maps [/path/to/output_data_dir/]' % sys.argv[0])

Completed in 589 milliseconds

1 2 34 5 6 7 8 91011