HomeSort by relevance Sort by last modified time
    Searched defs:setException (Results 1 - 25 of 30) sorted by null

1 2

  /external/guava/guava/src/com/google/common/util/concurrent/
SettableFuture.java 23 * or {@link #setException(Throwable)} call. It may also be cancelled.
67 public boolean setException(Throwable throwable) {
68 return super.setException(throwable);
AbstractFuture.java 41 * {@link #setException(Throwable)}. Subclasses may also override {@link
185 protected boolean setException(Throwable throwable) {
186 boolean result = sync.setException(checkNotNull(throwable));
327 boolean setException(Throwable t) {
AbstractService.java 203 startup.setException(cause);
204 shutdown.setException(new Exception(
207 shutdown.setException(cause);
209 shutdown.setException(new Exception("Service failed while running", cause));
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ExceptionState.cpp 65 setException(V8ThrowException::createDOMException(ec, processedMessage, m_creationContext, m_isolate));
77 setException(V8ThrowException::createDOMException(SecurityError, finalSanitized, finalUnsanitized, m_creationContext, m_isolate));
80 void ExceptionState::setException(v8::Handle<v8::Value> exception)
102 setException(V8ThrowException::createTypeError(addExceptionContext(message), m_isolate));
110 setException(V8ThrowException::createRangeError(addExceptionContext(message), m_isolate));
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/reference/
GLReferenceActivity.java 60 private synchronized void setException(Exception e) {
74 setException(new Exception("Benchmark failed to run"));
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
ExceptionTest.java 61 logWriter.println("\n>> testExceptionEvent: => setException(...)...");
62 debuggeeWrapper.vmMirror.setException(exceptionSignature, isCatch,
64 logWriter.println(">> testExceptionEvent: setException(...) DONE");
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ForwardingListenableFutureTest.java 65 delegate.setException(new Exception("failed"));
SettableFutureTest.java 56 assertTrue(future.setException(new Exception("failure")));
62 future.setException(null);
67 assertTrue(future.setException(new Exception("failure")));
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ExceptionTest.java 62 logWriter.println("\n>> testExceptionEvent: => setException(...)...");
63 debuggeeWrapper.vmMirror.setException(exceptionSignature, isCatch, isUncatch);
64 logWriter.println(">> testExceptionEvent: setException(...) DONE");
118 logWriter.println("\n>> testExceptionEventLocation: => setException(...)...");
119 debuggeeWrapper.vmMirror.setException(exceptionSignature, isCatch, isUncatch);
120 logWriter.println(">> testExceptionEventLocation: setException(...) DONE");
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/primitive/
GLPrimitiveActivity.java 99 private synchronized void setException(Exception e) {
132 setException(e);
165 setException(new Exception("Benchmark failed to run"));
176 setException(new Exception("Benchmark timed out"));
  /external/chromium_org/third_party/WebKit/Source/web/
WebBindings.cpp 156 void WebBindings::setException(NPObject* object, const NPUTF8* message)
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorTest.java 71 public boolean setException(Throwable t) {
72 return super.setException(t);
95 done.setException(e);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java     [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
org.eclipse.ecf_3.1.0.v20100529-0735.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 

Completed in 341 milliseconds

1 2