Home
last modified time | relevance | path

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

/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
DMultiLayoutVerificationTest.java50 List<ScopedException> exceptions = result.getBindingExceptions(); in testMultipleLayoutFilesWithNameMismatch() local
106 List<ScopedException> exceptions = result.getBindingExceptions(); in testMultipleLayoutFilesVariableMismatch() local
159 List<ScopedException> exceptions = result.getBindingExceptions(); in testMultipleLayoutFilesImportMismatch() local
210 List<ScopedException> exceptions = result.getBindingExceptions(); in testSameIdInIncludeAndView() local
/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/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
DIdentityDetectionTest.java71 Throwable[] exceptions = new Throwable[1]; in reOpenChangedHash() 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()
DTransformClassAdapter.java92 String signature, String[] exceptions) { in visitMethod()
DClassHasNativeVisitor.java85 String signature, String[] exceptions) { in visitMethod()
DReplaceMethodCallsAdapter.java241 String[] exceptions) { in visitMethod()
DAbstractClassAdapter.java196 String signature, String[] exceptions) { in visitMethod()
DDependencyFinder.java484 String signature, String[] exceptions) { in visitMethod()
DAsmAnalyzer.java603 String signature, String[] exceptions) { in visitMethod()
/frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/text/
DEmojiCompatTest.java303 final int[][] exceptions = new int[][]{ in testProcess_standardizedVariantEmojiExceptions() local
887 final List<Integer> exceptions = in testUseEmojiAsDefaultStyle_noEmojisAdded_whenMarkedAsException() local
900 final List<Integer> exceptions = in testUseEmojiAsDefaultStyle_emojisAdded_whenNotMarkedAsException() local
/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.py468 def traverse_trie(ix, s, trie_data, ch_map, pattern_data, patterns, exceptions): argument