Searched refs:Exceptions (Results 1 - 25 of 43) sorted by relevance

12

/external/emma/core/java12/com/vladium/util/exception/
H A DExceptions.java7 * $Id: Exceptions.java,v 1.1.1.1 2004/05/09 16:57:58 vlad_r Exp $
16 abstract class Exceptions class
44 private Exceptions () {} // this class is not extendible method in class:Exceptions
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A 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
[all...]
H A DExceptions.java25 public final class Exceptions { class
130 private Exceptions() { method in class:Exceptions
/external/proguard/examples/
H A Dlibrary.pro23 -keepattributes Exceptions,InnerClasses,Signature,Deprecated,
/external/emma/core/java12/com/vladium/emma/data/
H A DMergeProcessor.java19 import com.vladium.util.exception.Exceptions;
317 if (Exceptions.unexpectedFailure (failure, EXPECTED_FAILURES))
/external/emma/core/java12/com/vladium/emma/report/
H A DReportProcessor.java20 import com.vladium.util.exception.Exceptions;
291 if (Exceptions.unexpectedFailure (failure, EXPECTED_FAILURES))
/external/libvpx/examples/includes/geshi/geshi/
H A Dhaskell.php117 /* finally Prelude Exceptions */
H A Docaml.php98 /* finally Pervasives Exceptions */
H A Dpython.php81 // Built-in Exceptions: http://python.org/doc/current/lib/module-exceptions.html
/external/clang/lib/Sema/
H A DDeclSpec.cpp162 ParsedType *Exceptions,
191 I.Fun.Exceptions = 0;
222 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions];
224 I.Fun.Exceptions[i].Ty = Exceptions[i];
225 I.Fun.Exceptions[i].Range = ExceptionRanges[i];
147 getFunction(bool hasProto, bool isVariadic, bool isAmbiguous, SourceLocation EllipsisLoc, ParamInfo *ArgInfo, unsigned NumArgs, unsigned TypeQuals, bool RefQualifierIsLvalueRef, SourceLocation RefQualifierLoc, SourceLocation ConstQualifierLoc, SourceLocation VolatileQualifierLoc, SourceLocation MutableLoc, ExceptionSpecificationType ESpecType, SourceLocation ESpecLoc, ParsedType *Exceptions, SourceRange *ExceptionRanges, unsigned NumExceptions, Expr *NoexceptExpr, SourceLocation LocalRangeBegin, SourceLocation LocalRangeEnd, Declarator &TheDeclarator, TypeResult TrailingReturnType) argument
H A DSemaTemplateInstantiateDecl.cpp2401 SmallVector<QualType, 4> Exceptions; local
2438 Exceptions.push_back(T);
2455 Exceptions.push_back(T);
2471 Exceptions.push_back(T);
2499 EPI.NumExceptions = Exceptions.size();
2500 EPI.Exceptions = Exceptions.data();
/external/emma/core/java12/com/vladium/emma/rt/
H A DAppRunner.java29 import com.vladium.util.exception.Exceptions;
884 if (Exceptions.unexpectedFailure (t, EXPECTED_FAILURES))
/external/clang/lib/AST/
H A DType.cpp1568 if (epi.Exceptions[i]->isDependentType())
1570 else if (epi.Exceptions[i]->isInstantiationDependentType())
1573 if (epi.Exceptions[i]->containsUnexpandedParameterPack())
1576 exnSlot[i] = epi.Exceptions[i];
1683 ID.AddPointer(epi.Exceptions[i].getAsOpaquePtr());
/external/clang/include/clang/Sema/
H A DDeclSpec.h1172 TypeAndRange *Exceptions; member in union:clang::DeclaratorChunk::FunctionTypeInfo::__anon3384
1198 delete[] Exceptions;
1375 ParsedType *Exceptions,
/external/clang/lib/CodeGen/
H A DCGClass.cpp415 if (CGF.CGM.getLangOpts().Exceptions &&
658 if (!CGM.getLangOpts().Exceptions)
1194 if (getLangOpts().Exceptions &&
1399 if (CGM.getLangOpts().Exceptions && !ClassDecl->hasTrivialDestructor()) {
H A DCGDeclCXX.cpp228 if (!CGM.getLangOpts().Exceptions)
H A DCGException.cpp315 if (!LangOpts.CPlusPlus || !LangOpts.ObjC1 || !LangOpts.Exceptions)
676 if (!CGM.getLangOpts().Exceptions)
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DEscapeAnalysis.java19 import com.android.dx.rop.code.Exceptions;
739 new CstType(Exceptions.TYPE_ArrayIndexOutOfBoundsException);
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java42 import com.vladium.util.exception.Exceptions;
782 if (Exceptions.unexpectedFailure (failure, EXPECTED_FAILURES))
/external/oprofile/events/mips/24K/
H A Devents41 event:0x17 counters:0 um:zero minimum:500 name:EXCEPTIONS_TAKEN : 23-0 Exceptions taken
/external/oprofile/events/mips/34K/
H A Devents41 event:0x17 counters:0 um:zero minimum:500 name:EXCEPTIONS_TAKEN : 23-0 Exceptions taken
/external/tcpdump/
H A Dprint-snmp.c156 * Context-specific ASN.1 types for the SNMP Exceptions and their tags
158 const char *Exceptions[] = { variable
241 defineCLASS(Exceptions),
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp2688 SmallVectorImpl<ParsedType> &Exceptions,
2727 Exceptions.push_back(Res.get());
2739 return Exceptions.empty() ? EST_DynamicNone : EST_Dynamic;
2686 ParseDynamicExceptionSpecification( SourceRange &SpecificationRange, SmallVectorImpl<ParsedType> &Exceptions, SmallVectorImpl<SourceRange> &Ranges) argument
/external/oprofile/events/mips/1004K/
H A Devents41 event:0x17 counters:0 um:zero minimum:500 name:EXCEPTIONS_TAKEN : 23-0 Exceptions taken
/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp646 .Case("cxx_exceptions", LangOpts.Exceptions)

Completed in 428 milliseconds

12