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

<<11121314151617181920>>

  /external/guava/javadoc/com/google/common/base/class-use/
Function.html 437 <TD><CODE><B>Maps.</B><B><A HREF="../../../../../com/google/common/collect/Maps.html#transformValues(java.util.Map, com.google.common.base.Function)">transformValues</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>&lt;K,V1&gt;&nbsp;fromMap,
453 <TD><CODE><B>Maps.</B><B><A HREF="../../../../../com/google/common/collect/Maps.html#uniqueIndex(java.lang.Iterable, com.google.common.base.Function)">uniqueIndex</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;V&gt;&nbsp;values,
    [all...]
  /external/quake/quake/src/QW/server/
sv_user.c 668 // now maps (note special case for maps, must not be in pak)
669 || (strncmp(name, "maps/", 6) == 0 && !allow_download_maps.value)
697 // special check for maps, if it came from a pak file, don't allow
699 || (strncmp(name, "maps/", 5) == 0 && file_from_pak))
    [all...]
  /external/guava/javadoc/
index-all.html     [all...]
  /external/icu4c/tools/gencase/
store.c 166 This array stores some miscellaneous values followed by a table. The data maps
590 * finds its case mappings and the case mappings of where it maps to.
673 /* process all code points to which c case-maps */
    [all...]
  /frameworks/base/docs/html/sdk/
OLD_RELEASENOTES.jd 79 Maps &amp; Location</b>
339 <li>912168: Extremely rapid or prolonged scrolling in the Maps application or MapsView will result in application errors</li>
496 <p>extremely rapid or prolonged scrolling in the Maps application or in a MapView will result in application errors.</p>
  /build/core/
cleanspec.mk 169 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/Maps.apk)
product_config.mk 202 # Find the device that this product maps to.
  /dalvik/dexdump/
DexDump.c     [all...]
  /dalvik/libcore/archive/src/main/java/java/util/jar/
Attributes.java 36 * The {@code Attributes} as name/value pairs. Maps the attribute names (as
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
ConcurrentHashMapTest.java 51 * Maps with same contents are equal
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
Lexer.java 68 * The number of elements that m_patternMap maps;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java 62 // Current context doesn't support cube maps.
  /development/scripts/
divide_and_compress.py 147 output directory that maps from file to archive.
  /external/apache-http/src/org/apache/http/impl/client/
AbstractHttpClient.java 470 * Maps to {@link HttpClient#execute(HttpHost,HttpRequest,HttpContext)
  /external/bluetooth/glib/glib/
gtypes.h 299 * The transformation is symmetric, so the FROM just maps to the TO.
  /external/elfcopy/
fixdwarf.c 459 printf("DWARF: range 0x%x:[%x, %x) maps to different sections: %s and %s!\n",
  /external/expat/doc/
xmlwf.sgml 251 Normally <command>&dhpackage;</command> memory-maps the XML file
  /external/freetype/src/base/
ftbbox.c 393 /* to ensure that they all fit in 8.16 values, which maps */
  /external/grub/stage2/
fsys_minix.c 199 /* Maps LOGICAL_BLOCK (the file offset divided by the blocksize) into
ufs2.h 352 * This maps filesystem blocks to device size blocks.
  /external/guava/javadoc/com/google/common/collect/
MapMaker.html 59 &nbsp;<A HREF="../../../../com/google/common/collect/Maps.html" title="class in com.google.common.collect"><B>NEXT CLASS</B></A></FONT></TD>
501 invoked again to create multiple independent maps.
    [all...]
Multimap.html 58 &nbsp;<A HREF="../../../../com/google/common/collect/Maps.html" title="class in com.google.common.collect"><B>PREV CLASS</B></A>&nbsp;
    [all...]
  /external/guava/javadoc/com/google/common/collect/class-use/
MapDifference.ValueDifference.html 120 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an unmodifiable map describing keys that appear in both maps, but
  /external/guava/src/com/google/common/collect/
CustomConcurrentHashMap.java 46 * ConcurrentMap}. Additionally supports implementing maps where {@link
    [all...]
ImmutableMultimap.java 432 return Maps.immutableEntry(key, valueIterator.next());

Completed in 330 milliseconds

<<11121314151617181920>>