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

<<11121314151617181920>>

  /art/runtime/
oat_file.cc 148 std::string maps; local
149 ReadFileToString("/proc/self/maps", &maps);
153 << " /proc/self/maps:\n" << maps;
185 std::string maps; local
186 ReadFileToString("/proc/self/maps", &maps);
190 << " /proc/self/maps:\n" << maps;
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
FunctionsTest.java 22 import com.google.common.collect.Maps;
87 Map<String, Integer> map = Maps.newHashMap();
115 Map<String, Integer> map = Maps.newHashMap();
136 Map<String, Integer> map = Maps.newHashMap();
191 Map<String, Integer> map = Maps.newHashMap();
203 Map<String, Integer> mJapaneseToInteger = Maps.newHashMap();
210 Map<Integer, String> mIntegerToSpanish = Maps.newHashMap();
246 Map<String, Integer> mJapaneseToInteger = Maps.newHashMap();
253 Map<Integer, String> mIntegerToSpanish = Maps.newHashMap();
276 Map<String, Integer> mapJapaneseToInteger = Maps.newHashMap()
    [all...]
  /frameworks/base/docs/html/guide/appendix/
g-app-intents.jd 70 <td>Google Maps</td>
77 <td>Opens the Maps application to the given location or query. The Geo URI scheme
91 based on the syntax used for Street View panorama information in Google Maps URLs.<p>
110 Maps activity when the Street View "Go to Maps" menu item is chosen. It corresponds to the <em>z</em> parameter in
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
AlgNameMapper.java 54 // during maps initialization
81 // Maps alg name to OID
83 // Maps OID to alg name
85 // Maps aliases to alg names
182 // Puts mappings found into appropriate internal maps
  /frameworks/base/docs/html/reference/com/google/android/gms/maps/model/
Polyline.html 423 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
424 <span class="en">Maps</span>
731 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.maps.model.Polyline</td>
763 <code><a href="/reference/com/google/android/gms/maps/model/GroundOverlay.html">GroundOverlay</a></code>s, <code><a href="/reference/com/google/android/gms/maps/model/TileOverlay.html">TileOverlay</a></code>s, <code><a href="/reference/com/google/android/gms/maps/model/Circle.html">Circle</a></code>s, and <code><a href="/reference/com/google/android/gms/maps/model/Polygon.html">Polygon</a></code>s but
764 not <code><a href="/reference/com/google/android/gms/maps/model/Marker.html">Marker</a></code>s). An overlay with a larger z-index is drawn over overlays with smaller
792 href="https://developers.google.com/maps/documentation/android/shapes">Shapes</a>
860 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polyline.html#Polyline(com.google.android.gms.maps.model.internal.IPolylineDelegate)">Polyli (…)
    [all...]
Circle.html 423 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
424 <span class="en">Maps</span>
728 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.maps.model.Circle</td>
749 <dd>The center of the Circle is specified as a <code><a href="/reference/com/google/android/gms/maps/model/LatLng.html">LatLng</a></code>.</dd>
766 <code><a href="/reference/com/google/android/gms/maps/model/GroundOverlay.html">GroundOverlay</a></code>s, <code><a href="/reference/com/google/android/gms/maps/model/TileOverlay.html">TileOverlay</a></code>s, <code><a href="/reference/com/google/android/gms/maps/model/Polyline.html">Polyline</a></code>s, and <code><a href="/reference/com/google/android/gms/maps/model/Polygon.html">Polygon</a></code>s but
767 not <code><a href="/reference/com/google/android/gms/maps/model/Marker.html">Marker</a></code>s). An overlay with a larger z-index is drawn over overlays with smaller
799 href="https://developers.google.com/maps/documentation/android/shapes">Shapes</a
    [all...]
TileProvider.html 423 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
424 <span class="en">Maps</span>
708 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.maps.model.TileProvider</td>
733 <a href="/reference/com/google/android/gms/maps/model/UrlTileProvider.html">UrlTileProvider</a>
742 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/maps/model/UrlTileProvider.html">UrlTileProvider</a></td>
743 <td class="jd-descrcol" width="100%">A partial implementation of <code><a href="/reference/com/google/android/gms/maps/model/TileProvider.html">TileProvider</a></code> that only requires a URL that points to an image
756 <p itemprop="articleBody">An interface for a class that provides the tile images for a <code><a href="/reference/com/google/android/gms/maps/model/TileOverlay.html">TileOverlay</a></code>. For information
757 about the tile coordinate system, see <code><a href="/reference/com/google/android/gms/maps/model/TileOverlay.html">TileOverlay</a></code>.
816 <a href="/reference/com/google/android/gms/maps/model/Tile.html">Tile</a></nobr></td>
817 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/maps/model/TileProvider.html#NO_TILE">NO_TILE</a></td
    [all...]
TileOverlay.html 423 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
424 <span class="en">Maps</span>
728 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.maps.model.TileOverlay</td>
745 may be transparent, allowing you to add features to existing maps. A tile overlay has the
749 <dd>The <code><a href="/reference/com/google/android/gms/maps/model/TileProvider.html">TileProvider</a></code> provides the images that are used in the tile overlay. You must
753 <code><a href="/reference/com/google/android/gms/maps/model/TileOverlay.html#clearTileCache()">clearTileCache()</a></code> afterwards to ensure that the previous tiles are no longer rendered.
757 <code><a href="/reference/com/google/android/gms/maps/model/GroundOverlay.html">GroundOverlay</a></code>s, <code><a href="/reference/com/google/android/gms/maps/model/Circle.html">Circle</a></code>s, <code><a href="/reference/com/google/android/gms/maps/model/Polyline.html">Polyline</a></code>s, and <code><a href="/reference/com/google/android/gms/maps/model/Polygon.html">Polygon</a></code>s bu
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/maps/
Projection.html 423 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
424 <span class="en">Maps</span>
728 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.maps.Projection</td>
745 surface of the Earth (<code><a href="/reference/com/google/android/gms/maps/model/LatLng.html">LatLng</a></code>). Screen location is in screen pixels (not display pixels)
814 <a href="/reference/com/google/android/gms/maps/model/LatLng.html">LatLng</a></nobr>
817 <span class="sympad"><a href="/reference/com/google/android/gms/maps/Projection.html#fromScreenLocation(android.graphics.Point)">fromScreenLocation</a></span>(Point point)</nobr>
832 <a href="/reference/com/google/android/gms/maps/model/VisibleRegion.html">VisibleRegion</a></nobr>
835 <span class="sympad"><a href="/reference/com/google/android/gms/maps/Projection.html#getVisibleRegion()">getVisibleRegion</a></span>()</nobr>
854 <span class="sympad"><a href="/reference/com/google/android/gms/maps/Projection.html#toScreenLocation(com.google.android.gms.maps.model.LatLng)">toScreenLocation</a></span>(<a href="/reference/com/google/android/gms/maps/model/L (…)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableMap.java 40 * convenient for {@code public static final} maps ("constant maps") and also
139 return Maps.immutableEntry(
146 * static final} maps ("constant maps"). Example: <pre> {@code
155 * For <i>small</i> immutable maps, the {@code ImmutableMap.of()} methods are
159 * multiple times to build multiple maps in series. Each map is a superset of
160 * the maps created before it.
394 return Maps.toStringImpl(this);
Tables.java 350 * maps generated by {@code factory}, and the table contents are all
354 * and the maps returned by {@code factory}. Those objects should not be
359 * @param factory supplier of new, empty maps that will each hold all column
368 // TODO(jlevy): Wrap factory to validate that the supplied maps are empty?
464 return Maps.transformValues(fromTable.row(rowKey), function);
468 return Maps.transformValues(fromTable.column(columnKey), function);
540 return Maps.transformValues(row, function);
543 return Maps.transformValues(fromTable.rowMap(), rowFunction);
556 return Maps.transformValues(column, function);
559 return Maps.transformValues(fromTable.columnMap(), columnFunction)
    [all...]
  /external/linux-tools-perf/
builtin-test.c 47 * Create the kernel maps for kallsyms and the DSO where we will then
48 * load /proc/kallsyms. Also create the modules maps from /proc/modules
59 * Load and split /proc/kallsyms into multiple maps, one per module.
184 pr_info("Maps only in vmlinux:\n");
186 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) {
204 pr_info("Maps in vmlinux with a different name in kallsyms:\n");
206 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) {
225 pr_info("Maps only in kallsyms:\n");
227 for (nd = rb_first(&kallsyms.kmaps.maps[type]);
  /external/chromium_org/tools/linux/
procfs.py 264 """A class representing one line in /proc/pid/maps."""
298 """Reads and stores information in /proc/pid/maps."""
333 with open(os.path.join('/proc', str(pid), 'maps'), 'r') as maps_f:
430 def __init__(self, raw, total_dct, maps, vma_internals):
440 self._maps = maps
451 maps = ProcMaps()
455 vma = maps.append_line(line.strip())
464 return ProcSmaps(raw, total_dct, maps, vma_internals)
506 It picks up virtual addresses to read based on ProcMaps (/proc/pid/maps).
550 def load(pid, maps)
663 def maps(self): member in class:_ProcessMemory
    [all...]
  /external/oprofile/daemon/liblegacy/
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) {
  /frameworks/base/docs/html/sdk/
RELEASENOTES.jd 287 provides an updated com.google.android.maps external library that fixes compile
389 Google APIs add-on gives your application access to the com.google.android.maps
392 backend service implementation. For more information, see the "Maps External
415 <p><strong>Maps External Library</strong></p>
417 <p>In previous versions of the SDK, the com.google.android.maps package was
420 include the Maps external library (com.google.android.maps). However, the Maps
430 <p>For information about how to register for a Maps API Key, see
432 Obtaining a Maps API Key</a>.</p
    [all...]
  /art/runtime/base/unix_file/
mapped_file.h 49 // Maps an opened file to memory in the read-only mode.
52 // Maps an opened file to memory in the read-write mode. Before the
  /bionic/libc/kernel/tools/
defaults.py 43 # maps an architecture to a set of default macros that would be provided by
90 # this maps an architecture to the set of static inline functions that
  /dalvik/tools/
dexcheck 34 # system@app@Maps.apk@classes.dex
35 # Failure in system@app@Maps.apk@classes.dex: ERROR: DEX parse failed
  /external/chromium/chrome/browser/chromeos/
wm_ipc.h 131 // Maps from our Atom enum to the X server's atom IDs and from the
132 // server's IDs to atoms' string names. These maps aren't necessarily in
  /external/chromium/chrome/browser/debugger/
devtools_manager.h 141 // These two maps are for tracking dependencies between inspected tabs and
146 // into these maps and removes them when they are closing.
  /external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.h 5 // Maps [requesting_origin, embedder] to content settings. Written on the UI
8 // - It maps [requesting_origin.GetOrigin(), embedder.GetOrigin()] => setting
  /external/chromium/chrome/browser/profiles/
profile_keyed_service_factory.h 54 // Common implementation that maps |profile| to some service object. Deals
63 // Maps |profile| to |provider| with debug checks to prevent duplication.
  /external/chromium/net/base/
dnsrr_resolver.h 117 // cache_ maps from a request to a cached response. The cached answer may
121 // inflight_ maps from a request to an active resolution which is taking
  /external/chromium_org/base/prefs/
pref_value_map.h 45 // Swaps the contents of two maps.
76 // only in one of the maps.
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager.h 110 // Maps from a profile to observers that are interested in changes to that
120 // Maps from a profile to a store for getting the profile's contacts.

Completed in 408 milliseconds

<<11121314151617181920>>