HomeSort by relevance Sort by last modified time
    Searched full:collections (Results 276 - 300 of 2093) sorted by null

<<11121314151617181920>>

  /external/chromium_org/build/android/
surface_stats.py 11 import collections namespace
30 merged_results = collections.defaultdict(list)
  /external/chromium_org/native_client_sdk/src/build_tools/
update_sdktools.py 19 import collections namespace
61 return json.loads(json_string, object_pairs_hook=collections.OrderedDict)
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
BrailleDisplayProperties.java 22 import java.util.Collections;
126 mFriendlyKeyNames = Collections.unmodifiableMap(names);
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_conf.h 49 // built-in collections don't support those, so it is implemented with a
93 // The binary data is first assembled into the following four collections, then
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
UninitializedMessageException.java 33 import java.util.Collections;
72 return Collections.unmodifiableList(missingFields);
  /external/chromium_org/tools/gyp/tools/
graphviz.py 11 import collections namespace
48 files = collections.defaultdict(list)
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/util/
TimeoutService.java 10 import java.util.Collections;
119 Collections.sort(todolist, new Comparator<TimeoutToken>()
  /external/guava/guava/src/com/google/common/collect/
AbstractListMultimap.java 29 * around {@link AbstractMultimap} that converts the returned collections into
34 * @since 2.0 (imported from Google Collections Library)
ForwardingObject.java 40 * {@link java.util.Collections#unmodifiableCollection}. Use an
50 * @since 2.0 (imported from Google Collections Library)
MapDifference.java 29 * @since 2.0 (imported from Google Collections Library)
88 * @since 2.0 (imported from Google Collections Library)
  /external/guava/guava-gwt/src/com/google/common/collect/
GwtSerializationDependencies.java 29 * <p>Because of our use of final fields in our collections, GWT's normal
38 * this, we provide dummy implementations of our collections with their
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableBiMap.java 19 import java.util.Collections;
125 super(Collections.emptyMap());
ImmutableCollection.java 22 import java.util.Collections;
39 = new ForwardingImmutableCollection<Object>(Collections.emptyList());
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractCollectionTestSuiteBuilder.java 39 import java.util.Collections;
82 return Collections.singletonList(
IteratorTester.java 19 import java.util.Collections;
74 super(steps, Collections.<E>singleton(null), features, expectedElements,
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
CollectionSize.java 25 import java.util.Collections;
73 this.implied = Collections.emptySet();
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
ListGenerators.java 29 import java.util.Collections;
71 Collections.reverse(list);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionAddTester.java 95 * java.util.Collections#checkedCollection(java.util.Collection, Class)} can
111 * java.util.Collections#checkedCollection(java.util.Collection, Class)} can
  /external/guava/guava-testlib/src/com/google/common/testing/
ClusterException.java 23 import java.util.Collections;
72 this.exceptions = Collections.unmodifiableCollection(temp);
  /external/guava/guava-tests/test/com/google/common/collect/
ContiguousSetNonGwtTest.java 33 import java.util.Collections;
57 Collections.addAll(set, elements);
ForwardingTestCase.java 32 import java.util.Collections;
113 return Collections.emptySet();
TransformedSetTest.java 101 // Would use Collections#checkedCollection, but I get:
103 // is undefined for the type Collections
  /external/guava/guava-tests/test/com/google/common/io/
MultiInputStreamTest.java 25 import java.util.Collections;
100 Collections.singleton(new InputSupplier<InputStream>() {
  /external/icu4c/i18n/
uspoof_conf.h 49 // built-in collections don't support those, so it is implemented with a
93 // The binary data is first assembled into the following four collections, then
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPoolRepositoryImpl.java 19 import java.util.Collections;
45 protected Map registeredCLs = Collections

Completed in 575 milliseconds

<<11121314151617181920>>