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

1 2 3

  /external/libphonenumber/internal/prefixmapper/test/com/google/i18n/phonenumbers/prefixmapper/
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 phonePrefixMap = Collections.unmodifiableSortedMap(tmpMap);
  /external/guava/guava/src/com/google/common/collect/
ImmutableListMultimap.java 375 ImmutableMap<Object, ImmutableList<Object>> tmpMap;
377 tmpMap = builder.build();
383 FieldSettersHolder.MAP_FIELD_SETTER.set(this, tmpMap);
ImmutableSetMultimap.java 525 ImmutableMap<Object, ImmutableSet<Object>> tmpMap;
527 tmpMap = builder.build();
533 FieldSettersHolder.MAP_FIELD_SETTER.set(this, tmpMap);
  /external/valgrind/VEX/useful/
test_main.c 571 IRTemp* tmpMap;
591 Shadow IRTemps are therefore allocated on demand. mce.tmpMap is a
600 that, and the tmpMap is updated to reflect the new binding.
602 A corollary is that if the tmpMap maps a given tmp to
613 if (mce->tmpMap[orig] == IRTemp_INVALID) {
614 mce->tmpMap[orig]
618 return mce->tmpMap[orig];
630 mce->tmpMap[orig]
    [all...]
  /external/valgrind/memcheck/
mc_translate.c 151 recorded, as this is implied by (equal to) its index in the tmpMap
191 tmpMap and sb->tyenv are identical, being 0 .. N-1 where N is
199 XArray* /* of TempMapEnt */ tmpMap;
229 Shadow IRTemps are therefore allocated on demand. mce.tmpMap is a
238 that, and the tmpMap is updated to reflect the new binding.
240 A corollary is that if the tmpMap maps a given tmp to
248 newTemp may cause mce->tmpMap to resize, hence previous results
249 from VG_(indexXA)(mce->tmpMap) are invalidated. */
258 newIx = VG_(addToXA)( mce->tmpMap, &ent );
271 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig )
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/protocol/http/
HttpURLConnection.java     [all...]
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/19.0-rc2/
guava-19.0-rc2.jar 
  /external/dagger2/lib/
auto-value-1.0.jar 
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
guava-17.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta1/
compiler-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta3/
compiler-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-rc1/
compiler-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.2/
compiler-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.3/
compiler-2.1.3.jar 

Completed in 1568 milliseconds

1 2 3