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

1 2 3 4 5 67 8 91011>>

  /external/guava/guava-tests/test/com/google/common/base/
OptionalTest.java 137 Set<String> expected = Collections.singleton("a");
  /external/guava/guava-tests/test/com/google/common/collect/
ConstraintsTest.java 288 return Collections.singleton(element).iterator();
TreeRangeSetTest.java 51 queryBuilder.add(Range.singleton(i));
470 assertThat(rangeSet.asRanges()).has().item(Range.singleton(5));
480 assertThat(rangeSet.asRanges()).has().item(Range.singleton(3));
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
ULocaleCollationTest.java 331 Set<ULocale> supported = Collections.singleton(new ULocale(malformed));
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
CoverageBuilderTest.java 225 assertEquals(Collections.singleton("Sample3"),
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/session/
DefaultSessionTest.java 446 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames());
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/session/
DefaultSessionTest.java 418 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames());
  /frameworks/support/v7/preference/tests/src/android/support/v7/preference/tests/
PreferencePersistTest.java 60 private static final Set<String> TEST_DEFAULT_STR_SET = Collections.singleton("e");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
AbstractMapTest.java 396 Set<Object> setOfNull = Collections.singleton(null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ResizeHandler.java 73 Set<INode> nodes = Collections.singleton(resized);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInWizard.java 103 Set<String> exclude = Collections.singleton(VIEW_INCLUDE);
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
FactoryProviderTest.java 294 bind(new TypeLiteral<Set<String>>() {}).toInstance(Collections.singleton("Flux Capacitor"));
295 bind(new TypeLiteral<Set<Integer>>() {}).toInstance(Collections.singleton(88));
326 bind(new TypeLiteral<Set<String>>() { }).toInstance(Collections.singleton("Datsun"));
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/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
HttpUrlTest.java     [all...]
  /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...]
  /build/blueprint/
context.go 248 singleton Singleton
264 // no module or singleton factories registered, so the RegisterModuleFactory and
355 // A SingletonFactory function creates a new Singleton object. See the
358 type SingletonFactory func() Singleton
360 // RegisterSingletonType registers a singleton type that will be invoked to
361 // generate build actions. Each registered singleton type is instantiated and
363 // singleton is invoked in registration order.
365 // The singleton type names given here must be unique for the context. The
371 panic(errors.New("singleton name is already registered")
    [all...]
  /external/r8/deps/
fastutil-7.2.0.jar 
  /prebuilts/tools/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/
fastutil-7.2.0.jar 
  /build/blueprint/bootstrap/
bootstrap.go 599 type singleton struct { type
604 func newSingletonFactory(config *Config) func() blueprint.Singleton {
605 return func() blueprint.Singleton {
606 return &singleton{
612 func (s *singleton) GenerateBuildActions(ctx blueprint.SingletonContext) {
  /art/runtime/verifier/
verifier_deps.cc 214 VerifierDeps* singleton = GetMainVerifierDeps(); local
215 DexFileDeps* deps = singleton->GetDexFileDeps(dex_file);
235 DCHECK_EQ(str, singleton->GetStringFromId(dex_file, new_id));
    [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/skia/src/pathops/
SkOpAngle.cpp 647 bool singleton = nullptr == fNext; local
648 if (singleton) {
653 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));

Completed in 925 milliseconds

1 2 3 4 5 67 8 91011>>