HomeSort by relevance Sort by last modified time
    Searched defs:exception (Results 176 - 200 of 712) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
NewInstanceTest.java 52 * constructor of which should not throw any Exception, and checks,
54 * exception object is null;
56 * constructor of which should throw some Exception, and checks,
57 * that returned new object is null and returned exception object
162 // Make NewInstance without Exception
172 logWriter.println(" Send ClassType.NewInstance (without Exception)");
179 TaggedObject exception = reply.getNextValueAsTaggedObject(); local
180 logWriter.println(" ClassType.NewInstance: exception.tag="
181 + exception.tag + "; exception.objectID=" + exception.objectID)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethodTest.java 47 * Case 2: nonvirtual child method without exception and nonvirtual super method without exception
142 TaggedObject exception = reply.getNextValueAsTaggedObject(); local
143 logWriter.println(" ClassType.NewInstance: exception.tag="
144 + exception.tag + " exception.objectID=" + exception.objectID);
152 assertTrue("exception must be != null", exception != null);
153 assertTrue("exception.objectID must be == 0", exception.objectID == 0)
219 TaggedObject exception = reply.getNextValueAsTaggedObject(); local
335 TaggedObject exception = reply.getNextValueAsTaggedObject(); local
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLWarningTest.java 41 Exception[] theExceptions = { null };
60 } catch (Exception e) {
62 fail(i + "Unexpected exception");
64 assertEquals(i + "Exception mismatch", e.getClass(),
66 assertEquals(i + "Exception mismatch", e.getMessage(),
87 Exception[] theExceptions = { null, null, null, null, null, null, null,
107 } catch (Exception e) {
109 fail(i + "Unexpected exception");
111 assertEquals(i + "Exception mismatch", e.getClass(),
113 assertEquals(i + "Exception mismatch", e.getMessage()
356 SQLWarning exception = new SQLWarning(e); local
367 SQLWarning exception = new SQLWarning("reason", e); local
379 SQLWarning exception = new SQLWarning("reason", "state", e); local
392 SQLWarning exception = new SQLWarning("reason", "state", 18, e); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
ObjectFactory.java 99 * @exception ObjectFactory.ConfigurationError
126 * @exception ObjectFactory.ConfigurationError
146 } catch (Exception x) {
173 * @exception ObjectFactory.ConfigurationError
201 * @exception ObjectFactory.ConfigurationError
228 } catch (Exception x) {
255 * @exception ObjectFactory.ConfigurationError
324 } catch (Exception x) {
337 // Ignore the exception.
352 } catch (Exception x)
635 private Exception exception; field in class:ObjectFactory.ConfigurationError
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
ObjectFactory.java 99 * @exception ObjectFactory.ConfigurationError
126 * @exception ObjectFactory.ConfigurationError
146 } catch (Exception x) {
173 * @exception ObjectFactory.ConfigurationError
201 * @exception ObjectFactory.ConfigurationError
228 } catch (Exception x) {
255 * @exception ObjectFactory.ConfigurationError
324 } catch (Exception x) {
337 // Ignore the exception.
352 } catch (Exception x)
635 private Exception exception; field in class:ObjectFactory.ConfigurationError
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ObjectFactory.java 98 * @exception ObjectFactory.ConfigurationError
125 * @exception ObjectFactory.ConfigurationError
145 } catch (Exception x) {
172 * @exception ObjectFactory.ConfigurationError
200 * @exception ObjectFactory.ConfigurationError
227 } catch (Exception x) {
254 * @exception ObjectFactory.ConfigurationError
323 } catch (Exception x) {
336 // Ignore the exception.
351 } catch (Exception x)
634 private Exception exception; field in class:ObjectFactory.ConfigurationError
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ObjectFactory.java 99 * @exception ObjectFactory.ConfigurationError
126 * @exception ObjectFactory.ConfigurationError
146 } catch (Exception x) {
173 * @exception ObjectFactory.ConfigurationError
201 * @exception ObjectFactory.ConfigurationError
228 } catch (Exception x) {
255 * @exception ObjectFactory.ConfigurationError
324 } catch (Exception x) {
337 // Ignore the exception.
352 } catch (Exception x)
635 private Exception exception; field in class:ObjectFactory.ConfigurationError
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
ObjectFactory.java 99 * @exception ObjectFactory.ConfigurationError
126 * @exception ObjectFactory.ConfigurationError
146 } catch (Exception x) {
173 * @exception ObjectFactory.ConfigurationError
201 * @exception ObjectFactory.ConfigurationError
228 } catch (Exception x) {
255 * @exception ObjectFactory.ConfigurationError
324 } catch (Exception x) {
337 // Ignore the exception.
352 } catch (Exception x)
635 private Exception exception; field in class:ObjectFactory.ConfigurationError
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
PrivateScriptRunner.cpp 28 // when they are called at the first time if V8 has a pending exception.
154 fprintf(stderr, "Private script error: Object constructor threw an exception.\n");
193 v8::Handle<v8::Value> exception = block.Exception(); local
194 RELEASE_ASSERT(!exception.IsEmpty() && exception->IsObject());
196 v8::Handle<v8::Object> exceptionObject = v8::Handle<v8::Object>::Cast(exception);
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerContainerTest.cpp 115 DOMException* exception = V8DOMException::toImplWithTypeCheck(value.isolate(), value.v8Value()); variable
116 EXPECT_TRUE(exception) << "the value should be a DOMException";
117 if (!exception)
119 EXPECT_EQ(m_expectedName, exception->name());
120 EXPECT_EQ(m_expectedMessage, exception->message());
  /external/chromium_org/third_party/icu/source/test/intltest/
callimts.cpp 55 UErrorCode exception = U_ZERO_ERROR; local
58 cal->setTime(millis, exception);
59 if (U_SUCCESS(exception)) {
  /external/chromium_org/tools/grit/grit/
clique.py 14 from grit import exception namespace
232 raise exception.MismatchingPlaceholders(
366 raise exception.InvalidMessage(self.GetMessage().GetRealContent())
446 grit.exception.InvalidTranslation if the translation you're trying to add
452 raise exception.InvalidTranslation(
  /external/chromium_org/tools/grit/grit/gather/
tr_html.py 57 from grit import exception namespace
539 raise exception.BlockTagInTranslateableChunk(html)
560 raise exception.BlockTagInTranslateableChunk(html[current:])
648 grit.exception.NotReady() if used before Parse() has been successfully
650 grit.exception.NoSuchTranslation() if 'pseudo_if_not_available' is false
654 raise exception.NotReady()
  /external/chromium_org/tools/grit/grit/node/
base.py 15 from grit import exception namespace
48 # line identifying the offending node if an exception escapes from the body
120 raise exception.UnexpectedChild(explanation)
155 raise exception.UnexpectedContent()
173 raise exception.UnexpectedAttribute(attrib)
226 raise exception.MutuallyExclusiveMandatoryAttribute(mandatt)
229 raise exception.MissingMandatoryAttribute(mandatt)
structure.py 13 from grit import exception namespace
189 raise exception.UnexpectedAttribute(
  /external/chromium_org/v8/tools/oom_dump/
oom_dump.cc 114 MinidumpException *exception = minidump.GetException(); local
115 CHECK(exception);
117 MinidumpContext* crash_context = exception->GetContext();
121 CHECK(exception->GetThreadID(&exception_thread_id));
219 printf("exception thread ID: %" PRIu32 " (%#" PRIx32 ")\n",
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 56 class exception { class in namespace:std
58 exception() throw();
59 virtual ~exception() throw();
65 class bad_alloc : public exception {
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLSessionImpl.java 235 SSLPeerUnverifiedException exception = new SSLPeerUnverifiedException(e.getMessage()); local
236 exception.initCause(exception);
237 throw exception;
239 SSLPeerUnverifiedException exception = new SSLPeerUnverifiedException(e.getMessage()); local
240 exception.initCause(exception);
241 throw exception;
  /external/droiddriver/src/com/google/android/droiddriver/helpers/
BaseDroidDriverTest.java 48 // Prevent crash by uncaught exception.
70 protected void setUp() throws Exception {
80 protected void tearDown() throws Exception {
168 Throwable exception = null; local
173 exception = runException;
176 onFailure(exception);
181 if (exception == null) {
182 exception = tearDownException;
186 if (exception != null) {
187 throw exception;
234 Throwable exception = e.getTargetException(); local
    [all...]
  /external/droiddriver/src/com/google/android/droiddriver/instrumentation/
ViewElement.java 54 Throwable exception; field in class:ViewElement.SnapshotViewAttributesRunnable
95 exception = e;
228 if (attributesSnapshot.exception != null) {
229 throw new DroidDriverException(attributesSnapshot.exception);
  /external/icu/icu4c/source/test/intltest/
callimts.cpp 55 UErrorCode exception = U_ZERO_ERROR; local
58 cal->setTime(millis, exception);
59 if (U_SUCCESS(exception)) {
  /external/objenesis/tck/src/org/objenesis/tck/
TextReporter.java 48 Exception exception; field in class:TextReporter.Result
54 * @param exception Exception that might have occured during the test
57 Exception exception) {
61 this.exception = exception;
126 public void exception(Exception exception) method in class:TextReporter
    [all...]
  /external/objenesis/tck/test/org/objenesis/tck/
ObjenesisTest.java 63 public void exception(Exception exception) { method in class:ObjenesisTest.JUnitReporter
66 out.println("Exception when instantiating " + currentCandidate + " with "
68 exception.printStackTrace(out);
107 protected void setUp() throws Exception {
115 protected void tearDown() throws Exception {
121 public void testObjenesisStd() throws Exception {
127 public void testObjenesisSerializer() throws Exception {
133 public void testObjenesisSerializerParentConstructorCalled() throws Exception {
    [all...]
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FaultTolerantNegotiator.java 87 XMPPException exception = null; local
114 exception = new XMPPException(e.getCause());
126 if (exception != null) {
127 throw exception;
176 public InputStream call() throws Exception {
FileTransfer.java 57 private Exception exception; field in class:FileTransfer
168 * If an exception occurs asynchronously it will be stored for later
169 * retrieval. If there is an error there maybe an exception set.
171 * @return The exception that occurred or null if there was no exception.
174 public Exception getException() {
175 return exception;
187 protected void setException(Exception exception) {
    [all...]

Completed in 1779 milliseconds

1 2 3 4 5 6 78 91011>>