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

<<61626364656667686970>>

  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentsView.java 250 } catch (SQLiteException ex) {
356 } catch (SQLiteException ex) {
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
LocalSource.java 248 } catch (Exception ex) {
249 log(TAG, ex.toString());
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 209 } catch (CoreException ex) {
212 ex.getMessage());
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /art/test/046-reflect/src/
Main.java 117 } catch (Exception ex) {
119 ex.printStackTrace();
173 catch (Exception ex) {
175 ex.printStackTrace();
388 } catch (Exception ex) {
390 ex.printStackTrace();
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraTestUtils.java 19 import static com.android.ex.camera2.blocking.BlockingStateCallback.*;
46 import com.android.ex.camera2.blocking.BlockingCameraManager;
47 import com.android.ex.camera2.blocking.BlockingCameraManager.BlockingOpenException;
48 import com.android.ex.camera2.blocking.BlockingSessionCallback;
49 import com.android.ex.camera2.blocking.BlockingStateCallback;
50 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
BcKeyStoreSpi.java 347 catch (CertificateEncodingException ex)
349 throw new IOException(ex.toString());
369 catch (NoSuchProviderException ex)
371 throw new IOException(ex.toString());
373 catch (CertificateException ex)
375 throw new IOException(ex.toString());
  /external/chromium_org/third_party/boringssl/src/include/openssl/
asn1t.h 288 #define ASN1_IMP_EX(stname, field, type, tag, ex) \
289 ASN1_EX_TYPE(ASN1_TFLG_IMPLICIT | ex, tag, stname, field, type)
291 #define ASN1_EXP_EX(stname, field, type, tag, ex) \
292 ASN1_EX_TYPE(ASN1_TFLG_EXPLICIT | ex, tag, stname, field, type)
723 #define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \
725 ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
  /external/chromium_org/third_party/skia/third_party/lua/src/
lcode.c 558 void luaK_storevar (FuncState *fs, expdesc *var, expdesc *ex) {
561 freeexp(fs, ex);
562 exp2reg(fs, ex, var->u.info);
566 int e = luaK_exp2anyreg(fs, ex);
572 int e = luaK_exp2RK(fs, ex);
581 freeexp(fs, ex);
  /external/deqp/modules/gles31/functional/
es31fMultisampleShaderRenderCase.cpp 405 catch (const QualityWarning& ex)
407 m_testCtx.getLog() << tcu::TestLog::Message << "Quality warning, error = " << ex.what() << tcu::TestLog::EndMessage;
411 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, ex.what());
424 catch (const QualityWarning& ex)
426 m_testCtx.getLog() << tcu::TestLog::Message << "Quality warning, error = " << ex.what() << tcu::TestLog::EndMessage;
430 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, ex.what());
  /external/guava/guava-tests/test/com/google/common/io/
ByteStreamsTest.java 513 } catch (IllegalStateException ex) {
514 assertTrue(ex.getCause() instanceof EOFException);
594 } catch (IllegalStateException ex) {
595 assertTrue(ex.getCause() instanceof EOFException);
607 } catch (IllegalStateException ex) {
608 assertTrue(ex.getCause() instanceof EOFException);
  /external/openssl/crypto/asn1/
asn1t.h 312 #define ASN1_IMP_EX(stname, field, type, tag, ex) \
313 ASN1_EX_TYPE(ASN1_TFLG_IMPLICIT | ex, tag, stname, field, type)
315 #define ASN1_EXP_EX(stname, field, type, tag, ex) \
316 ASN1_EX_TYPE(ASN1_TFLG_EXPLICIT | ex, tag, stname, field, type)
776 #define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \
778 ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
  /external/openssl/include/openssl/
asn1t.h 312 #define ASN1_IMP_EX(stname, field, type, tag, ex) \
313 ASN1_EX_TYPE(ASN1_TFLG_IMPLICIT | ex, tag, stname, field, type)
315 #define ASN1_EXP_EX(stname, field, type, tag, ex) \
316 ASN1_EX_TYPE(ASN1_TFLG_EXPLICIT | ex, tag, stname, field, type)
776 #define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \
778 ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
  /external/smack/src/org/jivesoftware/smack/util/
Base64.java     [all...]
  /frameworks/base/core/java/android/view/
LayoutInflater.java 523 InflateException ex = new InflateException(e.getMessage()); local
524 ex.initCause(e);
525 throw ex;
527 InflateException ex = new InflateException( local
530 ex.initCause(e);
531 throw ex;
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 682 } catch (NumberFormatException ex) {
683 Log.e(TAG, "couldn't parse preference: " + value, ex);
    [all...]
  /prebuilts/devtools/tools/lib/
manifest-merger.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.2.0/
manifest-merger-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.4.0/
manifest-merger-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.4.2/
manifest-merger-22.4.2.jar 

Completed in 1333 milliseconds

<<61626364656667686970>>