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

1234567891011>>

/external/v8/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/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);
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/libcxx/test/std/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/lzma/CPP/7zip/UI/Explorer/
H A DMyMessages.h8 void ShowErrorMessage(HWND window, LPCWSTR message);
9 inline void ShowErrorMessage(LPCWSTR message) { ShowErrorMessage(0, message); } argument
/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/vogar/src/junit/framework/
H A DAssertionFailedError.java26 public AssertionFailedError(String message) { argument
27 super(message);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/message/
H A DCompressedMessage.java33 package com.jme3.network.message;
47 private Message message; field in class:CompressedMessage
52 this.message = msg;
55 public void setMessage(Message message) { argument
56 this.message = message;
60 return message;
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/exception/
H A DPlotRenderException.java20 public PlotRenderException(String message) { argument
21 super(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/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/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/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DRendererException.java46 public RendererException(String message){ argument
47 super(message);
/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);

Completed in 583 milliseconds

1234567891011>>