OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initCause
(Results
26 - 50
of
179
) sorted by null
1
2
3
4
5
6
7
8
/frameworks/base/core/java/android/preference/
PreferenceInflater.java
78
ex.
initCause
(e);
95
ex.
initCause
(e);
GenericInflater.java
336
ex.
initCause
(e);
342
ex.
initCause
(e);
390
ie.
initCause
(e);
401
ie.
initCause
(e);
444
ie.
initCause
(e);
451
ie.
initCause
(e);
/frameworks/base/core/java/android/view/animation/
AnimationUtils.java
78
rnf.
initCause
(ex);
83
rnf.
initCause
(ex);
156
rnf.
initCause
(ex);
161
rnf.
initCause
(ex);
277
rnf.
initCause
(ex);
282
rnf.
initCause
(ex);
307
rnf.
initCause
(ex);
312
rnf.
initCause
(ex);
/libcore/luni/src/test/java/libcore/java/lang/
ThrowableTest.java
134
throwable.
initCause
(newThrowable("Cause", "A", "B", "C", "D"));
147
throwable.
initCause
(newThrowable("Cause", "A", "B", "C", "D"));
175
suppressed.
initCause
(newThrowable("Suppressed/Cause", "A", "B", "E", "H"));
177
throwable.
initCause
(cause);
179
cause.
initCause
(newThrowable("Cause/Cause", "A", "B", "C", "J"));
232
throwable.
initCause
(newThrowable("Cause", "A", "B", "C", "D"));
/external/proguard/src/proguard/classfile/
ProgramClass.java
120
throw ((IllegalStateException)new IllegalStateException("Expected Utf8Constant at index ["+constantIndex+"] in class ["+getName()+"]").
initCause
(ex));
132
throw ((IllegalStateException)new IllegalStateException("Expected StringConstant at index ["+constantIndex+"] in class ["+getName()+"]").
initCause
(ex));
144
throw ((IllegalStateException)new IllegalStateException("Expected ClassConstant at index ["+constantIndex+"] in class ["+getName()+"]").
initCause
(ex));
156
throw ((IllegalStateException)new IllegalStateException("Expected NameAndTypeConstant at index ["+constantIndex+"] in class ["+getName()+"]").
initCause
(ex));
168
throw ((IllegalStateException)new IllegalStateException("Expected NameAndTypeConstant at index ["+constantIndex+"] in class ["+getName()+"]").
initCause
(ex));
181
throw ((IllegalStateException)new IllegalStateException("Expected RefConstant at index ["+constantIndex+"] in class ["+getName()+"]").
initCause
(ex));
193
throw ((IllegalStateException)new IllegalStateException("Expected RefConstant at index ["+constantIndex+"] in class ["+getName()+"]").
initCause
(ex));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
AndroidDigestFactory.java
47
e.
initCause
(e1);
/external/conscrypt/src/main/java/org/conscrypt/
OpenSSLServerSocketFactoryImpl.java
36
instantiationException.
initCause
(e);
OpenSSLSocketFactoryImpl.java
37
instantiationExceptionLocal.
initCause
(e);
OpenSSLSessionImpl.java
236
exception.
initCause
(exception);
240
exception.
initCause
(exception);
/external/guava/guava/src/com/google/common/net/
HostSpecifier.java
129
parseException.
initCause
(e);
/external/proguard/src/proguard/io/
ClassReader.java
112
throw (IOException)new IOException("Can't process class ["+dataEntry.getName()+"] ("+ex.getMessage()+")").
initCause
(ex);
DataEntryCopier.java
86
throw (IOException)new IOException("Can't write resource ["+dataEntry.getName()+"] ("+ex.getMessage()+")").
initCause
(ex);
/libcore/luni/src/main/java/libcore/reflect/
InternalNames.java
56
error.
initCause
(e);
/external/smack/src/org/apache/harmony/javax/security/auth/login/
LoginContext.java
207
throw (LoginException) new LoginException("auth.36").
initCause
(cause);//$NON-NLS-1$
391
throw (LoginException) new LoginException("auth.37").
initCause
(firstProblem); //$NON-NLS-1$
443
throw (LoginException) new LoginException("auth.37").
initCause
(firstProblem); //$NON-NLS-1$
528
"auth.39 " + klassName).
initCause
(ex); //$NON-NLS-1$
538
.
initCause
(ex);
542
.
initCause
(ex);
/frameworks/base/core/java/android/transition/
TransitionInflater.java
80
ex.
initCause
(e);
86
ex.
initCause
(e);
107
ex.
initCause
(e);
113
ex.
initCause
(e);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeResources.java
566
newE.
initCause
(e);
570
newE.
initCause
(e);
599
newE.
initCause
(e);
603
newE.
initCause
(e);
630
newE.
initCause
(e);
662
exception.
initCause
(e);
/external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java
252
ExceptionUtils.
initCause
(ioe, e);
/libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicMarkableReference.java
179
error.
initCause
(e);
AtomicStampedReference.java
179
error.
initCause
(e);
/libcore/luni/src/main/java/java/util/zip/
InflaterInputStream.java
177
throw (IOException) (new IOException().
initCause
(e));
/libcore/luni/src/main/java/javax/xml/transform/
TransformerException.java
103
public synchronized Throwable
initCause
(Throwable cause) {
/libcore/luni/src/test/java/libcore/util/
SerializationTester.java
77
failure.
initCause
(e);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
BridgeInflater.java
138
exception.
initCause
(e2);
140
exception.
initCause
(e);
/libcore/luni/src/main/java/javax/security/auth/x500/
X500Principal.java
109
iae.
initCause
(e);
148
iae.
initCause
(e);
/libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java
195
afe.
initCause
(t);
356
afe.
initCause
(t);
588
afe.
initCause
(ie);
[
all
...]
Completed in 2033 milliseconds
1
2
3
4
5
6
7
8