/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ReorderingCursorWrapper.java | 33 * @param positionMap maps wrapper cursor positions to wrapped cursor positions
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
line-map.h | 76 struct line_map * GTY ((length ("%h.used"))) maps; 103 /* If non-null, the allocator to use when resizing 'maps'. If null, 137 maps, so any stored line_map pointers should not be used. */ 170 #define INCLUDED_FROM(SET, MAP) (&(SET)->maps[(MAP)->included_from])
|
/external/guava/src/com/google/common/collect/ |
HashMultimap.java | 94 super(Maps.<K, Collection<V>>newHashMapWithExpectedSize(expectedKeys)); 100 super(Maps.<K, Collection<V>>newHashMapWithExpectedSize( 132 Map<K, Collection<V>> map = Maps.newHashMapWithExpectedSize(distinctKeys);
|
ImmutableSortedMap.java | 42 * {@code ImmutableSortedMap} is convenient for {@code public static final} maps 43 * ("constant maps") and also lets you easily make a "defensive copy" of a map 268 * Returns a builder that creates immutable sorted maps whose keys are 269 * ordered by their natural ordering. The sorted maps use {@link 282 * Returns a builder that creates immutable sorted maps with an explicit 294 * Returns a builder that creates immutable sorted maps whose keys are 308 * public static final} maps ("constant maps"). Example: <pre> {@code 317 * For <i>small</i> immutable sorted maps, the {@code ImmutableSortedMap.of()} 321 * multiple times to build multiple maps in series. Each map is a superset o [all...] |
LinkedHashMultimap.java | 134 Maps.capacity(multimap.keySet().size()))); 136 = new LinkedHashSet<Map.Entry<K, V>>(Maps.capacity(multimap.size())); 150 return new LinkedHashSet<V>(Maps.capacity(expectedValuesPerKey)); 181 return Maps.immutableEntry(key, value); 265 linkedEntries.remove(Maps.immutableEntry(key, value)); 367 setMap(new LinkedHashMap<K, Collection<V>>(Maps.capacity(distinctKeys))); 377 linkedEntries.add(Maps.immutableEntry(key, value));
|
/external/quake/quake/src/QW/client/ |
gl_rsurf.c | 145 int maps; local 169 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ; 170 maps++) 172 scale = d_lightstylevalue[surf->styles[maps]]; 173 surf->cached_light[maps] = scale; // 8.8 fraction 788 int maps; local 822 for (maps = 0 ; maps < MAXLIGHTMAPS && fa->styles[maps] != 255 867 int maps; local [all...] |
gl_rlight.c | 280 int maps; local 347 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ; 348 maps++) 350 scale = d_lightstylevalue[surf->styles[maps]];
|
/external/quake/quake/src/WinQuake/ |
gl_rsurf.cpp | 145 int maps; local 170 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ; 171 maps++) 173 scale = d_lightstylevalue[surf->styles[maps]]; 174 surf->cached_light[maps] = scale; // 8.8 fraction 858 int maps; local 890 for (maps = 0 ; maps < MAXLIGHTMAPS && fa->styles[maps] != 255 936 int maps; local [all...] |
gl_rlight.cpp | 283 int maps;
local 350 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
351 maps++)
353 scale = d_lightstylevalue[surf->styles[maps]];
|
/external/tremolo/Tremolo/ |
treminfo.c | 144 for(i=0;i<ci->maps;i++) /* unpack does the range checking */ 281 ci->maps=oggpack_read(opb,6)+1; 282 ci->map_param=_ogg_malloc(sizeof(*ci->map_param)*ci->maps); 283 for(i=0;i<ci->maps;i++){ 297 if(ci->mode_param[i].mapping>=ci->maps)goto err_out;
|
/frameworks/base/docs/html/sdk/ |
android-1.1.jd | 99 <li>com.google.android.maps — gives your 100 application access to Google Maps data. Note that, to use Google Maps 101 data, a Maps API Key is required.</li> 125 <li>Maps (and StreetView)</li> 180 <li>Maps: Adds details and reviews when a user does a search on Maps and
|
/frameworks/base/tests/CoreTests/android/core/ |
RequestAPITest.java | 25 import com.google.android.collect.Maps; 90 Map<String, String> headers = Maps.newHashMap(); 102 Map<String, String> headers = Maps.newHashMap(); 114 Map<String, String> headers = Maps.newHashMap(); 134 Map<String, String> headers = Maps.newHashMap(); 146 Map<String, String> headers = Maps.newHashMap(); 160 Map<String, String> headers = Maps.newHashMap();
|
/external/guava/javadoc/com/google/common/collect/ |
Maps.html | 7 Maps (Guava Libraries 2010.01.04) 18 parent.document.title="Maps (Guava Libraries 2010.01.04)"; 43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Maps.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 61 <A HREF="../../../../index.html?com/google/common/collect/Maps.html" target="_top"><B>FRAMES</B></A> 62 <A HREF="Maps.html" target="_top"><B>NO FRAMES</B></A> 93 Class Maps</H2> 96 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.google.common.collect.Maps</B> 100 <DT><PRE>public final class <B>Maps</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL> 137 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Maps.html#difference(java.util.Map, java.util.Map)">difference</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><? extends K,? extends V> left, 141 Computes the difference between two maps.</TD [all...] |
MapDifference.html | 100 An object representing the differences between two maps. 127 A difference between the mappings from two maps with the same key.</TD> 145 Returns <code>true</code> if there are no differences between the two maps; 146 that is, if the maps are equal.</TD> 154 Returns an unmodifiable map describing keys that appear in both maps, but 164 maps; that is, the intersection of the two maps.</TD> 219 <DD>Returns <code>true</code> if there are no differences between the two maps; 220 that is, if the maps are equal. 262 maps; that is, the intersection of the two maps [all...] |
/external/neven/Embedded/common/src/b_TensorEm/ |
VectorMap.h | 35 bts_VM_MAP_SEQUENCE, /* sequence of vector maps */ 46 /** base object for vector maps (occurs as first element in all vector map objects) */ 59 * Maps vector inVec to outVec (overflow-safe)
|
/external/quake/quake/src/QW/docs/ |
glqwcl-readme.txt | 131 processed maps. 0.3 is very faint, almost like fog. 1 is completely solid
132 (the default). Unfortunately, the standard quake maps don't contain any
136 chance, I will probably release some maps that have been processed properly
|
/external/tinyxml/ |
tinystr.h | 107 // += operator. Maps to append 113 // += operator. Maps to append 119 // += operator. Maps to append
|
/frameworks/base/core/java/android/gesture/ |
GestureStore.java | 234 final HashMap<String, ArrayList<Gesture>> maps = mNamedGestures; local 241 out.writeInt(maps.size()); 243 for (Map.Entry<String, ArrayList<Gesture>> entry : maps.entrySet()) {
|
/frameworks/base/core/tests/coretests/src/android/util/ |
GridScenario.java | 31 import com.google.android.collect.Maps; 48 private Map<Integer, Double> mOverrideItemScreenSizeFactors = Maps.newHashMap(); 93 private Map<Integer, Double> mOverrideItemScreenSizeFactors = Maps.newHashMap();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
CompiledResourcesMonitor.java | 147 // create the maps to store the result of the parsing 158 // now we associate the maps to the project. 174 * Parses a R class, and fills maps.
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Choice.java | 71 * // custom ASN.1 choice class: maps Time to is notation 95 * // custom ASN.1 sequence class: maps Validity class to is notation 131 * // custom ASN.1 choice class: maps Time to is notation 189 * // custom ASN.1 sequence class: maps Validity class to is notation
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
ExtendedContentHandler.java | 149 * @param prefix the prefix that maps to the given namespace 158 * @param prefix the prefix that maps to the given URI 189 * This method returns the prefix that currently maps to the given namespace 192 * @return String the prefix that currently maps to the given URI.
|
/external/clearsilver/python/examples/trans/ |
db_trans.py | 56 self.addTable("maps", "nt_trans_maps", TransMapTable)
|
/external/emma/core/java12/com/vladium/util/exception/ |
ICodedException.java | 20 * in a programmatic locale-independent way. It can be used as a key that maps
|
/external/freetype/include/freetype/internal/services/ |
svpscmap.h | 68 PS_UniMap* maps; member in struct:PS_UnicodesRec_
|