HomeSort by relevance Sort by last modified time
    Searched defs:exception (Results 201 - 225 of 263) sorted by null

1 2 3 4 5 6 7 891011

  /external/webkit/WebKitTools/DumpRenderTree/gtk/
DumpRenderTree.cpp 594 JSValueRef exception = 0; local
597 gLayoutTestController->makeWindowObject(context, windowObject, &exception);
598 ASSERT(!exception);
600 gcController->makeWindowObject(context, windowObject, &exception);
601 ASSERT(!exception);
603 axController->makeWindowObject(context, windowObject, &exception);
604 ASSERT(!exception);
  /frameworks/base/core/jni/
android_view_Surface.cpp 307 const char* const exception = (err == NO_MEMORY) ? local
310 doThrow(env, exception, NULL);
  /packages/apps/Email/src/org/apache/commons/io/
FileUtils.java 115 * or an exception will have been thrown.
117 * An exception is thrown if the file does not exist.
118 * An exception is thrown if the file object exists but is a directory.
119 * An exception is thrown if the file exists but cannot be read.
148 * or an exception will have been thrown.
152 * An exception is thrown if the file object exists but is a directory.
153 * An exception is thrown if the file exists but cannot be written to.
154 * An exception is thrown if the parent directory cannot be created.
1040 IOException exception = null; local
1450 IOException exception = null; local
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
RepoSource.java 165 Exception[] exception = new Exception[] { null }; local
166 ByteArrayInputStream xml = fetchUrl(url, exception);
200 xml = fetchUrl(url, exception);
233 // If any exception was handled during the URL fetch, display it now.
234 if (exception[0] != null) {
238 if (exception[0] instanceof FileNotFoundException) {
242 } else if (exception[0] instanceof SSLKeyException) {
246 } else if (exception[0].getMessage() != null) {
    [all...]
  /dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
HandshakeCompletedEventTest.java 95 } catch (Exception e) {
96 fail("Unexpected exception: " + e);
100 fail("Any exception wasn't thrown for null parameters");
101 } catch (Exception e) {
122 } catch (Exception e) {
123 fail("Unexpected exception: " + e);
143 } catch (Exception e) {
144 fail("Unexpected exception: " + e);
164 } catch (Exception e) {
165 fail("Unexpected exception: " + e)
516 private Exception exception; field in class:HandshakeCompletedEventTest.TestServer
601 private Exception exception; field in class:HandshakeCompletedEventTest.TestClient
    [all...]
SSLSessionTest.java 91 } catch (Exception ex) {
92 fail("Unexpected exception " + ex);
121 } catch (Exception ex) {
122 fail("Unexpected exception " + ex);
131 notes = "Exception wasn't implemented in the interface's class",
146 } catch (Exception ex) {
147 fail("Unexpected exception " + ex);
164 } catch (Exception ex) {
165 fail("Unexpected exception " + ex);
182 } catch (Exception ex)
722 private Exception exception; field in class:SSLSessionTest.TestServer
806 private Exception exception; field in class:SSLSessionTest.TestClient
    [all...]
  /dalvik/vm/mterp/out/
InterpC-allstubs.c 115 * exception.
323 * those created by dvmThrowException(), so that the exception stack
326 * in Exception.c.
357 * Check to see if "obj" is NULL. If so, throw an exception. Assumes the
363 * something that could throw an exception (so we have already called
390 * frame and throw an exception.
395 * anything else that can throw an exception.
3683 Object* exception; local
    [all...]
InterpC-portdbg.c 115 * exception.
323 * those created by dvmThrowException(), so that the exception stack
326 * in Exception.c.
357 * Check to see if "obj" is NULL. If so, throw an exception. Assumes the
363 * something that could throw an exception (so we have already called
390 * frame and throw an exception.
395 * anything else that can throw an exception.
3961 Object* exception; local
    [all...]
InterpC-portstd.c 115 * exception.
323 * those created by dvmThrowException(), so that the exception stack
326 * in Exception.c.
357 * Check to see if "obj" is NULL. If so, throw an exception. Assumes the
363 * something that could throw an exception (so we have already called
390 * frame and throw an exception.
395 * anything else that can throw an exception.
3700 Object* exception; local
    [all...]
InterpC-x86-atom.c 115 * exception.
323 * those created by dvmThrowException(), so that the exception stack
326 * in Exception.c.
357 * Check to see if "obj" is NULL. If so, throw an exception. Assumes the
363 * something that could throw an exception (so we have already called
390 * frame and throw an exception.
395 * anything else that can throw an exception.
1845 Object* exception; local
    [all...]
InterpC-x86.c 115 * exception.
323 * those created by dvmThrowException(), so that the exception stack
326 * in Exception.c.
357 * Check to see if "obj" is NULL. If so, throw an exception. Assumes the
363 * something that could throw an exception (so we have already called
390 * frame and throw an exception.
395 * anything else that can throw an exception.
1814 Object* exception; local
    [all...]
  /external/v8/src/
top.cc 587 Handle<Object> exception = Copy(boilerplate); local
590 // double fault with another stack overflow exception, we use a
593 // from where the exception occurred. It should probably be
595 DoThrow(*exception, NULL, kStackOverflowMessage);
596 return Failure::Exception();
602 return Failure::Exception();
606 Failure* Top::Throw(Object* exception, MessageLocation* location) {
607 DoThrow(exception, location, NULL);
608 return Failure::Exception();
612 Failure* Top::ReThrow(Object* exception, MessageLocation* location)
    [all...]
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 2012 RegisterID* exception = emitNewError(newTemporary(), SyntaxError, jsString(globalData(), "Expression too deep")); local
    [all...]
NodesCodegen.cpp 87 RegisterID* exception = generator.emitNewError(generator.newTemporary(), type, jsString(generator.globalData(), message)); local
88 generator.emitThrow(exception);
89 return exception;
97 RegisterID* exception = generator.emitNewError(generator.newTemporary(), type, jsString(generator.globalData(), message)); local
98 generator.emitThrow(exception);
99 return exception;
    [all...]
  /external/webkit/WebCore/dom/
Range.cpp 284 // Firefox doesn't throw an exception for this case; it returns false.
357 // Firefox doesn't throw an exception for this case; it returns 0.
362 // Firefox doesn't throw an exception for this case; it returns 0.
561 // Firefox doesn't throw an exception for these cases; it returns false.
1679 int exception = 0; local
    [all...]
xml_expat_tokenizer.cpp 413 if (exceptioncode) // exception while setting attributes
589 int exception = 0; local
591 toQString(target), toQString(data), exception);
592 if (exception)
  /prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
ObjectInputStreamTest.java 222 public void test_close() throws Exception {
249 public void test_defaultReadObject() throws Exception {
252 // throws an exception.
414 public void test_readFields() throws Exception {
633 public void test_readObject() throws Exception {
744 public void test_readObjectOverride() throws Exception {
775 public void test_readObjectMissingClasses() throws Exception {
797 boolean exception = false;
803 exception = true;
809 assertTrue("Expected StreamCorruptedException", exception);
1422 private IOException exception = null; field in class:ObjectInputStreamTest.ExceptionalBufferedInputStream
    [all...]
  /dalvik/libcore/x-net/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 64 * @return 1 if an exception was thrown, 0 if not.
785 * Preserve and restore the exception state around this call, so
788 jthrowable exception = env->ExceptionOccurred(); local
790 if (exception != NULL) {
801 if (exception != NULL) {
802 env->Throw(exception);
811 * Preserve and restore the exception state around this call, so
814 jthrowable exception = env->ExceptionOccurred(); local
816 if (exception != NULL) {
828 if (exception != NULL)
    [all...]
  /dalvik/vm/
Jni.c 781 * Throwing an exception on failure is problematic, because JNI code
782 * may not be expecting an exception, and things sort of cascade. We
2082 Object* exception; local
2109 Object* exception = dvmGetException(_self); local
    [all...]
Thread.c 835 LOGE("exception thrown while constructing main thread object\n");
853 LOGE("exception thrown while constructing main vmthread object\n");
1694 Object* exception; local
    [all...]
  /dalvik/vm/oo/
Class.c 139 and meta-data references (e.g. annotations and exception handler lists).
3755 Object* exception; local
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 171 // TODO: use a app coded exception
728 final Exception_info exception = exceptions.get (e); local
729 leaders.add (exception.m_handler_pc);
1211 final Exception_info exception = exceptionTable.get (e); local
    [all...]
  /external/qemu/target-arm/
cpu.h 42 #define EXCP_EXCEPTION_EXIT 8 /* Return from v7M exception. */
147 int exception; member in struct:CPUARMState::__anon4851
271 | env->v7m.exception;
296 env->v7m.exception = val & 0x1ff;

Completed in 1179 milliseconds

1 2 3 4 5 6 7 891011