HomeSort by relevance Sort by last modified time
    Searched refs:singleton (Results 151 - 175 of 416) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
BackgroundScanSchedulerTest.java 93 Collection<ScanSettings> requests = Collections.singleton(createRequest(
110 Collection<ScanSettings> requests = Collections.singleton(createRequest(
418 Collection<ScanSettings> requests = Collections.singleton(createRequest(
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
IterablesTest.java 64 Iterable<String> iterable = Collections.singleton("a");
382 Iterable<Integer> source = Collections.singleton(1);
397 Iterable<Integer> source = Collections.singleton(1);
    [all...]
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
FactoryProvider2Test.java 292 bind(new TypeLiteral<Set<String>>() {}).toInstance(Collections.singleton("Flux Capacitor"));
293 bind(new TypeLiteral<Set<Integer>>() {}).toInstance(Collections.singleton(88));
324 bind(new TypeLiteral<Set<String>>() { }).toInstance(Collections.singleton("Datsun"));
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 615 bool singleton = nullptr == fNext; local
616 if (singleton) {
621 if (singleton || angle->after(this)) {
    [all...]
  /external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
GUnitExecuteMojo.java 116 ? Collections.singleton( "**/*.testsuite" )
  /external/guava/guava/src/com/google/common/collect/
Range.java 67 * <li>{@code [a..a]} : a singleton range
325 public static <C extends Comparable<?>> Range<C> singleton(C value) { method in class:Range
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java 121 this(Collections.singleton(exceptionClass));
TestsForSetsInJavaUtil.java 133 return Collections.singleton(elements[0]);
136 .named("singleton")
  /external/guava/guava-tests/test/com/google/common/collect/
IteratorsTest.java 27 import static java.util.Collections.singleton;
146 Iterator<Integer> iterator = Collections.singleton(0).iterator();
811 super(3, MODIFIABLE, singleton(1), IteratorTester.KnownOrder.KNOWN_ORDER);
    [all...]
IterablesTest.java 70 Iterable<String> iterable = Collections.singleton("a");
419 Iterable<Integer> source = Collections.singleton(1);
434 Iterable<Integer> source = Collections.singleton(1);
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/dagger/dagger-compiler/1.2.2/
dagger-compiler-1.2.2.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 72 private final static Set<String> EXTENSIONS = Collections.singleton(SdkConstants.EXT_AIDL);
  /external/slf4j/integration/lib/
slf4j-api-1.5.11.jar 
slf4j-api-1.6.99.jar 
slf4j-api-2.0.99.jar 
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.5.10/
slf4j-api-1.5.10.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Currency.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java 2660 static DummyFactory singleton = new DummyFactory(); field in class:TransliteratorTest.DummyFactory
2933 static TestUserFunctionFactory singleton = new TestUserFunctionFactory(); field in class:TransliteratorTest.TestUserFunctionFactory
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Currency.java     [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java 2656 static DummyFactory singleton = new DummyFactory(); field in class:TransliteratorTest.DummyFactory
2929 static TestUserFunctionFactory singleton = new TestUserFunctionFactory(); field in class:TransliteratorTest.TestUserFunctionFactory
    [all...]
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmGeneratorTest.java 211 return Collections.singleton("java.lang.JavaClass");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
Collections2Test.java 563 testSetForEach(Collections.singleton(1));
CollectionsTest.java 674 // java.util.Collections.singleton(java.lang.Object)
676 Set single = Collections.singleton(o);
680 assertFalse("null nCopies contains", Collections.singleton(null)
682 assertTrue("null nCopies contains null", Collections.singleton(null)
686 fail("Allowed modification of singleton");
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentHashMapTest.java 87 LexicographicList(E e) { super(Collections.singleton(e)); }

Completed in 1951 milliseconds

1 2 3 4 5 67 8 91011>>