Home
last modified time | relevance | path

Searched refs:throw (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h347 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/
Dcreating-authenticator.jd86 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/
DGLImplHeader.java-impl62 throw new UnsupportedOperationException("glGetPointerv");
/frameworks/base/docs/html/training/backward-compatible-ui/
Dnew-implementation.jd46 …mb-specific implementations on pre-Honeycomb devices, the Dalvik VM won't throw any {@link java.la…
/frameworks/base/docs/html/training/basics/fragments/
Dcommunicating.jd69 throw new ClassCastException(activity.toString()
/frameworks/base/docs/html/distribute/promote/
Ddevice-art.jd614 * 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/
Dsearch.jd121 throw new RuntimeException(e);
/frameworks/base/docs/html/tools/testing/
Dservice_testing.jd128 {@link android.app.Application} in which all the methods throw an Exception, so to use it
Dcontentprovider_testing.jd185 invalid URI, and look for errors. Good provider design is to throw an
Dtesting_android.jd232 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/
Dhelp.jd18 …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/
Dactivity-basic-testing.jd198 method. If the values are not the same, the assertion will throw an
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dadvanced-nfc.jd254 throw new RuntimeException("fail", e);
/frameworks/base/docs/html/training/articles/
Dsecurity-ssl.jd447 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/
Dindex.jd131 {@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/
Dcache-bitmap.jd100 // Get max available VM memory, exceeding this amount will throw an
/frameworks/base/docs/html/guide/topics/ui/
Ddialogs.jd532 // The activity doesn't implement the interface, throw exception
533 throw new ClassCastException(activity.toString()
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-provider-basics.jd487 // 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.
Dcontent-provider-creating.jd576 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
Ddocument-provider.jd835 throw new FileNotFoundException(&quot;Failed to open document with id &quot;
/frameworks/base/docs/html/guide/topics/renderscript/
Dcompute.jd311 context to throw an exception.</li> </ol>
/frameworks/base/docs/html/training/basics/network-ops/
Dxml.jd311 throw new IllegalStateException();
/frameworks/base/docs/html/google/gcm/
Dgs.jd280 throw new RuntimeException("Could not get package name: " + e);
/frameworks/base/docs/html/guide/components/
Daidl.jd245 <li>No exceptions that you throw are sent back to the caller.</li>
/frameworks/base/docs/html/training/location/
Dactivity-recognition.jd695 throw new Exception("Unknown request type in onConnected().");

12