HomeSort by relevance Sort by last modified time
    Searched defs:ex (Results 401 - 425 of 915) sorted by null

<<11121314151617181920>>

  /external/doclava/src/com/google/doclava/
MethodInfo.java 384 ClassInfo ex = list[i].exception(); local
385 if (ex != null && ex.qualifiedName().equals(qn)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
GenerateResults.java 543 } catch (Exception ex) {
544 ex.printStackTrace();
562 } catch (Exception ex) {
563 ex.printStackTrace();
    [all...]
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 232 MethodSignature(TypeParameter[] tp, Type[] p, Type ret, ObjectType[] ex) {
236 exceptions = ex;
699 ObjectType[] ex = (ObjectType[])exceptions.toArray(new ObjectType[exceptions.size()]); local
700 return new MethodSignature(tp, p, ret, ex);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 789 const float ex = v0[0][0] - v2[0][0]; local
795 return ex * fy - ey * fx;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java 236 } catch (IllegalStateException ex) {
414 } catch (java.text.ParseException ex) {
538 } catch (IOException ex) {
540 sipStack.getStackLogger().logException(ex);
    [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 185 int ex, shx; local
190 ex = (ix >> 23) - 127;
191 shx = ex % 3;
193 ex = (ex - shx) / 3; /* exponent of cube root */
210 /* fr *= 2^ex * sign */
213 v.i = (v.i + (ex << 23) + s) & (m.i*2 != 0 ? -1 : 0);
    [all...]
  /external/openssl/apps/
req.c 162 int ex=1,x509=0,days=30; local
921 ex=1;
965 ex=0;
1079 ex=0;
1085 if (ex)
1112 OPENSSL_EXIT(ex);
    [all...]
  /external/skia/src/pathops/
SkPathOpsCubic.cpp 478 double ex = interp_cubic_coords(&fPts[0].fX, (t1*2+t2)/3); local
484 double mx = ex * 27 - ax * 8 - dx;
509 double ex = interp_cubic_coords(&fPts[0].fX, (t1 * 2 + t2) / 3);
513 double mx = ex * 27 - a.fX * 8 - d.fX;
  /external/smack/src/org/jivesoftware/smack/util/
Base64.java     [all...]
  /external/valgrind/main/memcheck/
mc_leakcheck.c 526 LC_Extra* ex; local
544 ex = &(lc_extras[ch_no]);
554 *pex = ex;
685 MC_Chunk *ch, LC_Extra *ex,
784 LC_Extra* ex; local
787 if ( ! lc_is_a_chunk_ptr(ptr, &ch_no, &ch, &ex) )
790 if (ex->state == Reachable) {
791 if (ex->heuristic && ptr == ch->data)
794 ex->heuristic = LchNone;
806 ex->heuristic
851 LC_Extra* ex; local
1055 LC_Extra *ex; local
1284 LC_Extra* ex = &(lc_extras)[i]; local
1545 LC_Extra* ex = &(lc_extras)[i]; local
1807 LC_Extra* ex = &(lc_extras[i]); local
    [all...]
  /external/valgrind/main/mpi/
libmpiwrap.c 671 long ex, i; local
742 ex = extentOfTy(ty);
745 n_ints, n_addrs, n_dtys, (int)ex );
780 ex = extentOfTy(dtys[0]);
785 walk_type_array( f, base + i * ints[2]/*stride*/ * ex,
793 ex = extentOfTy(dtys[0]);
808 ex = extentOfTy(dtys[0]);
813 walk_type_array( f, base + ex * ints[i+1+ints[0]],
823 ex = extentOfTy(dtys[0]);
893 long i, ex; local
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 397 } catch (RuntimeException ex) {
399 + connection, ex);
529 } catch (RuntimeException ex) {
531 + "of the merciful GC: " + connection, ex);
545 } catch (RuntimeException ex) {
547 + mAvailablePrimaryConnection, ex);
558 } catch (RuntimeException ex) {
560 + connection, ex);
680 final RuntimeException ex = waiter.mException; local
681 if (connection != null || ex != null)
    [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...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraCapabilities.java 17 package com.android.ex.camera2.portability;
19 import com.android.ex.camera2.portability.debug.Log;
365 } catch (IllegalArgumentException ex) {
395 } catch (IllegalArgumentException ex) {
425 } catch (IllegalArgumentException ex) {
456 } catch (IllegalArgumentException ex) {
  /frameworks/opt/chips/tests/src/com/android/ex/chips/
ChipsTest.java 17 package com.android.ex.chips;
33 import com.android.ex.chips.recipientchip.DrawableRecipientChip;
34 import com.android.ex.chips.recipientchip.ReplacementDrawableSpan;
35 import com.android.ex.chips.recipientchip.VisibleRecipientChip;
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 18 package com.android.ex.photo.fragments;
40 import com.android.ex.photo.Intents;
41 import com.android.ex.photo.PhotoViewCallbacks;
42 import com.android.ex.photo.PhotoViewCallbacks.CursorChangedListener;
43 import com.android.ex.photo.PhotoViewCallbacks.OnScreenListener;
44 import com.android.ex.photo.PhotoViewController.ActivityInterface;
45 import com.android.ex.photo.R;
46 import com.android.ex.photo.adapters.PhotoPagerAdapter;
47 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface;
48 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 370 } catch (CallStateException ex) {
371 ex.printStackTrace();
372 fail("unexpected ex");
632 } catch (CallStateException ex) {
633 ex.printStackTrace();
634 fail("unexpected ex");
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
SupportMenuInflater.java 242 InflateException ex = new InflateException( local
245 ex.initCause(e);
246 throw ex;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest1.java 1521 java.io.IOException ex = new java.io.InvalidClassException(FOO); local
1550 java.io.IOException ex = new java.io.InvalidObjectException(FOO); local
1579 java.io.IOException ex = new java.io.NotActiveException(FOO); local
1608 java.io.IOException ex = new java.io.NotSerializableException(FOO); local
1637 java.io.IOException ex = new java.io.StreamCorruptedException(FOO); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadGroupTest.java 774 private Throwable ex; field in class:ThreadGroupTest.TestThreadDefaultUncaughtExceptionHandler
778 public void uncaughtException(Thread thread, Throwable ex) {
781 this.ex = ex;
784 public void assertWasCalled(Thread thread, Throwable ex) {
787 assertSame(this.ex, ex);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URLTest.java 570 } catch (MalformedURLException ex) {
572 throw new RuntimeException(ex.getMessage());
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 69 * for example using {@code ex.printStackTrace()}) of both the thread
407 final Throwable ex; field in class:ForkJoinTask.ExceptionNode
410 ExceptionNode(ForkJoinTask<?> task, Throwable ex, ExceptionNode next) {
412 this.ex = ex;
423 final int recordExceptionalCompletion(Throwable ex) {
435 t[i] = new ExceptionNode(this, ex, t[i]);
454 private int setExceptionalCompletion(Throwable ex) {
455 int s = recordExceptionalCompletion(ex);
457 internalPropagateException(ex);
543 Throwable ex; local
741 Throwable ex = null; local
792 Throwable ex = null; local
962 Throwable ex; local
1048 Throwable ex; local
1488 Object ex = s.readObject(); local
    [all...]
  /prebuilts/devtools/tools/lib/
httpmime-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-director-plugin/0.20.0/
tycho-p2-director-plugin-0.20.0.jar 
  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 

Completed in 2293 milliseconds

<<11121314151617181920>>