Home
last modified time | relevance | path

Searched defs:keys (Results 1 – 25 of 52) sorted by relevance

123

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DListResourceBundleTest.java35 Enumeration<String> keys = bundle.getKeys(); in test_getKeys() local
54 Enumeration keys = bundle.getKeys(); in test_handleGetObjectLjava_lang_String() local
DWeakHashMapTest.java185 List keys = Arrays.asList(keyArray); in test_entrySet() local
300 List keys = Arrays.asList(keyArray); in test_keySet() local
377 List keys = Arrays.asList(keyArray); in test_values() local
DPropertyResourceBundleTest.java186 Enumeration<String> keys = localPrb.getKeys(); in test_access$0_Enumeration() local
/libcore/json/src/test/java/org/json/
DJSONArrayTest.java325 JSONArray keys = new JSONArray(); in testToJSONObject() local
343 JSONArray keys = new JSONArray(); in testToJSONObjectWithNulls() local
359 JSONArray keys = new JSONArray(); in testToJSONObjectMoreNamesThanValues() local
370 JSONArray keys = new JSONArray(); in testToJSONObjectMoreValuesThanNames() local
381 JSONArray keys = new JSONArray(); in testToJSONObjectNullKey() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyPairGenerator1Test.java349 int[] keys = { -10000, -1024, -1, 0, 10000 }; in testKeyPairGenerator11() local
386 int[] keys = { -1, -250, 1, 64, 512, 1024 }; in testKeyPairGenerator12() local
462 int[] keys = { -1, -250, 1, 63, -512, -1024 }; in testKeyPairGenerator13() local
DKeyFactory2Test.java117 KeyPair keys = keyGen.generateKeyPair(); in test_generatePrivateLjava_security_spec_KeySpec() local
147 KeyPair keys = keyGen.generateKeyPair(); in test_generatePublicLjava_security_spec_KeySpec() local
239 KeyPair keys = keyGen.generateKeyPair(); in test_getKeySpecLjava_security_KeyLjava_lang_Class() local
296 KeyPair keys = keyGen.generateKeyPair(); in test_translateKeyLjava_security_Key() local
DKeyFactoryTest.java286 Key[] keys = { in testGetKeySpec() local
315 Key[] keys = { in testGetKeySpec() local
368 Key[] keys = { in testTranslateKey() local
392 Key[] keys = { in testTranslateKey() local
/libcore/luni/src/test/java/tests/security/interfaces/
DDSAPublicKeyTest.java39 KeyPair keys = null; in test_getY() local
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
DExtendedKeyUsage.java46 private List<String> keys; field in ExtendedKeyUsage
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
DCipherWrapThread.java26 CipherWrapThread(String name, int[] keys, String[] modes, String[] paddings) { in CipherWrapThread()
DCipherRSAThread.java26 CipherRSAThread(String name, int[] keys, String[] modes, String[] paddings) { in CipherRSAThread()
DCipherSymmetricKeyThread.java28 CipherSymmetricKeyThread(String name, int[] keys, String[] modes, String[] paddings) { in CipherSymmetricKeyThread()
DCipherPBEThread.java30 CipherPBEThread(String name, int[] keys, String[] modes, String[] paddings) { in CipherPBEThread()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLSessionTest.java490 String keys; field in SSLSessionTest.TestServer
498 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception { in TestServer()
573 private String keys; field in SSLSessionTest.TestClient
579 public TestClient(boolean provideKeys, String keys) { in TestClient()
634 private KeyStore getKeyStore(String keys) throws Exception { in getKeyStore()
DHandshakeCompletedEventTest.java393 String keys; field in HandshakeCompletedEventTest.TestServer
399 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception { in TestServer()
476 private String keys; field in HandshakeCompletedEventTest.TestClient
480 public TestClient(boolean provideKeys, String keys) { in TestClient()
539 private KeyManager[] getKeyManagers(String keys) throws Exception { in getKeyManagers()
DSSLSocketTest.java485 String keys = useBKS ? SERVER_KEYS_BKS : SERVER_KEYS_JKS; in startServer() local
521 String keys; field in SSLSocketTest.TestServer
527 public TestServer(boolean provideKeys, String keys) { in TestServer()
589 private KeyManager[] getKeyManagers(String keys) throws Exception { in getKeyManagers()
DX509KeyManagerTest.java32 private PrivateKey[] keys; field in X509KeyManagerTest
/libcore/luni/src/main/java/java/nio/channels/
DSelector.java86 public abstract Set<SelectionKey> keys(); in keys() method in Selector
/libcore/luni/src/main/java/java/util/
DDictionary.java75 public abstract Enumeration<K> keys(); in keys() method in Dictionary
DProperties.java210 Enumeration<?> keys = propertyNames(); in listToAppendable() local
465 Enumeration<Object> keys = keys(); in selectProperties() local
/libcore/luni/src/test/java/tests/security/spec/
DEncodedKeySpec2Test.java42 KeyPair keys = keyGen.generateKeyPair(); in test_getEncoded() local
/libcore/support/src/test/java/tests/security/
DDefaultKeys.java185 private static final HashMap<String, KeySpec> keys = new HashMap<String, KeySpec>(); field in DefaultKeys
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
DMockAbstractSelector.java65 public Set<SelectionKey> keys() { in keys() method in MockAbstractSelector
/libcore/luni/src/main/java/org/apache/harmony/security/
DSystemScope.java47 private Hashtable keys = new Hashtable(); field in SystemScope
/libcore/luni/src/main/java/java/util/prefs/
DXMLParser.java212 String[] keys = prefs.keys(); in exportEntries() local
220 private static void exportEntries(String[] keys, String[] values, in exportEntries()
488 String[] keys = properties.keySet().toArray(new String[properties.size()]); in writeXmlPreferences() local

123