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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/intl/ja/guide/publishing/
preparing.jd 44 <li>????????? MapView ?????????????Maps API ???????</li>
110 <li>????????? MapView ?????????????Maps API ????????????????????</li>
114 <h3 id="mapsApiKey">7. ????????? MapView ?????????????Maps API ???????</h3>
118 Maps API ???????????<a
119 href="http://code.google.com/android/add-ons/google-apis/mapkey.html">Maps API ???????????</a>
124 <p>????????? Mapview ??????????????????? Google Maps ?????????Maps API ???????????????????MapView ? Google Maps ?????????????????????????????Maps ??????????? MD5 ???????????????? </p>
126 <p>?????SDK ???????????? ??????????? Maps API ??????????????????????????????????????????? Maps API ??????????????? </p
    [all...]
  /frameworks/base/docs/html/guide/topics/location/
index.jd 1 page.title=Location and Maps
11 <li>A Google Maps external library is available that lets you display and manage Maps data</li>
23 href="http://code.google.com/android/add-ons/google-apis/maps-overview.html">Google
24 Maps External Library &raquo;</a></li>
29 <p>Location and maps-based applications are compelling for mobile device users. You
31 android.location} package and the Google Maps external library. The sections below provide details.
65 <h2 id="maps">Google Maps External Library</h2>
68 application, Google provides a Maps external library that includes th
    [all...]
  /external/quake/quake/src/QW/progs/
files.dat 143 1 maps/b_bh10.bsp
144 1 maps/b_bh100.bsp
145 1 maps/b_bh25.bsp
153 1 maps/b_shell1.bsp
154 1 maps/b_shell0.bsp
155 1 maps/b_nail1.bsp
156 1 maps/b_nail0.bsp
157 1 maps/b_rock1.bsp
158 1 maps/b_rock0.bsp
159 1 maps/b_batt1.bsp
    [all...]
world.qc 108 precache_file ("maps/start.bsp");
110 precache_file ("maps/e1m1.bsp");
111 precache_file ("maps/e1m2.bsp");
112 precache_file ("maps/e1m3.bsp");
113 precache_file ("maps/e1m4.bsp");
114 precache_file ("maps/e1m5.bsp");
115 precache_file ("maps/e1m6.bsp");
116 precache_file ("maps/e1m7.bsp");
117 precache_file ("maps/e1m8.bsp");
122 precache_file2 ("maps/e2m1.bsp");
    [all...]
  /system/extras/libpagemap/
pm_process.c 83 error = pm_map_usage(proc->maps[i], &map_usage);
132 pm_map_t **maps; local
138 maps = malloc(proc->num_maps * sizeof(pm_map_t*));
139 if (!maps)
142 memcpy(maps, proc->maps, proc->num_maps * sizeof(pm_map_t*));
144 *maps_out = maps;
167 error = pm_map_workingset(proc->maps[i], &map_ws);
199 free(proc->maps);
221 pm_map_t *map, **maps, **new_maps local
    [all...]
  /frameworks/base/core/java/com/google/android/collect/
Maps.java 22 * Provides static methods for creating mutable {@code Maps} instances easily.
24 public class Maps {
  /external/guava/src/com/google/common/collect/
MapDifference.java 26 * An object representing the differences between two maps.
34 * Returns {@code true} if there are no differences between the two maps;
35 * that is, if the maps are equal.
53 * maps; that is, the intersection of the two maps.
58 * Returns an unmodifiable map describing keys that appear in both maps, but
82 * A difference between the mappings from two maps with the same key. The
HashBiMap.java 76 super(new HashMap<K, V>(Maps.capacity(expectedSize)),
77 new HashMap<V, K>(Maps.capacity(expectedSize)));
103 setDelegates(Maps.<K, V>newHashMapWithExpectedSize(size),
104 Maps.<V, K>newHashMapWithExpectedSize(size));
  /frameworks/base/docs/html/guide/publishing/
preparing.jd 38 <li>Register for a Maps API Key, if your application is using MapView elements</li>
171 <li>Register for a Maps API Key (see below), if your application uses MapView
176 <h3 id="mapsApiKey">8. Register for a Maps API Key, if your application is using
181 For complete information about getting a Maps API Key, see <a
183 Obtaining a Maps API Key</a>.</p>
189 Maps service and obtain a Maps API Key, before your MapView(s) will be able to
190 retrieve data from Google Maps. To do so, you supply an MD5 fingerprint of your
191 signer certificate to the Maps service. </p>
193 <p>During development, you can get a temporary Maps API Key by registering th
    [all...]
  /external/clearsilver/man/man3/
hdf_set_int_value.3 32 hdf_set_int_value is a helper function that maps an
  /development/samples/ApiDemos/res/layout/
mapview.xml 17 <!-- Demonstrates use of the com.google.android.maps.MapView.
24 <com.google.android.maps.MapView
  /external/chromium/net/base/
cert_status_flags.h 37 // Maps a network error code to the equivalent certificate status flag. If
41 // Maps the most serious certificate error in the certificate status flags
  /external/skia/include/utils/
SkUnitMappers.h 44 /** This returns cos(x), to simulate lighting a sphere, where 0 maps to the
45 center of the sphere, and 1 maps to the edge.
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathConstants.java 42 * <p>Maps to Java {@link Double}.</p>
49 * <p>Maps to Java {@link String}.</p>
56 * <p>Maps to Java {@link Boolean}.</p>
63 * <p>Maps to Java {@link org.w3c.dom.NodeList}.</p>
70 * <p>Maps to Java {@link org.w3c.dom.Node}.</p>
  /system/core/toolbox/
lsof.c 95 FILE *maps; local
104 strncat(info->path, "maps", sizeof(info->path));
106 maps = fopen(info->path, "r");
107 if (!maps)
110 while (fscanf(maps, "%*x-%*x %*s %zx %5s %ld %s\n", &offset, device, &inode,
112 // We don't care about non-file maps
120 fclose(maps);
  /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
  /frameworks/base/tools/preload/
Policy.java 50 "com.google.android.apps.maps.FriendService", // pre froyo
51 "com.google.android.apps.maps:FriendService", // froyo
52 "com.google.android.apps.maps.LocationFriendService",
Record.java 27 "com.google.android.apps.maps:FriendService",
28 "com.google.android.apps.maps\\u003AFriendService",
29 "com.google.android.apps.maps:driveabout",
30 "com.google.android.apps.maps\\u003Adriveabout",
31 "com.google.android.apps.maps:LocationFriendService",
32 "com.google.android.apps.maps\\u003ALocationFriendService",
  /frameworks/base/docs/html/resources/tutorials/views/
hello-mapview.jd 6 <p>Using the Google Maps library, you can create your own map-viewing Activity. In this
12 <p>This tutorial requires that you have the external Google Maps library
13 installed in your SDK environment. The Maps library is included with the Google APIs
30 href="http://code.google.com/android/add-ons/google-apis/reference/index.html">Google Maps
40 <li>Because the Maps library is not a part of the standard Android library, you must
43 <pre>&lt;uses-library android:name="com.google.android.maps" /></pre>
62 {@code com.google.android.maps.MapView} as the root node:
65 &lt;com.google.android.maps.MapView
71 android:apiKey="<em>Your Maps API Key goes here</em>"
77 <p>The <code>android:apiKey</code> attribute holds the Maps API Key for you
    [all...]
  /external/libvpx/examples/
vp8_set_maps.txt 2 VP8 Set Active and ROI Maps
6 ROI and Active maps.
8 ROI (Reigon of Interest) maps are a way for the application to assign
12 Active maps are a way for the application to specify on a
  /external/freetype/src/psnames/
psmodule.c 297 /* Build a table that maps Unicode values to glyph indices. */
314 table->maps = 0;
316 if ( !FT_NEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) )
324 map = table->maps;
365 count = (FT_UInt)( map - table->maps );
370 FT_FREE( table->maps );
379 (void)FT_RENEW_ARRAY( table->maps, num_glyphs, count );
385 ft_qsort( table->maps, count, sizeof ( PS_UniMap ),
405 min = table->maps;
461 map = table->maps + mid
    [all...]
  /frameworks/base/packages/SettingsProvider/res/xml/
bookmarks.xml 44 package="com.google.android.apps.maps"
45 class="com.google.android.maps.MapsActivity"
  /frameworks/base/packages/SystemUI/res/xml/
bookmarks.xml 44 package="com.google.android.apps.maps"
45 class="com.google.android.maps.MapsActivity"
  /external/oprofile/daemon/
opd_anon.c 5 * Our caching of maps has some problems: if we get tgid reuse,
7 * maps. The same happens in an unmap-remap case. There's not much
10 * What is relatively common is expanding anon maps, which leaves us
103 printf("Cleared anon maps for tgid %u (%s).\n", tgid, name);
138 snprintf(buf, PATH_MAX, "/proc/%d/maps", trans->tgid);
146 /* Some anon maps have labels like
  /frameworks/base/docs/html/guide/tutorials/views/
hello-mapview.jd 7 <p>This tutorial requires that you have the Google Maps external library
9 Google APIs add-on, which in turn includes the Maps external library. If you
38 <li>Because we're using the Google Maps library,
43 <pre>&lt;uses-library android:name="com.google.android.maps" /></pre>
45 <li>We also need access to the internet in order to retrieve the Google Maps tiles,
50 <li>Now open the main layout file for your project. Define a layout with a com.google.android.maps.MapView
61 &lt;com.google.android.maps.MapView
66 android:apiKey="<em>Your Maps API Key</em>"
74 <p>The <code>apiKey</code> attribute holds the Google Maps API Key that proves your application and signer
75 certificate has been registered with the Google Maps service. Because MapView uses Google Maps data, this key is require
    [all...]

Completed in 650 milliseconds

1 2 3 4 5 6 7 8 91011>>