| /external/llvm/bindings/ocaml/bitreader/ |
| llvm_bitreader.mli | 15 exception Error of string
|
| /external/llvm/ |
| llvm-device-build.mk | 42 # No action. The device target should not have exception enabled since bionic
|
| /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/util/ |
| AssertTest.java | 43 * Execute arbitrary logic that can throw any type of Exception
45 * @throws Exception
47 public void execute() throws Exception;
51 private static final String MESSAGE = "exception message";
91 public void testAssertTrue() throws Exception {
96 public void execute() throws Exception {
105 public void testAssertFalse() throws Exception {
110 public void execute() throws Exception {
119 public void testAssertNotNullOrEmpty_Collection() throws Exception {
125 public void execute() throws Exception {
[all...] |
| /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/util/ |
| AssertTest.java | 46 * Execute arbitrary logic that can throw any type of Exception
47 * @throws Exception
49 public void execute() throws Exception;
53 private static final String MESSAGE = "exception message";
93 public void testAssertTrue() throws Exception {
98 public void execute() throws Exception {
107 public void testAssertFalse() throws Exception {
112 public void execute() throws Exception {
121 public void testAssertNotNullOrEmpty_Collection() throws Exception {
127 public void execute() throws Exception {
[all...] |
| /external/parameter-framework/upstream/tools/xmlGenerator/ |
| PfwBaseTranslator.py | 29 class PfwException(Exception): 64 Returns False if an exception occured and was properly caught, 150 def _handleException(self, exception): 151 raise exception
|
| /external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/ |
| EventData.java | 83 } catch (Exception e) { 108 public void exceptionThrown(Exception exception) { 109 exception.printStackTrace(); 115 } catch (Exception e) {
|
| /external/v8/build/android/ |
| adb_install_apk.py | 126 logging.exception('Failed to install %s', args.apk_name) 131 logging.exception('Timed out while installing %s', args.apk_name)
|
| adb_logcat_monitor.py | 32 class TimeoutException(Exception): 33 """Exception used to signal a timeout.""" 37 class SigtermError(Exception): 38 """Exception used to catch a sigterm.""" 91 logging.exception('Exception from "adb devices"') 140 logging.exception('Unexpected exception in main.')
|
| /external/v8/test/mjsunit/ |
| array-push8.js | 14 // Test the frzon arrays throw an exception if you try to push to them, both in
|
| debug-compile-event.js | 32 var exception = false; // Exception in debug event listener. 107 exception = e 132 assertFalse(exception, "exception in listener")
|
| debug-continue.js | 34 exception = false; 94 exception = e 113 assertFalse(exception, "exception in listener")
|
| debug-evaluate-locals.js | 33 exception = false; 135 exception = e; 148 assertFalse(exception, "exception in listener")
|
| debug-evaluate-with-context.js | 77 exception = e 88 exception = false; 98 assertFalse(exception, "exception in listener")
|
| debug-evaluate.js | 33 exception = false; 125 exception = e 154 assertFalse(exception, "exception in listener")
|
| debug-references.js | 34 exception = false; 102 exception = e; 119 assertFalse(exception, "exception in listener")
|
| debug-setexceptionbreak.js | 39 exception = false; 103 exception = e 118 assertFalse(exception, "exception in listener")
|
| debug-stepin-accessor.js | 33 var exception = null; 55 exception = e; 243 if (exception) throw exception;
|
| debug-stepin-call-function-stub.js | 32 var exception = null; 57 exception = e; 93 assertNull(exception); 109 assertNull(exception);
|
| debug-stepin-function-call.js | 32 var exception = null; 53 exception = e; 162 assertNull(exception); 171 assertNull(exception);
|
| eval-origin.js | 7 Error.prepareStackTrace = function(exception, frames) {
|
| /external/v8/test/mjsunit/harmony/ |
| do-expressions.js | 29 // Propagation of exception 181 function fn3(exception = do { try { thrower(); } catch (e) { e } }) { 182 return exception; 187 function fn4(exception = do { throw new MyError() }) {}
|
| /external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
| gtest_catch_exceptions_test.py | 31 """Tests Google Test's exception catching behavior. 86 """Tests exception-catching behavior.""" 90 self.assert_('SEH exception with code 0x2a thrown ' 93 self.assert_('SEH exception with code 0x2a thrown ' 96 self.assert_('SEH exception with code 0x2a thrown in SetUpTestCase()' 98 self.assert_('SEH exception with code 0x2a thrown in TearDownTestCase()' 100 self.assert_('SEH exception with code 0x2a thrown in SetUp()' 102 self.assert_('SEH exception with code 0x2a thrown in TearDown()' 104 self.assert_('SEH exception with code 0x2a thrown in the test body' 115 """Tests C++ exception-catching behavior [all...] |
| /frameworks/base/core/tests/coretests/src/android/view/ |
| RemoteViewsTest.java | 50 public final ExpectedException exception = ExpectedException.none(); field in class:RemoteViewsTest 104 exception.expect(IllegalStateException.class);
|
| /frameworks/base/services/core/java/com/android/server/hdmi/ |
| HdmiCecFeatureAction.java | 205 final HdmiCecFeatureAction exception) { 206 mSource.removeActionExcept(clazz, exception);
|
| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/ |
| MffFilterTestCase.java | 61 protected void setUp() throws Exception { 80 public void onGraphRunnerError(Exception exception, boolean closedSuccessfully) { 81 mProcessResult.setException(exception); 90 protected void tearDown() throws Exception {
|