HomeSort by relevance Sort by last modified time
    Searched full:exceptions (Results 151 - 175 of 6135) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/dx/src/com/android/dx/rop/code/
Rop.java 65 private final TypeList exceptions; field in class:Rop
87 * @param exceptions {@code non-null;} list of possible types thrown by this
95 TypeList exceptions, int branchingness, boolean isCallLike,
105 if (exceptions == null) {
106 throw new NullPointerException("exceptions == null");
113 if ((exceptions.size() != 0) && (branchingness != BRANCH_THROW)) {
114 throw new IllegalArgumentException("exceptions / branchingness " +
121 this.exceptions = exceptions;
135 * @param exceptions {@code non-null;} list of possible types thrown by thi
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rop.java 65 private final TypeList exceptions; field in class:Rop
87 * @param exceptions {@code non-null;} list of possible types thrown by this
95 TypeList exceptions, int branchingness, boolean isCallLike,
105 if (exceptions == null) {
106 throw new NullPointerException("exceptions == null");
113 if ((exceptions.size() != 0) && (branchingness != BRANCH_THROW)) {
114 throw new IllegalArgumentException("exceptions / branchingness " +
121 this.exceptions = exceptions;
135 * @param exceptions {@code non-null;} list of possible types thrown by thi
    [all...]
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.chrome.inspector_memory.html 37 <dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions.Exception</a>(<a href="exceptions.html#BaseException">exceptions.BaseException</a>)
78 <font color="#000000" face="helvetica, arial"><a name="InspectorMemoryException">class <strong>InspectorMemoryException</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr>
83 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd>
84 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd
    [all...]
telemetry.core.chrome.inspector_timeline.html 37 <dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions.Exception</a>(<a href="exceptions.html#BaseException">exceptions.BaseException</a>)
78 <font color="#000000" face="helvetica, arial"><a name="TabBackendException">class <strong>TabBackendException</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr>
83 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd>
84 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd
    [all...]
  /external/llvm/docs/HistoricalNotes/
2001-09-18-OptimizeExceptions.txt 7 In C++ programs, exceptions suck, and here's why:
13 exceptions, so this code is dead [with all the bad effects of dead
25 6. Most large C++ programs throw few exceptions. Most well designed
26 programs only throw exceptions in specific planned portions of the
29 Given our _planned_ model of handling exceptions, all of this would be
50 exceptions, so there numbers are pretty worthless... also our results
  /external/proguard/src/proguard/optimize/peephole/
UnreachableExceptionRemover.java 59 * removed exceptions.
77 // Remove exceptions with empty code blocks.
108 * Returns whether the specified block of code may throw exceptions.
125 // Check if it may be throwing exceptions.
144 * Returns the given list of exceptions, without the ones that have empty
150 // Overwrite all empty exceptions.
  /external/chromium_org/base/mac/
scoped_nsexception_enabler.h 18 // there are some cases where exceptions must be supported, such as
20 // used to enable exceptions for narrow windows.
45 // Executes |block| with fatal-exceptions turned off, and returns the
  /external/clang/test/Analysis/
new-with-exceptions.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -analyzer-store region -std=c++11 -fexceptions -fcxx-exceptions -verify -DEXCEPTIONS %s
37 #ifdef EXCEPTIONS
51 #ifdef EXCEPTIONS
  /external/proguard/src/proguard/classfile/editor/
ExceptionAdder.java 31 * target exceptions attribute.
45 * target exceptions attribute.
62 // Add the index of the class constant to the list of exceptions.
  /libcore/luni/src/main/java/java/lang/
RuntimeException.java 23 * the VM. Unlike checked exceptions (exceptions where the type
25 * not require code to handle runtime exceptions.
  /art/test/064-field-access/
info.txt 1 The documentation lists exceptional conditions and the exceptions that
  /dalvik/tests/064-field-access/
info.txt 1 The documentation lists exceptional conditions and the exceptions that
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteCardinalityException.js 5 /** Base class for all exceptions thrown during AST rewrite construction.
  /external/antlr/antlr-3.4/runtime/Python/
mkdoxy.sh 10 for f in __init__ exceptions constants dfa tokens streams recognizers; do
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
CryptoException.java 4 * the foundation class for the hard exceptions thrown by the crypto packages.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/exception/
ExtException.java 8 * exception. This interface must be implemented by all exceptions to accomplish
  /external/chromium_org/base/win/
wrapped_window_proc.h 5 // Provides a way to handle exceptions that happen while a WindowProc is
6 // running. The behavior of exceptions generated inside a WindowProc is OS
25 // prepared to handle exceptions.
28 // Sets the filter to deal with exceptions inside a WindowProc. Returns the old
  /external/chromium_org/third_party/WebKit/Source/core/
DEPS 11 # of code that do. Please don't add to this list of exceptions.
  /external/chromium_org/third_party/skia/include/utils/
SkJSONCPP.h 15 // compiling without exceptions;
  /external/clang/test/CXX/except/except.spec/
template.cpp 1 // RUN: %clang_cc1 -std=c++11 -fexceptions -fcxx-exceptions -fsyntax-only -verify %s
  /external/clang/test/CXX/special/class.dtor/
p3.cpp 1 // RUN: %clang_cc1 -std=c++11 -fcxx-exceptions -verify %s
  /external/clang/test/CodeGenCXX/
exception-spec-decay.cpp 1 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions %s -triple=i686-unknown-linux -emit-llvm -o - | FileCheck %s
throw-expression-cleanup.cpp 1 // RUN: %clang_cc1 %s -triple x86_64-none-linux-gnu -emit-llvm -fcxx-exceptions -fexceptions -std=c++11 -o - | FileCheck %s
  /external/clang/test/CodeGenObjC/
exceptions-nonfragile.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fexceptions -fobjc-exceptions -o - %s | FileCheck %s
nested-rethrow.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -fobjc-exceptions %s -o - | FileCheck %s

Completed in 2945 milliseconds

1 2 3 4 5 67 8 91011>>