Home
last modified time | relevance | path

Searched refs:em (Results 1 – 9 of 9) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DExemptionMechanismTest.java67 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/
DEnumMap.java170 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/
DHandler.java209 public synchronized void setErrorManager(ErrorManager em) { in setErrorManager() argument
211 if (em == null) { in setErrorManager()
214 errorManager = em; in setErrorManager()
DFileHandler.java430 InitializationErrorManager em = new InitializationErrorManager(); in openFiles() local
431 setErrorManager(em); in openFiles()
543 Exception ex = em.lastException; in openFiles()
/libcore/dom/src/test/resources/
Dhc_nodtdstaff.svg3 <em>EMP0001</em>
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldErrorManagerTest.java37 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/
DHandler.java70 public synchronized void setErrorManager(java.util.logging.ErrorManager em) { in setErrorManager() argument
/libcore/ojluni/annotations/hiddenapi/java/util/
DEnumMap.java115 private boolean equals(java.util.EnumMap<?, ?> em) { in equals() argument
/libcore/ojluni/
DNOTICE1510 <p><em>Note:</em> This class does not support attributes and is not