Home
last modified time | relevance | path

Searched defs:collections (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/collect/
DSortedCopyBenchmark.java83 int collections(int reps) { in collections() method in SortedCopyBenchmark
/external/libtextclassifier/smartselect/
Dtext-classification-model.proto114 repeated string collections = 9; field
/external/guice/core/test/com/google/inject/spi/
DElementsTest.java963 final ImmutableSet<Key<?>> collections = ImmutableSet.<Key<?>>of(arrayList, collection); in testNewPrivateBinder() local
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2928 ScopedPyObjectPtr collections(PyImport_ImportModule("collections")); in CheckAndGetInteger() local