Searched refs:exceptions (Results 1 - 25 of 3812) sorted by relevance

1234567891011>>

/external/chromium_org/tools/profile_chrome/
H A Dcontrollers.py5 import exceptions namespace
11 raise exceptions.NotImplementError
14 raise exceptions.NotImplementError
17 raise exceptions.NotImplementError
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A D__init__.py149 from exceptions import *
/external/libcxx/test/input.output/iostreams.base/ios/iostate.flags/
H A Dexceptions_iostate.pass.cpp14 // iostate exceptions() const;
26 assert(ios.exceptions() == std::ios::goodbit);
27 ios.exceptions(std::ios::eofbit);
28 assert(ios.exceptions() == std::ios::eofbit);
31 ios.exceptions(std::ios::badbit);
37 assert(ios.exceptions() == std::ios::badbit);
42 assert(ios.exceptions() == std::ios::goodbit);
43 ios.exceptions(std::ios::eofbit);
44 assert(ios.exceptions() == std::ios::eofbit);
45 ios.exceptions(st
[all...]
/external/guava/guava-testlib/src/com/google/common/testing/
H A DClusterException.java27 * "throw multiple exceptions", or something close to it. The prototypical code
43 * List<Exception> exceptions = Lists.newArrayList();
48 * exceptions.add(e);
51 * if (exceptions.size() > 0) {
52 * throw ClusterException.create(exceptions);
64 public final Collection<? extends Throwable> exceptions; field in class:ClusterException
66 private ClusterException(Collection<? extends Throwable> exceptions) { argument
68 exceptions.size() + " exceptions were thrown. The first exception is listed as a cause.",
69 exceptions
78 create(Throwable... exceptions) argument
107 create(Collection<? extends Throwable> exceptions) argument
[all...]
/external/mockito/src/org/mockito/exceptions/misusing/
H A DCannotVerifyStubOnlyMock.java6 package org.mockito.exceptions.misusing;
8 import org.mockito.exceptions.base.MockitoException;
H A DFriendlyReminderException.java6 package org.mockito.exceptions.misusing;
8 import org.mockito.exceptions.base.MockitoException;
H A DInvalidUseOfMatchersException.java6 package org.mockito.exceptions.misusing;
8 import org.mockito.exceptions.base.MockitoException;
H A DMissingMethodInvocationException.java6 package org.mockito.exceptions.misusing;
8 import org.mockito.exceptions.base.MockitoException;
H A DNotAMockException.java6 package org.mockito.exceptions.misusing;
8 import org.mockito.exceptions.base.MockitoException;
H A DNullInsteadOfMockException.java6 package org.mockito.exceptions.misusing;
8 import org.mockito.exceptions.base.MockitoException;
H A DUnfinishedStubbingException.java6 package org.mockito.exceptions.misusing;
8 import org.mockito.exceptions.base.MockitoException;
H A DUnfinishedVerificationException.java6 package org.mockito.exceptions.misusing;
8 import org.mockito.exceptions.base.MockitoException;
H A DWrongTypeOfReturnValue.java5 package org.mockito.exceptions.misusing;
7 import org.mockito.exceptions.base.MockitoException;
/external/mockito/src/org/mockito/exceptions/verification/
H A DNeverWantedButInvoked.java6 package org.mockito.exceptions.verification;
8 import org.mockito.exceptions.base.MockitoAssertionError;
H A DNoInteractionsWanted.java6 package org.mockito.exceptions.verification;
8 import org.mockito.exceptions.base.MockitoAssertionError;
H A DSmartNullPointerException.java5 package org.mockito.exceptions.verification;
7 import org.mockito.exceptions.base.MockitoException;
H A DTooLittleActualInvocations.java6 package org.mockito.exceptions.verification;
8 import org.mockito.exceptions.base.MockitoAssertionError;
H A DTooManyActualInvocations.java6 package org.mockito.exceptions.verification;
8 import org.mockito.exceptions.base.MockitoAssertionError;
H A DVerificationInOrderFailure.java6 package org.mockito.exceptions.verification;
8 import org.mockito.exceptions.base.MockitoAssertionError;
/external/lldb/test/lang/cpp/exceptions/
H A DMakefile3 CXX_SOURCES := exceptions.cpp
/external/mockito/src/org/mockito/exceptions/
H A DPluralizer.java5 package org.mockito.exceptions;
/external/valgrind/main/none/tests/ppc32/
H A Djm-misc.stdout.exp2 dcbtct with various hint values completes with no exceptions
4 dcbtds with various hint values completes with no exceptions
6 dcbtst with various hint values completes with no exceptions
/external/valgrind/main/none/tests/ppc64/
H A Djm-misc.stdout.exp2 dcbtct with various hint values completes with no exceptions
4 dcbtds with various hint values completes with no exceptions
6 dcbtst with various hint values completes with no exceptions
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dmisc_web_contents_backend.py5 from telemetry.core import exceptions namespace
25 except (exceptions.BrowserGoneException,
26 exceptions.BrowserConnectionGoneException,
27 exceptions.TabCrashException):
/external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
H A DJSilverInterpreterException.java17 package com.google.clearsilver.jsilver.exceptions;

Completed in 464 milliseconds

1234567891011>>