HomeSort by relevance Sort by last modified time
    Searched refs:ex (Results 226 - 250 of 2748) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
put1.pass.cpp 51 std::string ex(str, iter.base());
52 assert(ex == "Today is Saturday which is abbreviated Sat.");
58 std::string ex(str, iter.base());
59 assert(ex == "The number of the month is 05.");
  /packages/apps/Calendar/src/com/android/calendar/
RecipientAdapter.java 19 import com.android.ex.chips.BaseRecipientAdapter;
  /packages/apps/Camera2/src/com/android/camera/
CameraTestDevice.java 21 import com.android.ex.camera2.portability.CameraAgent.CameraProxy;
  /packages/apps/Gallery/src/com/android/camera/
ReverseGeocoderTask.java 60 } catch (IOException ex) {
62 Log.e(TAG, "Geocoder exception: ", ex);
63 } catch (RuntimeException ex) {
65 Log.e(TAG, "Geocoder exception: ", ex);
  /packages/apps/Mms/src/com/android/mms/ui/
ChipsRecipientAdapter.java 21 import com.android.ex.chips.BaseRecipientAdapter;
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
RecipientAdapter.java 18 import com.android.ex.chips.BaseRecipientAdapter;
  /packages/services/Telecomm/tests/
Android.mk 21 android-ex-camera2 \
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 379 } catch (Throwable ex) {
380 Log.e(TAG, ex.getMessage(), ex);
417 } catch (Throwable ex) {
418 Log.e(TAG, ex.getMessage(), ex);
543 } catch (Exception ex) {
544 Log.e(TAG, "got exception creating words table: " + ex.toString());
556 } catch (Exception ex) {
557 Log.e(TAG, "got exception creating indices: " + ex.toString())
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 73 } catch (IOException ex) {
74 InternalErrorHandler.handleException(ex);
187 } catch (InterruptedException ex) {
188 throw new IOException(ex.getMessage());
189 } catch (NoSuchElementException ex) {
190 ex.printStackTrace();
191 throw new IOException(ex.getMessage());
PipelinedMsgParser.java 240 } catch (IOException ex) {
241 Debug.printStackTrace(ex);
259 } catch (IOException ex) {
261 Debug.printStackTrace(ex);
283 } catch (ParseException ex) {
285 Debug.logError("Detected a parse error", ex);
328 } catch (IOException ex) {
329 Debug.logError("Exception Reading Content",ex);
343 } catch (Exception ex) {
362 } catch (IOException ex) {
    [all...]
  /external/proguard/src/proguard/io/
DataEntryCopier.java 80 catch (IOException ex)
82 System.err.println("Warning: can't write resource [" + dataEntry.getName() + "] (" + ex.getMessage() + ")");
84 catch (Exception ex)
86 throw (IOException)new IOException("Can't write resource ["+dataEntry.getName()+"] ("+ex.getMessage()+")").initCause(ex);
251 catch (Exception ex)
253 ex.printStackTrace();
  /art/test/092-locale/src/
Main.java 36 } catch (Exception ex) {
37 ex.printStackTrace();
42 } catch (Exception ex) {
43 ex.printStackTrace();
48 } catch (Exception ex) {
49 ex.printStackTrace();
54 } catch (Exception ex) {
55 ex.printStackTrace();
60 } catch (Exception ex) {
61 ex.printStackTrace()
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java 79 * @param ex {@code non-null;} the exception to annotate
81 public void annotate(ExceptionWithContext ex) {
87 ex.addContext("stack[" + idx + "]: " +
162 } catch (NullPointerException ex) {
279 } catch (NullPointerException ex) {
309 } catch (SimException ex) {
310 ex.addContext("underlay stack:");
311 this.annotate(ex);
312 ex.addContext("overlay stack:");
313 other.annotate(ex);
    [all...]
OneLocalsArray.java 58 public void annotate(ExceptionWithContext ex) {
62 ex.addContext("locals[" + Hex.u2(i) + "]: " + s);
110 } catch (NullPointerException ex) {
211 } catch (SimException ex) {
212 ex.addContext("underlay locals:");
213 annotate(ex);
214 ex.addContext("overlay locals:");
215 other.annotate(ex);
216 throw ex;
  /frameworks/base/core/java/android/transition/
ArcMotion.java 202 float ex; local
205 ex = (startX + endX) / 2;
208 ex = startX + mMinimumVerticalTangent * Math.abs(endY - startY) / 2;
233 ex = endX;
240 ex = endX + eDistX;
246 float arcDistX = dx - ex;
261 ex = dx + (ratio * (ex - dx));
265 float controlX1 = (startX + ex) / 2;
267 float controlX2 = (ex + endX) / 2
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
X509KeyManagerImpl.java 111 } catch (Exception ex) {
112 throw new IllegalArgumentException(ex.getMessage());
135 } catch (Exception ex) {
136 throw new IllegalArgumentException(ex.getMessage());
154 } catch (Exception ex) {
155 throw new IllegalArgumentException(ex.getMessage());
179 } catch (Exception ex) {
180 throw new IllegalArgumentException(ex.getMessage());
195 } catch (Exception ex) {
196 throw new IllegalArgumentException(ex.getMessage())
    [all...]
  /packages/apps/Camera/src/com/android/camera/
LocationManager.java 86 } catch (SecurityException ex) {
87 Log.i(TAG, "fail to request location update, ignore", ex);
88 } catch (IllegalArgumentException ex) {
89 Log.d(TAG, "provider does not exist " + ex.getMessage());
98 } catch (SecurityException ex) {
99 Log.i(TAG, "fail to request location update, ignore", ex);
100 } catch (IllegalArgumentException ex) {
101 Log.d(TAG, "provider does not exist " + ex.getMessage());
112 } catch (Exception ex) {
113 Log.i(TAG, "fail to remove location listners, ignore", ex);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
LegacyLocationProvider.java 88 } catch (SecurityException ex) {
89 Log.i(TAG, "fail to request location update, ignore", ex);
90 } catch (IllegalArgumentException ex) {
91 Log.d(TAG, "provider does not exist " + ex.getMessage());
99 } catch (SecurityException ex) {
100 Log.i(TAG, "fail to request location update, ignore", ex);
101 } catch (IllegalArgumentException ex) {
102 Log.d(TAG, "provider does not exist " + ex.getMessage());
113 } catch (Exception ex) {
114 Log.i(TAG, "fail to remove location listners, ignore", ex);
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
LocationManager.java 86 } catch (SecurityException ex) {
87 Log.i(TAG, "fail to request location update, ignore", ex);
88 } catch (IllegalArgumentException ex) {
89 Log.d(TAG, "provider does not exist " + ex.getMessage());
98 } catch (SecurityException ex) {
99 Log.i(TAG, "fail to request location update, ignore", ex);
100 } catch (IllegalArgumentException ex) {
101 Log.d(TAG, "provider does not exist " + ex.getMessage());
112 } catch (Exception ex) {
113 Log.i(TAG, "fail to remove location listners, ignore", ex);
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
deep-recursion-test.js 33 } catch (ex) {
34 debug("FAIL: " + ex);
39 } catch (ex) {
40 var msg = String(eval(ex));
46 } catch (ex) {
47 var msg = String(eval(ex));
63 } catch (ex) {
64 var msg = String(eval(ex));
75 } catch (ex) {
76 var msg = String(eval(ex));
    [all...]
  /frameworks/base/core/java/android/app/
KeyguardManager.java 117 } catch (RemoteException ex) {
138 } catch (RemoteException ex) {
192 } catch (RemoteException ex) {
205 } catch (RemoteException ex) {
222 } catch (RemoteException ex) {
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DispatchThread.java 17 package com.android.ex.camera2.portability;
23 import com.android.ex.camera2.portability.debug.Log;
83 } catch (InterruptedException ex) {
117 } catch (InterruptedException ex) {
148 } catch (InterruptedException ex) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ATResponseParserTest.java 34 } catch (ATParseEx ex) {
56 } catch (ATParseEx ex) {
70 } catch (ATParseEx ex) {
81 } catch (ATParseEx ex) {
105 fail("expected ex");
106 } catch (ATParseEx ex) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
FieldTest.java 574 } catch (IllegalArgumentException ex) {
576 } catch (Exception ex) {
587 } catch (NullPointerException ex) {
589 } catch (Exception ex) {
600 } catch (Exception ex) {
628 } catch (IllegalArgumentException ex) {
630 } catch (Exception ex) {
641 } catch (NullPointerException ex) {
643 } catch (Exception ex) {
654 } catch (Exception ex) {
    [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...]

Completed in 1212 milliseconds

1 2 3 4 5 6 7 8 91011>>