HomeSort by relevance Sort by last modified time
    Searched defs:maps (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/robolectric/src/main/java/com/google/android/maps/
ShadowItemizedOverlayBridge.java 1 package com.google.android.maps;
  /external/oprofile/daemon/liblegacy/
opd_proc.h 27 /** maps are always added to the end of head, so search will be done
30 struct list_head maps; member in struct:opd_proc
  /external/robolectric/lib/main/
maps_v16.jar 
  /frameworks/base/core/jni/
android_ddm_DdmHandleNativeHeap.cpp 61 * Retrieve the native heap information and the info from /proc/self/maps,
69 String8 maps; local
70 ReadFile("/proc/self/maps", maps);
71 header.mapSize = maps.size();
85 maps.size(), reinterpret_cast<const jbyte*>(maps.string()));
86 env->SetByteArrayRegion(array, sizeof(header) + maps.size(),
android_os_Debug.cpp 492 fprintf(fp, "MAPS\n");
493 const char* maps = "/proc/self/maps"; local
494 FILE* in = fopen(maps, "r");
496 fprintf(fp, "Could not open %s\n", maps);
  /frameworks/base/tools/layoutlib/bridge/src/com/google/android/maps/
MapView.java 17 package com.google.android.maps;
  /frameworks/base/core/java/android/gesture/
GestureStore.java 234 final HashMap<String, ArrayList<Gesture>> maps = mNamedGestures; local
241 out.writeInt(maps.size());
243 for (Map.Entry<String, ArrayList<Gesture>> entry : maps.entrySet()) {
  /external/freetype/include/freetype/internal/services/
svpscmap.h 68 PS_UniMap* maps; member in struct:PS_UnicodesRec_
  /external/quake/quake/src/QW/client/
r_light.c 154 int maps; local
219 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
220 maps++)
222 scale = d_lightstylevalue[surf->styles[maps]];
gl_rlight.c 280 int maps; local
347 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
348 maps++)
350 scale = d_lightstylevalue[surf->styles[maps]];
r_surf.c 139 int maps; local
163 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
164 maps++)
166 scale = r_drawsurf.lightadj[maps]; // 8.8 fraction
  /external/quake/quake/src/WinQuake/
gl_rlight.cpp 283 int maps; local
350 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
351 maps++)
353 scale = d_lightstylevalue[surf->styles[maps]];
r_light.cpp 154 int maps; local
219 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
220 maps++)
222 scale = d_lightstylevalue[surf->styles[maps]];
r_surf.cpp 156 int maps; local
180 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
181 maps++)
183 scale = r_drawsurf.lightadj[maps]; // 8.8 fraction
  /system/core/toolbox/
lsof.c 101 FILE *maps; local
110 strncat(info->path, "maps", sizeof(info->path));
112 maps = fopen(info->path, "r");
113 if (!maps)
116 while (fscanf(maps, "%*x-%*x %*s %zx %5s %ld %s\n", &offset, device, &inode,
118 // We don't care about non-file maps
127 fclose(maps);
  /system/extras/libpagemap/
pm_process.c 83 error = pm_map_usage(proc->maps[i], &map_usage);
138 pm_map_t **maps; local
144 maps = malloc(proc->num_maps * sizeof(pm_map_t*));
145 if (!maps)
148 memcpy(maps, proc->maps, proc->num_maps * sizeof(pm_map_t*));
150 *maps_out = maps;
173 error = pm_map_workingset(proc->maps[i], &map_ws);
205 free(proc->maps);
227 pm_map_t *map, **maps, **new_maps local
    [all...]
  /system/extras/procmem/
procmem.c 38 /* qsort compare function to compare maps by PSS */
49 /* maps and such */
50 pm_map_t **maps; int 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/linux-tools-perf/util/
map.h 60 struct rb_root maps[MAP__NR_TYPES]; member in struct:map_groups
136 void maps__insert(struct rb_root *maps, struct map *map);
138 struct map *maps__find(struct rb_root *maps, u64 addr);
175 maps__insert(&self->maps[map->type], map);
181 maps__remove(&self->maps[map->type], map);
187 return maps__find(&self->maps[type], addr);
  /external/webkit/Source/WebCore/rendering/
RenderCounter.cpp 427 CounterMaps& maps = counterMaps();
434 CounterNode* currentCounter = maps.get(currentRenderer)->get(identifier.impl()).get();
540 CounterMaps& maps = counterMaps(); local
541 CounterMaps::iterator mapsIterator = maps.find(owner);
542 if (mapsIterator == maps.end())
550 maps.remove(mapsIterator);
  /system/extras/libpagemap/include/pagemap/
pagemap.h 59 pm_map_t **maps; member in struct:pm_process
141 /* Get the maps in the virtual address space of this process.
142 * Returns an array of pointers to pm_map_t through *maps.
143 * The array should be freed by the caller, but the maps should not be
  /system/extras/librank/
librank.c 177 pm_map_t **maps; local
240 error = pm_process_maps(proc, &maps, &num_maps);
242 fprintf(stderr, "Error listing maps for process %d.\n", proc->pid);
247 if (prefix && (strncmp(pm_map_name(maps[j]), prefix, prefix_len)))
250 li = get_library(pm_map_name(maps[j]));
256 error = pm_map_usage(maps[j], &map_usage);
260 pm_map_name(maps[j]), proc->pid);
  /external/libvorbis/lib/
codec_internal.h 107 int maps; member in struct:codec_setup_info
vorbisenc.c 141 const vorbis_mapping_template *maps; member in struct:__anon10878
556 /* Multiple maps/submaps can point to the same residue. In the case
560 for(i=0;i<ci->maps&&ch==0;i++){
588 /* we assume two maps in this encoder */
590 const vorbis_mapping_template *maps){
594 const vorbis_info_mapping0 *map=maps[is].map;
596 const vorbis_residue_template *res=maps[is].res;
610 if(i>=ci->maps)ci->maps=i+1;
828 vorbis_encode_map_n_res_setup(vi,hi->base_setting,setup->maps);
    [all...]
  /external/tremolo/Tremolo/
codec_internal.h 204 int maps; member in struct:codec_setup_info
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
InputManager.java 155 ArrayList<Mapping> maps = bindings.get(hash); local
156 if (maps == null) {
160 int size = maps.size();
162 Mapping mapping = maps.get(i);
226 ArrayList<Mapping> maps = bindings.get(hash); local
227 if (maps == null) {
235 int size = maps.size();
237 Mapping mapping = maps.get(i);
256 ArrayList<Mapping> maps = bindings.get(hash); local
257 if (maps == null) {
579 ArrayList<Mapping> maps = bindings.get(hash); local
601 ArrayList<Mapping> maps = bindings.get(trigger.triggerHashCode()); local
    [all...]

Completed in 1427 milliseconds

1 2 3