Home
last modified time | relevance | path

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

12

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DDelegateClassAdapter.java73 String signature, String[] exceptions) { in visitMethod() argument
84 return super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
100 MethodVisitor mwDelegate = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
126 desc, signature, exceptions); in visitMethod()
128 desc, signature, exceptions); in visitMethod()
DTransformClassAdapter.java107 String signature, String[] exceptions) { in visitMethod() argument
149 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
155 return super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
DClassHasNativeVisitor.java75 String signature, String[] exceptions) { in visitMethod() argument
DRenameClassAdapter.java250 String signature, String[] exceptions) { in visitMethod() argument
253 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
DAsmAnalyzer.java510 String signature, String[] exceptions) { in visitMethod() argument
/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/tools/aidl/
DAST.cpp666 N = this->exceptions.size(); in GatherTypes()
668 types->insert(this->exceptions[i]); in GatherTypes()
704 N = this->exceptions.size(); in Write()
711 fprintf(to, "%s", this->exceptions[i]->QualifiedName().c_str()); in Write()
DAST.h146 vector<string> exceptions; member
303 vector<Type*> exceptions; member
Dgenerate_java.cpp115 onTransact->exceptions.push_back(REMOTE_EXCEPTION_TYPE); in StubClass()
350 decl->exceptions.push_back(REMOTE_EXCEPTION_TYPE); in generate_method()
463 proxy->exceptions.push_back(REMOTE_EXCEPTION_TYPE); in generate_method()
/frameworks/compile/linkloader/
DSConstruct18 COMMON_CXXFLAGS = ['-Wall', '-Werror', '-fno-exceptions']
/frameworks/base/docs/html/guide/practices/design/
Djni.jd16 <li><a href="#exceptions">Exceptions</a></li>
344 <a name="exceptions" id="exceptions"></a>
379 <p>Note that exceptions thrown by interpreted code do not unwind native stack
380 frames, and Android does not yet support C++ exceptions.
388 discarding exceptions without handling them can lead to problems.</p>
519 <p>All JNI 1.6 features are supported, with the following exceptions:</p>
564 <p>Common reasons why you might encounter "library not found" exceptions:</p>
/frameworks/base/docs/html/
Dlicense.jd28 adhere to the preferred license, there may be exceptions, such as for
/frameworks/base/docs/html/guide/topics/testing/
Dservice_testing.jd138 its application reveal themselves as exceptions when you run the test.
/frameworks/base/docs/html/resources/articles/
Dbackward-compatibility.jd118 value, checked exceptions) to do the call. The return value (if it had
Dcontacts.jd150 to control automatic aggregation behaviors and <em>aggregation exceptions</em>
171 <p><strong>Aggregation exceptions</strong></p>
/frameworks/base/docs/html/guide/developing/tools/
Dproguard.jd133 encounter exceptions such as <code>ClassNotFoundException</code>, which happens when ProGuard
Daidl.jd245 <li>No exceptions that you throw are sent back to the caller.</li>
444 {@link android.os.DeadObjectException} exceptions, which are thrown when
Dmonkey.jd209 <td><code>--ignore-security-exceptions</code></td>
/frameworks/compile/libbcc/runtime/
DREADME.txt251 // SJLJ for exceptions, each function with a catch clause or destuctors needs
/frameworks/base/docs/html/guide/developing/debugging/
Dddms.jd210 class along with other system messages such as stack traces when exceptions are thrown. View the
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd403 and be sure to catch any exceptions, as shown in the code below:</p>
419 <p class="caution"><strong>Caution:</strong> Always check for exceptions when using {@link
420 android.hardware.Camera#open() Camera.open()}. Failing to check for exceptions if the camera is in
/frameworks/base/docs/html/guide/basics/
Dappmodel.jd237 <p>There are a few important exceptions to this threading rule:</p>
/frameworks/base/docs/html/resources/tutorials/testing/
Dhelloandroid_test.jd427 &quot;Errors:&quot;: The number of program errors and exceptions encountered during
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd59 calls. Problems usually manifest themselves as invisible elements, exceptions, or wrongly
/frameworks/base/docs/html/guide/developing/testing/
Dtesting_eclipse.jd491 Number of errors (Errors:) - the number of program errors and exceptions encountered

12