Home
last modified time | relevance | path

Searched defs:exceptions (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/test-base/src/android/test/
DInstrumentationTestCase.java140 final Throwable[] exceptions = new Throwable[1]; in runTestOnUiThread() local
191 final Throwable[] exceptions = new Throwable[1]; in runTest() local
/frameworks/base/core/tests/utillib/src/android/test/
DBandwidthTestCase.java76 final Throwable[] exceptions = new Throwable[1]; in runTest() local
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DRefactorClassAdapter.java36 String[] exceptions) { in visitMethod()
DDelegateClassAdapter.java88 String signature, String[] exceptions) { in visitMethod()
DClassHasNativeVisitor.java85 String signature, String[] exceptions) { in visitMethod()
DStubClassAdapter.java215 String signature, String[] exceptions) { in visitMethod()
DReplaceMethodCallsAdapter.java217 String[] exceptions) { in visitMethod()
DAbstractClassAdapter.java196 String signature, String[] exceptions) { in visitMethod()
DDependencyFinder.java484 String signature, String[] exceptions) { in visitMethod()
DAsmAnalyzer.java659 String signature, String[] exceptions) { in visitMethod()
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2Test.cpp3827 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; in TEST_F() local
3839 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; in TEST_F() local
3851 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; in TEST_F() local
3863 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; in TEST_F() local
3875 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; in TEST_F() local
3887 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; in TEST_F() local
3900 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = in TEST_F() local
3916 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = in TEST_F() local
3931 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = in TEST_F() local
3945 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = in TEST_F() local
[all …]
/frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/
DStubMethodAdapterTest.java94 String[] exceptions) { in visitMethod()
DAsmGeneratorTest.java395 String[] exceptions) { in visitMethod()
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DLockFindingClassVisitor.java59 String[] exceptions) { in visitMethod()
/frameworks/minikin/tools/
Dmk_hyb_file.py469 def traverse_trie(ix, s, trie_data, ch_map, pattern_data, patterns, exceptions): argument