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

123456

/external/robolectric/v1/lib/main/
H A Dmaps_v16.jar ... .maps public abstract com.google.android.maps.GestureDetector$OnDoubleTapListener extends java.lang.Object
/external/python/cpython2/Lib/test/
H A Dtest_nis.py9 maps = nis.maps()
16 maps.remove("passwd.adjunct.byname")
21 for nismap in maps:
/external/robolectric/v1/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/boringssl/src/crypto/x509v3/
H A Dpcy_map.c71 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps) argument
78 if (sk_POLICY_MAPPING_num(maps) == 0) {
82 for (i = 0; i < sk_POLICY_MAPPING_num(maps); i++) {
83 map = sk_POLICY_MAPPING_value(maps, i);
127 sk_POLICY_MAPPING_pop_free(maps, POLICY_MAPPING_free);
/external/robolectric/v1/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;
/external/autotest/client/site_tests/security_RuntimeExecStack/
H A Dsecurity_RuntimeExecStack.py15 Examines the /proc/$pid/maps file of all running processes for the
20 def check_no_exec_stack(self, maps):
24 @param maps: opened /proc/<pid>/maps file
36 for line in maps:
65 maps_path = '/proc/%s/maps' % (pid)
76 maps = open(maps_path)
93 stack, report = self.check_no_exec_stack(maps)
/external/robolectric/v1/src/main/java/com/google/android/maps/
H A DShadowItemizedOverlayBridge.java1 package com.google.android.maps;
/external/testng/src/test/java/test/thread/
H A DSequentialTest.java69 Map<Long, Long>[] maps = new Map[] {
75 for(Map m : maps) {
80 maps[0].keySet().iterator().next(),
81 maps[1].keySet().iterator().next(),
82 maps[2].keySet().iterator().next(),
H A DParallelTestTest.java81 List<Map<Long, Long>> maps = Lists.newArrayList();
83 maps.add(Helper.getMap(c));
87 for (Map<Long, Long>m : maps) {
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dbuffer9.c55 This->maps = MALLOC(sizeof(struct NineTransfer));
56 if (!This->maps)
153 if (This->maps) {
157 FREE(This->maps);
285 REALLOC(This->maps, sizeof(struct NineTransfer)*This->maxmaps,
291 This->maps = newmaps;
313 This->maps[This->nmaps-1].should_destroy_buf = true;
321 This->maps[This->nmaps].transfer = NULL;
322 This->maps[This->nmaps].is_pipe_secondary = false;
323 This->maps[Thi
[all...]
/external/strace/tests/
H A Dstrace-k.test34 # strace -k is implemented using /proc/$pid/maps
35 [ -f /proc/self/maps ] ||
36 framework_skip_ '/proc/self/maps is not available'
/external/strace/tests-m32/
H A Dstrace-k.test34 # strace -k is implemented using /proc/$pid/maps
35 [ -f /proc/self/maps ] ||
36 framework_skip_ '/proc/self/maps is not available'
/external/strace/tests-mx32/
H A Dstrace-k.test34 # strace -k is implemented using /proc/$pid/maps
35 [ -f /proc/self/maps ] ||
36 framework_skip_ '/proc/self/maps is not available'
/external/robolectric/v1/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/libunwind/tests/
H A Dcrasher.c21 FILE *maps = fopen("/proc/self/maps", "r"); local
24 if (!maps || !out)
27 while (fgets(buf, sizeof(buf), maps))
41 fclose(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/python/cpython2/Modules/
H A Dnismodule.c43 "maps(domain = defaultdomain)\n\
44 Returns an array of all available NIS maps within a domain. If domain\n\
261 nismaplist *maps; member in struct:nisresp_maplist
320 if (!xdr_pointer(xdrs, (char **)&objp->maps,
376 return list->maps;
387 nismaplist *maps; local
393 "|s:maps", kwlist, &domain))
400 if ((maps = nis_maplist (domain)) == NULL)
404 for (maps = maps; map
[all...]
/external/freetype/src/psnames/
H A Dpsmodule.c301 /* Build a table that maps Unicode values to glyph indices. */
318 table->maps = NULL;
320 if ( !FT_NEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) )
328 map = table->maps;
369 count = (FT_UInt)( map - table->maps );
374 FT_FREE( table->maps );
383 (void)FT_RENEW_ARRAY( table->maps, num_glyphs, count );
389 ft_qsort( table->maps, count, sizeof ( PS_UniMap ),
409 min = table->maps;
465 map = table->maps
[all...]
/external/pdfium/third_party/freetype/src/psnames/
H A Dpsmodule.c298 /* Build a table that maps Unicode values to glyph indices. */
315 table->maps = NULL;
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/syslinux/com32/chain/
H A Doptions.h59 bool maps; member in struct:options
/external/v8/tools/
H A Dtrace-maps-processor.py21 maps = {} variable
59 maps[pointer] = Map(pointer, origin)
150 PlainPrint(m, "", maps[m].origin)
155 DotPrint(m, maps[m].origin)

Completed in 1978 milliseconds

123456