HomeSort by relevance Sort by last modified time
    Searched refs:Exceptions (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/emma/core/java12/com/vladium/util/exception/
Exceptions.java 7 * $Id: Exceptions.java,v 1.1.1.1 2004/05/09 16:57:58 vlad_r Exp $
16 abstract class Exceptions
44 private Exceptions () {} // this class is not extendible
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 111 Exceptions.LIST_Error, "const-object");
262 Exceptions.LIST_Error_ArithmeticException, "div-int");
267 Exceptions.LIST_Error_ArithmeticException, "div-long");
281 Exceptions.LIST_Error_ArithmeticException, "rem-int");
286 Exceptions.LIST_Error_ArithmeticException, "rem-long");
423 Exceptions.LIST_Error_ArithmeticException, "div-const-int");
428 Exceptions.LIST_Error_ArithmeticException, "div-const-long");
442 Exceptions.LIST_Error_ArithmeticException, "rem-const-int");
447 Exceptions.LIST_Error_ArithmeticException, "rem-const-long");
630 Exceptions.LIST_Error_NullPointerException, "array-length")
    [all...]
Exceptions.java 25 public final class Exceptions {
130 private Exceptions() {
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java 111 Exceptions.LIST_Error, "const-object");
262 Exceptions.LIST_Error_ArithmeticException, "div-int");
267 Exceptions.LIST_Error_ArithmeticException, "div-long");
281 Exceptions.LIST_Error_ArithmeticException, "rem-int");
286 Exceptions.LIST_Error_ArithmeticException, "rem-long");
423 Exceptions.LIST_Error_ArithmeticException, "div-const-int");
428 Exceptions.LIST_Error_ArithmeticException, "div-const-long");
442 Exceptions.LIST_Error_ArithmeticException, "rem-const-int");
447 Exceptions.LIST_Error_ArithmeticException, "rem-const-long");
630 Exceptions.LIST_Error_NullPointerException, "array-length")
    [all...]
Exceptions.java 25 public final class Exceptions {
130 private Exceptions() {
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rops.java 111 Exceptions.LIST_Error, "const-object");
262 Exceptions.LIST_Error_ArithmeticException, "div-int");
267 Exceptions.LIST_Error_ArithmeticException, "div-long");
281 Exceptions.LIST_Error_ArithmeticException, "rem-int");
286 Exceptions.LIST_Error_ArithmeticException, "rem-long");
423 Exceptions.LIST_Error_ArithmeticException, "div-const-int");
428 Exceptions.LIST_Error_ArithmeticException, "div-const-long");
442 Exceptions.LIST_Error_ArithmeticException, "rem-const-int");
447 Exceptions.LIST_Error_ArithmeticException, "rem-const-long");
630 Exceptions.LIST_Error_NullPointerException, "array-length")
    [all...]
Exceptions.java 25 public final class Exceptions {
130 private Exceptions() {
  /ndk/tests/device/test-gnustl-full/jni/
Android.mk 14 # Exceptions are disabled for now
  /external/proguard/examples/
library.pro 23 -keepattributes Exceptions,InnerClasses,Signature,Deprecated,
  /ndk/tests/device/test-stlport/jni/
Android.mk 14 # Exceptions are disabled for now
  /prebuilts/tools/common/proguard/proguard4.7/examples/
library.pro 24 -keepattributes Exceptions,InnerClasses,Signature,Deprecated,
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java 23 import org.openide.util.Exceptions;
116 Exceptions.printStackTrace(ex);
127 Exceptions.printStackTrace(ex);
  /external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java 19 import com.vladium.util.exception.Exceptions;
317 if (Exceptions.unexpectedFailure (failure, EXPECTED_FAILURES))
  /external/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 20 import com.vladium.util.exception.Exceptions;
291 if (Exceptions.unexpectedFailure (failure, EXPECTED_FAILURES))
  /external/clang/lib/Sema/
DeclSpec.cpp 161 ParsedType *Exceptions,
190 I.Fun.Exceptions = 0;
219 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions];
221 I.Fun.Exceptions[i].Ty = Exceptions[i];
222 I.Fun.Exceptions[i].Range = ExceptionRanges[i];
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 29 import com.vladium.util.exception.Exceptions;
    [all...]
  /external/v8/test/mjsunit/
debug-receiver.js 41 // Debug event listener which delegates. Exceptions have to be
  /build/tools/droiddoc/templates-sdk/
customizations.cs 222 <?cs call:list("Exceptions", class.package.exceptions) ?>
230 <?cs call:class_link_list("Exceptions", package.exceptions) ?>
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 408 if (CGF.CGM.getLangOpts().Exceptions &&
648 if (!CGM.getLangOpts().Exceptions)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 19 import com.android.dx.rop.code.Exceptions;
554 * identify ArrayIndexOutOfBounds exceptions and throw them if detected.
739 new CstType(Exceptions.TYPE_ArrayIndexOutOfBoundsException);
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
EscapeAnalysis.java 19 import com.android.dx.rop.code.Exceptions;
554 * identify ArrayIndexOutOfBounds exceptions and throw them if detected.
739 new CstType(Exceptions.TYPE_ArrayIndexOutOfBoundsException);
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 42 import com.vladium.util.exception.Exceptions;
    [all...]

Completed in 1116 milliseconds

1 2 3