/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/ |
exception.hpp | 51 * @defgroup exceptions-pbds Exceptions 56 /// Base class for exceptions.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/ |
exception.hpp | 51 * @defgroup exceptions-pbds Exceptions 56 /// Base class for exceptions.
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/ |
exception.hpp | 51 * @defgroup exceptions-pbds Exceptions 56 /// Base class for exceptions.
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.internal.backends.chrome_inspector.inspector_backend.html | 25 <a href="telemetry.core.exceptions.html">telemetry.core.exceptions</a><br> 80 exceptions.WebSocketDisconnected<br> 81 exceptions.TimeoutException<br> 82 exceptions.DevtoolsTargetCrashException</tt></dd></dl> 87 exceptions.EvaluateException<br> 88 exceptions.WebSocketDisconnected<br> 89 exceptions.TimeoutException<br> 90 exceptions.DevtoolsTargetCrashException</tt></dd></dl> 95 exceptions.EvaluateException<br [all...] |
telemetry.internal.platform.profiler.oomkiller_profiler.html | 36 <dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions.Exception</a>(<a href="exceptions.html#BaseException">exceptions.BaseException</a>) 94 <font color="#000000" face="helvetica, arial"><a name="UnableToFindApplicationException">class <strong>UnableToFindApplicationException</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> 97 <td colspan=2><tt><a href="exceptions.html#Exception">Exception</a> when unable to find a launched application<br> </tt></td></tr> 101 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 102 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd [all...] |
telemetry.internal.backends.chrome.tab_list_backend.html | 23 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="telemetry.core.exceptions.html">telemetry.core.exceptions</a><br> 36 <dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#Error">telemetry.core.exceptions.Error</a>(<a href="exceptions.html#Exception">exceptions.Exception</a>) 82 exceptions.TimeoutException</tt></dd></dl> 166 <font color="#000000" face="helvetica, arial"><a name="TabUnexpectedResponseException">class <strong>TabUnexpectedResponseException</strong></a>(<a href="telemetry.core.exceptions.html#Error">telemetry.core.exceptions.Error</a>)</font></td></tr> 171 <dd><a href="telemetry.core.exceptions.html#Error">telemetry.core.exceptions.Error</a></dd [all...] |
/bionic/libstdc++/include/ |
new | 26 // these next two are not really required, since exceptions are off
|
/build/tools/droiddoc/templates-sdk-dev/ |
classes.cs | 47 <?cs call:list("Exceptions", class.package.exceptions) ?> 56 <?cs call:class_link_list("Exceptions", package.exceptions) ?>
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
ItsException.java | 20 * All exceptions are converted to ItsExceptions.
|
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
Application.mk | 20 # Enable C++11. However, pthread, rtti and exceptions aren?t enabled
|
/external/autotest/client/site_tests/network_WiFiInvalidParameters/ |
control | 18 This test fails if shill doesn't return the expected DBus exceptions when
|
/external/autotest/server/cros/ap_configurators/ |
linksysm10_ap_configurator.py | 5 from selenium.common.exceptions import WebDriverException
|
/external/bison/m4/ |
nocrash.m4 | 30 /* The main function of the thread listening for exceptions of type 53 /* Allocate a port on which the thread shall listen for exceptions. */ 60 /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting 70 /* Replace the exception port info for these exceptions with our own.
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/ |
binary_manager_unittest.py | 8 from telemetry.core import exceptions namespace 62 self.assertRaises(exceptions.InitializationError, 86 self.assertRaises(exceptions.InitializationError, 110 self.assertRaises(exceptions.InitializationError,
|
/external/chromium-trace/catapult/third_party/chai/ |
README.chromium | 18 could-not-require exceptions to be thrown. Reminified to prevent jslint
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
__init__.py | 9 from apitools.base.py.exceptions import *
|
/external/chromium-trace/catapult/tracing/third_party/chai/ |
README.chromium | 15 Copied license text out of README.md. Unminified chai.js and ripped out parts pertaining to Buffer because we're not using node and don't want could-not-require exceptions to be thrown. Reminified to prevent jslint from complaining.
|
/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/ |
p2.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -fexceptions -fcxx-exceptions -verify %s
|
/external/clang/test/CXX/drs/ |
dr19xx.cpp | 1 // RUN: %clang_cc1 -std=c++98 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors 2 // RUN: %clang_cc1 -std=c++11 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors 3 // RUN: %clang_cc1 -std=c++14 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors 4 // RUN: %clang_cc1 -std=c++1z %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
|
/external/clang/test/CXX/except/except.handle/ |
p16.cpp | 1 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -fsyntax-only -verify %s
|
/external/clang/test/CXX/except/except.spec/ |
p5-delayed.cpp | 1 // RUN: %clang_cc1 -std=c++11 -verify %s -fexceptions -fcxx-exceptions
|
p9-noexcept.cpp | 1 // RUN: %clang_cc1 %s -std=c++11 -triple=x86_64-apple-darwin10 -emit-llvm -o - -fcxx-exceptions -fexceptions | FileCheck %s
|
/external/clang/test/CodeGenCXX/ |
dynamic-cast-always-null.cpp | 1 // RUN: %clang_cc1 -I%S %s -triple x86_64-apple-darwin10 -emit-llvm -fcxx-exceptions -fexceptions -std=c++11 -o - | FileCheck %s
|
dynamic-cast.cpp | 1 // RUN: %clang_cc1 -I%S %s -triple x86_64-apple-darwin10 -emit-llvm -fcxx-exceptions -fexceptions -o - | FileCheck %s
|
eh-aggregate-copy-destroy.cpp | 4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fexceptions -fcxx-exceptions -O0 -fno-elide-constructors -emit-llvm %s -o - | FileCheck %s
|