Searched refs:Exceptions (Results 1 - 25 of 45) sorted by last modified time

12

/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/proguard/examples/
H A Dlibrary.pro24 -keepattributes Exceptions,InnerClasses,Signature,Deprecated,
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/oprofile/events/mips/1004K/
H A Devents41 event:0x17 counters:0 um:zero minimum:500 name:EXCEPTIONS_TAKEN : 23-0 Exceptions taken
/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/oprofile/events/mips/74K/
H A Devents74 event:0x3a counters:0,2 um:zero minimum:500 name:EXCEPTIONS_TAKEN : 58-0 Exceptions taken
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli364 (** {6 Exceptions} *)
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.mli53 (** {6 Exceptions} *)
/external/lldb/source/Symbol/
H A DClangASTContext.cpp218 // Opts.Exceptions = Args.hasArg(OPT_fexceptions);
1974 proto_info.Exceptions = NULL;
/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/instr/
H A DInstrProcessorST.java42 import com.vladium.util.exception.Exceptions;
782 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/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/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/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DExceptions.java25 public final class Exceptions { class
130 private Exceptions() { method in class:Exceptions
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...]
/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/clang/lib/Sema/
H A DSemaExprCXX.cpp1688 if (!getLangOpts().Exceptions) {
2086 EPI.Exceptions = &BadAllocType;
H A DSemaTemplateInstantiateDecl.cpp3044 SmallVector<QualType, 4> Exceptions; local
3080 Exceptions.push_back(T);
3097 Exceptions.push_back(T);
3113 Exceptions.push_back(T);
3136 EPI.NumExceptions = Exceptions.size();
3137 EPI.Exceptions = Exceptions.data();
H A DSemaType.cpp678 /*Exceptions=*/nullptr,
2973 SmallVector<QualType, 4> Exceptions; local
2985 DynamicExceptions.push_back(FTI.Exceptions[I].Ty);
2986 DynamicExceptionRanges.push_back(FTI.Exceptions[I].Range);
2996 Exceptions,
/external/clang/lib/Serialization/
H A DASTReader.cpp5504 SmallVectorImpl<QualType> &Exceptions,
5513 Exceptions.push_back(readType(ModuleFile, Record, Idx));
5514 EPI.Exceptions = Exceptions.data();
5503 readExceptionSpec(ModuleFile &ModuleFile, SmallVectorImpl<QualType> &Exceptions, FunctionProtoType::ExtProtoInfo &EPI, const RecordData &Record, unsigned &Idx) argument
/external/clang/include/clang/AST/
H A DType.h2852 Exceptions(nullptr), NoexceptExpr(nullptr),
2859 Exceptions(nullptr), NoexceptExpr(nullptr),
2870 const QualType *Exceptions; member in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo
2918 // Exceptions - There is another variable size array after ArgInfo that
2921 // NoexceptExpr - Instead of Exceptions, there may be a single Expr* pointing
2924 // ExceptionSpecDecl, ExceptionSpecTemplate - Instead of Exceptions, there may
2929 // ConsumedParameters - A variable size array, following Exceptions
2968 EPI.Exceptions = exception_begin();
/external/clang/include/clang/Parse/
H A DParser.h1481 SmallVectorImpl<ParsedType> &Exceptions,

Completed in 486 milliseconds

12