/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/ |
D | MultiLayoutVerificationTest.java | 50 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/ |
D | BaseInstrumentationTestCase.java | 50 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/ |
D | InstrumentationTestCase.java | 140 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/ |
D | DelegateClassAdapter.java | 88 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()
|
D | TransformClassAdapter.java | 92 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()
|
D | RefactorClassAdapter.java | 36 String[] exceptions) { in visitMethod() argument 37 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
|
D | ClassHasNativeVisitor.java | 85 String signature, String[] exceptions) { in visitMethod() argument
|
D | ReplaceMethodCallsAdapter.java | 241 String[] exceptions) { in visitMethod() argument 242 return new MyMethodVisitor(super.visitMethod(access, name, desc, signature, exceptions)); in visitMethod()
|
D | AbstractClassAdapter.java | 196 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/ |
D | BandwidthTestCase.java | 76 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/ |
D | TabLayoutTest.java | 76 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/ |
D | Android.mk | 4 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/ |
D | mk_hyb_file.py | 457 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/ |
D | TimeoutRuntimeException.java | 16 package com.android.ex.camera2.exceptions;
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
D | StubMethodAdapterTest.java | 94 String[] exceptions) { in visitMethod() argument 101 super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
|
D | AsmGeneratorTest.java | 509 String signature, String[] exceptions) { in visitMethod() argument 510 MethodVisitor mv = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
|
/frameworks/rs/cpp/ |
D | Android.mk | 39 …_cpp += -Werror -Wall -Wextra -Wno-unused-parameter -Wno-unused-variable -fno-exceptions -std=c++11
|
/frameworks/rs/cpu_ref/ |
D | Android.mk | 4 -Wno-unused-variable -fno-exceptions -std=c++11
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/ |
D | StateWaiter.java | 22 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
D | BlockingStateCallback.java | 23 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
|
D | BlockingCameraManager.java | 26 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
|
D | BlockingSessionCallback.java | 24 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
|
/frameworks/base/docs/html/ndk/guides/ |
D | cpp-support.jd | 22 <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.
|
D | standalone_toolchain.jd | 108 (STLport, libc++, or the GNU libstdc++) with it. It also does not support exceptions or RTTI.</p> 351 copy of a C++ STL library, with working exceptions and RTTI support.</p> 521 <p>The toolchain binaries support C++ exceptions and RTTI by default. To disable C++ exceptions 523 {@code -fno-exceptions} and {@code -fno-rtti}.</p> 600 This behavior may include crashes and failure to properly catch exceptions.</p>
|
/frameworks/base/tools/aapt2/ |
D | Android.mk | 144 cppFlags := -std=c++11 -Wno-missing-field-initializers -fno-exceptions -fno-rtti
|