HomeSort by relevance Sort by last modified time
    Searched full:exceptions (Results 751 - 775 of 5964) sorted by null

<<31323334353637383940>>

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
RewriteCardinalityException.java 30 /** Base class for all exceptions thrown during AST rewrite construction.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ConstructorTest.java 84 Class[] exceptions = null; local
88 exceptions = ctor.getExceptionTypes();
92 exceptions.length);
93 assertTrue("Returned incorrect exception", exceptions[0].equals(ex));
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
WrappedRuntimeException.java 24 * This class is for throwing important checked exceptions
  /external/apache-xml/src/main/java/org/apache/xml/utils/
WrappedRuntimeException.java 24 * This class is for throwing important checked exceptions
  /external/ceres-solver/jni/
Application.mk 32 APP_CPPFLAGS += -fno-exceptions
  /external/chromium/chrome/browser/
plugin_exceptions_table_model.h 27 // Load plugin exceptions from the HostContentSettingsMaps. You should call
  /external/chromium_org/chrome/browser/
chrome_browser_application_mac.h 47 // Bin for unknown exceptions. Exposed for testing purposes.
  /external/chromium_org/chrome/browser/feedback/proto/
extension.proto 43 // exceptions which occured.
  /external/chromium_org/content/common/
common.sb 11 ; printing on sandbox exceptions; this functionality only exists on 10.6. The
  /external/chromium_org/third_party/ocmock/OCMock/
OCMockObject.h 15 NSMutableArray *exceptions; variable
  /external/chromium_org/v8/test/mjsunit/
with-function-expression.js 30 // Don't throw exceptions.
  /external/chromium_org/v8/test/webkit/
exception-for-nonobject-expected.txt 24 Test for correct handling of exceptions from instanceof and 'new' expressions
exception-propagate-from-dfg-to-llint-expected.txt 24 Ensures that we pass exceptions to the correct codeblock when throwing from the DFG to the LLInt.
function-constructor-newline-after-brace-expected.txt 24 This test checks that the Function constructor places a newline after the opening brace, for compatibility reasons. It passes if there are no syntax error exceptions.
reentrant-call-unwind-expected.txt 24 This test checks that unwinding of exceptions properly copies registers of activation frames created by reentrant calls to JavaScript.
reentrant-call-unwind.js 25 "This test checks that unwinding of exceptions properly copies registers of activation frames created by reentrant calls to JavaScript."
static-scope-object-expected.txt 24 This test ensures that the correct "this" object is used when calling named function expressions or exceptions.
static-scope-object.js 24 description('This test ensures that the correct "this" object is used when calling named function expressions or exceptions.');
tostring-exception-in-property-access-expected.txt 24 This tests that the various subscript operators handle subscript string conversion exceptions correctly.
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p2.cpp 1 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -fsyntax-only -verify %s -std=c++11
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/
p3-0x.cpp 1 // RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s -fcxx-exceptions
  /external/clang/test/CXX/except/except.spec/
p1.cpp 1 // RUN: %clang_cc1 -std=c++11 -fexceptions -fcxx-exceptions -fsyntax-only -verify %s
p2-places.cpp 1 // RUN: %clang_cc1 -std=c++11 -fexceptions -fcxx-exceptions -fsyntax-only -verify %s
p4.cpp 1 // RUN: %clang_cc1 -std=c++11 %s -verify -fcxx-exceptions
  /external/clang/test/CodeGenCXX/
anonymous-namespaces.cpp 1 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -triple x86_64-apple-darwin10 -emit-llvm %s -o - > %t

Completed in 1614 milliseconds

<<31323334353637383940>>