HomeSort by relevance Sort by last modified time
    Searched refs:singletonList (Results 26 - 50 of 99) sorted by null

12 3 4

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ExportGradleTest.java 69 builder.setProject(Collections.singletonList(javaProject));
150 builder.setProject(Collections.singletonList(javaProject));
214 builder.setProject(Collections.singletonList(javaProject));
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractCollectionTestSuiteBuilder.java 82 return Collections.singletonList(
TestsForListsInJavaUtil.java 115 return Collections.singletonList(elements[0]);
118 .named("singletonList")
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
Path.java 67 return Collections.singletonList(box);
  /external/smack/src/org/xbill/DNS/
TXTBase.java 49 this(name, type, dclass, ttl, Collections.singletonList(string));
  /libcore/luni/src/main/java/java/net/
ProxySelectorImpl.java 32 return Collections.singletonList(selectOneProxy(uri));
CookieManager.java 144 return Collections.singletonMap("Cookie", Collections.singletonList(result.toString()));
  /libcore/luni/src/test/java/libcore/util/
CollectionUtilsTest.java 84 assertEquals(Collections.singletonList("A"), list);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoringTest.java 123 List<Element> selectedElements = Collections.singletonList(element);
  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 22 import static java.util.Collections.singletonList;
456 new IteratorTester<String>(3, UNMODIFIABLE, singletonList("foo"),
753 List<Integer> source = Collections.singletonList(1);
769 List<Integer> source = Collections.singletonList(1);
772 assertEquals(Collections.singletonList(1), partitions.get(0));
776 List<Integer> source = Collections.singletonList(1);
779 assertEquals(Collections.singletonList(1), partitions.get(0));
786 assertEquals(Collections.singletonList(1), partitions.get(0));
787 assertEquals(Collections.singletonList(2), partitions.get(1));
IterablesTest.java 145 Iterable<String> iterable = Collections.singletonList("foo");
168 Iterable<String> iterable = Collections.singletonList("foo");
200 Iterable<String> iterable = Collections.singletonList("a");
218 List<String> expected = Collections.singletonList("foo");
448 assertEquals(Collections.singletonList(1), partitions.iterator().next());
635 Iterable<String> singletonList = Collections.singletonList("foo");
636 assertFalse(Iterables.isEmpty(singletonList));
825 Iterable<String> iterable = Collections.singletonList("foo");
863 Iterable<String> iterable = Collections.singletonList("foo")
    [all...]
ImmutableListTest.java 138 assertEquals(Collections.singletonList("a"), list);
249 assertEquals(Collections.singletonList(array), list);
261 assertEquals(Collections.singletonList("a"), list);
291 assertEquals(Collections.singletonList("a"), list);
322 assertEquals(Collections.singletonList("a"), list);
PeekingIteratorTest.java 95 actsLikeIteratorHelper(Collections.singletonList(new Object()));
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AbstractAppleMetaDataBox.java 26 return Collections.singletonList((Box) appleDataBox);
44 return (List<T>) Collections.singletonList(appleDataBox);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
TableLayoutRule.java 88 mRulesEngine.select(Collections.singletonList(newRow));
149 rulesEngine.select(Collections.singletonList(newRow));
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
TextTrackImpl.java 54 ftab.setEntries(Collections.singletonList(new FontTableBox.FontRecord(1, "Serif")));
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseVoicemailProviderTest.java 137 return Collections.singletonList(input);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MarqueeGesture.java 88 return Collections.<Overlay> singletonList(mOverlay);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintDeltaProcessor.java 103 mFiles = Collections.<IResource>singletonList(file);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptParserTest.java 166 List<String> errors = Collections.singletonList(originalError);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutContentAssist.java 169 superClasses = Collections.singletonList(CLASS_VIEW);
173 superClasses = Collections.singletonList(CLASS_ACTIVITY);
  /libcore/luni/src/test/java/libcore/java/net/
CookiesTest.java 319 result.put("Cookie", Collections.singletonList("Bar=bar"));
320 result.put("Cookie2", Collections.singletonList("Baz=baz"));
321 result.put("Quux", Collections.singletonList("quux"));
369 result.put("COOKIE", Collections.singletonList("Bar=bar"));
370 result.put("cooKIE2", Collections.singletonList("Baz=baz"));
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListSubListTester.java 122 Collections.singletonList(samples.e3), subList);
174 Collections.singletonList(samples.e1), subList);
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RawHeaders.java 342 result.put(null, Collections.unmodifiableList(Collections.singletonList(statusLine)));
344 result.put(null, Collections.unmodifiableList(Collections.singletonList(requestLine)));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 194 callback.action(orientationAction, Collections.singletonList(node), VALUE_VERTICAL, true);
199 callback.action(orientationAction, Collections.singletonList(node), VALUE_HORIZONTAL,

Completed in 972 milliseconds

12 3 4