OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ex
(Results
351 - 375
of
2639
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneStateIntentReceiver.java
194
} catch (Exception
ex
) {
195
Rlog.e(LOG_TAG, "[PhoneStateIntentRecv] caught " +
ex
);
196
ex
.printStackTrace();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaCallTrackerTest.java
107
} catch(Exception
ex
) {
108
ex
.printStackTrace();
109
Assert.fail("unexpected exception thrown"+
ex
.getMessage()+
ex
.getStackTrace());
149
} catch(Exception
ex
) {
150
ex
.printStackTrace();
151
Assert.fail("unexpected exception thrown" +
ex
.getMessage());
174
} catch(Exception
ex
) {
175
ex
.printStackTrace();
176
Assert.fail("unexpected exception thrown" +
ex
.getMessage())
[
all
...]
/frameworks/support/transition/src/android/support/transition/
ArcMotion.java
200
float
ex
;
local
228
ex
= endX;
231
ex
= startX;
240
ex
= startX + eDistX;
243
ex
= endX - eDistX;
250
float arcDistX = dx -
ex
;
265
ex
= dx + (ratio * (
ex
- dx));
268
float control1X = (startX +
ex
) / 2;
270
float control2X = (
ex
+ endX) / 2
[
all
...]
TransitionInflater.java
94
InflateException
ex
= new InflateException(e.getMessage());
local
95
ex
.initCause(e);
96
throw
ex
;
98
InflateException
ex
= new InflateException(
local
101
ex
.initCause(e);
102
throw
ex
;
/frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceInflater.java
167
final InflateException
ex
= new InflateException(e.getMessage());
local
168
ex
.initCause(e);
169
throw
ex
;
171
final InflateException
ex
= new InflateException(
local
174
ex
.initCause(e);
175
throw
ex
;
335
XmlPullParserException
ex
= new XmlPullParserException(
local
337
ex
.initCause(e);
338
throw
ex
;
348
XmlPullParserException
ex
= new XmlPullParserException
local
[
all
...]
/libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java
144
catch (InvocationTargetException
ex
) {
145
throw new DOMTestIncompatibleException(
ex
.getTargetException(), setting);
147
catch (Exception
ex
) {
148
throw new DOMTestIncompatibleException(
ex
, setting);
188
catch (Exception
ex
) {
232
catch (Exception
ex
) {
288
catch (InvocationTargetException
ex
) {
289
throw new DOMTestIncompatibleException(
ex
.getTargetException(), null);
291
catch (Exception
ex
) {
292
throw new DOMTestIncompatibleException(
ex
, null)
[
all
...]
/libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java
66
} catch (Exception
ex
) {
68
ex
.printStackTrace();
205
} catch (Exception
ex
) {
207
ex
.printStackTrace();
/libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java
67
} catch (Exception
ex
) {
69
ex
.printStackTrace();
213
} catch (Exception
ex
) {
215
ex
.printStackTrace();
/libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java
74
} catch (Exception
ex
) {
76
ex
.printStackTrace();
193
} catch (Exception
ex
) {
195
ex
.printStackTrace();
/libcore/luni/src/test/java/libcore/java/lang/
ThrowableTest.java
35
} catch (NoStackTraceException
ex
) {
37
ex
.printStackTrace(new PrintWriter(new StringWriter()));
/libcore/luni/src/test/java/libcore/java/net/
ConcurrentCloseTest.java
139
} catch (Throwable
ex
) {
140
thrownExceptions.add(
ex
);
225
} catch (Exception
ex
) {
226
ex
.printStackTrace();
256
} catch (Exception
ex
) {
257
ex
.printStackTrace();
/libcore/ojluni/src/main/java/java/net/
SocksSocketImpl.java
286
SocketException
ex
= null;
local
293
ex
= new SocketException("SOCKS request rejected");
296
ex
= new SocketException("SOCKS server couldn't reach destination");
299
ex
= new SocketException("SOCKS authentication failed");
302
ex
= new SocketException("Reply from SOCKS server contains bad status");
305
if (
ex
!= null) {
308
throw
ex
;
434
SocketException
ex
= null;
local
474
ex
= new SocketException("Reply from SOCKS server contains wrong code");
479
ex
= new SocketException("SOCKS server general failure")
[
all
...]
/libcore/ojluni/src/main/java/java/util/jar/
JarFile.java
379
} catch (IOException
ex
) {
386
ex
.printStackTrace();
/libcore/ojluni/src/main/java/javax/crypto/
SealedObject.java
172
catch (BadPaddingException
ex
) {
354
} catch (IllegalBlockSizeException | BadPaddingException
ex
) {
355
throw new InvalidKeyException(
ex
.getMessage());
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
URICertStore.java
223
} catch (Exception
ex
) {
225
debug.println("exception creating CertStore: " +
ex
);
226
ex
.printStackTrace();
X509CertificatePair.java
122
} catch (IOException
ex
) {
123
throw new CertificateException(
ex
.toString());
199
} catch (IOException
ex
) {
200
throw new CertificateEncodingException(
ex
.toString());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRedEye.java
58
float
ex
= event.getX();
local
61
// let's transform (
ex
, ey) to displayed image coordinates
64
mCurrentRect.left =
ex
- mTouchPadding;
68
mCurrentRect.right =
ex
+ mTouchPadding;
/packages/apps/TV/tests/unit/src/com/android/tv/dvr/ui/
SortedArrayAdapterTest.java
190
int
ex
= contents.length;
local
191
assertEquals("size",
ex
, adapter.size());
192
for (int i = 0; i <
ex
; i++) {
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
CaptureLoader.java
83
} catch (IOException
ex
) {
84
ex
.printStackTrace();
160
} catch (IOException
ex
) {
161
ex
.printStackTrace();
/prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.0/
dagger-compiler-2.0.jar
/prebuilts/devtools/tools/lib/
rule-api.jar
/prebuilts/gradle-plugin/com/android/tools/rule-api/24.4.0-beta3/
rule-api-24.4.0-beta3.jar
/prebuilts/gradle-plugin/com/android/tools/rule-api/24.4.0-beta6/
rule-api-24.4.0-beta6.jar
/prebuilts/gradle-plugin/com/android/tools/rule-api/24.5.0/
rule-api-24.5.0.jar
Completed in 3310 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>