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

1 2 3 4 5 6 7 891011>>

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 293 # Maps relative test paths as listed in the expectations file to a
294 # list of maps containing modifiers and expectations for each time
298 # Maps a test to its list of expectations.
301 # Maps a test to its list of options (string values)
304 # Maps a test to its list of modifiers: the constants associated with
308 # Maps a test to the base path that it was listed with in the list.
    [all...]
  /dalvik/vm/analysis/
RegisterMap.c 18 * This code generate "register maps" for Dalvik bytecode. In a stack-based
19 * VM we might call these "stack maps". They are used to increase the
53 * Generate some statistics on the register maps we create and use.
99 * Track the number of expanded maps, and the heap space required to
413 LOGE("Can only dump Compact8 / Compact16 maps (not %d)\n", format);
605 * direct-mapped maps are correctly identified as such.
633 * Write maps for all methods in the specified class to the buffer, which
696 * Write maps for all classes to the specified buffer, which can hold at
733 * run through its methods and add the register maps.
736 * register maps. Classes that can't be loaded or faile
    [all...]
  /external/blktrace/btt/
args.c 107 .name = "dev-maps",
220 "[ -M <dev map> | --dev-maps=<dev map>\n" \
  /external/bluetooth/glib/docs/reference/gobject/
tut_intro.xml 42 <emphasis>pointer</emphasis>. During compilation of C code, the compiler maps these
45 the source code and executes it) maps the language types to the machine types of the target machine at
  /external/giflib/
gifalloc.c 121 * Compute the union of two given color maps and return it. If result can't
124 * copied iff they didn't exist before. ColorTransIn2 maps the old
  /external/guava/javadoc/com/google/common/collect/
package-use.html 128 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A map, each entry of which maps a Java
242 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A builder for creating immutable class-to-instance maps.</TD>
289 static final</code> maps ("constant maps").</TD>
355 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A builder for creating immutable sorted map instances, especially <code>public static final</code> maps ("constant maps").</TD>
403 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An object representing the differences between two maps.</TD>
409 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A difference between the mappings from two maps with the same key.</TD>
  /external/guava/src/com/google/common/collect/
ImmutableBiMap.java 32 * {@code public static final} maps ("constant maps") and also lets you easily
Multimap.java 180 * @return the collection of values that the key maps to
201 * each key maps to
Multimaps.java 650 return Maps.unmodifiableEntrySet(delegate().entries());
860 return Maps.unmodifiableEntrySet((Set<Entry<K, V>>) entries);
    [all...]
  /external/quake/quake/src/QW/
qwchangelog.txt 45 - Using localinfo, you can now configure a series of maps to run without
70 localinfo is persistant from the life of the server (between maps)
  /external/quake/quake/src/WinQuake/data/
RLICNSE.TXT 24 modify maps and make your own maps (collectively referenced as the
  /external/srec/shared/include/
HashMap.h 122 * @param value the value to which this map maps the specified key, or null if the
245 * @param value the value to which this map maps the specified key, or null if the
  /external/wpa_supplicant/
eap_methods.c 51 * This function maps EAP type names into EAP type numbers based on the list of
74 * This function maps EAP type numbers into EAP type names based on the list of
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_methods.c 51 * This function maps EAP type names into EAP type numbers based on the list of
74 * This function maps EAP type numbers into EAP type names based on the list of
  /frameworks/base/docs/html/resources/articles/
glsurfaceview.jd 23 href="http://www.youtube.com/watch?v=4PRfVKzuUJ4&amp;fmt=18" title="Google Maps
24 StreetView">Google Maps StreetView</a>.</p>
  /frameworks/base/test-runner/src/android/test/
ClassPathPackageInfoSource.java 21 import com.google.android.collect.Maps;
60 private final Map<File, Set<String>> jarFiles = Maps.newHashMap();
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactsSource.java 20 import com.google.android.collect.Maps;
74 private HashMap<String, DataKind> mMimeKinds = Maps.newHashMap();
Sources.java 21 import com.google.android.collect.Maps;
60 private HashMap<String, ContactsSource> mSources = Maps.newHashMap();
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java 34 import com.google.android.collect.Maps;
371 Map<String, String> row = Maps.newHashMap();
  /sdk/eclipse/buildConfig/
build.properties 167 mapsRoot=path/to/maps
179 # By default thebuilder will use whatever is in the maps.
  /bootable/recovery/minzip/
Zip.h 45 HashTable* pHash; // maps file name to ZipEntry
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
namednodemapsetnameditemns05.java 36 * maps are for readonly node, a NO_MODIFICATION_ALLOWED_ERR should be raised.
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/common/
ErrorCode.java 25 * @return java default exception that maps to the argument error code,
  /development/samples/Snake/src/com/example/android/snake/
TileView.java 52 * A hash that maps integer handles specified by the subclasser to the
  /development/testrunner/
test_defs.xsd 116 Uses hosttestlib to execute tests on host. Maps to following command:

Completed in 2052 milliseconds

1 2 3 4 5 6 7 891011>>