Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 25 of 61) sorted by relevance

123

/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
DMultiLayoutVerificationTest.java50 List<ScopedException> exceptions = result.getBindingExceptions(); in testMultipleLayoutFilesWithNameMismatch() local
51 assertEquals(result.error, 2, exceptions.size()); in testMultipleLayoutFilesWithNameMismatch()
54 for (ScopedException exception : exceptions) { in testMultipleLayoutFilesWithNameMismatch()
106 List<ScopedException> exceptions = result.getBindingExceptions(); in testMultipleLayoutFilesVariableMismatch() local
107 assertEquals(result.error, 2, exceptions.size()); in testMultipleLayoutFilesVariableMismatch()
110 for (ScopedException exception : exceptions) { in testMultipleLayoutFilesVariableMismatch()
159 List<ScopedException> exceptions = result.getBindingExceptions(); in testMultipleLayoutFilesImportMismatch() local
160 assertEquals(result.error, 2, exceptions.size()); in testMultipleLayoutFilesImportMismatch()
163 for (ScopedException exception : exceptions) { in testMultipleLayoutFilesImportMismatch()
210 List<ScopedException> exceptions = result.getBindingExceptions(); in testSameIdInIncludeAndView() local
[all …]
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
DBaseInstrumentationTestCase.java50 final Throwable[] exceptions = new Throwable[1]; in runTestOnUiThread() local
56 exceptions[0] = throwable; in runTestOnUiThread()
60 if (exceptions[0] != null) { in runTestOnUiThread()
61 throw exceptions[0]; in runTestOnUiThread()
/frameworks/base/core/java/android/test/
DInstrumentationTestCase.java140 final Throwable[] exceptions = new Throwable[1]; in runTestOnUiThread() local
146 exceptions[0] = throwable; in runTestOnUiThread()
150 if (exceptions[0] != null) { in runTestOnUiThread()
151 throw exceptions[0]; in runTestOnUiThread()
191 final Throwable[] exceptions = new Throwable[1]; in runTest() local
197 exceptions[0] = throwable; in runTest()
201 if (exceptions[0] != null) { in runTest()
202 throw exceptions[0]; in runTest()
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DDelegateClassAdapter.java88 String signature, String[] exceptions) { in visitMethod() argument
98 return super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
112 MethodVisitor mwDelegate = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
135 desc, signature, exceptions); in visitMethod()
137 desc, signature, exceptions); in visitMethod()
DTransformClassAdapter.java92 String signature, String[] exceptions) { in visitMethod() argument
128 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
134 return super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
DRefactorClassAdapter.java36 String[] exceptions) { in visitMethod() argument
37 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
DClassHasNativeVisitor.java85 String signature, String[] exceptions) { in visitMethod() argument
DReplaceMethodCallsAdapter.java241 String[] exceptions) { in visitMethod() argument
242 return new MyMethodVisitor(super.visitMethod(access, name, desc, signature, exceptions)); in visitMethod()
DAbstractClassAdapter.java196 String signature, String[] exceptions) { in visitMethod() argument
199 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
/frameworks/base/core/tests/utillib/src/android/test/
DBandwidthTestCase.java76 final Throwable[] exceptions = new Throwable[1]; in runTest() local
82 exceptions[0] = throwable; in runTest()
86 if (exceptions[0] != null) { in runTest()
87 throw exceptions[0]; in runTest()
/frameworks/support/design/tests/src/android/support/design/widget/
DTabLayoutTest.java76 final Throwable[] exceptions = new Throwable[1]; in testInflateTabLayoutWithNonTabItem() local
84 exceptions[0] = throwable; in testInflateTabLayoutWithNonTabItem()
89 final Throwable thrown = exceptions[0]; in testInflateTabLayoutWithNonTabItem()
/frameworks/rs/
DAndroid.mk4 rs_base_CFLAGS := -Werror -Wall -Wextra -Wno-unused-parameter -Wno-unused-variable -fno-exceptions
59 LOCAL_CPPFLAGS += -fno-exceptions
186 LOCAL_CPPFLAGS += -fno-exceptions
251 LOCAL_CPPFLAGS += -fno-exceptions
301 LOCAL_CPPFLAGS += -fno-exceptions
/frameworks/minikin/tools/
Dmk_hyb_file.py457 def traverse_trie(ix, s, trie_data, ch_map, pattern_data, patterns, exceptions): argument
487 exceptions.append(pat_str[1:-1]) # strip leading and trailing '.'
495 traverse_trie(link, sch, trie_data, ch_map, pattern_data, patterns, exceptions)
540 exceptions = []
541 traverse_trie(0, '', trie_data, ch_map, pattern_data, patterns, exceptions)
543 assert verify_file_sorted(exceptions, hyp_fn), 'exception table not verified'
/frameworks/ex/camera2/public/src/com/android/ex/camera2/exceptions/
DTimeoutRuntimeException.java16 package com.android.ex.camera2.exceptions;
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DStubMethodAdapterTest.java94 String[] exceptions) { in visitMethod() argument
101 super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
DAsmGeneratorTest.java509 String signature, String[] exceptions) { in visitMethod() argument
510 MethodVisitor mv = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
/frameworks/rs/cpp/
DAndroid.mk39 …_cpp += -Werror -Wall -Wextra -Wno-unused-parameter -Wno-unused-variable -fno-exceptions -std=c++11
/frameworks/rs/cpu_ref/
DAndroid.mk4 -Wno-unused-variable -fno-exceptions -std=c++11
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
DStateWaiter.java22 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingStateCallback.java23 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
DBlockingCameraManager.java26 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
DBlockingSessionCallback.java24 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
/frameworks/base/docs/html/ndk/guides/
Dcpp-support.jd22 <li>C++ exceptions support</li>
178 need to explicitly turn on exceptions or RTTI support. For information on how to do this, see
232 compiles all C++ sources with {@code -fno-exceptions} support by default. You can enable C++
233 exceptions either for your entire app, or for individual modules.
/frameworks/base/tools/aapt2/
DAndroid.mk144 cppFlags := -std=c++11 -Wno-missing-field-initializers -fno-exceptions -fno-rtti

123