Searched defs:message (Results 151 - 175 of 2476) sorted by relevance

1234567891011>>

/external/apache-http/src/org/apache/http/impl/auth/
H A DUnsupportedDigestAlgorithmException.java51 * Creates a new UnsupportedAuthAlgoritmException with a <tt>null</tt> detail message.
58 * Creates a new UnsupportedAuthAlgoritmException with the specified message.
60 * @param message the exception detail message
62 public UnsupportedDigestAlgorithmException(String message) { argument
63 super(message);
67 * Creates a new UnsupportedAuthAlgoritmException with the specified detail message and cause.
69 * @param message the exception detail message
73 public UnsupportedDigestAlgorithmException(String message, Throwabl argument
[all...]
/external/apache-http/src/org/apache/http/impl/client/
H A DTunnelRefusedException.java49 public TunnelRefusedException(final String message, final HttpResponse response) { argument
50 super(message);
/external/apache-http/src/org/apache/http/impl/cookie/
H A DDateParseException.java59 * @param message the exception message
61 public DateParseException(String message) { argument
62 super(message);
/external/apache-http/src/org/apache/http/impl/entity/
H A DLaxContentLengthStrategy.java58 * The transfer-length of a message is the length of the message-body as it appears in the
59 * message; that is, after any transfer-codings have been applied. When a message-body is
60 * included with a message, the transfer-length of that body is determined by one of the
64 * 1.Any response message which "MUST NOT" include a message-body (such as the 1xx, 204,
67 * message.
72 * coding (section 3.6), unless the message is terminated by closing the connection.
81 * header field is present). If a message i
192 determineLength(final HttpMessage message) argument
[all...]
H A DStrictContentLengthStrategy.java54 * The transfer-length of a message is the length of the message-body as it appears in the
55 * message; that is, after any transfer-codings have been applied. When a message-body is
56 * included with a message, the transfer-length of that body is determined by one of the
60 * 1.Any response message which "MUST NOT" include a message-body (such as the 1xx, 204,
63 * message.
68 * coding (section 3.6), unless the message is terminated by closing the connection.
77 * header field is present). If a message i
188 determineLength(final HttpMessage message) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMConfigurationException.java41 * the <code>String </code> specified as an error message.
43 * @param msg The error message for the exception.
62 * given <code>Exception</code> base cause and detail message.
64 * @param msg The detail message.
72 * Create a new DTMConfigurationException from a message and a Locator.
78 * @param message The error or warning message.
81 public DTMConfigurationException(String message, argument
83 super(message, locator);
89 * @param message Th
94 DTMConfigurationException(String message, SourceLocator locator, Throwable e) argument
[all...]
H A DDTMDOMException.java37 * @param message
39 public DTMDOMException(short code, String message) argument
41 super(code, message);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DExtCRLException.java10 ExtCRLException(String message, Throwable cause) argument
12 super(message);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DExtCRLException.java10 ExtCRLException(String message, Throwable cause) argument
12 super(message);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
H A DPemGenerationException.java10 public PemGenerationException(String message, Throwable cause) argument
12 super(message);
16 public PemGenerationException(String message) argument
18 super(message);
/external/chromium_org/android_webview/common/
H A Daw_content_client.cc61 bool AwContentClient::CanSendWhileSwappedOut(const IPC::Message* message) { argument
66 return message->type() == IPC_REPLY_ID;
/external/chromium_org/android_webview/renderer/
H A Dprint_render_frame_observer.cc22 const IPC::Message& message) {
24 IPC_BEGIN_MESSAGE_MAP(PrintRenderFrameObserver, message)
21 OnMessageReceived( const IPC::Message& message) argument
/external/chromium_org/ash/display/
H A Ddisplay_error_observer_chromeos_unittest.cc60 base::string16 message = GetMessageContents(); local
61 EXPECT_FALSE(message.empty());
66 EXPECT_EQ(message, message2);
/external/chromium_org/ash/system/user/
H A Dlogin_status.cc39 base::string16 message = local
47 ReplaceSubstringsAfterOffset(&message, 0, base::ASCIIToUTF16("\\n"), newline);
48 return message;
/external/chromium_org/base/win/
H A Dmessage_window_unittest.cc17 UINT message, WPARAM wparam, LPARAM lparam, LRESULT* result) {
18 // Return |wparam| as the result of WM_USER message.
19 if (message == WM_USER) {
16 HandleMessage( UINT message, WPARAM wparam, LPARAM lparam, LRESULT* result) argument
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_message_port.cc23 const Message& message,
28 base::Unretained(native_process_), message.data));
22 DispatchOnMessage( const Message& message, int target_port_id) argument
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dchrome_browser_pepper_host_factory.cc39 const IPC::Message& message) {
49 switch (message.type()) {
87 switch (message.type()) {
112 if (message.type() == PpapiHostMsg_IsolatedFileSystem_Create::ID) {
35 CreateResourceHost( ppapi::host::PpapiHost* host, const ppapi::proxy::ResourceMessageCallParams& params, PP_Instance instance, const IPC::Message& message) argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dbraille.js55 if (msg['message'] == 'BRAILLE' && msg['args']) {
73 var message = {'target': 'BRAILLE',
78 cvox.ExtensionBridge.send(message);
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_message_filter_mac_unittest.cc53 IPC::Message message; local
55 message.SetHeaderValues(
58 filter->OverrideThreadForMessage(message, &thread);
/external/chromium_org/chrome/browser/sync/
H A Dbackend_unrecoverable_error_handler.cc24 const std::string& message) {
28 message);
22 OnUnrecoverableError( const tracked_objects::Location& from_here, const std::string& message) argument
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_tooltip_controller.h33 // |message| to display in the tooltip.
34 @property(copy, nonatomic) NSString* message; variable
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/app/
H A Dmain.js24 document.getElementById('send-message-button').style.display = 'block';
28 document.getElementById('send-message-button').style.display = 'none';
33 message = {"text": document.getElementById('input-text').value};
34 port.postMessage(message);
35 appendMessage("Sent message: <b>" + JSON.stringify(message) + "</b>");
38 function onNativeMessage(message) {
39 appendMessage("Received message: <b>" + JSON.stringify(message) + "</b>");
43 appendMessage("Failed to connect: " + chrome.runtime.lastError.message);
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
H A Doptions.js32 message('Error: No CSS specified');
38 message('Settings saved');
48 message('Loaded saved CSS.');
57 message('Reset stored CSS');
63 function message(msg) { function
64 var message = document.querySelector('.message');
65 message.innerText = msg;
67 message.innerText = '';
/external/chromium_org/chrome/renderer/autofill/
H A Dform_autocomplete_browsertest.cc23 // Tests that submitting a form generates a FormSubmitted message
34 const IPC::Message* message = render_thread_->sink().GetFirstMessageMatching( local
36 ASSERT_TRUE(message != NULL);
40 AutofillHostMsg_FormSubmitted::Read(message, &forms);
53 // FormSubmitted message.
65 const IPC::Message* message = render_thread_->sink().GetFirstMessageMatching( local
67 ASSERT_TRUE(message != NULL);
71 AutofillHostMsg_FormSubmitted::Read(message, &forms);
95 const IPC::Message* message = render_thread_->sink().GetFirstMessageMatching( local
97 ASSERT_TRUE(message !
136 const IPC::Message* message = render_thread_->sink().GetFirstMessageMatching( local
[all...]
/external/chromium_org/chrome/renderer/extensions/
H A Dchrome_v8_extension_handler.cc33 void ChromeV8ExtensionHandler::Send(IPC::Message* message) { argument
34 RenderThread::Get()->Send(message);

Completed in 662 milliseconds

1234567891011>>