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

1 2 3 4

  /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
  /ndk/tests/device/test-stlport_shared-exception/jni/
variadic73.cpp 7 template<typename... Exceptions> void f(int idx) throw(Exceptions...) {
  /ndk/tests/device/test-stlport_static-exception/jni/
variadic73.cpp 7 template<typename... Exceptions> void f(int idx) throw(Exceptions...) {
  /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 24 -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/clang/lib/Driver/
ToolChain.cpp 49 // On the PS4, turning on c++ exceptions turns on rtti.
51 Arg *Exceptions = Args.getLastArgNoClaim(
54 if (Exceptions &&
55 (Exceptions->getOption().matches(options::OPT_fexceptions) ||
56 Exceptions->getOption().matches(options::OPT_fcxx_exceptions)))
  /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))
  /frameworks/base/docs/html/
gcm_navtree_data.js 5 , null ], [ "Exceptions", null, [ [ "InvalidRequestException", "reference/com/google/android/gcm/server/InvalidRequestException.html", null, null ] ]
  /external/clang/lib/Sema/
DeclSpec.cpp 181 ParsedType *Exceptions,
217 I.Fun.Exceptions = nullptr;
251 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions];
253 I.Fun.Exceptions[i].Ty = Exceptions[i];
254 I.Fun.Exceptions[i].Range = ExceptionRanges[i];
    [all...]
  /external/clang/lib/Index/
CommentToXML.cpp 93 llvm::TinyPtrVector<const BlockCommandComment *> Exceptions;
136 Exceptions.push_back(BCC);
984 if (Parts.Exceptions.size() != 0) {
985 Result << "<Exceptions>";
986 for (unsigned i = 0, e = Parts.Exceptions.size(); i != e; ++i)
987 visit(Parts.Exceptions[i]);
988 Result << "</Exceptions>";
    [all...]
  /build/tools/droiddoc/templates-pdk/
customizations.cs 66 <?cs call:list("Exceptions", class.package.exceptions) ?>
74 <?cs call:class_link_list("Exceptions", package.exceptions) ?>
  /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-ds/
customizations.cs 253 <?cs call:list("Exceptions", class.package.exceptions) ?>
261 <?cs call:class_link_list("Exceptions", package.exceptions) ?>
  /build/tools/droiddoc/templates-sac/
customizations.cs 254 <?cs call:list("Exceptions", class.package.exceptions) ?>
262 <?cs call:class_link_list("Exceptions", package.exceptions) ?>

Completed in 2360 milliseconds

1 2 3 4