Searched refs:Exception (Results 401 - 425 of 2741) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_test_results.py48 raise Exception(message)
49 except Exception:
54 raise Exception(message)
55 except Exception:
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractExecutionThreadService.java56 } catch (Exception ignored) {
82 protected void startUp() throws Exception {}
98 protected abstract void run() throws Exception;
104 protected void shutDown() throws Exception {}
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DPlatform.java36 } catch (Exception e) {
/external/guava/guava-tests/test/com/google/common/collect/
H A DRangeNonGwtTest.java31 public void testNullPointers() throws Exception {
/external/guava/guava-tests/test/com/google/common/eventbus/
H A DEventHandlerTest.java35 @Override protected void setUp() throws Exception {
45 * @throws Exception if the aforementioned proper execution is not to be had.
47 public void testBasicMethodCall() throws Exception {
193 public void exceptionThrowingMethod(Object arg) throws Exception {
197 class IntentionalException extends Exception {
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DCallablesTest.java30 public void testReturning() throws Exception {
/external/javassist/src/main/javassist/tools/
H A Dframedump.java36 public static void main(String[] args) throws Exception {
/external/junit/src/org/junit/experimental/theories/
H A DPotentialAssignment.java4 public static class CouldNotGenerateValueException extends Exception {
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DNumberParseException.java24 public class NumberParseException extends Exception {
/external/marisa-trie/tests/
H A Dassert.h12 printf("%d: Exception `%s' failed.\n", __LINE__, #code); \
14 } catch (const marisa::Exception &ex) { \
/external/marisa-trie/v0_1_5/tests/
H A Dassert.h12 printf("%d: Exception `%s' failed.\n", __LINE__, #code); \
14 } catch (const marisa_alpha::Exception &ex) { \
/external/nist-sip/java/javax/sip/
H A DSipFactory.java55 } catch (Exception e) {
68 } catch (Exception e) {
81 } catch (Exception e) {
95 } catch (Exception e) {
/external/objenesis/main/src/org/objenesis/instantiator/gcj/
H A DGCJSerializationInstantiator.java41 catch(Exception e) {
/external/objenesis/main/src/org/objenesis/instantiator/sun/
H A DSun13SerializationInstantiator.java41 catch(Exception e) {
/external/proguard/src/proguard/gui/
H A DSwingUtil.java57 catch (Exception ex)
/external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
H A DRobolectricTestRunnerInterface.java9 Object createTest() throws Exception;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
H A DCustomRobolectricTestRunnerTest.java26 public void setUp() throws Exception {
31 public void shouldInitializeApplication() throws Exception {
37 public void shouldInvokePrepareTestWithAnInstanceOfTheTest() throws Exception {
43 public void shouldInvokeBeforeTestWithTheCorrectMethod() throws Exception {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DAttrResourceLoaderTest.java20 public void setUp() throws Exception {
30 public void testAttributesAreResolved() throws Exception {
39 public void testAttributesAreResolvedForSystemAttrs() throws Exception {
46 public void shouldResolveAttributesForSubClasses() throws Exception {
H A DStringArrayResourceLoaderTest.java18 @Before public void setUp() throws Exception {
36 public void testStringsAreResolved() throws Exception {
41 public void testStringsAreWithReferences() throws Exception {
46 public void shouldAddAndroidToSystemStringArrayName() throws Exception {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAudioManagerTest.java20 public void setUp() throws Exception {
60 public void shouldGetStreamMaxVolume() throws Exception {
67 public void shouldGetVolume() throws Exception {
74 public void shouldSetVolume() throws Exception {
H A DJsPromptResultTest.java14 public void shouldConstruct() throws Exception {
H A DLinkMovementMethodTest.java15 public void getInstance_shouldReturnAnInstanceOf_LinkedMovementMethod() throws Exception {
H A DNdefRecordTest.java14 public void getPayload() throws Exception {
H A DNfcAdapterTest.java14 public void getDefaultAdapter_shouldReturnAnAdapter() throws Exception {
H A DPowerManagerTest.java36 public void shouldCreateWakeLock() throws Exception {
41 public void shouldAcquireAndReleaseReferenceCountedLock() throws Exception {
57 public void shouldAcquireAndReleaseNonReferenceCountedLock() throws Exception {
73 public void shouldThrowRuntimeExceptionIfLockisUnderlocked() throws Exception {

Completed in 414 milliseconds

<<11121314151617181920>>