Searched refs:maps (Results 1 - 25 of 94) sorted by relevance

1234

/external/robolectric/lib/main/
H A Dmaps_v16.jar ... .maps public abstract com.google.android.maps.GestureDetector$OnDoubleTapListener extends java.lang.Object
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
H A DRobolectricForMaps.java3 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;
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
H A Dpcy_map.c69 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps) argument
76 if (sk_POLICY_MAPPING_num(maps) == 0)
81 for (i = 0; i < sk_POLICY_MAPPING_num(maps); i++)
83 map = sk_POLICY_MAPPING_value(maps, i);
129 sk_POLICY_MAPPING_pop_free(maps, POLICY_MAPPING_free);
/external/openssl/crypto/x509v3/
H A Dpcy_map.c69 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps) argument
76 if (sk_POLICY_MAPPING_num(maps) == 0)
81 for (i = 0; i < sk_POLICY_MAPPING_num(maps); i++)
83 map = sk_POLICY_MAPPING_value(maps, i);
129 sk_POLICY_MAPPING_pop_free(maps, POLICY_MAPPING_free);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMapController.java3 import com.google.android.maps.GeoPoint;
4 import com.google.android.maps.MapController;
19 public void animateTo(com.google.android.maps.GeoPoint geoPoint) {
25 public void animateTo(com.google.android.maps.GeoPoint geoPoint, java.lang.Runnable runnable) {
31 public void setCenter(com.google.android.maps.GeoPoint geoPoint) {
81 * to {@link com.xtremelabs.robolectric.RobolectricForMaps.shadowOf(com.google.android.maps.MapView)})
H A DShadowItemizedOverlay.java4 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)}
H A DShadowMapActivity.java7 import com.google.android.maps.MapActivity;
H A DShadowOverlayItem.java5 import com.google.android.maps.GeoPoint;
6 import com.google.android.maps.OverlayItem;
H A DShadowMapView.java7 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() {
/external/chromium_org/tools/find_runtime_symbols/tests/
H A Dproc_maps_test.py80 maps = ProcMaps.load(cStringIO.StringIO(self._TEST_PROCMAPS))
81 for index, entry in enumerate(maps):
85 maps = ProcMaps.load(cStringIO.StringIO(self._TEST_PROCMAPS))
87 for index, entry in enumerate(maps.iter(ProcMaps.constants)):
92 maps = ProcMaps.load(cStringIO.StringIO(self._TEST_PROCMAPS))
94 for index, entry in enumerate(maps.iter(ProcMaps.executable)):
99 maps = ProcMaps.load(cStringIO.StringIO(self._TEST_PROCMAPS))
101 for index, entry in enumerate(maps.iter(ProcMaps.executable_and_constants)):
/external/robolectric/src/main/java/com/google/android/maps/
H A DShadowItemizedOverlayBridge.java1 package com.google.android.maps;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DItemizedOverlayTest.java3 import com.google.android.maps.GeoPoint;
4 import com.google.android.maps.ItemizedOverlay;
5 import com.google.android.maps.OverlayItem;
H A DMapActivityTest.java4 import com.google.android.maps.MapActivity;
/external/oprofile/daemon/liblegacy/
H A Dopd_proc.h27 /** maps are always added to the end of head, so search will be done
30 struct list_head maps; member in struct:opd_proc
H A Dopd_mapping.c59 list_for_each_safe(pos, pos2, &proc->maps) {
79 if (list_empty(&proc->maps)) {
91 list_add_tail(&map->next, &proc->maps);
H A Dopd_parse_proc.c86 * 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[]
/external/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc104 TiXmlNodeVector* maps = GetNodesWithName(*it, "map"); local
105 for (TiXmlNodeVector::iterator jt = maps->begin();
106 jt != maps->end(); ++jt) {
116 delete maps;
/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DInputManager.java155 ArrayList<Mapping> maps = bindings.get(hash);
156 if (maps == null) {
160 int size = maps.size();
162 Mapping mapping = maps.get(i);
226 ArrayList<Mapping> maps = bindings.get(hash);
227 if (maps == null) {
235 int size = maps.size();
237 Mapping mapping = maps.get(i);
256 ArrayList<Mapping> maps = bindings.get(hash);
257 if (maps
[all...]
/external/chromium_org/third_party/freetype/src/psnames/
H A Dpsmodule.c297 /* 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
[all...]
/external/freetype/src/psnames/
H A Dpsmodule.c298 /* Build a table that maps Unicode values to glyph indices. */
315 table->maps = 0;
317 if ( !FT_NEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) )
325 map = table->maps;
366 count = (FT_UInt)( map - table->maps );
371 FT_FREE( table->maps );
380 (void)FT_RENEW_ARRAY( table->maps, num_glyphs, count );
386 ft_qsort( table->maps, count, sizeof ( PS_UniMap ),
406 min = table->maps;
462 map = table->maps
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dresource.cpp68 maps.emplace_back(q, *this, flags, blocking, origin, region);
69 return maps.back();
74 auto it = std::find(maps.begin(), maps.end(), p);
75 if (it != maps.end())
76 maps.erase(it);
81 return maps.size();
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dresource.cpp68 maps.emplace_back(q, *this, flags, blocking, origin, region);
69 return maps.back();
74 auto it = std::find(maps.begin(), maps.end(), p);
75 if (it != maps.end())
76 maps.erase(it);
81 return maps.size();
/external/linux-tools-perf/util/
H A Dmap.h60 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);
H A Dmap.c227 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, bu
501 maps__insert(struct rb_root *maps, struct map *map) argument
526 maps__find(struct rb_root *maps, u64 ip) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
H A Dbuild.properties191 mapsRoot=path/to/maps
203 # By default thebuilder will use whatever is in the maps.

Completed in 3067 milliseconds

1234