Searched defs:message (Results 26 - 50 of 2476) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_registration_status.cc17 base::string16* message) {
19 *message = base::ASCIIToUTF16(ServiceWorkerStatusToString(status));
14 GetServiceWorkerRegistrationStatusResponse( ServiceWorkerStatusCode status, blink::WebServiceWorkerError::ErrorType* error_type, base::string16* message) argument
/external/chromium_org/content/public/browser/
H A Dweb_ui_controller.cc10 const std::string& message,
9 OverrideHandleWebUIMessage(const GURL& source_url, const std::string& message, const base::ListValue& args) argument
/external/chromium_org/third_party/icu/source/samples/layout/
H A DGnomeGUISupport.cpp22 void GnomeGUISupport::postErrorMessage(const char *message, const char *title) argument
28 s = g_strconcat(title, ":\n", message, NULL);
33 fprintf(stderr, "%s: %s\n", title, message);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dicusvtst.h38 UnicodeString& lrmsg(UnicodeString& result, const UnicodeString& message, const UObject* lhs, const UObject* rhs) const;
39 void confirmBoolean(const UnicodeString& message, UBool val);
41 void confirmEqual(const UnicodeString& message, const UObject* lhs, const UObject* rhs);
43 void confirmEqual(const UnicodeString& message, const Integer* lhs, const Integer* rhs);
44 void confirmEqual(const UnicodeString& message, const UnicodeString* lhs, const UnicodeString* rhs);
45 void confirmEqual(const UnicodeString& message, const Locale* lhs, const Locale* rhs);
47 void confirmStringsEqual(const UnicodeString& message, const UnicodeString& lhs, const UnicodeString& rhs);
48 void confirmIdentical(const UnicodeString& message, const UObject* lhs, const UObject* rhs);
49 void confirmIdentical(const UnicodeString& message, int32_t lhs, int32_t rhs);
51 void msgstr(const UnicodeString& message, UObjec
52 logstr(const UnicodeString& message, UObject* obj) argument
[all...]
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
H A Dconfigurationackmessage.h19 #include "polo/pairing/message/polomessage.h"
23 namespace message { namespace in namespace:polo::pairing
25 // Ack for a configuration message.
28 // Creates a new configuration ack message.
38 } // namespace message
/external/icu/icu4c/source/samples/layout/
H A DGnomeGUISupport.cpp22 void GnomeGUISupport::postErrorMessage(const char *message, const char *title) argument
28 s = g_strconcat(title, ":\n", message, NULL);
33 fprintf(stderr, "%s: %s\n", title, message);
/external/icu/icu4c/source/test/intltest/
H A Dicusvtst.h38 UnicodeString& lrmsg(UnicodeString& result, const UnicodeString& message, const UObject* lhs, const UObject* rhs) const;
39 void confirmBoolean(const UnicodeString& message, UBool val);
41 void confirmEqual(const UnicodeString& message, const UObject* lhs, const UObject* rhs);
43 void confirmEqual(const UnicodeString& message, const Integer* lhs, const Integer* rhs);
44 void confirmEqual(const UnicodeString& message, const UnicodeString* lhs, const UnicodeString* rhs);
45 void confirmEqual(const UnicodeString& message, const Locale* lhs, const Locale* rhs);
47 void confirmStringsEqual(const UnicodeString& message, const UnicodeString& lhs, const UnicodeString& rhs);
48 void confirmIdentical(const UnicodeString& message, const UObject* lhs, const UObject* rhs);
49 void confirmIdentical(const UnicodeString& message, int32_t lhs, int32_t rhs);
51 void msgstr(const UnicodeString& message, UObjec
52 logstr(const UnicodeString& message, UObject* obj) argument
[all...]
/external/nist-sip/java/javax/sip/
H A DDialogDoesNotExistException.java7 public DialogDoesNotExistException(String message) { argument
8 super(message);
11 public DialogDoesNotExistException(String message, Throwable cause) { argument
12 super(message, cause);
H A DInvalidArgumentException.java7 public InvalidArgumentException(String message) { argument
8 super(message);
11 public InvalidArgumentException(String message, Throwable cause) { argument
12 super(message, cause);
H A DObjectInUseException.java7 public ObjectInUseException(String message) { argument
8 super(message);
11 public ObjectInUseException(String message, Throwable cause) { argument
12 super(message, cause);
H A DPeerUnavailableException.java7 public PeerUnavailableException(String message) { argument
8 super(message);
11 public PeerUnavailableException(String message, Throwable cause) { argument
12 super(message, cause);
H A DProviderDoesNotExistException.java7 public ProviderDoesNotExistException(String message) { argument
8 super(message);
11 public ProviderDoesNotExistException(String message, Throwable cause) { argument
12 super(message, cause);
H A DSipException.java7 public SipException(String message) { argument
8 super(message);
11 public SipException(String message, Throwable cause) { argument
12 super(message, cause);
H A DTransactionAlreadyExistsException.java7 public TransactionAlreadyExistsException(String message) { argument
8 super(message);
11 public TransactionAlreadyExistsException(String message, Throwable cause) { argument
12 super(message, cause);
H A DTransactionDoesNotExistException.java7 public TransactionDoesNotExistException(String message) { argument
8 super(message);
11 public TransactionDoesNotExistException(String message, Throwable cause) { argument
12 super(message, cause);
H A DTransactionUnavailableException.java7 public TransactionUnavailableException(String message) { argument
8 super(message);
11 public TransactionUnavailableException(String message, Throwable cause) { argument
12 super(message, cause);
H A DTransportNotSupportedException.java7 public TransportNotSupportedException(String message) { argument
8 super(message);
11 public TransportNotSupportedException(String message, Throwable cause) { argument
12 super(message, cause);
/external/oprofile/libutil++/
H A Dop_exception.h35 std::string message; member in class:op_exception
/external/chromium_org/ppapi/tests/extensions/media_galleries/
H A Dtest.js9 function handleMessage(message) {
10 if (message.data == 'ready') {
21 var message = {
26 filePassingModule.postMessage(message);
28 } else if (message.data == 'read_success'){
29 var message = {
34 filePassingModule.postMessage(message);
35 } else if (message.data == 'write_success'){
38 chrome.test.fail(message.data);
44 filePassingModule.addEventListener('message', handleMessag
[all...]
/external/apache-http/src/org/apache/http/
H A DConnectionClosedException.java55 * Creates a new ConnectionClosedException with the specified detail message.
57 * @param message The exception detail message
59 public ConnectionClosedException(final String message) { argument
60 super(message);
H A DHttpException.java53 * Creates a new HttpException with a <tt>null</tt> detail message.
60 * Creates a new HttpException with the specified detail message.
62 * @param message the exception detail message
64 public HttpException(final String message) { argument
65 super(message);
69 * Creates a new HttpException with the specified detail message and cause.
71 * @param message the exception detail message
75 public HttpException(final String message, fina argument
[all...]
H A DMalformedChunkCodingException.java49 * Creates a MalformedChunkCodingException without a detail message.
56 * Creates a MalformedChunkCodingException with the specified detail message.
58 * @param message The exception detail message
60 public MalformedChunkCodingException(final String message) { argument
61 super(message);
H A DMethodNotSupportedException.java54 * Creates a new MethodNotSupportedException with the specified detail message.
56 * @param message The exception detail message
58 public MethodNotSupportedException(final String message) { argument
59 super(message);
63 * Creates a new MethodNotSupportedException with the specified detail message and cause.
65 * @param message the exception detail message
69 public MethodNotSupportedException(final String message, final Throwable cause) { argument
70 super(message, caus
[all...]
H A DNoHttpResponseException.java55 * Creates a new NoHttpResponseException with the specified detail message.
57 * @param message exception message
59 public NoHttpResponseException(String message) { argument
60 super(message);
H A DParseException.java36 * Parse errors when receiving a message will typically trigger
62 * Creates a {@link ParseException} with a detail message.
64 * @param message the exception detail message, or <code>null</code>
66 public ParseException(String message) { argument
67 super(message);

Completed in 323 milliseconds

1234567891011>>