/frameworks/compile/mclinker/include/mcld/Support/ |
D | Allocators.h | 347 MallocAllocator() throw() in MallocAllocator() 350 MallocAllocator(const MallocAllocator&) throw() in throw() function 353 ~MallocAllocator() throw() in throw() function 371 size_type max_size() const throw() in max_size() 401 MallocAllocator() throw() in MallocAllocator() 404 MallocAllocator(const MallocAllocator&) throw() in throw() function 407 ~MallocAllocator() throw() in throw() function 410 size_type max_size() const throw() in max_size()
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | creating-authenticator.jd | 86 throw new UnsupportedOperationException(); 113 throw new UnsupportedOperationException(); 118 throw new UnsupportedOperationException(); 126 throw new UnsupportedOperationException(); 133 throw new UnsupportedOperationException();
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLImplHeader.java-impl | 62 throw new UnsupportedOperationException("glGetPointerv");
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
D | new-implementation.jd | 46 …mb-specific implementations on pre-Honeycomb devices, the Dalvik VM won't throw any {@link java.la…
|
/frameworks/base/docs/html/training/basics/fragments/ |
D | communicating.jd | 69 throw new ClassCastException(activity.toString()
|
/frameworks/base/docs/html/distribute/promote/ |
D | device-art.jd | 614 * method will throw an alert() in case of errors and call back with null. 677 throw new TypeError('Function expected');
|
/frameworks/base/docs/html/training/search/ |
D | search.jd | 121 throw new RuntimeException(e);
|
/frameworks/base/docs/html/tools/testing/ |
D | service_testing.jd | 128 {@link android.app.Application} in which all the methods throw an Exception, so to use it
|
D | contentprovider_testing.jd | 185 invalid URI, and look for errors. Good provider design is to throw an
|
D | testing_android.jd | 232 throw an exception if the comparison fails. Android also provides a class of assertions that 408 {@link android.content.res.Resources} in which all the methods throw Exceptions when called. 420 stubbed-out versions of the corresponding system object class, and all of their methods throw an
|
/frameworks/base/docs/html/design/patterns/ |
D | help.jd | 18 …g> If you have usability concerns about an aspect of your app, don't just throw help at the proble…
|
/frameworks/base/docs/html/training/activity-testing/ |
D | activity-basic-testing.jd | 198 method. If the values are not the same, the assertion will throw an
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
D | advanced-nfc.jd | 254 throw new RuntimeException("fail", e);
|
/frameworks/base/docs/html/training/articles/ |
D | security-ssl.jd | 447 doesn't throw an exception on error but instead returns a boolean result that you must 465 throw new SSLHandshakeException("Expected mail.google.com, "
|
/frameworks/base/docs/html/tools/support-library/ |
D | index.jd | 131 {@link android.support.v4.widget.SlidingPaneLayout} to not throw exceptions for 240 <li>Updated {@link android.support.v4.view.ViewPager} to throw an exception if the
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | cache-bitmap.jd | 100 // Get max available VM memory, exceeding this amount will throw an
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | dialogs.jd | 532 // The activity doesn't implement the interface, throw exception 533 throw new ClassCastException(activity.toString()
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-provider-basics.jd | 487 // Some providers return null if an error occurs, others throw an exception 592 choose to return <code>null</code>, or it may throw an {@link java.lang.Exception}. 651 * an internal error occurs. Other providers may throw an Exception instead of returning null.
|
D | content-provider-creating.jd | 576 fails, throw an {@link java.lang.Exception}. If you are using an SQLite database as your data 596 {@link java.lang.IllegalArgumentException} (You may choose to throw this if your provider
|
D | document-provider.jd | 835 throw new FileNotFoundException("Failed to open document with id "
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | compute.jd | 311 context to throw an exception.</li> </ol>
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | xml.jd | 311 throw new IllegalStateException();
|
/frameworks/base/docs/html/google/gcm/ |
D | gs.jd | 280 throw new RuntimeException("Could not get package name: " + e);
|
/frameworks/base/docs/html/guide/components/ |
D | aidl.jd | 245 <li>No exceptions that you throw are sent back to the caller.</li>
|
/frameworks/base/docs/html/training/location/ |
D | activity-recognition.jd | 695 throw new Exception("Unknown request type in onConnected().");
|