/aosp12/art/test/1970-force-early-return-long/src/art/ |
H A D | Test1970.java | 357 public static class TestError extends Error {} 372 } catch (TestError e) { 380 throw new TestError(); 389 public static class TestError extends Error {} 407 } catch (TestError e) { 423 } catch (TestError e) { 463 throw new TestError(); 470 throw new TestError(); 479 public static class TestError extends Error {} 501 } catch (TestError e) { [all …]
|
/aosp12/art/test/1953-pop-frame/src/art/ |
H A D | Test1953.java | 488 public static class TestError extends Error {} 500 } catch (TestError e) { 506 throw new TestError(); 515 public static class TestError extends Error {} 535 } catch (TestError e) { 548 } catch (TestError e) { 585 throw new TestError(); 591 throw new TestError(); 600 public static class TestError extends Error {} 620 } catch (TestError e) { [all …]
|
/aosp12/art/test/1954-pop-frame-jit/src/art/ |
H A D | Test1953.java | 488 public static class TestError extends Error {} 500 } catch (TestError e) { 506 throw new TestError(); 515 public static class TestError extends Error {} 535 } catch (TestError e) { 548 } catch (TestError e) { 585 throw new TestError(); 591 throw new TestError(); 600 public static class TestError extends Error {} 620 } catch (TestError e) { [all …]
|
/aosp12/art/test/1955-pop-frame-jit-called/src/art/ |
H A D | Test1953.java | 488 public static class TestError extends Error {} 500 } catch (TestError e) { 506 throw new TestError(); 515 public static class TestError extends Error {} 535 } catch (TestError e) { 548 } catch (TestError e) { 585 throw new TestError(); 591 throw new TestError(); 600 public static class TestError extends Error {} 620 } catch (TestError e) { [all …]
|
/aosp12/art/test/1956-pop-frame-jit-calling/src/art/ |
H A D | Test1953.java | 488 public static class TestError extends Error {} 500 } catch (TestError e) { 506 throw new TestError(); 515 public static class TestError extends Error {} 535 } catch (TestError e) { 548 } catch (TestError e) { 585 throw new TestError(); 591 throw new TestError(); 600 public static class TestError extends Error {} 620 } catch (TestError e) { [all …]
|
/aosp12/art/test/1968-force-early-return/src/art/ |
H A D | Test1968.java | 393 public static class TestError extends Error {} 408 } catch (TestError e) { 416 throw new TestError(); 425 public static class TestError extends Error {} 443 } catch (TestError e) { 459 } catch (TestError e) { 499 throw new TestError(); 506 throw new TestError(); 515 public static class TestError extends Error {} 537 } catch (TestError e) { [all …]
|
/aosp12/art/test/1969-force-early-return-void/src/art/ |
H A D | Test1969.java | 329 public static class TestError extends Error {} 343 } catch (TestError e) { 351 throw new TestError(); 360 public static class TestError extends Error {} 377 } catch (TestError e) { 393 } catch (TestError e) { 428 throw new TestError(); 435 throw new TestError(); 444 public static class TestError extends Error {} 461 } catch (TestError e) { [all …]
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/testing/ |
H A D | AssertTest.java | 73 mExpectedException.expect(TestError.class); in assertThrows_rethrowsUnexpectedErrors() 75 throw new TestError(); in assertThrows_rethrowsUnexpectedErrors() 82 static class TestError extends Error { class in AssertTest
|
/aosp12/art/test/991-field-trace-2/src/art/ |
H A D | Test991.java | 54 private static class TestError extends Error { class in Test991 56 public TestError(String s) { super(s); } in TestError() method in Test991.TestError 62 throw new TestError("Throwing error during access"); in handleFieldAccess() 68 throw new TestError("Throwing error during modify"); in handleFieldModify() 204 } catch (TestError e) { in run()
|
/aosp12/art/test/1954-pop-frame-jit/ |
H A D | expected-stdout.txt | 45 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 49 art.Test1953$ExceptionCatchTestObject$TestError caught in called function. 53 art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 57 art.Test1953$ExceptionCatchTestObject$TestError caught in called function. 61 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 65 art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 69 art.Test1953$ExceptionThrowFarTestObject$TestError thrown and caught! 73 art.Test1953$ExceptionThrowFarTestObject$TestError caught in same function.
|
H A D | jvm-expected.patch | 10 < art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 14 < art.Test1953$ExceptionCatchTestObject$TestError caught in called function.
|
/aosp12/art/test/1955-pop-frame-jit-called/ |
H A D | expected-stdout.txt | 45 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 49 art.Test1953$ExceptionCatchTestObject$TestError caught in called function. 53 art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 57 art.Test1953$ExceptionCatchTestObject$TestError caught in called function. 61 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 65 art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 69 art.Test1953$ExceptionThrowFarTestObject$TestError thrown and caught! 73 art.Test1953$ExceptionThrowFarTestObject$TestError caught in same function.
|
H A D | jvm-expected.patch | 10 < art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 14 < art.Test1953$ExceptionCatchTestObject$TestError caught in called function.
|
/aosp12/art/test/1956-pop-frame-jit-calling/ |
H A D | expected-stdout.txt | 45 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 49 art.Test1953$ExceptionCatchTestObject$TestError caught in called function. 53 art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 57 art.Test1953$ExceptionCatchTestObject$TestError caught in called function. 61 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 65 art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 69 art.Test1953$ExceptionThrowFarTestObject$TestError thrown and caught! 73 art.Test1953$ExceptionThrowFarTestObject$TestError caught in same function.
|
H A D | jvm-expected.patch | 10 < art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 14 < art.Test1953$ExceptionCatchTestObject$TestError caught in called function.
|
/aosp12/art/test/1953-pop-frame/ |
H A D | expected-stdout.txt | 39 art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 43 art.Test1953$ExceptionCatchTestObject$TestError caught in called function. 47 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 51 art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 55 art.Test1953$ExceptionThrowFarTestObject$TestError thrown and caught! 59 art.Test1953$ExceptionThrowFarTestObject$TestError caught in same function.
|
H A D | class-loading-expected.patch | 10 > art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 14 > art.Test1953$ExceptionCatchTestObject$TestError caught in called function.
|
/aosp12/art/test/1969-force-early-return-void/ |
H A D | expected-stdout.txt | 51 …hread Thread[Test1969 target thread - 16,5,main] - art.Test1969$ExceptionOnceObject$TestError: null 63 …hread Thread[Test1969 target thread - 18,5,main] - art.Test1969$ExceptionOnceObject$TestError: null 76 art.Test1969$ExceptionThrowTestObject$TestError thrown and caught! 83 art.Test1969$ExceptionCatchTestObject$TestError caught in called function. 96 art.Test1969$ExceptionCatchTestObject$TestError caught in called function. 100 art.Test1969$ExceptionThrowTestObject$TestError caught in same function. 107 art.Test1969$ExceptionCatchTestObject$TestError caught in called function. 114 art.Test1969$ExceptionThrowTestObject$TestError thrown and caught! 121 art.Test1969$ExceptionThrowTestObject$TestError caught in same function. 128 art.Test1969$ExceptionThrowFarTestObject$TestError thrown and caught! [all …]
|
/aosp12/art/test/1970-force-early-return-long/ |
H A D | expected-stdout.txt | 51 …hread Thread[Test1970 target thread - 16,5,main] - art.Test1970$ExceptionOnceObject$TestError: null 63 …hread Thread[Test1970 target thread - 18,5,main] - art.Test1970$ExceptionOnceObject$TestError: null 76 art.Test1970$ExceptionThrowTestObject$TestError thrown and caught! 83 art.Test1970$ExceptionCatchTestObject$TestError caught in called function. 97 art.Test1970$ExceptionCatchTestObject$TestError caught in called function. 101 art.Test1970$ExceptionThrowTestObject$TestError caught in same function. 108 art.Test1970$ExceptionCatchTestObject$TestError caught in called function. 115 art.Test1970$ExceptionThrowTestObject$TestError thrown and caught! 122 art.Test1970$ExceptionThrowTestObject$TestError caught in same function. 129 art.Test1970$ExceptionThrowFarTestObject$TestError thrown and caught! [all …]
|
/aosp12/art/test/1968-force-early-return/ |
H A D | expected-stdout.txt | 51 …hread Thread[Test1968 target thread - 16,5,main] - art.Test1968$ExceptionOnceObject$TestError: null 63 …hread Thread[Test1968 target thread - 18,5,main] - art.Test1968$ExceptionOnceObject$TestError: null 76 art.Test1968$ExceptionThrowTestObject$TestError thrown and caught! 83 art.Test1968$ExceptionCatchTestObject$TestError caught in called function. 90 art.Test1968$ExceptionThrowTestObject$TestError caught in same function. 97 art.Test1968$ExceptionCatchTestObject$TestError caught in called function. 104 art.Test1968$ExceptionThrowTestObject$TestError thrown and caught! 111 art.Test1968$ExceptionThrowTestObject$TestError caught in same function. 118 art.Test1968$ExceptionThrowFarTestObject$TestError thrown and caught! 125 art.Test1968$ExceptionThrowFarTestObject$TestError caught in same function.
|
/aosp12/art/test/1940-ddms-ext/src-art/art/ |
H A D | Test1940.java | 43 public static final class TestError extends Error { class in Test1940 44 public TestError(String s) { super(s); } in TestError() method in Test1940.TestError 49 throw new TestError("Failure: " + a + " != " + b); in checkEq() 90 throw new TestError("Unknown ddm request type: " + req.type); in handleChunk()
|
/aosp12/art/test/991-field-trace-2/ |
H A D | expected-stdout.txt | 13 Caught error. art.Test991$TestError: Throwing error during access 22 Caught error. art.Test991$TestError: Throwing error during modify 84 Caught error. art.Test991$TestError: Throwing error during access 93 Caught error. art.Test991$TestError: Throwing error during modify
|
/aosp12/system/update_engine/scripts/update_payload/ |
H A D | test_utils.py | 33 class TestError(Exception): class 107 raise TestError('signing subprocess failed: %s' % e)
|
/aosp12/system/security/keystore2/src/ |
H A D | error.rs | 271 enum TestError { enum 277 Err(anyhow!(TestError::Fail)).context("nested nested other error") in nested_nested_other_error()
|
/aosp12/system/bt/gd/cert/ |
H A D | cert_self_test.py | 230 except signals.TestError as e:
|