Searched refs:tmpMap (Results 1 – 5 of 5) sorted by relevance
/external/libphonenumber/internal/prefixmapper/test/com/google/i18n/phonenumbers/prefixmapper/ |
D | 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/ |
D | ImmutableListMultimap.java | 375 ImmutableMap<Object, ImmutableList<Object>> tmpMap; in readObject() local 377 tmpMap = builder.build(); in readObject() 383 FieldSettersHolder.MAP_FIELD_SETTER.set(this, tmpMap); in readObject()
|
D | ImmutableSetMultimap.java | 525 ImmutableMap<Object, ImmutableSet<Object>> tmpMap; in readObject() local 527 tmpMap = builder.build(); in readObject() 533 FieldSettersHolder.MAP_FIELD_SETTER.set(this, tmpMap); in readObject()
|
/external/valgrind/VEX/useful/ |
D | test_main.c | 571 IRTemp* tmpMap; member 613 if (mce->tmpMap[orig] == IRTemp_INVALID) { in findShadowTmp() 614 mce->tmpMap[orig] in findShadowTmp() 618 return mce->tmpMap[orig]; in findShadowTmp() 630 mce->tmpMap[orig] in newShadowTmp() 2638 mce.tmpMap = LibVEX_Alloc(mce.n_originalTmps * sizeof(IRTemp)); in mc_instrument() 2640 mce.tmpMap[i] = IRTemp_INVALID; in mc_instrument()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 199 XArray* /* of TempMapEnt */ tmpMap; member 258 newIx = VG_(addToXA)( mce->tmpMap, &ent ); in newTemp() 271 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig ); in findShadowTmpV() 278 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig ); in findShadowTmpV() 301 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig ); in newShadowTmpV() 308 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig ); in newShadowTmpV() 335 TempMapEnt* ent = VG_(indexXA)( mce->tmpMap, a1->Iex.RdTmp.tmp ); in isOriginalAtom() 348 TempMapEnt* ent = VG_(indexXA)( mce->tmpMap, a1->Iex.RdTmp.tmp ); in isShadowAtom() 6308 mce.tmpMap = VG_(newXA)( VG_(malloc), "mc.MC_(instrument).1", VG_(free), in MC_() 6310 VG_(hintSizeXA) (mce.tmpMap, sb_in->tyenv->types_used); in MC_() [all …]
|