Searched refs:Exception (Results 201 - 225 of 2741) sorted by relevance

1234567891011>>

/external/apache-harmony/support/src/test/resources/tests/resources/JarIndex/
H A Dhyts_13.jarMETA-INF/ META-INF/MANIFEST.MF cpack/ cpack/CNothing.java cpack/CNothing.class CNothing ...
H A Dhyts_33.jarMETA-INF/ META-INF/MANIFEST.MF cpack/ cpack/CNothing.java cpack/CNothing.class CNothing ...
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/serialization/
H A DSSLExceptionTest.java38 "Long message for Exception. Long message for Exception. Long message for Exception." };
43 Exception cause = new Exception(msgs[1]);
/external/chromium_org/remoting/tools/
H A Dkeygen.py34 raise Exception("Could not locate executable '%s'" % exe_name)
44 raise Exception("remoting_host_keygen failed.")
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DLocalePropertyEditor.java40 protected String getText(Property property) throws Exception {
55 protected void openDialog(Property property) throws Exception {
/external/guava/guava-tests/test/com/google/common/hash/
H A DMessageDigestHashFunctionTest.java16 public void testMd5Hashing() throws Exception {
22 public void testSha1Hashing() throws Exception {
/external/nist-sip/java/gov/nist/core/
H A DDebug.java50 public static void printStackTrace(Exception ex) {
56 public static void logError(String message, Exception ex) {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
H A DAndroidTranslatorTest.java35 public void testStaticMethodsAreDelegated() throws Exception {
45 public void testProtectedMethodsAreDelegated() throws Exception {
55 public void testNativeMethodsAreDelegated() throws Exception {
65 public void testPrintlnWorks() throws Exception {
70 public void testGeneratedDefaultConstructorIsWired() throws Exception {
81 public void testDirectlyOn() throws Exception {
85 Exception e = null;
98 public void testDirectlyOn_Statics() throws Exception {
101 Exception e = null;
115 public void testDirectlyOn_InstanceChecking() throws Exception {
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DIntentFilterAuthorityEntryTest.java14 public void constructor_shouldThrowAnExceptionIfPortIsNotAValidNumber() throws Exception {
19 public void constructor_shouldAllowNullPortAndSetToNegativeOne() throws Exception {
H A DNotificationManagerTest.java27 public void testNotify() throws Exception {
38 public void testNotifyReplaces() throws Exception {
47 public void testNotifyWithTag() throws Exception {
54 public void notifyWithTag_shouldReturnNullForNullTag() throws Exception {
61 public void notifyWithTag_shouldReturnNullForUnknownTag() throws Exception {
68 public void testCancel() throws Exception {
77 public void testCancelWithTag() throws Exception {
87 public void testCancelAll() throws Exception {
H A DSQLiteOpenHelperTest.java24 public void setUp() throws Exception {
29 public void testInitialGetReadableDatabase() throws Exception {
35 public void testSubsequentGetReadableDatabase() throws Exception {
44 public void testSameDBInstanceSubsequentGetReadableDatabase() throws Exception {
52 public void testInitialGetWritableDatabase() throws Exception {
58 public void testSubsequentGetWritableDatabase() throws Exception {
66 public void testSameDBInstanceSubsequentGetWritableDatabase() throws Exception {
74 public void testClose() throws Exception {
H A DSettingsTest.java23 public void setUp() throws Exception {
29 public void whileApplicationStaysSame_shouldRememberOldSettings() throws Exception {
39 public void whenApplicationChanges_shouldStartWithNewSettings() throws Exception {
50 public void testSystemGetInt() throws Exception {
59 public void testSecureGetInt() throws Exception {
68 public void testSystemGetString() throws Exception {
76 public void testSystemGetLong() throws Exception {
84 public void testSystemGetFloat() throws Exception {
91 public void testSystemGetLong_exception() throws Exception {
96 public void testSystemGetInt_exception() throws Exception {
[all...]
H A DDatabaseTestBase.java28 public void setUp() throws Exception {
77 public void tearDown() throws Exception {
82 public void testInsertAndQuery() throws Exception {
105 public void testInsertAndRawQuery() throws Exception {
151 public void testRawQueryThrowsIndex0NullException() throws Exception {
156 public void testRawQueryThrowsIndex0NullException2() throws Exception {
161 public void testRawQueryCount() throws Exception {
167 public void testRawQueryCount2() throws Exception {
173 public void testRawQueryCount3() throws Exception {
210 * so it is best to throw an Exception t
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/
H A DFakeHttpLayerTest.java28 public void setUp() throws Exception {
33 public void requestMatcherBuilder_shouldAddHost() throws Exception {
39 public void requestMatcherBuilder_shouldAddMethod() throws Exception {
45 public void requestMatcherBuilder_shouldAddPath() throws Exception {
51 public void requestMatcherBuilder_shouldAddParams() throws Exception {
57 public void requestMatcherBuilder_shouldAddHeaders() throws Exception {
63 public void matches__shouldMatchHeaders() throws Exception {
76 public void matches__shouldMatchPostBody() throws Exception {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
H A DPropertiesHelperTest.java11 public void shouldDoVariableSubstitutionUsingSystemProperties() throws Exception {
19 public void shouldDoVariableSubstitutionOnProperties() throws Exception {
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestLexer.java43 @Test public void testSetText() throws Exception {
56 @Test public void testRefToRuleDoesNotSetTokenNorEmitAnother() throws Exception {
70 @Test public void testRefToRuleDoesNotSetChannel() throws Exception {
84 @Test public void testWeCanSetType() throws Exception {
97 @Test public void testRefToFragment() throws Exception {
111 @Test public void testMultipleRefToFragment() throws Exception {
125 @Test public void testLabelInSubrule() throws Exception {
138 @Test public void testRefToTokenInLexer() throws Exception {
150 @Test public void testListLabelInLexer() throws Exception {
162 @Test public void testDupListRefInLexer() throws Exception {
[all...]
H A DTestSemanticPredicates.java48 @Test public void testPredsButSyntaxResolves() throws Exception {
58 @Test public void testLL_1_Pred() throws Exception {
69 @Test public void testLL_1_Pred_forced_k_1() throws Exception {
81 @Test public void testLL_2_Pred() throws Exception {
93 @Test public void testPredicatedLoop() throws Exception {
105 @Test public void testPredicatedToStayInLoop() throws Exception {
116 @Test public void testAndPredicates() throws Exception {
128 public void testOrPredicates() throws Exception {
140 @Test public void testIgnoresHoistingDepthGreaterThanZero() throws Exception {
150 @Test public void testIgnoresPredsHiddenByActions() throws Exception {
[all...]
/external/okhttp/src/test/java/com/squareup/okhttp/internal/tls/
H A DHostnameVerifierTest.java41 @Test public void verify() throws Exception {
46 @Test public void verifyCn() throws Exception {
79 @Test public void verifyNonAsciiCn() throws Exception {
111 @Test public void verifySubjectAlt() throws Exception {
151 @Test @Ignore public void verifyNonAsciiSubjectAlt() throws Exception {
193 @Test public void verifySubjectAltOnly() throws Exception {
227 @Test public void verifyMultipleCn() throws Exception {
264 @Test public void verifyWilcardCn() throws Exception {
298 @Test public void verifyWilcardCnOnTld() throws Exception {
336 @Test @Ignore public void testWilcardNonAsciiSubjectAlt() throws Exception {
[all...]
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DMessageTest.java77 public void testMergeFrom() throws Exception {
90 public void testMergeFromDynamic() throws Exception {
100 public void testDynamicMergeFrom() throws Exception {
117 public void testRequired() throws Exception {
129 public void testRequiredForeign() throws Exception {
147 public void testRequiredExtension() throws Exception {
165 public void testRequiredDynamic() throws Exception {
178 public void testRequiredDynamicForeign() throws Exception {
201 public void testUninitializedException() throws Exception {
210 public void testBuildPartial() throws Exception {
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DViewLoaderTest.java36 public void setUp() throws Exception {
60 public void testCreatesCorrectClasses() throws Exception {
68 public void testChoosesLayoutBasedOnDefaultScreenSize() throws Exception {
75 public void testChoosesLayoutBasedOnSearchPath_choosesFirstFileFoundOnPath() throws Exception {
83 public void testChoosesLayoutBasedOnSearchPath_respectsOrderOfPath() throws Exception {
91 public void testChoosesLayoutBasedOnDefaultVersion() throws Exception {
99 public void testChoosesLayoutBasedOnNewestVersion() throws Exception {
107 public void testChoosesLayoutBasedOnSearchPath_choosesFirstFileFoundOnPathWithVersionNumber() throws Exception {
116 public void testChoosesLayoutBasedOnSearchPath_choosesBestFileFoundOnPathWithVersionNumber() throws Exception {
125 public void testWebView() throws Exception {
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DEarlyExitException.cs35 using Exception = System.Exception;
51 public EarlyExitException(string message, Exception innerException)
65 public EarlyExitException(string message, int decisionNumber, IIntStream input, Exception innerException)
H A DFailedPredicateException.cs35 using Exception = System.Exception;
58 public FailedPredicateException(string message, Exception innerException)
74 public FailedPredicateException(string message, IIntStream input, string ruleName, string predicateText, Exception innerException)
H A DMismatchedRangeException.cs35 using Exception = System.Exception;
51 public MismatchedRangeException(string message, Exception innerException)
67 public MismatchedRangeException(string message, int a, int b, IIntStream input, Exception innerException)
H A DMismatchedSetException.cs35 using Exception = System.Exception;
50 public MismatchedSetException(string message, Exception innerException)
64 public MismatchedSetException(string message, BitSet expecting, IIntStream input, Exception innerException)
H A DMismatchedTreeNodeException.cs35 using Exception = System.Exception;
51 public MismatchedTreeNodeException(string message, Exception innerException)
65 public MismatchedTreeNodeException(string message, int expecting, ITreeNodeStream input, Exception innerException)

Completed in 660 milliseconds

1234567891011>>