| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| D | ListResourceBundleTest.java | 35 Enumeration<String> keys = bundle.getKeys(); in test_getKeys() local 54 Enumeration keys = bundle.getKeys(); in test_handleGetObjectLjava_lang_String() local
|
| D | WeakHashMapTest.java | 186 List keys = Arrays.asList(keyArray); in test_entrySet() local 295 List keys = Arrays.asList(keyArray); in test_keySet() local 375 List keys = Arrays.asList(keyArray); in test_values() local 531 Set<String> keys = hashMap.keySet(); in test_spliterator_keySet() local
|
| D | PropertyResourceBundleTest.java | 186 Enumeration<String> keys = localPrb.getKeys(); in test_access$0_Enumeration() local
|
| /libcore/json/src/test/java/org/json/ |
| D | JSONArrayTest.java | 325 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/ |
| D | KeyPairGenerator1Test.java | 349 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
|
| D | KeyFactory2Test.java | 117 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
|
| D | KeyFactoryTest.java | 286 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/ |
| D | DSAPublicKeyTest.java | 39 KeyPair keys = null; in test_getY() local
|
| /libcore/ojluni/src/main/java/sun/nio/ch/ |
| D | SelectorImpl.java | 48 protected HashSet<SelectionKey> keys; field in SelectorImpl 67 public Set<SelectionKey> keys() { in keys() method in SelectorImpl
|
| /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
| D | CipherWrapThread.java | 26 CipherWrapThread(String name, int[] keys, String[] modes, String[] paddings) { in CipherWrapThread()
|
| D | CipherRSAThread.java | 26 CipherRSAThread(String name, int[] keys, String[] modes, String[] paddings) { in CipherRSAThread()
|
| D | CipherSymmetricKeyThread.java | 28 CipherSymmetricKeyThread(String name, int[] keys, String[] modes, String[] paddings) { in CipherSymmetricKeyThread()
|
| D | CipherPBEThread.java | 30 CipherPBEThread(String name, int[] keys, String[] modes, String[] paddings) { in CipherPBEThread()
|
| /libcore/ojluni/src/main/java/sun/security/validator/ |
| D | PKIXValidator.java | 102 List<PublicKey> keys; in PKIXValidator() local 141 List<PublicKey> keys; in PKIXValidator() local 295 private boolean isSignatureValid(List<PublicKey> keys, in isSignatureValid()
|
| /libcore/ojluni/src/main/java/java/nio/channels/ |
| D | Selector.java | 259 public abstract Set<SelectionKey> keys(); in keys() method in Selector
|
| /libcore/ojluni/src/main/java/java/util/ |
| D | Dictionary.java | 85 abstract public Enumeration<K> keys(); in keys() method in Dictionary
|
| /libcore/luni/src/test/java/tests/security/spec/ |
| D | EncodedKeySpec2Test.java | 42 KeyPair keys = keyGen.generateKeyPair(); in test_getEncoded() local
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
| D | SSLSessionTest.java | 501 String keys; field in SSLSessionTest.TestServer 509 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception { in TestServer() 584 private String keys; field in SSLSessionTest.TestClient 590 public TestClient(boolean provideKeys, String keys) { in TestClient() 645 private KeyStore getKeyStore(String keys) throws Exception { in getKeyStore()
|
| D | HandshakeCompletedEventTest.java | 391 String keys; field in HandshakeCompletedEventTest.TestServer 397 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception { in TestServer() 474 private String keys; field in HandshakeCompletedEventTest.TestClient 478 public TestClient(boolean provideKeys, String keys) { in TestClient() 537 private KeyManager[] getKeyManagers(String keys) throws Exception { in getKeyManagers()
|
| D | SSLSocketTest.java | 484 String keys = useBKS ? SERVER_KEYS_BKS : SERVER_KEYS_JKS; in startServer() local 520 String keys; field in SSLSocketTest.TestServer 526 public TestServer(boolean provideKeys, String keys) { in TestServer() 588 private KeyManager[] getKeyManagers(String keys) throws Exception { in getKeyManagers()
|
| /libcore/support/src/test/java/tests/security/ |
| D | DefaultKeys.java | 185 private static final HashMap<String, KeySpec> keys = new HashMap<String, KeySpec>(); field in DefaultKeys
|
| /libcore/ojluni/src/main/java/java/security/ |
| D | Signer.java | 156 String keys = ""; in printKeys() local
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/ |
| D | MockAbstractSelector.java | 65 public Set<SelectionKey> keys() { in keys() method in MockAbstractSelector
|
| /libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
| D | SystemScope.java | 49 private Hashtable keys = new Hashtable(); field in SystemScope
|
| /libcore/ojluni/src/main/java/java/util/stream/ |
| D | DistinctOps.java | 92 Set<T> keys = map.keySet(); in makeRef() local
|