/build/tools/droiddoc/templates-sdk-dev/ |
package.cs | 30 <?cs call:class_table("Exceptions", package.exceptions) ?> 43 <?cs call:list("Exceptions", class.package.exceptions) ?> 52 <?cs call:class_link_list("Exceptions", package.exceptions) ?>
|
packages.cs | 32 <?cs call:list("Exceptions", class.package.exceptions) ?> 41 <?cs call:class_link_list("Exceptions", package.exceptions) ?>
|
/external/clang/test/SemaCXX/ |
libstdcxx_pair_swap_hack.cpp | 10 // RUN: %clang_cc1 -fsyntax-only %s -std=c++11 -verify -fexceptions -fcxx-exceptions -DCLASS=array 11 // RUN: %clang_cc1 -fsyntax-only %s -std=c++11 -verify -fexceptions -fcxx-exceptions -DCLASS=pair 12 // RUN: %clang_cc1 -fsyntax-only %s -std=c++11 -verify -fexceptions -fcxx-exceptions -DCLASS=priority_queue 13 // RUN: %clang_cc1 -fsyntax-only %s -std=c++11 -verify -fexceptions -fcxx-exceptions -DCLASS=stack 14 // RUN: %clang_cc1 -fsyntax-only %s -std=c++11 -verify -fexceptions -fcxx-exceptions -DCLASS=queue 19 // RUN: %clang_cc1 -fsyntax-only %s -std=c++11 -verify -fexceptions -fcxx-exceptions -DCLASS=array -DMSVC
|
/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 | 56 * removed exceptions. 74 // Remove exceptions with empty code blocks. 105 * Returns whether the specified block of code may throw exceptions. 122 // Check if it may be throwing exceptions. 137 * Returns the given list of exceptions, without the ones that have empty 143 // Overwrite all empty exceptions.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
exception.py | 28 """Base class for all policyrep exceptions.""" 33 # General Policyrep exceptions 52 # Invalid component exceptions 143 # Rule type exceptions 229 # Default rule exceptions 244 # Other exceptions
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.internal.browser.extension_page.html | 67 exceptions.DevtoolsTargetCrashException if the tab is not alive.</tt></dd></dl> 72 exceptions.WebSocketDisconnected<br> 73 exceptions.TimeoutException<br> 74 exceptions.DevtoolsTargetCrashException</tt></dd></dl> 88 exceptions.Error: See <a href="#ExtensionPage-EvaluateJavaScriptInContext">EvaluateJavaScriptInContext</a>() for a detailed list<br> 89 of possible exceptions.</tt></dd></dl> 95 exceptions.EvaluateException<br> 96 exceptions.WebSocketDisconnected<br> 97 exceptions.TimeoutException<br> 98 exceptions.DevtoolsTargetCrashException</tt></dd></dl [all...] |
telemetry.internal.browser.tab.html | 87 exceptions.EvaluateException<br> 88 exceptions.WebSocketDisconnected<br> 89 exceptions.TimeoutException<br> 90 exceptions.DevtoolsTargetCrashException<br> 96 exceptions.EvaluateException<br> 97 exceptions.WebSocketDisconnected<br> 98 exceptions.TimeoutException<br> 99 exceptions.DevtoolsTargetCrashException</tt></dd></dl> 110 exceptions.TimeoutException</tt></dd></dl> 115 exceptions.WebSocketDisconnected<br [all...] |
/art/test/044-proxy/src/ |
ConstructorProxy.java | 44 Object[] exceptions = constructor.getExceptionTypes(); local 45 System.out.println("Found constructors with " + exceptions.length + " exceptions");
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
buffered_stream_test.py | 9 from apitools.base.py import exceptions namespace 49 with self.assertRaises(exceptions.NotYetImplementedError): 51 with self.assertRaises(exceptions.NotYetImplementedError):
|
stream_slice_test.py | 8 from apitools.base.py import exceptions namespace 46 with self.assertRaises(exceptions.StreamExhausted) as e: 48 with self.assertRaises(exceptions.StreamExhausted) as e:
|
/external/clang/test/OpenMP/ |
flush_codegen.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp -x c++ -emit-llvm %s -fexceptions -fcxx-exceptions -o - | FileCheck %s 2 // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -emit-pch -o %t %s 3 // RUN: %clang_cc1 -fopenmp -x c++ -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -debug-info-kind=limited -std=c++11 -include-pch %t -verify %s -emit-llvm -o - | FileCheck %s
|
/external/guice/core/src/com/google/inject/internal/ |
Exceptions.java | 21 * Rethrows user-code exceptions in wrapped exceptions so that Errors can target the correct 26 class Exceptions {
|
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
CheckedProvides.java | 28 * {@link CheckedProvider} method binding that can throw exceptions. The 47 * Whether exceptions should be put into the Guice scope. 48 * Default behavior is that exceptions are scoped.
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/ |
UndeclaredThrowableTransformer.java | 44 public CodeEmitter begin_method(int access, final Signature sig, final Type[] exceptions) { 45 CodeEmitter e = super.begin_method(access, sig, exceptions); 56 EmitUtils.wrap_undeclared_throwable(this, handler, exceptions, wrapper);
|
/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.
|
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/ |
MultiLayoutVerificationTest.java | 50 List<ScopedException> exceptions = result.getBindingExceptions(); local 51 assertEquals(result.error, 2, exceptions.size()); 54 for (ScopedException exception : exceptions) { 106 List<ScopedException> exceptions = result.getBindingExceptions(); local 107 assertEquals(result.error, 2, exceptions.size()); 110 for (ScopedException exception : exceptions) { 159 List<ScopedException> exceptions = result.getBindingExceptions(); local 160 assertEquals(result.error, 2, exceptions.size()); 163 for (ScopedException exception : exceptions) { 210 List<ScopedException> exceptions = result.getBindingExceptions() local [all...] |
/art/runtime/interpreter/mterp/arm/ |
op_monitor_exit.S | 4 * Exceptions that occur when unlocking a monitor need to appear as
|
/art/runtime/interpreter/mterp/arm64/ |
op_monitor_exit.S | 4 * Exceptions that occur when unlocking a monitor need to appear as
|
/art/runtime/interpreter/mterp/mips64/ |
op_monitor_exit.S | 4 * Exceptions that occur when unlocking a monitor need to appear as
|
/art/test/064-field-access/ |
info.txt | 1 The documentation lists exceptional conditions and the exceptions that
|
/device/google/dragon/audio/hal/dsp/tests/ |
dsp_test_util.c | 27 printf("floating-point exceptions: ");
|
/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.
|