Searched defs:asMapValues (Results 1 - 9 of 9) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DMultimaps.java534 Collection<Collection<V>> asMapValues;
537 Collection<Collection<V>> result = asMapValues;
539 ? asMapValues
2607 Values asMapValues; field in class:Multimaps.FilteredMultimap.AsMap
2610 return (asMapValues == null) ? asMapValues = new Values() : asMapValues;
H A DSynchronized.java1154 transient Collection<Collection<V>> asMapValues; field in class:Synchronized.SynchronizedAsMap
1180 if (asMapValues == null) {
1181 asMapValues
1184 return asMapValues;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMultimaps.java445 Collection<Collection<V>> asMapValues;
448 Collection<Collection<V>> result = asMapValues;
450 ? asMapValues
2390 Values asMapValues; field in class:Multimaps.FilteredMultimap.AsMap
2393 return (asMapValues == null) ? asMapValues = new Values() : asMapValues;
H A DSynchronized.java1141 transient Collection<Collection<V>> asMapValues; field in class:Synchronized.SynchronizedAsMap
1167 if (asMapValues == null) {
1168 asMapValues
1171 return asMapValues;
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 155 milliseconds