HomeSort by relevance Sort by last modified time
    Searched defs:throwable (Results 26 - 50 of 301) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
MoreExecutorsTest.java 57 final AtomicReference<Throwable> throwableFromOtherThread =
58 new AtomicReference<Throwable>(null);
75 } catch (Throwable Throwable) {
76 throwableFromOtherThread.set(Throwable);
89 Throwable throwable = throwableFromOtherThread.get(); local
90 assertNull("Throwable from other thread: "
91 + (throwable == null ? null : Throwables.getStackTraceAsString(throwable)),
199 Throwable throwable = throwableFromOtherThread.get(); local
    [all...]
  /libcore/luni/src/main/java/java/lang/
Throwable.java 35 * circumstances in which the {@code Throwable} was created (basically an error
39 * <p>A {@code Throwable} can also include a cause, which is a nested {@code
40 * Throwable} that represents the original problem that led to this {@code
41 * Throwable}. It is often used for wrapping various types of errors into a
42 * common {@code Throwable} without losing the detailed original error
50 public class Throwable implements java.io.Serializable {
59 * The cause of this Throwable. Null when there is no cause.
61 private Throwable cause = this;
64 * Throwables suppressed by this throwable. Null when suppressed exceptions
67 private List<Throwable> suppressedExceptions = Collections.emptyList()
    [all...]
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java 152 catch(Throwable throwable)
154 throwable.printStackTrace();
TransformerIdentityImpl.java 489 Throwable throwable = wre.getException(); local
491 while (throwable
494 throwable =
495 ((org.apache.xml.utils.WrappedRuntimeException) throwable).getException();
    [all...]
TransformerImpl.java 652 Throwable throwable = wre.getException(); local
654 while (throwable
657 throwable =
658 ((org.apache.xml.utils.WrappedRuntimeException) throwable).getException();
661 fatalError(throwable);
682 private void fatalError(Throwable throwable) throws TransformerException
684 if (throwable instanceof org.xml.sax.SAXParseException)
685 m_errorHandler.fatalError(new TransformerException(throwable.getMessage(),new SAXSourceLocator((org.xml.sax.SAXParseException)throwable)))
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseRecyclerViewInstrumentationTest.java 48 Throwable mainThreadException;
59 void checkForMainThreadException() throws Throwable {
73 } catch (Throwable throwable) {
74 Log.e(TAG, "", throwable);
78 void setAdapter(final RecyclerView.Adapter adapter) throws Throwable {
88 final boolean removeAndRecycleExistingViews) throws Throwable {
94 } catch (Throwable t) {
102 void postExceptionToInstrumentation(Throwable t) {
125 } catch (Throwable throwable)
    [all...]
LinearLayoutManagerTest.java 92 void setupByConfig(Config config, boolean waitForFirstLayout) throws Throwable {
108 public void testKeepFocusOnRelayout() throws Throwable {
135 public void testResize() throws Throwable {
143 public void testScrollToPositionWithOffset() throws Throwable {
150 public void scrollToPositionWithOffsetTest(Config config) throws Throwable {
263 public void stackFromEndTest(final Config config) throws Throwable {
305 public void testScrollToPositionWithPredictive() throws Throwable {
317 throws Throwable {
357 } catch (Throwable throwable) {
805 Throwable throwable = null; local
    [all...]
StaggeredGridLayoutManagerTest.java 79 void setupByConfig(Config config) throws Throwable {
98 } catch (Throwable t) {
105 public void testAreAllStartsTheSame() throws Throwable {
116 public void testAreAllEndsTheSame() throws Throwable {
127 public void testFindLastInUnevenDistribution() throws Throwable {
165 public void testCustomWidthInHorizontal() throws Throwable {
170 public void testCustomHeightInVertical() throws Throwable {
175 public void customSizeInScrollDirectionTest(final Config config) throws Throwable {
211 public void testGrowLookup() throws Throwable {
225 public void testRTL() throws Throwable {
1524 Throwable throwable = null; local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
cdi-api-1.0.jar 
maven-embedder-3.2.1.jar 
commons-lang-2.6.jar 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /prebuilts/sdk/16/
uiautomator.jar 
  /prebuilts/sdk/17/
uiautomator.jar 
  /prebuilts/sdk/18/
uiautomator.jar 
  /prebuilts/sdk/19/
uiautomator.jar 
  /prebuilts/sdk/20/
uiautomator.jar 
  /prebuilts/sdk/21/
uiautomator.jar 
  /prebuilts/sdk/current/
uiautomator.jar 
  /prebuilts/tools/common/m2/repository/org/reficio/p2-maven-plugin/1.1.0/
p2-maven-plugin-1.1.0.jar 
  /frameworks/base/core/java/android/webkit/
WebView.java 2203 Throwable throwable = new Throwable( local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 1855 Throwable throwable = throwables.get(0); local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 

Completed in 867 milliseconds

12 3 4 5 6 7 8 91011>>