Searched refs:isPartialView (Results 26 - 46 of 46) sorted by relevance

12

/external/guava/guava/src/com/google/common/collect/
H A DRegularImmutableSortedSet.java142 @Override boolean isPartialView() { method in class:RegularImmutableSortedSet
143 return elements.isPartialView();
H A DImmutableList.java245 return list.isPartialView() ? copyFromCollection(list) : list;
493 @Override boolean isPartialView() { method in class:ImmutableList.ReverseImmutableList
494 return forwardList.isPartialView();
H A DImmutableMultiset.java186 if (!result.isPartialView()) {
382 boolean isPartialView() { method in class:ImmutableMultiset.EntrySet
383 return multiset.isPartialView();
H A DRegularImmutableList.java57 @Override boolean isPartialView() { method in class:RegularImmutableList
H A DImmutableMap.java270 if (!kvMap.isPartialView()) {
385 abstract boolean isPartialView(); method in class:ImmutableMap
H A DImmutableSet.java325 if (!set.isPartialView()) {
438 @Override boolean isPartialView() { method in class:ImmutableSet.ArrayImmutableSet
H A DRegularContiguousSet.java83 @Override boolean isPartialView() { method in class:RegularContiguousSet
H A DImmutableListMultimap.java248 if (!kvMultimap.isPartialView()) {
H A DImmutableSetMultimap.java313 if (!kvMultimap.isPartialView()) {
H A DImmutableSortedMultiset.java283 if (!multiset.isPartialView()) {
H A DImmutableSortedSet.java398 if (!original.isPartialView()) {
H A DLists.java577 @Override boolean isPartialView() { method in class:Lists.StringAsImmutableList
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DRegularContiguousSet.java81 @Override boolean isPartialView() { method in class:RegularContiguousSet
H A DImmutableListMultimap.java243 if (!kvMultimap.isPartialView()) {
H A DImmutableMap.java188 boolean isPartialView(){ method in class:ImmutableMap
H A DImmutableSetMultimap.java308 if (!kvMultimap.isPartialView()) {
/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 219 milliseconds

12