/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
DefineGrammarItemsWalker.g | 242 if ( $throwsSpec.exceptions != null ) 244 for (String exception : $throwsSpec.exceptions) 278 throwsSpec returns [HashSet<String> exceptions] 281 $exceptions = new HashSet<String>(); 283 : ^('throws' (ID {$exceptions.add($ID.text);})+ )
|
/external/clang/lib/CodeGen/ |
CGCleanup.h | 134 /// exceptions. 384 /// An exceptions scope which filters exceptions thrown through it. 385 /// Only exceptions matching the filter types will be permitted to be 428 /// An exceptions scope which calls std::terminate if any exception
|
/external/protobuf/gtest/scons/ |
SConstruct.common | 134 """Re-enables exceptions.""" 141 # trouble when exceptions are enabled. 146 cls._Remove(env, 'CCFLAGS', '-fno-exceptions') 208 #'-EHs', # enable C++ EH (no SEH exceptions) 293 env.Append(CCFLAGS=['-fno-exceptions',
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPUtils.java | 55 * @throws XMPException Forwards the Exceptions from the metadata processing 81 * @throws XMPException Forwards the Exceptions from the metadata processing 136 * @throws XMPException Forwards the Exceptions from the metadata processing 152 * @throws XMPException Forwards the Exceptions from the metadata processing 236 * @throws XMPException Forwards the Exceptions from the metadata processing
|
/libcore/luni/src/main/java/java/lang/ |
Throwable.java | 32 * two direct subclasses are recoverable exceptions ({@code Exception}) and 64 * Throwables suppressed by this throwable. Null when suppressed exceptions 336 // Print suppressed exceptions indented one level deeper. 413 // Suppressed exceptions are enabled. 415 // Ensure we have somewhere to place suppressed exceptions.
|
/ndk/docs/text/ |
APPLICATION-MK.text | 216 > '`gnustl_shared`') enforced the support for exceptions and RTTI in all 222 > exceptions or RTTI, it should now explicitly say so, either in your 229 exceptions -> to enforce exceptions support for all modules. 234 APP_GNUSTL_FORCE_CPP_FEATURES := exceptions rtti
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
README | 101 C - no exceptions - uses setjmp/longjmp 116 pthreadGC.dll (GNUC/not dependent on exceptions) 117 pthreadVC1.dll (MSVC/not dependent on exceptions - not binary 119 pthreadVC2.dll (MSVC/not dependent on exceptions - not binary 195 version that uses exceptions internally, or not. There are versions 196 of the library that use exceptions as part of the thread 202 with languages that use exceptions, e.g. C++ and even C 203 (Microsoft's Structured Exceptions). 252 reliably when using versions of the library that use C++ exceptions 291 In short, the exceptions versions of the library throw an exceptio [all...] |
/prebuilts/sdk/10/ |
android.jar | |
/external/mockito/src/org/mockito/exceptions/ |
Reporter.java | 6 package org.mockito.exceptions; 8 import org.mockito.exceptions.base.MockitoAssertionError; 9 import org.mockito.exceptions.base.MockitoException; 10 import org.mockito.exceptions.misusing.*; 11 import org.mockito.exceptions.verification.*; 13 import org.mockito.internal.exceptions.VerificationAwareInvocation; 14 import org.mockito.internal.exceptions.util.ScenarioPrinter; [all...] |
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorJava.cpp | 140 // Clear any resulting exceptions. 184 // Clear any resulting exceptions. 228 // Clear any resulting exceptions. 271 // Clear any resulting exceptions. 295 // Clear any resulting exceptions. 337 // Clear any resulting exceptions. 419 // Clear any resulting exceptions.
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
ParserAdapter.java | 479 // These are exceptions from the 483 ArrayList<SAXParseException> exceptions = null; 576 if (exceptions == null) { 577 exceptions = new ArrayList<SAXParseException>(); 579 exceptions.add((SAXParseException) e); 585 if (exceptions != null && errorHandler != null) { 586 for (SAXParseException ex : exceptions) { 481 ArrayList<SAXParseException> exceptions = null; local
|
/libcore/luni/src/test/java/tests/api/java/util/ |
TimerTest.java | 364 // Ensure proper sequence of exceptions 458 // Ensure proper sequence of exceptions 568 // Ensure proper sequence of exceptions 685 // Ensure proper sequence of exceptions 880 // Ensure proper sequence of exceptions 890 // Ensure proper sequence of exceptions [all...] |
/external/chromium_org/chrome/test/functional/ap_lab/ |
ap_configurator.py | 12 import selenium.common.exceptions namespace 52 except selenium.common.exceptions.TimeoutException, e: 106 except selenium.common.exceptions.TimeoutException, e:
|
/external/chromium_org/content/renderer/pepper/ |
npapi_glue.h | 231 // Instantiate this object on the stack to catch V8 exceptions and pass them 236 // catching exceptions. If non-NULL, the given var will be updated if any 258 // May be null if the consumer isn't interesting in catching exceptions.
|
/external/chromium_org/gpu/config/ |
gpu_control_list_unittest.cc | 279 "exceptions": [ 348 "exceptions": [ 455 "exceptions": [
|
/external/chromium_org/printing/ |
printing_context_mac.mm | 57 // Third-party print drivers seem to be an area prone to raising exceptions. 58 // This will allow exceptions to be raised, but does not handle them. The 62 // Exceptions can also happen when the NSPrintPanel is being
|
/external/chromium_org/third_party/jinja2/ |
sandbox.py | 17 from jinja2.exceptions import SecurityError 180 raised. However also other exceptions may occour during the rendering so 181 the caller has to ensure that all exceptions are catched.
|
/external/chromium_org/tools/telemetry/telemetry/core/chrome/ |
android_browser_backend.py | 11 from telemetry.core import exceptions namespace 138 raise exceptions.BrowserGoneException('Timeout waiting for PID.') 217 except exceptions.BrowserGoneException:
|
/external/proguard/src/proguard/classfile/editor/ |
AttributeAdder.java | 221 // Create a new exceptions attribute. 229 // Add the exceptions. 270 // Add the exceptions.
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
PubSubManager.java | 134 // Errors will cause exceptions in getReply, so it only returns
204 * @return List of exceptions
252 // Errors will cause exceptions in getReply, so it only returns
|
/libcore/luni/src/main/java/libcore/reflect/ |
GenericSignatureParser.java | 405 * @param rawExceptionTypes the non-generic exceptions. This is necessary 406 * because the signature may omit the exceptions when none are generic. 407 * May be null for methods that declare no exceptions.
|
/prebuilts/sdk/15/ |
android.jar | |
/prebuilts/tools/common/freemarker/ |
freemarker-2.3.19.jar | |
/external/llvm/examples/ExceptionDemo/ |
ExceptionDemo.cpp | 1 //===-- ExceptionDemo.cpp - An example using llvm Exceptions --------------===// 11 // shows several test cases including the handling of foreign exceptions. 15 // <= 6 and >= 1 will cause the associated generated exceptions to be thrown 17 // will result in exceptions which pass through to the test harness. All other 168 // Various globals used to support typeinfo and generatted exceptions in [all...] |
/dalvik/dx/etc/ |
jasmin.jar | |