/frameworks/base/core/java/android/test/ |
D | InstrumentationTestCase.java | 135 final Throwable[] exceptions = new Throwable[1]; in runTestOnUiThread() local 141 exceptions[0] = throwable; in runTestOnUiThread() 145 if (exceptions[0] != null) { in runTestOnUiThread() 146 throw exceptions[0]; in runTestOnUiThread() 181 final Throwable[] exceptions = new Throwable[1]; in runTest() local 187 exceptions[0] = throwable; in runTest() 191 if (exceptions[0] != null) { in runTest() 192 throw exceptions[0]; in runTest()
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
D | ofstream.h | 30 …inline iostate exceptions (iostate v) { ostringstream::exceptions(v); return (m_File.exceptions(v)… in exceptions() function 58 …inline iostate exceptions (iostate v) { istringstream::exceptions(v); return (m_File.exceptions(v)… in exceptions() function
|
D | uios.h | 95 inline iostate exceptions (void) const { return (m_Exceptions); } in exceptions() function 96 inline iostate exceptions (iostate v) { return (m_Exceptions = v); } in exceptions() function 98 inline bool set_and_throw (iostate v) { setstate(v); return (exceptions() & v); } in set_and_throw()
|
D | cmemlink.cpp | 68 f.exceptions (fstream::allbadbits); in write_file()
|
D | memblock.cpp | 206 f.exceptions (fstream::allbadbits); in read_file()
|
D | fstream.cpp | 57 exceptions (goodbit); in ~fstream()
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | TransformClassAdapter.java | 103 String signature, String[] exceptions) { in visitMethod() argument 143 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod() 149 return super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
|
D | ClassHasNativeVisitor.java | 67 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/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() 462 proxy->exceptions.push_back(REMOTE_EXCEPTION_TYPE); in generate_method()
|
/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/developing/tools/ |
D | aidl.jd | 163 <li>No exceptions that you throw will be sent back to the caller.</li> 287 {@link android.os.DeadObjectException} exceptions, which are thrown when
|
D | monkey.jd | 207 <td><code>--ignore-security-exceptions</code></td>
|
/frameworks/base/docs/html/guide/basics/ |
D | appmodel.jd | 237 <p>There are a few important exceptions to this threading rule:</p>
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_passed.txt | 1393 /sdcard/android/layout_tests/fast/js/kde/lval-exceptions.html 1411 /sdcard/android/layout_tests/fast/js/kde/exceptions.html 1535 /sdcard/android/layout_tests/fast/js/exceptions-thrown-in-callbacks.html 1936 /sdcard/android/layout_tests/fast/dom/Range/range-exceptions.html 1949 /sdcard/android/layout_tests/fast/dom/EntityReference/readonly-exceptions.html 2366 /sdcard/android/layout_tests/fast/css/CSSPrimitiveValue-exceptions.html 2779 /sdcard/android/layout_tests/http/tests/xmlhttprequest/exceptions.html
|
/frameworks/base/opengl/tests/angeles/ |
D | license-LGPL.txt | 430 Software Foundation; we sometimes make exceptions for this. Our
|
/frameworks/base/docs/html/sdk/ |
D | OLD_RELEASENOTES.jd | 106 …nly includes a sub-part of the Android framework). Check the android console for errors/exceptions.
|
/frameworks/base/docs/html/guide/topics/intents/ |
D | intents-filters.jd | 830 two exceptions:
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | activity_task_design.jd | 325 Of course, there are exceptions to the rules. Beyond the two ways just
|