HomeSort by relevance Sort by last modified time
    Searched refs:tmpMap (Results 1 - 11 of 11) sorted by null

  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/geocoding/
FlyweightMapStorageTest.java 38 SortedMap<Integer, String> tmpMap = new TreeMap<Integer, String>();
39 tmpMap.put(331402, "Paris");
40 tmpMap.put(331434, "Paris");
41 tmpMap.put(334910, "Marseille");
42 tmpMap.put(334911, "Marseille");
43 tmpMap.put(334912, "");
44 tmpMap.put(334913, "");
45 areaCodeMap = Collections.unmodifiableSortedMap(tmpMap);
  /external/guava/guava/src/com/google/common/collect/
ImmutableListMultimap.java 369 ImmutableMap<Object, ImmutableList<Object>> tmpMap;
371 tmpMap = builder.build();
377 FieldSettersHolder.MAP_FIELD_SETTER.set(this, tmpMap);
ImmutableSetMultimap.java 471 ImmutableMap<Object, ImmutableSet<Object>> tmpMap;
473 tmpMap = builder.build();
479 FieldSettersHolder.MAP_FIELD_SETTER.set(this, tmpMap);
  /external/valgrind/main/memcheck/
mc_translate.c 138 recorded, as this is implied by (equal to) its index in the tmpMap
178 tmpMap and sb->tyenv are identical, being 0 .. N-1 where N is
186 XArray* /* of TempMapEnt */ tmpMap;
210 Shadow IRTemps are therefore allocated on demand. mce.tmpMap is a
219 that, and the tmpMap is updated to reflect the new binding.
221 A corollary is that if the tmpMap maps a given tmp to
229 newTemp may cause mce->tmpMap to resize, hence previous results
230 from VG_(indexXA)(mce->tmpMap) are invalidated. */
239 newIx = VG_(addToXA)( mce->tmpMap, &ent );
252 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig )
    [all...]
  /external/valgrind/main/VEX/
test_main.c 527 IRTemp* tmpMap;
547 Shadow IRTemps are therefore allocated on demand. mce.tmpMap is a
556 that, and the tmpMap is updated to reflect the new binding.
558 A corollary is that if the tmpMap maps a given tmp to
569 if (mce->tmpMap[orig] == IRTemp_INVALID) {
570 mce->tmpMap[orig]
574 return mce->tmpMap[orig];
586 mce->tmpMap[orig]
    [all...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/deps/
google-collect-1.0-rc1.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 194 milliseconds