Searched defs:message (Results 1 - 25 of 2476) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/configurations/target_platform/
H A Dleft.c1 const char *message(void) { function
H A Dright.c1 const char *message(void) { function
/external/bison/lib/
H A Dyyerror.c27 yyerror (char const *message) argument
29 fputs (message, stderr);
/external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
H A Dpopup.js10 var message = document.querySelector('#message'); variable
19 message.innerText = 'Not allowed to inject CSS into special page.';
21 message.innerText = 'Injected style!';
26 message.innerHTML = 'Set a style in the <a target="_blank" href="' +
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dincident_handler_util.cc15 // Computes a simple hash digest over the serialized form of |message|.
16 // |message| must be in a canonical form.
17 uint32_t HashMessage(const google::protobuf::MessageLite& message) { argument
19 if (!message.SerializeToString(&message_string)) {
/external/chromium_org/chrome/browser/ui/views/
H A Dprocess_singleton_dialog_linux.cc13 bool ShowProcessSingletonDialog(const base::string16& message, argument
18 message,
/external/chromium_org/chrome/common/media/
H A Dwebrtc_logging_message_data.h12 // A struct representing a logging message with its creation time.
15 WebRtcLoggingMessageData(base::Time time, const std::string& message);
17 // Returns a string formatted as "[XXX:YYY] $message", where "[XXX:YYY]" is
23 std::string message; member in struct:WebRtcLoggingMessageData
/external/chromium_org/content/public/renderer/
H A Drender_process_observer.cc10 const IPC::Message& message) {
9 OnControlMessageReceived( const IPC::Message& message) argument
/external/chromium_org/content/public/utility/
H A Dcontent_utility_client.cc9 bool ContentUtilityClient::OnMessageReceived(const IPC::Message& message) { argument
/external/chromium_org/content/renderer/media/
H A Dwebrtc_logging_noop.cc9 void WebRtcLogMessage(const std::string& message) {} argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMError.cpp37 DOMError::DOMError(const String& name, const String& message) argument
39 , m_message(message)
/external/chromium_org/third_party/icu/source/samples/layout/
H A DGDIGUISupport.cpp18 void GDIGUISupport::postErrorMessage(const char *message, const char *title) argument
20 MessageBoxA(NULL, message, title, MB_ICONERROR);
/external/chromium_org/third_party/mesa/src/src/mesa/x86-64/
H A Dx86-64.c65 static void message( const char *msg ) function
83 message("Initializing x86-64 optimizations\n");
99 message("3Dnow! detected\n");
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-run-jsexceptions.cc29 v8::Handle<v8::Message> message; local
31 message = T.CheckThrowsReturnMessage(T.Val(1), T.undefined());
32 CHECK(!message.IsEmpty());
33 CHECK_EQ(2, message->GetLineNumber());
34 CHECK_EQ(40, message->GetStartPosition());
36 message = T.CheckThrowsReturnMessage(T.Val(2), T.undefined());
37 CHECK(!message.IsEmpty());
38 CHECK_EQ(3, message->GetLineNumber());
39 CHECK_EQ(67, message->GetStartPosition());
41 message
[all...]
/external/clang/test/Parser/
H A Dblock-block-storageclass.c8 __block const char * message = "HELLO"; local
14 printf ("%s(%d)\n", message, X);
/external/clang/test/Sema/
H A Dblock-storageclass.c9 __block const char * message = "HELLO"; local
15 printf ("%s(%d)\n", message, X);
/external/deqp/framework/randomshaders/
H A DrsgDefs.hpp39 Exception (const std::string& message) : std::runtime_error(message) {} argument
/external/icu/icu4c/source/samples/layout/
H A DGDIGUISupport.cpp18 void GDIGUISupport::postErrorMessage(const char *message, const char *title) argument
20 MessageBoxA(NULL, message, title, MB_ICONERROR);
/external/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/
H A Ddefault_ctor.pass.cpp29 virtual std::string message(int ev) const {return std::string();} function in class:test1
/external/mesa3d/src/mesa/x86-64/
H A Dx86-64.c65 static void message( const char *msg ) function
83 message("Initializing x86-64 optimizations\n");
99 message("3Dnow! detected\n");
/external/nanopb-c/examples/using_double_on_avr/
H A Dencode_double.c12 AVRDoubleMessage message = { local
20 pb_encode(&stream, AVRDoubleMessage_fields, &message);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DDataLengthException.java20 * create a DataLengthException with the given message.
22 * @param message the message to be carried with the exception.
25 String message)
27 super(message);
24 DataLengthException( String message) argument
H A DRuntimeCryptoException.java17 * create a RuntimeCryptoException with the given message.
19 * @param message the message to be carried with the exception.
22 String message)
24 super(message);
21 RuntimeCryptoException( String message) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DNoSuchStoreException.java6 public NoSuchStoreException(String message) argument
8 super(message);
/external/chromium_org/components/proximity_auth/
H A Dwire_message_unittest.cc13 scoped_ptr<WireMessage> message = local
16 EXPECT_FALSE(message);
21 scoped_ptr<WireMessage> message = local
24 EXPECT_FALSE(message);
30 scoped_ptr<WireMessage> message = local
33 EXPECT_FALSE(message);
38 scoped_ptr<WireMessage> message = local
41 EXPECT_FALSE(message);
46 scoped_ptr<WireMessage> message = local
49 EXPECT_FALSE(message);
54 scoped_ptr<WireMessage> message = WireMessage::Deserialize( local
62 scoped_ptr<WireMessage> message = WireMessage::Deserialize( local
73 scoped_ptr<WireMessage> message = local
84 scoped_ptr<WireMessage> message = local
96 scoped_ptr<WireMessage> message = local
107 scoped_ptr<WireMessage> message = local
119 scoped_ptr<WireMessage> message = local
130 scoped_ptr<WireMessage> message = local
141 scoped_ptr<WireMessage> message = local
158 scoped_ptr<WireMessage> message = local
[all...]

Completed in 5158 milliseconds

1234567891011>>