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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/examples/extensions/maps_app/
manifest.json 2 "name": "Google Maps",
7 "http://maps.google.com/"
10 "web_url": "http://maps.google.com/"
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/maps_app/
manifest.json 2 "name": "Google Maps",
7 "http://maps.google.com/"
10 "web_url": "http://maps.google.com/"
  /external/robolectric/lib/main/
maps_v16.jar 
  /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/google/play-services/
maps.jd 1 page.title=Google Maps Android API
11 <img src="{@docRoot}images/google/gps-maps.png" alt="">
15 <h1 itemprop="name" style="margin-bottom:0;">Google Maps Android API</h1>
16 <p itemprop="description">Allow your users explore the world with rich maps provided by
18 with <b>image overlays</b>, embed <b>one or more maps</b> as fragments,
21 href="{@docRoot}reference/com/google/android/gms/maps/package-summary.html"
22 >Google Maps Android API reference</a> is available here on developer.android.com, but for more
23 information about adding maps to your app, visit:</p>
25 href="https://developers.google.com/maps/documentation/android/">developers.google.com/maps</a></p
    [all...]
  /external/chromium_org/tools/find_runtime_symbols/
README 1 This script maps runtime addresses to symbol names. It is robust over
3 runtime mapping information (/proc/.../maps).
12 ./prepare_symbol_info.py /path/to/maps [/another/path/to/symbol_info_dir]
14 The required 'maps' file is /proc/.../maps of the process at runtime.
  /external/bison/lib/
strerror-override.c 32 /* If ERRNUM maps to an errno value defined by gnulib, return a string
129 /* WSA_INVALID_HANDLE maps to EBADF */
130 /* WSA_NOT_ENOUGH_MEMORY maps to ENOMEM */
131 /* WSA_INVALID_PARAMETER maps to EINVAL */
138 /* WSAEINTR maps to EINTR */
139 /* WSAEBADF maps to EBADF */
140 /* WSAEACCES maps to EACCES */
141 /* WSAEFAULT maps to EFAULT */
142 /* WSAEINVAL maps to EINVAL */
143 /* WSAEMFILE maps to EMFILE *
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapsSortedTransformValuesTest.java 27 * Tests for {@link Maps#transformValues(SortedMap, Function)}.
36 return Maps.transformValues(Maps.<String, String>newTreeMap(),
42 SortedMap<String, Integer> underlying = Maps.newTreeMap();
46 return Maps.transformValues(underlying, Functions.toStringFunction());
50 Map<String, String> sortedMap = Maps.newTreeMap();
51 assertTrue(Maps.transformValues(sortedMap, Functions.<String>identity())
MapsTransformValuesTest.java 32 * Tests for {@link Maps#transformValues}.
58 return Maps.transformValues(Maps.<String, String>newHashMap(),
64 Map<String, Integer> underlying = Maps.newHashMap();
68 return Maps.transformValues(underlying, Functions.toStringFunction());
81 /** Helper assertion comparing two maps */
97 Map<String, String> map = Maps.transformValues(
99 assertMapsEqual(Maps.newHashMap(), map);
103 Map<String, String> map = Maps.transformValues(
112 Map<String, Integer> map = Maps.transformValues
    [all...]
MapsTest.java 19 import static com.google.common.collect.Maps.transformEntries;
31 import com.google.common.collect.Maps.EntryTransformer;
32 import com.google.common.collect.Maps.ValueDifferenceImpl;
67 * Unit test for {@code Maps}.
80 HashMap<Integer, Integer> map = Maps.newHashMap();
89 HashMap<String, Integer> map = Maps.newHashMap(original);
99 Maps.newHashMap((Map<? extends Object, ? extends Object>) original);
105 Maps.capacity(-1);
112 * Tests that nHMWES makes hash maps large enough that adding the expected
120 HashMap<Integer, Void> map1 = Maps.newHashMapWithExpectedSize(size)
    [all...]
MapsTransformValuesUnmodifiableIteratorTest.java 32 * Tests for {@link Maps#transformValues} when the backing map's views
110 Map<String, Integer> underlying = Maps.newHashMap();
111 return Maps.transformValues(
116 Map<String, Integer> underlying = Maps.newHashMap();
120 return Maps.transformValues(
134 /** Helper assertion comparing two maps */
150 Map<String, String> map = Maps.transformValues(
152 assertMapsEqual(Maps.newHashMap(), map);
156 Map<String, String> map = Maps.transformValues(
165 Map<String, Integer> map = Maps.transformValues
    [all...]
AbstractSetMultimapTest.java 64 Map<String, Collection<Integer>> equalMap = Maps.newHashMap();
71 Map<String, Collection<Integer>> unequalMap = Maps.newHashMap();
87 Maps.immutableEntry(
97 array[1] = Maps.immutableEntry("another", "entry");
162 Maps.immutableEntry("foo", 3),
163 Maps.immutableEntry("bar", 3),
164 Maps.immutableEntry("foo", 1));
173 Maps.immutableEntry("foo", 3),
174 Maps.immutableEntry("bar", 3),
175 Maps.immutableEntry("bar", 1))
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/
manifest.json 12 "https://maps.google.com/*",
13 "https://maps.googleapis.com/*"
21 "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src https://maps.googleapis.com; img-src https://maps.google.com"
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricForMaps.java 3 import com.google.android.maps.GeoPoint;
4 import com.google.android.maps.ItemizedOverlay;
5 import com.google.android.maps.MapController;
6 import com.google.android.maps.MapView;
  /frameworks/base/docs/html/guide/topics/location/
index.jd 1 page.title=Location and Maps
11 <li><a href="#maps">Google Maps Android API</a></li>
32 Location and maps-based apps offer a compelling experience on mobile devices. You
34 android.location} package and the Google Maps Android API. The sections below provide
69 <h2 id="maps">Google Maps Android API</h2>
72 <a href="http://developers.google.com/maps/documentation/android/">Google Maps Android API</a>,
73 you can add maps to your app that are based on Googl
    [all...]
  /system/extras/libpagemap/
pm_process.c 85 error = pm_map_usage_flags(proc->maps[i], &map_usage, flags_mask,
146 pm_map_t **maps; local
152 maps = malloc(proc->num_maps * sizeof(pm_map_t*));
153 if (!maps)
156 memcpy(maps, proc->maps, proc->num_maps * sizeof(pm_map_t*));
158 *maps_out = maps;
181 error = pm_map_workingset(proc->maps[i], &map_ws);
213 free(proc->maps);
235 pm_map_t *map, **maps, **new_maps local
    [all...]
  /external/llvm/test/YAMLParser/
construct-merge.data 9 # All the following maps are equal:
22 - # Merge multiple maps
spec-02-26.data 3 # ordered maps are represented as
  /external/robolectric/src/test/resources/res/layout/
mapview.xml 10 <com.google.android.maps.MapView
15 android:apiKey="Your Maps API Key goes here"
  /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(),
  /external/android-clat/
icmp.h 33 // Maps ICMP types to ICMPv6 types. Partial implementation of RFC 6145, section 4.2.
36 // Maps ICMP codes to ICMPv6 codes. Partial implementation of RFC 6145, section 4.2.
39 // Maps ICMPv6 types to ICMP types. Partial implementation of RFC 6145, section 5.2.
42 // Maps ICMPv6 codes to ICMP codes. Partial implementation of RFC 6145, section 5.2.
  /external/robolectric/src/main/java/com/google/android/maps/
ShadowItemizedOverlayBridge.java 1 package com.google.android.maps;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_nis.py 9 maps = nis.maps()
20 maps.remove("passwd.adjunct.byname")
25 for nismap in maps:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_nis.py 9 maps = nis.maps()
20 maps.remove("passwd.adjunct.byname")
25 for nismap in maps:
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowItemizedOverlay.java 4 import com.google.android.maps.ItemizedOverlay;
5 import com.google.android.maps.OverlayItem;
6 import com.google.android.maps.ShadowItemizedOverlayBridge;
15 * {@link #hitTest(com.google.android.maps.OverlayItem, android.graphics.drawable.Drawable, int, int)} to be set up by
79 * {@link #hitTest(com.google.android.maps.OverlayItem, android.graphics.drawable.Drawable, int, int)}
82 * {@link #hitTest(com.google.android.maps.OverlayItem, android.graphics.drawable.Drawable, int, int)}

Completed in 724 milliseconds

1 2 3 4 5 6 7 8 91011>>