OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpMap
(Results
1 - 25
of
32
) sorted by null
1
2
/external/libphonenumber/java/test/com/android/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
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/VEX/
test_main.c
550
IRTemp*
tmpMap
;
570
Shadow IRTemps are therefore allocated on demand. mce.
tmpMap
is a
579
that, and the
tmpMap
is updated to reflect the new binding.
581
A corollary is that if the
tmpMap
maps a given tmp to
592
if (mce->
tmpMap
[orig] == IRTemp_INVALID) {
593
mce->
tmpMap
[orig]
597
return mce->
tmpMap
[orig];
609
mce->
tmpMap
[orig]
[
all
...]
/external/valgrind/main/memcheck/
mc_translate.c
144
recorded, as this is implied by (equal to) its index in the
tmpMap
184
tmpMap
and sb->tyenv are identical, being 0 .. N-1 where N is
192
XArray* /* of TempMapEnt */
tmpMap
;
222
Shadow IRTemps are therefore allocated on demand. mce.
tmpMap
is a
231
that, and the
tmpMap
is updated to reflect the new binding.
233
A corollary is that if the
tmpMap
maps a given tmp to
241
newTemp may cause mce->
tmpMap
to resize, hence previous results
242
from VG_(indexXA)(mce->
tmpMap
) are invalidated. */
251
newIx = VG_(addToXA)( mce->
tmpMap
, &ent );
264
ent = (TempMapEnt*)VG_(indexXA)( mce->
tmpMap
, (Word)orig )
[
all
...]
/libcore/benchmarks/libs/
caliper.jar
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
/external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar
/external/owasp/sanitizer/distrib/lib/
guava.jar
/external/owasp/sanitizer/lib/guava-libraries/
guava.jar
/packages/services/Telecomm/libs/
guava.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar
/prebuilts/misc/common/android-support-test/
espresso-core.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/prebuilts/sdk/tools/
jill.jar
/prebuilts/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0.jar
Completed in 1445 milliseconds
1
2