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/jetty/src/java/org/eclipse/jetty/util/component/
DAggregateLifeCycle.java413 …public static void dump(Appendable out,String indent,Collection<?>... collections) throws IOExcept… in dump()
/external/guice/core/test/com/google/inject/spi/
DElementsTest.java963 final ImmutableSet<Key<?>> collections = ImmutableSet.<Key<?>>of(arrayList, collection); in testNewPrivateBinder() local
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp4650 …ic const vk::ProgramBinary& getVertexShader (const vk::ProgramCollection<vk::ProgramBinary>& col… in getVertexShader()