Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/test/
DInstrumentationTestCase.java135 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/
Dofstream.h30 …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
Duios.h95 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()
Dcmemlink.cpp68 f.exceptions (fstream::allbadbits); in write_file()
Dmemblock.cpp206 f.exceptions (fstream::allbadbits); in read_file()
Dfstream.cpp57 exceptions (goodbit); in ~fstream()
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DTransformClassAdapter.java103 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()
DClassHasNativeVisitor.java67 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/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()
462 proxy->exceptions.push_back(REMOTE_EXCEPTION_TYPE); in generate_method()
/frameworks/base/docs/html/
Dlicense.jd28 adhere to the preferred license, there may be exceptions, such as for
/frameworks/base/docs/html/guide/developing/tools/
Daidl.jd163 <li>No exceptions that you throw will be sent back to the caller.</li>
287 {@link android.os.DeadObjectException} exceptions, which are thrown when
Dmonkey.jd207 <td><code>--ignore-security-exceptions</code></td>
/frameworks/base/docs/html/guide/basics/
Dappmodel.jd237 <p>There are a few important exceptions to this threading rule:</p>
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_passed.txt1393 /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/
Dlicense-LGPL.txt430 Software Foundation; we sometimes make exceptions for this. Our
/frameworks/base/docs/html/sdk/
DOLD_RELEASENOTES.jd106 …nly includes a sub-part of the Android framework). Check the android console for errors/exceptions.
/frameworks/base/docs/html/guide/topics/intents/
Dintents-filters.jd830 two exceptions:
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd325 Of course, there are exceptions to the rules. Beyond the two ways just