HomeSort by relevance Sort by last modified time
    Searched full:maps (Results 326 - 350 of 867) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/os/
FileUtils.java 52 * File status information. This class maps directly to the POSIX stat structure.
  /frameworks/base/core/java/android/preference/
PreferenceGroupAdapter.java 59 * Maps a position into this adapter -> {@link Preference}. These
  /frameworks/base/core/java/android/util/
EventLog.java 250 // Leave the maps existing but unpopulated
  /frameworks/base/docs/html/guide/basics/
what-is-android.jd 45 client, SMS program, calendar, maps, browser, contacts, and
  /frameworks/base/graphics/java/android/graphics/
ColorMatrix.java 201 * Set the matrix to affect the saturation of colors. A value of 0 maps the
  /frameworks/base/libs/utils/
CallStack.cpp 159 sprintf(data, "/proc/%d/maps", getpid());
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
fstream.cpp 248 /// Memory-maps the file and returns a link to it.
  /frameworks/base/opengl/java/android/opengl/
GLU.java 187 * Map window coordinates to object coordinates. gluUnProject maps the
  /hardware/broadcom/wlan/bcm4329/src/include/
hndsoc.h 132 #define DEF_AI_COMP 0xfff /* Default component, in ai chips it maps all
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Index.h 47 * this enumeration maps to an OMX specified structure. When the
  /packages/apps/Contacts/src/com/android/contacts/
AttachImage.java 19 import com.google.android.collect.Maps;
  /packages/apps/Gallery/src/com/android/camera/
MenuHelper.java 258 // Called when "Show on Maps" is clicked.
259 // Displays image location on Google Maps for further operations.
294 String uri = "http://maps.google.com/maps?f=q&" +
    [all...]
  /system/extras/showmap/
showmap.c 231 " -v = verbose (don't coalesce adjacant maps)\n"
  /dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java 82 * maps SSA registers back to the original rop number. Used for
264 * maps the set of insns to replace after renaming is finished
386 * then every old-namespace register that maps to it should gain or
  /external/guava/javadoc/com/google/common/collect/
ClassToInstanceMap.html 109 A map, each entry of which maps a Java
191 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Maps the specified class to the specified value.</TD>
242 <DD>Maps the specified class to the specified value. Does <i>not</i> associate
package-summary.html 106 <TD>A map, each entry of which maps a Java
116 <TD>An object representing the differences between two maps.</TD>
120 <TD>A difference between the mappings from two maps with the same key.</TD>
283 <TD>A builder for creating immutable class-to-instance maps.</TD>
316 static final</code> maps ("constant maps").</TD>
362 <TD>A builder for creating immutable sorted map instances, especially <code>public static final</code> maps ("constant maps").</TD>
410 <TD WIDTH="15%"><B><A HREF="../../../../com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A></B></TD
    [all...]
  /external/guava/javadoc/com/google/common/collect/class-use/
ImmutableSortedMap.Builder.html 129 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a builder that creates immutable sorted maps whose keys are
145 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a builder that creates immutable sorted maps with an explicit
180 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a builder that creates immutable sorted maps whose keys are
  /external/guava/src/com/google/common/io/
Files.java 602 * Fully maps a file read-only in to memory as per
622 * Fully maps a file in to memory as per
648 * Maps a file in to memory as per
  /external/icu4c/common/
uinvchar.c 31 * These maps for ASCII to/from EBCDIC map invariant characters (see utypes.h)
46 * Currently, C0 control codes are also included in these maps.
55 * The maps below explicitly exclude the variant
  /external/v8/src/ia32/
stub-cache-ia32.cc 165 // Load the initial map. The global functions all have initial maps.
321 // Check that the maps haven't changed.
    [all...]
  /frameworks/base/docs/html/guide/developing/tools/
avd.jd 169 * com.google.android.maps (maps.jar)
170 API for Google Maps
  /frameworks/base/docs/html/sdk/1.6_r1/
upgrading.jd 334 API Level, if your application uses the Google Maps APIs).</li>
353 <p>If your application uses the Google Maps APIs (i.e., MapView), be certain to
367 Level 4". If your application uses the Google Maps APIs (MapView), select the
  /sdk/eclipse/buildConfig/
customTargets.xml 34 <cvs cvsRoot="${mapsRepo}" package="${mapsRoot}" dest="${buildDirectory}/maps" tag="${mapsCheckoutTag}" />
38 <available property="skipMaps" file="${buildDirectory}/maps" />
42 <cvs dest="${buildDirectory}/maps/${mapsRoot}" command="tag ${mapsTagTag}" />
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 768 * Returns <tt>true</tt> if this map maps one or more keys to the
774 * @return <tt>true</tt> if this map maps one or more keys to the
829 * Legacy method testing if some key maps into the specified value
837 * @return <tt>true</tt> if and only if some key maps to the
848 * Maps the specified key to the specified value in this table.
    [all...]
  /external/icu4c/tools/genpname/
preparse.pl 111 # Hashtable, maps long name to alias.
112 # For example, maps White_Space->space.
763 # Read the PropertyAliases.txt file. Return a hash that maps the long
766 # subhash that maps long names to a family string, for descriptive
851 # that maps property_short_name:value_short_name:value_long_name. In
    [all...]

Completed in 3127 milliseconds

<<11121314151617181920>>