/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
Vp8R480x360ShortPlayerTest.java | 36 public void testPlay00() throws Exception { 40 public void testPlay01() throws Exception { 44 public void testPlay02() throws Exception { 48 public void testPlay03() throws Exception { 52 public void testPlay04() throws Exception { 56 public void testPlay05() throws Exception { 60 public void testPlay06() throws Exception { 64 public void testPlay07() throws Exception { 68 public void testPlay08() throws Exception { 72 public void testPlay09() throws Exception { [all...] |
/dalvik/vm/mterp/x86/ |
OP_THROW_VERIFICATION_ERROR.S | 4 * exception for an error discovered during verification. The 5 * exception is indicated by AA, with some detail provided by BBBB. 16 jmp common_exceptionThrown # handle exception
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
CryptoException.java | 7 extends Exception 21 * @param message the message to be carried with the exception. 32 * @param message message describing exception.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1365.js | 56 var exception = false; 57 try { valueOf(); } catch(e) { exception = true; } 58 assertTrue(exception); 59 exception = false; 60 try { hasOwnProperty(); } catch(e) { exception = true; } 61 assertTrue(exception); 66 var exception = false; 67 try { f(); } catch(e) { exception = true; } 68 assertTrue(exception); 74 var exception = false [all...] |
/external/chromium_org/v8/test/mjsunit/ |
strict-mode-eval.js | 45 var exception = false; 49 exception = true; 52 assertTrue(exception); 55 var exception = false; 59 exception = true; 62 assertTrue(exception); 65 var exception = false; 69 exception = true; 72 assertTrue(exception); 75 var exception = false [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
NetworkTopologyDiscoveryImpl.java | 38 } catch (Exception exception) { 46 } catch (Exception exception) { 92 } catch (Exception exception) { 93 // We should hide that exception. 101 } catch (Exception exception) { 102 // We should hide that exception [all...] |
/external/smack/src/org/xbill/DNS/ |
ResolverListener.java | 24 * The callback used by an asynchronous resolver when an exception is thrown 26 * @param e The thrown exception 28 void handleException(Object id, Exception e);
|
/external/v8/test/mjsunit/regress/ |
regress-1365.js | 56 var exception = false; 57 try { valueOf(); } catch(e) { exception = true; } 58 assertTrue(exception); 59 exception = false; 60 try { hasOwnProperty(); } catch(e) { exception = true; } 61 assertTrue(exception); 66 var exception = false; 67 try { f(); } catch(e) { exception = true; } 68 assertTrue(exception); 74 var exception = false [all...] |
/external/v8/test/mjsunit/ |
strict-mode-eval.js | 45 var exception = false; 49 exception = true; 52 assertTrue(exception); 55 var exception = false; 59 exception = true; 62 assertTrue(exception); 65 var exception = false; 69 exception = true; 72 assertTrue(exception); 75 var exception = false [all...] |
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/ |
WindowManagerPermissionTests.java | 37 protected void setUp() throws Exception { 52 fail("Unexpected remote exception"); 62 fail("Unexpected remote exception"); 72 fail("Unexpected remote exception"); 82 fail("Unexpected remote exception"); 92 fail("Unexpected remote exception"); 102 fail("Unexpected remote exception"); 112 fail("Unexpected remote exception"); 122 fail("Unexpected remote exception"); 133 fail("Unexpected remote exception"); [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/ |
get_error_info.hpp | 15 #include <boost/exception/exception.hpp> 16 #include <boost/exception/detail/error_info_impl.hpp> 17 #include <boost/exception/detail/type_info.hpp> 32 get( exception const & x ) 53 get( exception const & x ) 65 get( exception const & x ) 77 get( exception const & x ) 102 get_error_info( boost::exception const & x ) 109 get_error_info( boost::exception & x [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
SQLiteCursorTest.java | 30 public void setUp() throws Exception { 43 public void tearDown() throws Exception { 48 public void testGetColumnNames() throws Exception { 55 public void testGetColumnNamesEmpty() throws Exception { 65 public void testGetColumnIndex() throws Exception { 71 public void testGetColumnIndexNotFound() throws Exception { 76 public void testGetColumnIndexEmpty() throws Exception { 84 public void testGetColumnIndexOrThrow() throws Exception { 90 public void testGetColumnIndexOrThrowNotFound() throws Exception { 95 public void testGetColumnIndexOrThrowEmpty() throws Exception { [all...] |
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/ |
DialogHelperImpl.java | 46 * mDialogHelper.showErrorMessageDialog("An exception occurred!", e); 72 private static final String KEY_EXCEPTION = "exception"; 82 public void showErrorMessageDialog(int titleId, Exception exception) { 83 showErrorMessageDialog(mActivity.getString(titleId), exception); local 87 public void showErrorMessageDialog(String title, Exception exception) { 90 bundle.putSerializable(KEY_EXCEPTION, exception); 99 Exception exception = (Exception) args.getSerializable(KEY_EXCEPTION) local [all...] |
/external/chromium_org/v8/test/webkit/fast/js/ |
numeric-escapes-in-string-literals-expected.txt | 32 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode.. 34 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode.. 36 FAIL eval(stringLiteral) should throw an exception. Was 8. 38 FAIL eval(stringLiteral) should throw an exception. Was 9. 40 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode.. 42 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode.. 44 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode.. 46 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode.. 48 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode.. 50 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode. [all...] |
basic-strict-mode-expected.txt | 38 PASS testThisDotAccess.call(null) threw exception TypeError: Cannot read property 'length' of null. 39 PASS testThisDotAccess.call(undefined) threw exception TypeError: Cannot read property 'length' of undefined. 44 PASS testThisBracketAccess.call(null, 'length') threw exception TypeError: Cannot read property 'length' of null. 45 PASS testThisBracketAccess.call(undefined, 'length') threw exception TypeError: Cannot read property 'length' of undefined. 50 PASS Function('"use strict"; with({});') threw exception SyntaxError: Strict mode code may not include a with statement. 56 PASS (function eval(){'use strict';}) threw exception SyntaxError: Function name may not be eval or arguments in strict mode. 57 PASS (function(){(function eval(){'use strict';})}) threw exception SyntaxError: Function name may not be eval or arguments in strict mode. 58 PASS (function (eval){'use strict';}) threw exception SyntaxError: Parameter name eval or arguments is not allowed in strict mode. 59 PASS (function(){(function (eval){'use strict';})}) threw exception SyntaxError: Parameter name eval or arguments is not allowed in strict mode. 60 PASS (function arguments(){'use strict';}) threw exception SyntaxError: Function name may not be eval or arguments in strict mode [all...] |
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/ |
AbstractCheckedFutureTest.java | 41 Exception except, CountDownLatch waitOn); 44 * Checks that the exception is the correct type of cancellation exception. 46 protected abstract void checkCancelledException(Exception e); 49 * Checks that the exception is the correct type of execution exception. 51 protected abstract void checkExecutionException(Exception e); 54 * Checks that the exception is the correct type of interruption exception. 56 protected abstract void checkInterruptedException(Exception e) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutRefactoringTest.java | 35 public void testChangeLayout1a() throws Exception { 40 public void testChangeLayout1b() throws Exception { 46 public void testChangeLayout2() throws Exception { 51 public void testChangeLayout3() throws Exception { 57 public void testChangeLayout4() throws Exception { 61 public void testChangeLayout5() throws Exception { 66 public void testChangeLayout6() throws Exception { 71 public void testGridLayout1() throws Exception { 75 public void testGridLayout2() throws Exception { 80 public void testGridLayout5() throws Exception { [all...] |
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
encode_decode_uri-expected.txt | 35 PASS encodeURI(String.fromCharCode(56320)) threw exception URIError: URI malformed. 36 PASS encodeURI(String.fromCharCode(57343)) threw exception URIError: URI malformed. 41 PASS encodeURI(String.fromCharCode(55296) + String.fromCharCode(0)) threw exception URIError: URI malformed. 42 PASS encodeURI(String.fromCharCode(55296) + String.fromCharCode(55295)) threw exception URIError: URI malformed. 43 PASS encodeURI(String.fromCharCode(55296) + String.fromCharCode(55296)) threw exception URIError: URI malformed. 44 PASS encodeURI(String.fromCharCode(55296) + String.fromCharCode(56319)) threw exception URIError: URI malformed. 45 PASS encodeURI(String.fromCharCode(55296) + String.fromCharCode(57344)) threw exception URIError: URI malformed. 46 PASS encodeURI(String.fromCharCode(55296) + String.fromCharCode(57344)) threw exception URIError: URI malformed. 47 PASS encodeURI(String.fromCharCode(55296) + String.fromCharCode(65533)) threw exception URIError: URI malformed. 48 PASS encodeURI(String.fromCharCode(55296) + String.fromCharCode(65534)) threw exception URIError: URI malformed [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
CertStore2Test.java | 28 protected void setUp() throws Exception { 35 protected void tearDown() throws Exception { 49 fail("unexpected exception: " + e); 51 fail("unexpected exception: " + e); 59 fail("unexpected exception: " + e); 61 fail("unexpected exception: " + e); 68 fail("unexpected exception: " + e); 80 fail("unexpected exception: " + e); 95 fail("unexpected exception: " + e); 97 fail("unexpected exception: " + e) [all...] |
/external/llvm/docs/ |
ExceptionHandling.rst | 2 Exception Handling in LLVM 12 exception handling in LLVM. It describes the format that LLVM exception 15 provides specific examples of what exception handling information is used for in 18 Itanium ABI Zero-cost Exception Handling 21 Exception handling for most programming languages is designed to recover from 23 exception handling should not interfere with the main flow of an application's 27 The Itanium ABI Exception Handling Specification defines a methodology for 28 providing outlying data in the form of exception tables without inlining 29 speculative exception handling code in the flow of an application's mai [all...] |
/libcore/luni/src/test/java/tests/api/javax/security/auth/ |
SubjectTest.java | 53 } catch (Exception e) { 54 fail("Unexpected exception: " + e); 68 } catch (Exception e) { 69 fail("Unexpected exception: " + e); 74 } catch (Exception e) { 75 fail("Unexpected exception: " + e); 95 } catch (Exception e) { 96 fail("Unexpected exception: " + e); 101 } catch (Exception e) { 102 fail("Unexpected exception: " + e) [all...] |
/art/runtime/entrypoints/portable/ |
portable_throw_entrypoints.cc | 51 extern "C" void art_portable_throw_exception_from_code(mirror::Throwable* exception) 55 if (exception == NULL) { 56 ThrowNullPointerException(NULL, "throw with null exception"); 58 self->SetException(throw_location, exception); 66 mirror::Throwable* exception = self->GetException(NULL); local 68 return exception; 76 mirror::Throwable* exception = self->GetException(&throw_location); local 77 // Check for special deoptimization exception. 78 if (UNLIKELY(reinterpret_cast<int32_t>(exception) == -1)) { 81 mirror::Class* exception_type = exception->GetClass() [all...] |
/art/test/023-many-interfaces/src/ |
Main.java | 2 static public void main(String[] args) throws Exception {
|
/art/test/051-thread/ |
expected.txt | 5 @ Got expected setDaemon exception
|
/art/test/054-uncaught/ |
expected.txt | 2 Uncaught exception DEFAULT! 7 Uncaught exception THREAD! 12 Uncaught exception THREAD! 17 Uncaught exception DEFAULT!
|