/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | DelegateClassAdapter.java | 73 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()
|
D | TransformClassAdapter.java | 107 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()
|
D | ClassHasNativeVisitor.java | 75 String signature, String[] exceptions) { in visitMethod() argument
|
D | RenameClassAdapter.java | 250 String signature, String[] exceptions) { in visitMethod() argument 253 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
|
D | AsmAnalyzer.java | 510 String signature, String[] exceptions) { in visitMethod() argument
|
/frameworks/base/core/java/android/test/ |
D | InstrumentationTestCase.java | 134 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/ |
D | AST.cpp | 666 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()
|
D | AST.h | 146 vector<string> exceptions; member 303 vector<Type*> exceptions; member
|
D | generate_java.cpp | 115 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/ |
D | SConstruct | 18 COMMON_CXXFLAGS = ['-Wall', '-Werror', '-fno-exceptions']
|
/frameworks/base/docs/html/guide/practices/design/ |
D | jni.jd | 16 <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/ |
D | license.jd | 28 adhere to the preferred license, there may be exceptions, such as for
|
/frameworks/base/docs/html/guide/topics/testing/ |
D | service_testing.jd | 138 its application reveal themselves as exceptions when you run the test.
|
/frameworks/base/docs/html/resources/articles/ |
D | backward-compatibility.jd | 118 value, checked exceptions) to do the call. The return value (if it had
|
D | contacts.jd | 150 to control automatic aggregation behaviors and <em>aggregation exceptions</em> 171 <p><strong>Aggregation exceptions</strong></p>
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | proguard.jd | 133 encounter exceptions such as <code>ClassNotFoundException</code>, which happens when ProGuard
|
D | aidl.jd | 245 <li>No exceptions that you throw are sent back to the caller.</li> 444 {@link android.os.DeadObjectException} exceptions, which are thrown when
|
D | monkey.jd | 209 <td><code>--ignore-security-exceptions</code></td>
|
/frameworks/compile/libbcc/runtime/ |
D | README.txt | 251 // SJLJ for exceptions, each function with a catch clause or destuctors needs
|
/frameworks/base/docs/html/guide/developing/debugging/ |
D | ddms.jd | 210 class along with other system messages such as stack traces when exceptions are thrown. View the
|
/frameworks/base/docs/html/guide/topics/media/ |
D | camera.jd | 403 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/ |
D | appmodel.jd | 237 <p>There are a few important exceptions to this threading rule:</p>
|
/frameworks/base/docs/html/resources/tutorials/testing/ |
D | helloandroid_test.jd | 427 "Errors:": The number of program errors and exceptions encountered during
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | hardware-accel.jd | 59 calls. Problems usually manifest themselves as invisible elements, exceptions, or wrongly
|
/frameworks/base/docs/html/guide/developing/testing/ |
D | testing_eclipse.jd | 491 Number of errors (Errors:) - the number of program errors and exceptions encountered
|