| /libcore/luni/src/test/java/libcore/javax/net/ssl/ |
| D | KeyManagerFactoryTest.java | 127 private void test_KeyManagerFactory_getKeyManagers(KeyManagerFactory kmf, boolean empty) in test_KeyManagerFactory_getKeyManagers() 135 test_X509KeyManager((X509KeyManager) keyManager, empty, kmf.getAlgorithm()); in test_KeyManagerFactory_getKeyManagers() local 158 private void test_X509KeyManager(X509KeyManager km, boolean empty, String algorithm) in test_X509KeyManager() 197 test_X509ExtendedKeyManager((X509ExtendedKeyManager) km, empty, algorithm); in test_X509KeyManager() local 202 boolean empty, String algorithm) throws Exception { in test_X509ExtendedKeyManager() 221 boolean empty) throws Exception { in test_X509KeyManager_alias()
|
| /libcore/include/ |
| D | LocalArray.h | 59 bool empty() { return mSize == 0; } in empty() function
|
| /libcore/luni/src/main/java/java/util/ |
| D | Stack.java | 40 public boolean empty() { in empty() method in Stack
|
| /libcore/json/src/main/java/org/json/ |
| D | JSONStringer.java | 174 JSONStringer open(Scope empty, String openBracket) throws JSONException { in open() 188 JSONStringer close(Scope empty, Scope nonempty, String closeBracket) throws JSONException { in close()
|
| /libcore/luni/src/test/java/tests/api/java/util/ |
| D | WeakHashMapTest.java | 75 WeakHashMap empty = new WeakHashMap(0); in test_ConstructorI() local 100 WeakHashMap empty = new WeakHashMap(0, 0.75f); in test_ConstructorIF() local
|
| D | HashMapTest.java | 78 HashMap empty = new HashMap(0); in test_ConstructorI() local 98 HashMap empty = new HashMap(0, 0.75f); in test_ConstructorIF() local
|
| D | HashtableTest.java | 74 Hashtable empty = new Hashtable(0); in test_ConstructorI() local 95 Hashtable empty = new Hashtable(0, 0.75f); in test_ConstructorIF() local
|
| D | LinkedHashMapTest.java | 90 LinkedHashMap empty = new LinkedHashMap(0); in test_ConstructorI() local 111 LinkedHashMap empty = new LinkedHashMap(0, 0.75f); in test_ConstructorIF() local
|
| D | IdentityHashMapTest.java | 85 IdentityHashMap empty = new IdentityHashMap(0); in test_ConstructorI() local
|
| /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/ |
| D | AttributeListImplTest.java | 27 private AttributeListImpl empty = new AttributeListImpl(); field in AttributeListImplTest
|
| D | AttributesImplTest.java | 26 private AttributesImpl empty = new AttributesImpl(); field in AttributesImplTest
|
| /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/ |
| D | Attributes2ImplTest.java | 31 private Attributes2Impl empty = new Attributes2Impl(); field in Attributes2ImplTest
|
| /libcore/luni/src/main/native/ |
| D | org_apache_harmony_xml_ExpatParser.cpp | 1309 static void ExpatParser_staticInitialize(JNIEnv* env, jobject classObject, jstring empty) { in ExpatParser_staticInitialize()
|