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

<<31323334353637383940>>

  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCameraAgentImpl.java 17 package com.android.ex.camera2.portability;
38 import com.android.ex.camera2.portability.debug.Log;
67 public void onCameraException(RuntimeException ex, String commandHistory, int action,
69 Log.w(TAG, "onCameraException called with no handler set", ex);
73 public void onDispatchThreadException(RuntimeException ex) {
74 Log.w(TAG, "onDispatchThreadException called with no handler set", ex);
153 } catch (RuntimeException ex) {
154 Log.e(TAG, "Exception while creating CameraDeviceInfo", ex);
317 } catch (RuntimeException ex) {
318 Log.w(TAG, ex.getMessage())
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmal.c 171 int ex, ey, ez; local
188 xs = frexpl(x, &ex);
192 spread = ex + ey - ez;
243 spread = ex + ey;
  /cts/tests/app/src/android/app/cts/
SearchManagerStubActivity.java 154 private void fail(Exception ex) {
155 Log.e(TAG, "test failed", ex);
213 } catch (FailException ex) {
214 fail(ex);
  /cts/tools/cfassembler/src/dxconvext/
ClassFileAssembler.java 133 } catch (NoSuchAlgorithmException ex) {
134 throw new RuntimeException(ex);
145 } catch (DigestException ex) {
146 throw new RuntimeException(ex);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoItem.java 78 } catch (RuntimeException ex) {
79 throw ExceptionWithContext.withContext(ex,
150 } catch (RuntimeException ex) {
154 throw ex;
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoItem.java 75 } catch (RuntimeException ex) {
76 throw ExceptionWithContext.withContext(ex,
147 } catch (RuntimeException ex) {
151 throw ex;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ExceptionWithLocationDebuggee.java 52 DebuggeeException ex = new DebuggeeException("dummy exception"); local
  /external/apache-http/src/org/apache/http/client/protocol/
ResponseProcessCookies.java 137 } catch (MalformedCookieException ex) {
141 + cookieToString(cookie) + "\". " + ex.getMessage());
146 } catch (MalformedCookieException ex) {
149 + header + "\". " + ex.getMessage());
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
HelpActivity.java 86 } catch (RemoteException ex) {
87 Log.e("help", "Unexpected error sending feedback: ", ex);
123 } catch (PackageManager.NameNotFoundException ex) {
124 throw new RuntimeException("Unable to get version: " + ex);
  /external/chromium_org/third_party/skia/tests/
PathOpsSimplifyDegenerateThreadedTest.cpp 28 int ex = e & 0x03; local
33 if (state.fD && (ex - dx) * (fy - dy)
44 path.lineTo(SkIntToScalar(ex), SkIntToScalar(ey));
54 str += sprintf(str, " path.lineTo(%d, %d);\n", ex, ey);
PathOpsSimplifyTrianglesThreadedTest.cpp 29 int ex = e & 0x03; local
37 if ((ex - dx) * (fy - dy) == (ey - dy) * (fx - dx)) {
47 path.lineTo(SkIntToScalar(ex), SkIntToScalar(ey));
57 str += sprintf(str, " path.lineTo(%d, %d);\n", ex, ey);
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLSignatureRawRSA.java 144 } catch (Exception ex) {
145 throw new SignatureException(ex);
181 } catch (Exception ex) {
182 throw new SignatureException(ex);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoItem.java 76 } catch (RuntimeException ex) {
77 throw ExceptionWithContext.withContext(ex,
148 } catch (RuntimeException ex) {
152 throw ex;
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 284 } catch (ParseException ex) {
324 } catch (ParseException ex) {
367 } catch (ParseException ex) {
384 } catch (ParseException ex) {
425 } catch (ParseException ex) {
476 } catch (ParseException ex) {
516 } catch (ParseException ex) {
594 } catch (ParseException ex) {
618 } catch (ParseException ex) {
640 } catch (ParseException ex) {
    [all...]
ServerLogger.java 42 void logException(Exception ex);
  /external/nist-sip/java/gov/nist/javax/sip/header/
ExtensionHeaderImpl.java 91 } catch (Exception ex) {
  /external/nist-sip/java/gov/nist/javax/sip/message/
ListMap.java 178 } catch (InstantiationException ex) {
179 ex.printStackTrace();
180 } catch (IllegalAccessException ex) {
181 ex.printStackTrace();
  /external/proguard/src/proguard/classfile/constant/
Utf8Constant.java 102 catch (UnsupportedEncodingException ex)
104 throw new RuntimeException(ex.getMessage());
130 catch (UnsupportedEncodingException ex)
132 throw new RuntimeException(ex.getMessage());
  /external/skia/tests/
PathOpsSimplifyDegenerateThreadedTest.cpp 28 int ex = e & 0x03; local
33 if (state.fD && (ex - dx) * (fy - dy)
44 path.lineTo(SkIntToScalar(ex), SkIntToScalar(ey));
54 str += sprintf(str, " path.lineTo(%d, %d);\n", ex, ey);
PathOpsSimplifyTrianglesThreadedTest.cpp 29 int ex = e & 0x03; local
37 if ((ex - dx) * (fy - dy) == (ey - dy) * (fx - dx)) {
47 path.lineTo(SkIntToScalar(ex), SkIntToScalar(ey));
57 str += sprintf(str, " path.lineTo(%d, %d);\n", ex, ey);
  /external/smack/src/com/kenai/jbosh/
BodyParserSAX.java 193 } catch (ParserConfigurationException ex) {
194 thrown = ex;
195 } catch (SAXException ex) {
196 thrown = ex;
  /external/smack/src/org/jivesoftware/smackx/packet/
ChatStateExtension.java 67 catch (Exception ex) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/value/
DexBackedEncodedValue.java 107 } catch (Exception ex) {
108 throw ExceptionWithContext.withContext(ex, "Error while reading encoded value at offset 0x%x", startOffset);
149 } catch (Exception ex) {
150 throw ExceptionWithContext.withContext(ex, "Error while skipping encoded value at offset 0x%x",
  /external/smali/smali/src/test/java/
LexerTest.java 141 } catch (IOException ex) {
142 throw new RuntimeException(ex);
151 } catch (RecognitionException ex) {
152 throw new RuntimeException(ex);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
AbortReceiver.java 43 } catch (RemoteException ex) {

Completed in 726 milliseconds

<<31323334353637383940>>