Home
last modified time | relevance | path

Searched refs:Exceptions (Results 1 – 25 of 66) sorted by relevance

123

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRops.java111 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 …]
DExceptions.java25 public final class Exceptions { class
130 private Exceptions() { in Exceptions() method in Exceptions
/external/emma/core/java12/com/vladium/util/exception/
DExceptions.java16 abstract class Exceptions class
44 private Exceptions () {} // this class is not extendible in Exceptions() method in Exceptions
/external/zlib/src/contrib/ada/
Dmtest.adb17 with Ada.Exceptions;
143 Ada.Text_IO.Put_Line (Ada.Exceptions.Exception_Information (E));
Dzlib.adb11 with Ada.Exceptions;
155 Ada.Exceptions.Raise_Exception
384 Ada.Exceptions.Raise_Exception (ZLib_Error'Identity, Message);
/external/antlr/antlr-3.4/runtime/Perl5/docs/
Ddesign.pod18 Java is built on two basic concepts: Objects and Exceptions. If there's a
34 =head2 Exceptions section in Basic Porting Considerations
/external/clang/lib/Sema/
DDeclSpec.cpp162 ParsedType *Exceptions, in getFunction() argument
191 I.Fun.Exceptions = 0; in getFunction()
222 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions]; in getFunction()
224 I.Fun.Exceptions[i].Ty = Exceptions[i]; in getFunction()
225 I.Fun.Exceptions[i].Range = ExceptionRanges[i]; in getFunction()
DSemaTemplateInstantiateDecl.cpp2401 SmallVector<QualType, 4> Exceptions; in InstantiateExceptionSpec() local
2438 Exceptions.push_back(T); in InstantiateExceptionSpec()
2455 Exceptions.push_back(T); in InstantiateExceptionSpec()
2471 Exceptions.push_back(T); in InstantiateExceptionSpec()
2499 EPI.NumExceptions = Exceptions.size(); in InstantiateExceptionSpec()
2500 EPI.Exceptions = Exceptions.data(); in InstantiateExceptionSpec()
/external/emma/core/java12/com/vladium/emma/report/
DReportProcessor.java20 import com.vladium.util.exception.Exceptions;
291 if (Exceptions.unexpectedFailure (failure, EXPECTED_FAILURES)) in _run()
/external/emma/core/java12/com/vladium/emma/data/
DMergeProcessor.java19 import com.vladium.util.exception.Exceptions;
317 if (Exceptions.unexpectedFailure (failure, EXPECTED_FAILURES)) in _run()
/external/bouncycastle/patches/
DREADME31 - Fixed BaseKeyFactorySpi to convert all Exceptions to InvalidKeySpecException for KeyRepTest
/external/elfutils/
DNOTES45 - section names in input files are mostly irrelevant. Exceptions:
/external/proguard/examples/
Dlibrary.pro23 -keepattributes Exceptions,InnerClasses,Signature,Deprecated,
/external/oprofile/events/mips/loongson2/
Devents17 event:0x0e counters:0 um:zero minimum:5 name:EXCEPTION : Exceptions
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java29 import com.vladium.util.exception.Exceptions;
884 if (Exceptions.unexpectedFailure (t, EXPECTED_FAILURES)) in wrapFailure()
/external/clang/lib/AST/
DType.cpp1568 if (epi.Exceptions[i]->isDependentType()) in FunctionProtoType()
1570 else if (epi.Exceptions[i]->isInstantiationDependentType()) in FunctionProtoType()
1573 if (epi.Exceptions[i]->containsUnexpandedParameterPack()) in FunctionProtoType()
1576 exnSlot[i] = epi.Exceptions[i]; in FunctionProtoType()
1683 ID.AddPointer(epi.Exceptions[i].getAsOpaquePtr()); in Profile()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessorST.java42 import com.vladium.util.exception.Exceptions;
782 if (Exceptions.unexpectedFailure (failure, EXPECTED_FAILURES)) in _run()
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DEscapeAnalysis.java19 import com.android.dx.rop.code.Exceptions;
739 new CstType(Exceptions.TYPE_ArrayIndexOutOfBoundsException); in insertExceptionThrow()
/external/clang/include/clang/Sema/
DDeclSpec.h1172 TypeAndRange *Exceptions; member
1198 delete[] Exceptions; in destroy()
1375 ParsedType *Exceptions,
/external/v8/test/mozilla/
Dmozilla.status379 js1_5/Exceptions/regress-332472: FAIL_OK
479 js1_5/Exceptions/regress-315147: FAIL_OK
519 js1_5/Exceptions/errstack-001: FAIL_OK
520 js1_5/Exceptions/regress-257751: FAIL_OK
535 js1_5/Exceptions/regress-123002: FAIL_OK
/external/clang/lib/CodeGen/
DCGClass.cpp415 if (CGF.CGM.getLangOpts().Exceptions && in EmitBaseInitializer()
658 if (!CGM.getLangOpts().Exceptions) in EmitInitializerForField()
1194 if (getLangOpts().Exceptions && in EmitCXXAggrConstructorCall()
1399 if (CGM.getLangOpts().Exceptions && !ClassDecl->hasTrivialDestructor()) { in EmitDelegatingCXXConstructorCall()
DCGDeclCXX.cpp228 if (!CGM.getLangOpts().Exceptions) in CreateGlobalInitOrDestructFunction()
/external/clang/include/clang/Basic/
DLangOptions.def75 LANGOPT(Exceptions , 1, 0, "exception handling")
/external/webkit/Source/WebCore/bindings/scripts/test/
DTestObj.idl80 // Exceptions
/external/tcpdump/
Dprint-snmp.c158 const char *Exceptions[] = { variable
241 defineCLASS(Exceptions),

123