HomeSort by relevance Sort by last modified time
    Searched refs:maps (Results 26 - 50 of 126) sorted by null

12 3 4 5 6

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMapView.java 7 import com.google.android.maps.GeoPoint;
8 import com.google.android.maps.MapController;
9 import com.google.android.maps.MapView;
10 import com.google.android.maps.Overlay;
11 import com.google.android.maps.Projection;
103 public com.google.android.maps.Projection getProjection() {
ShadowGeoPoint.java 3 import com.google.android.maps.GeoPoint;
  /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);
  /external/linux-tools-perf/util/
map.c 227 self->maps[i] = RB_ROOT;
261 maps__delete(&self->maps[i]);
271 struct rb_root *root = &self->maps[type];
312 for (nd = rb_first(&self->maps[type]); nd; nd = rb_next(nd)) {
332 for (nd = rb_first(&self->maps[type]); nd; nd = rb_next(nd)) {
383 printed += fprintf(fp, "Removed maps:\n");
390 struct rb_root *root = &self->maps[map->type];
402 fputs("overlapping maps:\n", fp);
409 * Now check if we need to create new maps for areas not
456 * XXX This should not really _copy_ te maps, but refcount them
    [all...]
  /external/oprofile/daemon/liblegacy/
opd_parse_proc.c 86 * opd_get_ascii_maps - read all maps for a process
89 * Read the /proc/<pid>/maps file and add all
105 strcat(mapsfile, "/maps");
132 list_for_each(pos, &proc->maps) {
135 if (pos != proc->maps.next) {
144 if (list_empty(&proc->maps)) {
145 /* we always need a valid proc->maps[0], we artificially give
148 * thread when adding vmlinux and module maps to proc->maps[]
opd_proc.c 74 list_init(&proc->maps);
161 * iterate through the proc maps searching the mapping which owns sample
172 list_for_each(pos, &proc->maps) {
266 /* copy the maps */
267 list_for_each(pos, &old->maps) {
418 list_for_each_safe(pos, pos2, &proc->maps) {
  /external/quake/quake/src/QW/client/
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]];
gl_rsurf.c 145 int maps; local
169 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
170 maps++)
172 scale = d_lightstylevalue[surf->styles[maps]];
173 surf->cached_light[maps] = scale; // 8.8 fraction
788 int maps; local
822 for (maps = 0 ; maps < MAXLIGHTMAPS && fa->styles[maps] != 255
867 int maps; local
    [all...]
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_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
  /external/v8/test/mjsunit/regress/
regress-1493017.js 28 // Test collection of abandoned maps. Tests that deleted map
31 // Flags: --expose-gc --collect-maps
42 // Force a global GC. This will collect the maps starting from C and
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
build.properties 191 mapsRoot=path/to/maps
203 # By default thebuilder will use whatever is in the maps.
  /external/webkit/LayoutTests/fast/url/script-tests/
scheme.js 8 // an API that always maps to absolute URLs. If you know of one, please
  /sdk/eclipse/buildConfig/
build.properties 168 mapsRoot=path/to/maps
180 # By default thebuilder will use whatever is in the maps.
  /external/robolectric/
Android.mk 32 robolectric-maps \
56 robolectric-maps:lib/main/maps_v16.jar \
  /external/tremolo/Tremolo/
treminfo.c 144 for(i=0;i<ci->maps;i++) /* unpack does the range checking */
281 ci->maps=oggpack_read(opb,6)+1;
282 ci->map_param=_ogg_malloc(sizeof(*ci->map_param)*ci->maps);
283 for(i=0;i<ci->maps;i++){
297 if(ci->mode_param[i].mapping>=ci->maps)goto err_out;
  /frameworks/base/data/keyboards/
Android.mk 21 # Validate all key maps.
  /frameworks/base/packages/InputDevices/
Android.mk 29 # Validate all key maps.
  /external/freetype/include/freetype/internal/services/
svpscmap.h 68 PS_UniMap* maps; member in struct:PS_UnicodesRec_
  /external/libvorbis/lib/
codec_internal.h 107 int maps; member in struct:codec_setup_info
  /external/openssl/crypto/x509v3/
pcy_int.h 188 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *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()) {
  /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",

Completed in 968 milliseconds

12 3 4 5 6