HomeSort by relevance Sort by last modified time
    Searched full:exceptions (Results 701 - 725 of 6480) sorted by null

<<21222324252627282930>>

  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
MethodSourcer.java 45 String desc, String signature, String[] exceptions) {
53 mExceptions = exceptions;
116 // output throwable exceptions
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3exception.c 60 * the luxury of try and catch blocks, so exceptions are added in the order they occur to
105 * Prints out the message in all the exceptions in the supplied chain.
145 * Frees up a chain of ANTLR3 exceptions
  /external/chromium/chrome/browser/resources/options/
content_settings.js 33 this.pageDiv.querySelectorAll('.exceptions-list-button');
84 * Initializes an exceptions list.
85 * @param {string} type The content type that we are setting exceptions for.
  /external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.h 44 // Clobbers and rebuilds the specific content setting type exceptions table.
46 // Clobbers and rebuilds the specific content setting type exceptions
49 // Clobbers and rebuilds all the exceptions tables in the page (both normal
  /external/clang/test/CodeGenObjCXX/
arc-exceptions.mm 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-arc -fexceptions -fobjc-exceptions -fcxx-exceptions -fobjc-runtime-has-weak -o - -fobjc-arc-exceptions %s | FileCheck %s
literals.mm 1 // RUN: %clang_cc1 -I %S/Inputs -triple x86_64-apple-darwin10 -emit-llvm -fblocks -fobjc-arc -fobjc-runtime-has-weak -fexceptions -fobjc-exceptions -fcxx-exceptions -fobjc-arc-exceptions -O2 -disable-llvm-optzns -o - %s | FileCheck %s
  /external/guava/guava/src/com/google/common/util/concurrent/
Uninterruptibles.java 119 * To get uninterruptibility and remove checked exceptions, see
123 * with other exceptions, see {@link Futures#get(Future, Class) Futures.get}
150 * with other exceptions, see {@link Futures#get(Future, Class) Futures.get}
  /external/javassist/src/main/javassist/expr/
Cast.java 72 * Returns the list of exceptions that the expression may throw.
73 * This list includes both the exceptions that the try-catch statements
74 * including the expression can catch and the exceptions that
Instanceof.java 75 * Returns the list of exceptions that the expression may throw.
76 * This list includes both the exceptions that the try-catch statements
77 * including the expression can catch and the exceptions that
MethodCall.java 134 * Returns the list of exceptions that the expression may throw.
135 * This list includes both the exceptions that the try-catch statements
136 * including the expression can catch and the exceptions that
NewExpr.java 120 * Returns the list of exceptions that the expression may throw.
121 * This list includes both the exceptions that the try-catch statements
122 * including the expression can catch and the exceptions that
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
haskell.php 117 /* finally Prelude Exceptions */
135 4 => true, /* finally exceptions too */
183 /* link to Prelude exceptions */
ocaml.php 98 /* finally Pervasives Exceptions */
114 5 => true /* pervasives exceptions */
158 /* link to Pervasives exceptions */
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 68 // Exceptions handling
104 // Exceptions handling
156 // Exceptions handling
  /external/mockito/src/org/mockito/internal/configuration/
ClassPathLoader.java 8 import org.mockito.exceptions.base.MockitoException;
9 import org.mockito.exceptions.misusing.MockitoConfigurationException;
60 "org.mockito.internal.exceptions.stacktrace.DefaultStackTraceCleanerProvider";
  /external/proguard/src/proguard/classfile/attribute/
CodeAttribute.java 145 * Applies the given exception visitor to all exceptions.
159 * Applies the given exception visitor to all exceptions that are applicable
176 * Applies the given exception visitor to all exceptions that are applicable
  /external/stlport/test/eh/
cygwin.mak 79 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
83 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
87 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
  /external/v8/src/
messages.cc 106 // We are calling into embedder's code which can throw exceptions.
108 // and ignore scheduled exceptions callbacks can throw.
132 // Do not allow exceptions to propagate.
  /external/valgrind/main/VEX/pub/
libvex_emwarn.h 61 /* unmasking x87 FP exceptions is not supported */
67 /* unmasking SSE FP exceptions is not supported */
79 /* unmasking PPC32/64 FP exceptions is not supported */
  /external/webkit/Source/JavaScriptCore/Configurations/
Base.xcconfig 131 // FIXME: Disable C++ exceptions in the LLVM Compiler once it supports enabling Obj-C exceptions without C++ exceptions.
  /external/webkit/Source/JavaScriptGlue/Configurations/
Base.xcconfig 98 // FIXME: Disable C++ exceptions in the LLVM Compiler once it supports enabling Obj-C exceptions without C++ exceptions.
  /external/webkit/Source/WebCore/Configurations/
Base.xcconfig 131 // FIXME: Disable C++ exceptions in the LLVM Compiler once it supports enabling Obj-C exceptions without C++ exceptions.
  /external/webkit/Source/WebCore/bindings/scripts/
IDLStructure.pm 49 raisesExceptions => '@', # Possibly raised exceptions.
56 getterExceptions => '@', # Possibly raised exceptions.
57 setterExceptions => '@', # Possibly raised exceptions.
  /external/webkit/Source/WebKit/mac/Configurations/
Base.xcconfig 117 // FIXME: Disable C++ exceptions in the LLVM Compiler once it supports enabling Obj-C exceptions without C++ exceptions.
  /external/webkit/Source/WebKit2/Configurations/
Base.xcconfig 108 // FIXME: Disable C++ exceptions in the LLVM Compiler once it supports enabling Obj-C exceptions without C++ exceptions.

Completed in 753 milliseconds

<<21222324252627282930>>