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

1 2 3 45 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_ConvertSurface.3 11 Creates a new surface of the specified format, and then copies and maps the given surface to it\&. If this function fails, it returns \fBNULL\fP\&.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMapActivity.java 7 import com.google.android.maps.MapActivity;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
MapActivityTest.java 4 import com.google.android.maps.MapActivity;
  /external/sepolicy/
keys.conf 2 # Maps an arbitrary tag [TAGNAME] with the string contents found in
  /external/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 104 TiXmlNodeVector* maps = GetNodesWithName(*it, "map"); local
105 for (TiXmlNodeVector::iterator jt = maps->begin();
106 jt != maps->end(); ++jt) {
116 delete maps;
  /external/smack/src/org/xbill/DNS/
AFSDBRecord.java 6 * AFS Data Base Record - maps a domain name to the name of an AFS cell
CNAMERecord.java 6 * CNAME Record - maps an alias to its real name
DNAMERecord.java 6 * DNAME Record - maps a nonterminal alias (subtree) to a different domain
  /frameworks/base/data/keyboards/
common.mk 15 # This is the list of framework provided keylayouts and key character maps to include.
  /frameworks/base/libs/hwui/
UvMapper.h 69 * Maps a single value in the U range.
76 * Maps a single value in the V range.
83 * Maps the specified rectangle in place. This method assumes:
99 * Maps the specified UV coordinates in place.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
TypedUriMatcher.java 21 * Maps a {@link Uri} into an enum type.
  /external/chromium_org/third_party/freetype/src/psnames/
psmodule.c 298 /* 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 + mid
    [all...]
  /external/freetype/src/psnames/
psmodule.c 298 /* 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 + mid
    [all...]
  /external/v8/test/mjsunit/harmony/
collections.js 40 // Test valid getter and setter calls on Maps and WeakMaps
88 // Test expected mapping behavior for Maps and WeakMaps
102 // Test expected mapping behavior for Maps only
117 // Test expected querying behavior of Maps and WeakMaps
131 // Test expected deletion behavior of Maps and WeakMaps
144 // Test GC of Maps and WeakMaps with entry
155 // Test GC of Maps and WeakMaps with chained entries
188 // Test arbitrary properties on Maps and WeakMaps
237 // Test some common JavaScript idioms for Maps
278 // maps, sets, or weak maps, with a wrong type of receiver should be throwin
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/maps/model/
PolylineOptions.html 423 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
424 <span class="en">Maps</span>
751 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.maps.model.PolylineOptions</td>
772 href="https://developers.google.com/maps/documentation/android/shapes">Shapes</a>
877 <a href="/reference/com/google/android/gms/maps/model/PolylineOptionsCreator.html">PolylineOptionsCreator</a></nobr></td>
878 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/maps/model/PolylineOptions.html#CREATOR">CREATOR</a></td>
908 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/PolylineOptions.html#PolylineOptions()">PolylineOptions</a></span>()</nobr>
934 <a href="/reference/com/google/android/gms/maps/model/PolylineOptions.html">PolylineOptions</a></nobr>
937 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/PolylineOptions.html#add(com.google.android.gms.maps.model.LatLng)">add</a></span>(<a href="/reference/com/google/android/gms/maps/model/LatLng.html">L (…)
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/docs/
design.pod 27 The Java package C<org.antlr.runtime> maps to the Perl 5 package
32 Each Java class maps to a Perl 5 class with the same name.
  /external/chromium_org/chrome/browser/task_manager/
child_process_resource_provider.h 64 // Maps the actual resources (the ChildProcessData) to the Task Manager
70 // Maps the pids to the resources (used for quick access to the resource on
  /external/chromium_org/chrome/browser/ui/webui/
cookies_tree_model_util.h 45 // Populate given |dict| with cookie tree node properties. |id_map| maps
47 // maps. Returns false if the |node| does not need to be shown.
  /external/chromium_org/components/autofill/core/browser/
autofill_type.h 32 // Maps |this| type to a field type that can be directly stored in an Autofill
43 // Maps |field_type| to the corresponding billing field type if the field type
  /external/chromium_org/extensions/common/permissions/
permissions_info.h 64 // Maps permission ids to permissions.
67 // Maps names and aliases to permissions.
  /external/chromium_org/tools/grit/grit/node/
mapping.py 6 '''Maps each node type to an implementation class.
49 '''Maps an element to a class that handles the element.
  /external/chromium_org/ui/base/cursor/
cursor_loader_x11.h 43 // A map to hold all image cursors. It maps the cursor ID to the X Cursor.
47 // A map to hold all animated cursors. It maps the cursor ID to the pair of
  /external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
LongListActivity.java 4 import com.google.common.collect.Maps;
51 Map<String, Object> dataRow = Maps.newHashMap();
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableMap.java 31 * GWT emulation of {@link ImmutableMap}. For non sorted maps, it is a thin
34 * for empty, singleton and regular maps respectively. For sorted maps, it's
55 Map<K, V> delegate = Maps.newLinkedHashMap();
106 return Maps.immutableEntry(checkNotNull(key), checkNotNull(value));
179 Map<K, V> orderPreservingCopy = Maps.newLinkedHashMap();
213 return Maps.safeContainsKey(delegate, key);
221 return (key == null) ? null : Maps.safeGet(delegate, key);
  /external/guava/guava-tests/test/com/google/common/collect/
NewCustomTableTest.java 41 return Maps.newTreeMap();
45 = Maps.newLinkedHashMap();

Completed in 4565 milliseconds

1 2 3 45 6 7 8 91011>>