HomeSort by relevance Sort by last modified time
    Searched full:exception (Results 951 - 975 of 25972) sorted by null

<<31323334353637383940>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
exception 2 //===-------------------------- exception ---------------------------------===//
15 exception synopsis
20 class exception
23 exception() noexcept;
24 exception(const exception&) noexcept;
25 exception& operator=(const exception&) noexcept;
26 virtual ~exception() noexcept;
31 : public exception
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_object/
Test_iget_object.java 74 fail("expected a verification exception");
88 fail("expected a verification exception");
103 fail("expected a NoSuchFieldError exception");
118 fail("expected an IllegalAccessError exception");
131 fail("expected a NoClassDefFoundError exception");
144 fail("expected a NoSuchFieldError exception");
159 fail("expected an IllegalAccessError exception");
172 fail("expected a verification exception");
186 fail("expected a verification exception");
200 fail("expected a verification exception");
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
NullCipherTest.java 41 protected void setUp() throws Exception {
73 public void testInitintKey() throws Exception {
81 public void testInitintKeySecureRandom() throws Exception {
89 public void testInitintKeyAlgorithmParameterSpec() throws Exception {
98 public void testUpdatebyteArray() throws Exception {
108 public void testUpdatebyteArrayintint() throws Exception {
124 public void testUpdatebyteArrayintintbyteArray() throws Exception {
134 public void testUpdatebyteArrayintintbyteArrayint() throws Exception {
144 public void testDoFinal() throws Exception {
151 public void testDoFinalbyteArrayint() throws Exception {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/http/
AbstractProxyTest.java 47 @Override protected void tearDown() throws Exception {
59 public void testConnectToHttps() throws Exception {
83 private SSLSocketFactory newSslSocketFactory(TestSSLContext testSSLContext) throws Exception {
93 public void testConnectViaProxyUsingProxySystemProperty() throws Exception {
97 public void testConnectViaProxyUsingHttpProxySystemProperty() throws Exception {
101 public void testConnectViaProxyUsingRequestParameter() throws Exception {
105 public void testConnectViaProxyUsingClientParameter() throws Exception {
112 private void testConnectViaProxy(ProxyConfig proxyConfig) throws Exception {
132 public void testConnectViaHttpProxyToHttpsUsingProxySystemProperty() throws Exception {
136 public void testConnectViaHttpProxyToHttpsUsingHttpsProxySystemProperty() throws Exception {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
NullCipherTest.java 43 protected void setUp() throws Exception {
75 public void testInitintKey() throws Exception {
83 public void testInitintKeySecureRandom() throws Exception {
91 public void testInitintKeyAlgorithmParameterSpec() throws Exception {
100 public void testUpdatebyteArray() throws Exception {
110 public void testUpdatebyteArrayintint() throws Exception {
126 public void testUpdatebyteArrayintintbyteArray() throws Exception {
136 public void testUpdatebyteArrayintintbyteArrayint() throws Exception {
146 public void testDoFinal() throws Exception {
153 public void testDoFinalbyteArrayint() throws Exception {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScope2Test.java 34 private static PublicKey getPubKey() throws Exception {
135 } catch (Exception e) {
136 fail("Unexpected exception for parameter " + str[i]);
156 } catch (Exception e) {
157 fail("Unexpected exception for parameter " + str[i]);
164 } catch (Exception e) {
165 fail("Incorrect exception " + e + " was thrown");
174 } catch (Exception e) {
175 fail("Incorrect exception " + e + " was thrown instead of KeyManagementException");
182 public void test_addIdentityLjava_security_Identity() throws Exception {
    [all...]
  /cts/tests/tests/net/src/android/net/rtp/cts/
AudioStreamTest.java 26 private void testRtpStream(InetAddress address) throws Exception {
41 public void testV4Stream() throws Exception {
45 public void testV6Stream() throws Exception {
49 public void testSetDtmfType() throws Exception {
72 public void testSetCodec() throws Exception {
89 public void testDoubleRelease() throws Exception {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move/
Test_move.java 39 fail("expected a verification exception");
52 fail("expected a verification exception");
65 fail("expected a verification exception");
78 fail("expected a verification exception");
91 fail("expected a verification exception");
106 fail("expected a verification exception");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_16/
Test_move_16.java 46 fail("expected a verification exception");
59 fail("expected a verification exception");
72 fail("expected a verification exception");
85 fail("expected a verification exception");
98 fail("expected a verification exception");
113 fail("expected a verification exception");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_from16/
Test_move_from16.java 38 fail("expected a verification exception");
51 fail("expected a verification exception");
64 fail("expected a verification exception");
77 fail("expected a verification exception");
90 fail("expected a verification exception");
105 fail("expected a verification exception");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_object/
Test_move_object.java 40 fail("expected a verification exception");
53 fail("expected a verification exception");
66 fail("expected a verification exception");
79 fail("expected a verification exception");
92 fail("expected a verification exception");
107 fail("expected a verification exception");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_object_16/
Test_move_object_16.java 39 fail("expected a verification exception");
52 fail("expected a verification exception");
65 fail("expected a verification exception");
78 fail("expected a verification exception");
91 fail("expected a verification exception");
106 fail("expected a verification exception");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_object_from16/
Test_move_object_from16.java 40 fail("expected a verification exception");
53 fail("expected a verification exception");
66 fail("expected a verification exception");
79 fail("expected a verification exception");
92 fail("expected a verification exception");
107 fail("expected a verification exception");
  /dalvik/vm/oo/
Resolve.h 44 * Throws an exception and returns NULL on failure.
56 * Throws an exception and returns NULL on failure.
64 * Throws an exception and returns NULL on failure.
71 * Throws an exception and returns NULL on failure.
81 * Throws an exception and returns NULL on failure.
89 * Throws an exception and returns NULL on failure.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSyntaxMessage.java 41 public RecognitionException exception; field in class:GrammarSyntaxMessage
46 RecognitionException exception)
48 this(msgID,grammar,offendingToken,null,exception);
55 RecognitionException exception)
59 this.exception = exception;
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestSets.java 40 @Test public void testSeqDoesNotBecomeSet() throws Exception {
54 @Test public void testParserSet() throws Exception {
63 @Test public void testParserNotSet() throws Exception {
72 @Test public void testParserNotToken() throws Exception {
81 @Test public void testParserNotTokenWithLabel() throws Exception {
90 @Test public void testRuleAsSet() throws Exception {
99 @Test public void testRuleAsSetAST() throws Exception {
109 @Test public void testNotChar() throws Exception {
119 @Test public void testOptionalSingleElement() throws Exception {
129 @Test public void testOptionalLexerSingleElement() throws Exception {
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
ChannelBindingTest.java 40 public void testGetApplicationData_0() throws Exception {
54 public void testGetInitiatorAddress() throws Exception {
61 public void testGetInitiatorAddress_0() throws Exception {
75 public void testGetAcceptorAddress() throws Exception {
81 public void testGetAcceptorAddress_0() throws Exception {
106 public void testEquals_0() throws Exception {
118 public void testEquals_0_0() throws Exception {
130 public void testEquals_1() throws Exception {
137 public void testEquals_2() throws Exception {
148 public void testEquals_2_0() throws Exception {
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
Hex.java 55 catch (Exception e)
57 throw new EncoderException("exception encoding Hex string: " + e.getMessage(), e);
105 catch (Exception e)
107 throw new DecoderException("exception decoding Hex data: " + e.getMessage(), e);
127 catch (Exception e)
129 throw new DecoderException("exception decoding Hex string: " + e.getMessage(), e);
  /external/chromium_org/base/win/
wrapped_window_proc.h 7 // dependent, but it is possible that the OS just ignores the exception and
21 // An exception filter for a WindowProc. The return value determines how the
22 // exception should be handled, following standard SEH rules. However, the
29 // exception filter, if any.
34 // Calls the registered exception filter.
53 // Wrapper that supplies a standard exception frame for the provided WindowProc.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
webkitunittest.py 45 except Exception, exception:
46 self.assertTrue(issubclass(exception.__class__, expected_exception),
47 'Exception type was unexpected.')
48 self.assertTrue(re.match(regex_message, exception.__str__()),
49 'Expected regex "%s"\nGot "%s"' % (regex_message, exception.__str__()))
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
EnumerationValuesPropertyEditor.java 59 public String getText(Property property) throws Exception {
79 public String getValueSource(Object value) throws Exception {
96 // public String getClipboardSource(GenericProperty property) throws Exception {
107 protected void addItems(Property property, CCombo3 combo) throws Exception {
114 protected void selectItem(Property property, CCombo3 combo) throws Exception {
119 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception {
  /external/emma/core/java12/com/vladium/util/exception/
AbstractRuntimeException.java 9 package com.vladium.util.exception;
20 * This unchecked exception class is designed as a base/expansion point for the
30 * <LI> exception chaining in J2SE versions prior to 1.4
39 * <CODE>com.vladium.exception.exceptions</CODE> resource bundle
40 * or your project/exception class-specific resource bundle [see
53 * catch (Exception e)
58 * where <CODE>com.vladium.util.exception.exceptions</CODE> contains:
63 * To log exception data use {@link #getMessage} or <CODE>printStackTrace</CODE>
66 * <A NAME="details"> It is also possible to use project- or exception
68 * codes in <CODE>com.vladium.exception.exceptions</CODE>. To do so, create
    [all...]
  /external/objenesis/tck/src/org/objenesis/tck/
Reporter.java 27 * startTests(startObjenesis(result | exception) * endObjenesis) * endTests
67 * @param exception Exception thrown by instantiator.
69 void exception(Exception exception); method in interface:Reporter
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseStressTest.java 38 protected void setUp() throws Exception {
57 protected void tearDown() throws Exception {
73 } catch (Exception e) {
74 Log.e(TAG, "exception " + e.getMessage());
94 } catch (Exception e) {
95 Log.e(TAG, "exception " + e.getMessage());
  /frameworks/base/core/tests/coretests/src/android/view/
ZeroSizedTest.java 43 public void setUp() throws Exception {
54 public void testSetUpConditions() throws Exception {
62 public void testDrawingCacheWithDimension() throws Exception {
69 public void testDrawingCacheWithNoWidth() throws Exception {
76 public void testDrawingCacheWithNoHeight() throws Exception {
83 public void testDrawingCacheWithNoDimension() throws Exception {

Completed in 1519 milliseconds

<<31323334353637383940>>