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

  /external/guava/src/com/google/common/collect/
ImmutableListMultimap.java 326 ImmutableMap<Object, ImmutableList<Object>> tmpMap;
328 tmpMap = builder.build();
334 FieldSettersHolder.MAP_FIELD_SETTER.set(this, tmpMap);
ImmutableSetMultimap.java 377 ImmutableMap<Object, ImmutableSet<Object>> tmpMap;
379 tmpMap = builder.build();
385 FieldSettersHolder.MAP_FIELD_SETTER.set(this, tmpMap);
  /external/valgrind/main/memcheck/
mc_translate.c 130 recorded, as this is implied by (equal to) its index in the tmpMap
170 tmpMap and sb->tyenv are identical, being 0 .. N-1 where N is
178 XArray* /* of TempMapEnt */ tmpMap;
202 Shadow IRTemps are therefore allocated on demand. mce.tmpMap is a
211 that, and the tmpMap is updated to reflect the new binding.
213 A corollary is that if the tmpMap maps a given tmp to
221 newTemp may cause mce->tmpMap to resize, hence previous results
222 from VG_(indexXA)(mce->tmpMap) are invalidated. */
231 newIx = VG_(addToXA)( mce->tmpMap, &ent );
244 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig )
    [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 1390 milliseconds