Home
last modified time | relevance | path

Searched refs:newContents (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DAbstractMultimapTester.java128 protected M resetContainer(M newContents) { in resetContainer() argument
129 multimap = super.resetContainer(newContents); in resetContainer()
133 protected Multimap<K, V> resetContainer(Entry<K, V>... newContents) { in resetContainer() argument
134 multimap = super.resetContainer(getSubjectGenerator().create(newContents)); in resetContainer()
/external/clang/tools/clang-format/
Dclang-format-bbedit.applescript18 set newContents to do shell script "/path/to/clang-format -offset=" & selectionOffset & " -length="…
21 -- "set contents of text document 1 to newContents" scrolls to the bottom while
25 set text of selection to newContents
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractCollectionTester.java42 @Override protected Collection<E> resetContainer(Collection<E> newContents) { in resetContainer() argument
43 collection = super.resetContainer(newContents); in resetContainer()