Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 115) sorted by relevance

12345

/libcore/luni/src/test/java/tests/api/org/xml/sax/
DSAXExceptionTest.java29 SAXException e = new SAXException(); in testSAXParseException() local
39 SAXException e = new SAXException(ERR, c); in testSAXException_String_Exception() local
59 SAXException e = new SAXException(ERR); in testSAXException_String() local
75 SAXException e = new SAXException(c); in testSAXException_Exception() local
89 SAXException e = new SAXException(ERR); in testToString() local
DSAXParseExceptionTest.java47 SAXParseException e = new SAXParseException(ERR, l, c); in testSAXParseException_String_Locator_Exception() local
99 SAXParseException e = new SAXParseException(ERR, l); in testSAXParseException_String_Locator() local
137 SAXParseException e = new SAXParseException(ERR, PUB, SYS, ROW, COL, c); in testSAXParseException_String_String_String_int_int_Exception() local
183 SAXParseException e = new SAXParseException(ERR, PUB, SYS, ROW, COL); in testSAXParseException_String_String_String_int_int() local
DSAXNotRecognizedExceptionTest.java28 SAXNotRecognizedException e = new SAXNotRecognizedException(); in testSAXNotRecognizedException() local
33 SAXNotRecognizedException e = new SAXNotRecognizedException(ERR); in testSAXNotRecognizedException_String() local
DSAXNotSupportedExceptionTest.java28 SAXNotSupportedException e = new SAXNotSupportedException(); in testSAXNotSupportedException() local
33 SAXNotSupportedException e = new SAXNotSupportedException(ERR); in testSAXNotSupportedException_String() local
/libcore/luni/src/main/java/java/util/concurrent/
DBlockingDeque.java192 void addFirst(E e); in addFirst()
207 void addLast(E e); in addLast()
223 boolean offerFirst(E e); in offerFirst()
239 boolean offerLast(E e); in offerLast()
253 void putFirst(E e) throws InterruptedException; in putFirst()
267 void putLast(E e) throws InterruptedException; in putLast()
288 boolean offerFirst(E e, long timeout, TimeUnit unit) in offerFirst()
310 boolean offerLast(E e, long timeout, TimeUnit unit) in offerLast()
416 boolean add(E e); in add()
436 boolean offer(E e); in offer()
[all …]
DBlockingQueue.java171 boolean add(E e); in add()
190 boolean offer(E e); in offer()
204 void put(E e) throws InterruptedException; in put()
224 boolean offer(E e, long timeout, TimeUnit unit) in offer()
DConcurrentSkipListSet.java200 public boolean add(E e) { in add()
306 public E lower(E e) { in lower()
314 public E floor(E e) { in floor()
322 public E ceiling(E e) { in ceiling()
330 public E higher(E e) { in higher()
335 Map.Entry<E,Object> e = m.pollFirstEntry(); in pollFirst() local
340 Map.Entry<E,Object> e = m.pollLastEntry(); in pollLast() local
DLinkedBlockingDeque.java292 public void addFirst(E e) { in addFirst()
301 public void addLast(E e) { in addLast()
309 public boolean offerFirst(E e) { in offerFirst()
324 public boolean offerLast(E e) { in offerLast()
340 public void putFirst(E e) throws InterruptedException { in putFirst()
357 public void putLast(E e) throws InterruptedException { in putLast()
374 public boolean offerFirst(E e, long timeout, TimeUnit unit) in offerFirst()
397 public boolean offerLast(E e, long timeout, TimeUnit unit) in offerLast()
601 public boolean add(E e) { in add()
609 public boolean offer(E e) { in offer()
[all …]
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
DAnnotationFormatErrorTest.java26 AnnotationFormatError e = new AnnotationFormatError("some message"); in test_constructorLjava_lang_String() local
32 AnnotationFormatError e = new AnnotationFormatError(iae); in test_constructorLjava_lang_Throwable() local
38 AnnotationFormatError e = new AnnotationFormatError("some message", iae); in test_constructorLjava_lang_StringLjava_lang_Throwable() local
/libcore/luni/src/main/java/java/util/
DDeque.java183 void addFirst(E e); in addFirst()
203 void addLast(E e); in addLast()
221 boolean offerFirst(E e); in offerFirst()
239 boolean offerLast(E e); in offerLast()
374 boolean add(E e); in add()
397 boolean offer(E e); in offer()
471 void push(E e); in push()
DQueue.java132 boolean add(E e); in add()
151 boolean offer(E e); in offer()
DNavigableSet.java71 E lower(E e); in lower()
85 E floor(E e); in floor()
99 E ceiling(E e); in ceiling()
113 E higher(E e); in higher()
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DSSLEngineTest.java33 public void assertConnected(TestSSLEnginePair e) { in assertConnected()
37 public void assertNotConnected(TestSSLEnginePair e) { in assertNotConnected()
62 SSLEngine e = c.clientContext.createSSLEngine(); in test_SSLEngine_getSupportedCipherSuites_names() local
132 SSLEngine e = c.clientContext.createSSLEngine(); in test_SSLEngine_getEnabledCipherSuites() local
141 SSLEngine e = c.clientContext.createSSLEngine(); in test_SSLEngine_setEnabledCipherSuites() local
167 SSLEngine e = c.clientContext.createSSLEngine(); in test_SSLEngine_getSupportedProtocols() local
176 SSLEngine e = c.clientContext.createSSLEngine(); in test_SSLEngine_getEnabledProtocols() local
185 SSLEngine e = c.clientContext.createSSLEngine(); in test_SSLEngine_setEnabledProtocols() local
210 SSLEngine e = c.clientContext.createSSLEngine(); in test_SSLEngine_getSession() local
/libcore/luni/src/main/java/java/util/prefs/
DNodeChangeListener.java38 public void childAdded (NodeChangeEvent e); in childAdded()
47 public void childRemoved (NodeChangeEvent e); in childRemoved()
/libcore/luni/src/main/java/javax/xml/transform/
DTransformerConfigurationException.java52 public TransformerConfigurationException(Throwable e) { in TransformerConfigurationException()
64 public TransformerConfigurationException(String msg, Throwable e) { in TransformerConfigurationException()
93 Throwable e) { in TransformerConfigurationException()
DTransformerFactoryConfigurationError.java64 public TransformerFactoryConfigurationError(Exception e) { in TransformerFactoryConfigurationError()
79 public TransformerFactoryConfigurationError(Exception e, String msg) { in TransformerFactoryConfigurationError()
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/
DFactoryConfigurationErrorTest.java32 Exception e = new Exception(); in test_ConstructorLjava_lang_Exception() local
50 Exception e = new Exception(); in test_ConstructorLjava_lang_ExceptionLjava_lang_String() local
79 Exception e = new Exception("msg"); in test_getException() local
/libcore/luni/src/test/java/libcore/java/nio/charset/
DCharsetEncoderTest.java31 CharsetEncoder e = ascii.newEncoder(); in test_replaceWith() local
68 CharsetEncoder e = cs.newEncoder(); in testSurrogatePairAllAtOnce() local
82 CharsetEncoder e = cs.newEncoder(); in testMalformedSurrogatePair() local
112 CharsetEncoder e = cs.newEncoder(); in testCharsetEncoderSurrogatesBrokenByDesign_RI() local
161 CharsetEncoder e = cs.newEncoder(); in testCharsetEncoderSurrogatesBrokenByDesign() local
187 CharsetEncoder e = cs.newEncoder(); in testFlushWithoutEndOfInput() local
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
DUndeclaredThrowableExceptionTests.java35 UndeclaredThrowableException e = new UndeclaredThrowableException( in test_Constructor_Throwable() local
46 UndeclaredThrowableException e = new UndeclaredThrowableException( in test_Constructor_Throwable_String() local
/libcore/luni/src/main/java/javax/xml/parsers/
DFactoryConfigurationError.java69 public FactoryConfigurationError(Exception e) { in FactoryConfigurationError()
83 public FactoryConfigurationError(Exception e, String msg) { in FactoryConfigurationError()
/libcore/luni/src/main/java/org/xml/sax/
DSAXException.java69 public SAXException (Exception e) in SAXException()
84 public SAXException (String message, Exception e) in SAXException()
/libcore/luni/src/main/native/
Djava_lang_StringToReal.cpp143 #define doubleTenToTheE(e) (*(double_tens + (e))) argument
146 #define sizeOfTenToTheE(e) (((e) / 19) + 1) argument
148 static jdouble createDouble(JNIEnv* env, const char* s, jint e) { in createDouble()
254 static jdouble createDouble1(JNIEnv* env, uint64_t* f, int32_t length, jint e) { in createDouble1()
336 static jdouble doubleAlgorithm(JNIEnv* env, uint64_t* f, int32_t length, jint e, jdouble z) { in doubleAlgorithm()
540 #define floatTenToTheE(e) (*reinterpret_cast<const jfloat*>(float_tens + (e))) argument
586 static jfloat createFloat(JNIEnv* env, const char* s, jint e) { in createFloat()
688 static jfloat createFloat1 (JNIEnv* env, uint64_t* f, int32_t length, jint e) { in createFloat1()
809 static jfloat floatAlgorithm(JNIEnv* env, uint64_t* f, int32_t length, jint e, jfloat z) { in floatAlgorithm()
991 static jfloat StringToReal_parseFltImpl(JNIEnv* env, jclass, jstring s, jint e) { in StringToReal_parseFltImpl()
[all …]
/libcore/luni/src/main/java/java/io/
DSequenceInputStream.java33 private Enumeration<? extends InputStream> e; field in SequenceInputStream
71 public SequenceInputStream(Enumeration<? extends InputStream> e) { in SequenceInputStream()
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/
DNativeTestTarget.java43 int d, int e, int f); in emptyJniStaticMethod6()
52 int[][] c, Object d, Object[] e, Object[][][][] f); in emptyJniStaticMethod6L()
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
DPatternSyntaxExceptionTest.java27 PatternSyntaxException e = new PatternSyntaxException("Foo", "Bar", 0); in testPatternSyntaxException() local

12345