HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 251 - 275 of 2577) sorted by null

<<11121314151617181920>>

  /external/chromium_org/mojo/public/java/src/org/chromium/mojo/system/
AsyncWaiter.java 40 public void onError(MojoException exception);
  /external/chromium_org/ppapi/c/private/
ppb_instance_private.h 81 * The exception, if any, will be returned in *exception. As with the PPB_Var
82 * interface, the exception parameter, if non-NULL, must be initialized
84 * the exception parameter will be set to a "void" var. On failure, the
88 * @param[in/out] exception PP_Var containing the exception. Initialize
89 * this to NULL if you don't want exception info; initialize this to a void
90 * exception if want exception info.
97 struct PP_Var* exception);
    [all...]
  /external/chromium_org/ppapi/cpp/private/
instance_private.h 48 VarPrivate ExecuteScript(const Var& script, Var* exception = NULL);
  /external/chromium_org/testing/gtest/test/
gtest_throw_on_failure_test_.cc 42 #include <exception> // for set_terminate
48 fprintf(stderr, "%s\n", "Unhandled C++ exception terminating the program.");
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
ExceptionHandlerTable.java 85 public int add (final Exception_info exception)
88 m_exceptions.add (exception);
93 public Exception_info set (final int offset, final Exception_info exception)
95 return (Exception_info) m_exceptions.set (offset, exception);
  /external/emma/core/java12/com/vladium/util/exception/
Exceptions.java 9 package com.vladium.util.exception;
  /external/google-tv-pairing-protocol/java/src/com/google/polo/exception/
BadSecretException.java 17 package com.google.polo.exception;
20 * Exception thrown when the secret given is incorrect.
NoConfigurationException.java 17 package com.google.polo.exception;
20 * Exception thrown when a session configuration could not be negotiated.
PoloException.java 17 package com.google.polo.exception;
20 * Generic exception thrown by the Polo library.
22 public class PoloException extends Exception {
ProtocolErrorException.java 17 package com.google.polo.exception;
20 * Exception thrown when the protocol has ceased due to error.
  /external/gtest/test/
gtest_throw_on_failure_test_.cc 42 #include <exception> // for set_terminate
48 fprintf(stderr, "%s\n", "Unhandled C++ exception terminating the program.");
  /external/jmdns/src/javax/jmdns/
ServiceEvent.java 24 * @exception IllegalArgumentException
68 } catch (CloneNotSupportedException exception) {
  /external/libcxx/test/containers/unord/unord.multiset/
erase_iter_iter_db4.pass.cpp 20 #include <exception>
  /external/libcxx/test/containers/unord/unord.set/
erase_iter_iter_db4.pass.cpp 20 #include <exception>
  /external/libcxx/test/depr/exception.unexpected/set.unexpected/
set_unexpected.pass.cpp 12 #include <exception>
  /external/libcxx/test/language.support/support.dynamic/alloc.errors/bad.alloc/
bad_alloc.pass.cpp 18 static_assert((std::is_base_of<std::exception, std::bad_alloc>::value),
19 "std::is_base_of<std::exception, std::bad_alloc>::value");
  /external/libcxx/test/language.support/support.exception/uncaught/
uncaught_exception.pass.cpp 12 #include <exception>
  /external/libcxx/test/language.support/support.rtti/bad.cast/
bad_cast.pass.cpp 18 static_assert((std::is_base_of<std::exception, std::bad_cast>::value),
19 "std::is_base_of<std::exception, std::bad_cast>::value");
  /external/libcxx/test/language.support/support.rtti/bad.typeid/
bad_typeid.pass.cpp 18 static_assert((std::is_base_of<std::exception, std::bad_typeid>::value),
19 "std::is_base_of<std::exception, std::bad_typeid>::value");
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weakptr/
bad_weak_ptr.pass.cpp 13 // : public std::exception
26 static_assert((std::is_base_of<std::exception, std::bad_weak_ptr>::value), "");
  /external/libcxxabi/src/
cxa_default_handlers.cpp 14 #include <exception>
27 // If there might be an uncaught exception
33 // If there is an uncaught exception
56 // If the uncaught exception can be caught with std::exception&
58 static_cast<const __shim_type_info*>(&typeid(std::exception));
61 // Include the what() message from the exception
62 const std::exception* e = static_cast<const std::exception*>(thrown_object);
63 abort_message("terminating with %s exception of type %s: %s"
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/frv/lib/
memcpy.S 20 # - NOTE: must not use any stack. exception detection performs function return
124 # deal any exception generated by memcpy
memset.S 20 # - NOTE: must not use any stack. exception detection performs function return
171 # deal any exception generated by memset
  /external/lldb/test/lang/cpp/exceptions/
exceptions.cpp 1 #include <exception>
  /external/smack/src/org/jivesoftware/smack/util/dns/
HostAddress.java 21 private Exception exception; field in class:HostAddress
66 public void setException(Exception e) {
67 this.exception = e;
101 if (exception == null) {
105 error = exception.getMessage();
107 return toString() + " Exception: " + error;

Completed in 902 milliseconds

<<11121314151617181920>>