Searched refs:em (Results 1 – 9 of 9) sorted by relevance
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | ExemptionMechanismTest.java | 67 ExemptionMechanism em = new ExemptionMechanism(spi, mProv, defaultAlg) {}; in testExemptionMechanism() local 68 assertEquals("Incorrect provider", em.getProvider(), mProv); in testExemptionMechanism() 69 assertEquals("Incorrect algorithm", em.getName(), defaultAlg); in testExemptionMechanism() 71 em.init(null); in testExemptionMechanism() 76 em.getOutputSize(100); in testExemptionMechanism() 81 em = new ExemptionMechanism(null, null, null) {}; in testExemptionMechanism() 82 assertNull("Incorrect mechanism", em.getName()); in testExemptionMechanism() 83 assertNull("Incorrect provider", em.getProvider()); in testExemptionMechanism() 85 em.init(null); in testExemptionMechanism() 89 em.getOutputSize(100); in testExemptionMechanism() [all …]
|
/libcore/ojluni/src/main/java/java/util/ |
D | EnumMap.java | 170 EnumMap<K, ? extends V> em = (EnumMap<K, ? extends V>) m; in EnumMap() local 171 keyType = em.keyType; in EnumMap() 172 keyUniverse = em.keyUniverse; in EnumMap() 173 vals = em.vals.clone(); in EnumMap() 174 size = em.size; in EnumMap() 335 EnumMap<?, ?> em = (EnumMap<?, ?>)m; in putAll() local 336 if (em.keyType != keyType) { in putAll() 337 if (em.isEmpty()) in putAll() 339 throw new ClassCastException(em.keyType + " != " + keyType); in putAll() 343 Object emValue = em.vals[i]; in putAll() [all …]
|
/libcore/ojluni/src/main/java/java/util/logging/ |
D | Handler.java | 209 public synchronized void setErrorManager(ErrorManager em) { in setErrorManager() argument 211 if (em == null) { in setErrorManager() 214 errorManager = em; in setErrorManager()
|
D | FileHandler.java | 430 InitializationErrorManager em = new InitializationErrorManager(); in openFiles() local 431 setErrorManager(em); in openFiles() 543 Exception ex = em.lastException; in openFiles()
|
/libcore/dom/src/test/resources/ |
D | hc_nodtdstaff.svg | 3 <em>EMP0001</em>
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
D | OldErrorManagerTest.java | 37 ErrorManager em = new ErrorManager(); in test_errorCheck() local 42 em.error("supertest", null, ErrorManager.GENERIC_FAILURE); in test_errorCheck()
|
/libcore/ojluni/annotations/hiddenapi/java/util/logging/ |
D | Handler.java | 70 public synchronized void setErrorManager(java.util.logging.ErrorManager em) { in setErrorManager() argument
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | EnumMap.java | 115 private boolean equals(java.util.EnumMap<?, ?> em) { in equals() argument
|
/libcore/ojluni/ |
D | NOTICE | 1510 <p><em>Note:</em> This class does not support attributes and is not
|