Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 25 of 62) 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()
108 List<ScopedException> exceptions = result.getBindingExceptions(); in testMultipleLayoutFilesVariableMismatch() local
109 assertEquals(result.error, 2, exceptions.size()); in testMultipleLayoutFilesVariableMismatch()
112 for (ScopedException exception : exceptions) { in testMultipleLayoutFilesVariableMismatch()
163 List<ScopedException> exceptions = result.getBindingExceptions(); in testMultipleLayoutFilesImportMismatch() local
164 assertEquals(result.error, 2, exceptions.size()); in testMultipleLayoutFilesImportMismatch()
167 for (ScopedException exception : exceptions) { in testMultipleLayoutFilesImportMismatch()
216 List<ScopedException> exceptions = result.getBindingExceptions(); in testSameIdInIncludeAndView() local
[all …]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DDelegateClassAdapter.java72 String signature, String[] exceptions) { in visitMethod() argument
82 return super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
96 MethodVisitor mwDelegate = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
118 desc, signature, exceptions); in visitMethod()
120 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()
DClassHasNativeVisitor.java85 String signature, String[] exceptions) { in visitMethod() argument
DReplaceMethodCallsAdapter.java215 String[] exceptions) { in visitMethod() argument
216 return new MyMethodVisitor(super.visitMethod(access, name, desc, signature, exceptions)); in visitMethod()
DAbstractClassAdapter.java208 String signature, String[] exceptions) { in visitMethod() argument
211 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
/frameworks/base/core/java/android/test/
DInstrumentationTestCase.java134 final Throwable[] exceptions = new Throwable[1]; in runTestOnUiThread() local
140 exceptions[0] = throwable; in runTestOnUiThread()
144 if (exceptions[0] != null) { in runTestOnUiThread()
145 throw exceptions[0]; in runTestOnUiThread()
185 final Throwable[] exceptions = new Throwable[1]; in runTest() local
191 exceptions[0] = throwable; in runTest()
195 if (exceptions[0] != null) { in runTest()
196 throw exceptions[0]; in runTest()
/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/rs/
DAndroid.mk4 rs_base_CFLAGS := -Werror -Wall -Wno-unused-parameter -Wno-unused-variable -fno-exceptions -std=c++…
61 LOCAL_CPPFLAGS += -fno-exceptions
192 LOCAL_CPPFLAGS += -fno-exceptions
240 LOCAL_CPPFLAGS += -fno-exceptions
/frameworks/ex/camera2/public/src/com/android/ex/camera2/exceptions/
DTimeoutRuntimeException.java16 package com.android.ex.camera2.exceptions;
/frameworks/rs/cpp/
DAndroid.mk34 local_cflags_for_rs_cpp += -Werror -Wall -Wno-unused-parameter -Wno-unused-variable -fno-exceptions
/frameworks/base/tools/aidl/
DAST.cpp724 N = this->exceptions.size(); in GatherTypes()
726 types->insert(this->exceptions[i]); in GatherTypes()
762 N = this->exceptions.size(); in Write()
769 fprintf(to, "%s", this->exceptions[i]->QualifiedName().c_str()); in Write()
DAST.h156 vector<string> exceptions; member
325 vector<Type*> exceptions; member
Dgenerate_java_binder.cpp78 onTransact->exceptions.push_back(REMOTE_EXCEPTION_TYPE); in StubClass()
287 decl->exceptions.push_back(REMOTE_EXCEPTION_TYPE); in generate_method()
399 proxy->exceptions.push_back(REMOTE_EXCEPTION_TYPE); in generate_method()
/frameworks/rs/cpu_ref/
DAndroid.mk4 -fno-exceptions -std=c++11
/frameworks/base/docs/html/tools/help/uiautomator/
Dindex.jd16 <li><a href="#exceptions">Exceptions</a></li>
103 …orms/} directory. The API includes these key classes, interfaces, and exceptions that allow you t…
169 <h3 id="exceptions">Exceptions</h3>
/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 turns on exceptions or RTTI support. For information on how to do this, see
234 compiles all C++ sources with {@code -fno-exceptions} support by default. You can enable C++
235 exceptions either for your entire app, or for individual modules.
Dstandalone_toolchain.jd108 (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/layoutlib/create/tests/com/android/tools/layoutlib/create/
DAsmGeneratorTest.java515 String signature, String[] exceptions) { in visitMethod() argument
516 MethodVisitor mv = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
/frameworks/base/docs/html/training/articles/
Dperf-jni.jd19 <li><a href="#exceptions">Exceptions</a></li>
346 <a name="exceptions" id="exceptions"></a>
381 <p>Note that exceptions thrown by interpreted code do not unwind native stack
382 frames, and Android does not yet support C++ exceptions.
390 discarding exceptions without handling them can lead to problems.</p>
585 <p>Common reasons why you might encounter "library not found" exceptions:</p>
/frameworks/base/docs/html/training/backward-compatible-ui/
Dnew-implementation.jd46 … pre-Honeycomb devices, the Dalvik VM won't throw any {@link java.lang.VerifyError} exceptions.</p>

123