Searched refs:INSTANCE (Results 1 - 9 of 9) sorted by relevance

/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/generators/
H A DDHBasicKeyPairGenerator.java22 private DHKeyGeneratorHelper helper = DHKeyGeneratorHelper.INSTANCE;
H A DDHKeyGeneratorHelper.java10 static final DHKeyGeneratorHelper INSTANCE = new DHKeyGeneratorHelper(); field in class:DHKeyGeneratorHelper
H A DDHKeyPairGenerator.java22 private DHKeyGeneratorHelper helper = DHKeyGeneratorHelper.INSTANCE;
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
H A DHttpConnectionPool.java44 public static final HttpConnectionPool INSTANCE = new HttpConnectionPool(); field in class:HttpConnectionPool
H A DHttpURLConnectionImpl.java927 return HttpConnectionPool.INSTANCE.get(configuration, getConnectTimeout());
1003 HttpConnectionPool.INSTANCE.recycle(connection);
/dalvik/dx/src/com/android/dx/dex/file/
H A DMixedItemSection.java50 INSTANCE; enum constant in enum:MixedItemSection.SortType
297 case INSTANCE: {
H A DDexFile.java112 new MixedItemSection("string_data", this, 1, SortType.INSTANCE);
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
H A DStringBuilderTest.java448 assertSame(sb, sb.append(Fixture.INSTANCE));
449 assertEquals(Fixture.INSTANCE.toString(), sb.toString());
1564 assertSame(sb, sb.insert(0, Fixture.INSTANCE));
1569 assertSame(sb, sb.insert(2, Fixture.INSTANCE));
1574 assertSame(sb, sb.insert(4, Fixture.INSTANCE));
1585 sb.insert(-1, Fixture.INSTANCE);
1593 sb.insert(5, Fixture.INSTANCE);
2180 static final Fixture INSTANCE = new Fixture(); field in class:StringBuilderTest.Fixture
/dalvik/libcore/luni/src/main/java/java/util/
H A DCollections.java198 private static final ReverseComparator<Object> INSTANCE field in class:Collections.ReverseComparator
210 return INSTANCE;
1819 return (Comparator) ReverseComparator.INSTANCE;

Completed in 163 milliseconds