/external/llvm/bindings/ocaml/linker/ |
H A D | linker_ocaml.c | 24 void llvm_raise(value Prototype, char *Message); 28 char* Message; local 30 if (LLVMLinkModules(Dst, Src, 0, &Message)) 31 llvm_raise(*caml_named_value("Llvm_linker.Error"), Message);
|
/external/llvm/bindings/ocaml/irreader/ |
H A D | irreader_ocaml.c | 21 void llvm_raise(value Prototype, char *Message); 29 char *Message; local 31 if (LLVMParseIRInContext(C, MemBuf, &M, &Message)) 32 llvm_raise(*caml_named_value("Llvm_irreader.Error"), Message);
|
/external/clang/test/CodeGenCXX/ |
H A D | constructor-convert.cpp | 9 static void error(const Twine &Message) {} argument
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/ |
H A D | Message.java | 44 public interface Message interface 50 public Message setReliable(boolean f);
|
/external/llvm/bindings/ocaml/bitreader/ |
H A D | bitreader_ocaml.c | 21 void llvm_raise(value Prototype, char *Message); 26 char *Message; local 28 if (LLVMGetBitcodeModuleInContext(C, MemBuf, &M, &Message)) 29 llvm_raise(*caml_named_value("Llvm_bitreader.Error"), Message); 37 char *Message; local 39 if (LLVMParseBitcodeInContext(C, MemBuf, &M, &Message)) 40 llvm_raise(*caml_named_value("Llvm_bitreader.Error"), Message);
|
/external/clang/include/clang/Basic/ |
H A D | PrettyStackTrace.h | 30 const char *Message; member in class:clang::PrettyStackTraceLoc 33 : SM(sm), Loc(L), Message(Msg) {}
|
/external/clang/include/clang/Sema/ |
H A D | PrettyDeclStackTrace.h | 35 const char *Message; member in class:clang::PrettyDeclStackTraceEntry 40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
|
/external/llvm/bindings/ocaml/analysis/ |
H A D | analysis_ocaml.c | 28 char *Message; local 29 int Result = LLVMVerifyModule(M, LLVMReturnStatusAction, &Message); 35 String = copy_string(Message); 39 LLVMDisposeMessage(Message);
|
/external/protobuf/gtest/include/gtest/ |
H A D | gtest-message.h | 34 // This header file defines the Message class. 56 // The Message class works like an ostream repeater. 60 // 1. You stream a bunch of values to a Message object. 62 // 2. Then you stream the Message object to an ostream. 63 // This causes the text in the Message to be streamed 68 // testing::Message foo; 74 // Message is not intended to be inherited from. In particular, its 79 // latter (it causes an access violation if you do). The Message 82 class GTEST_API_ Message { class in namespace:testing 89 // Constructs an empty Message 94 Message() : ss_(new internal::StrStream) { function in class:testing::Message 101 Message(const Message& msg) : ss_(new internal::StrStream) { // NOLINT function in class:testing::Message 106 explicit Message(const char* str) : ss_(new internal::StrStream) { function in class:testing::Message [all...] |
/external/v8/include/ |
H A D | v8-debug.h | 44 class Message { class in class:v8::Debug 90 virtual ~Message() {} 152 typedef void (*MessageHandler)(const Message& message); 180 // Message based interface. The message protocol is JSON.
|
/external/clang/tools/driver/ |
H A D | cc1_main.cpp | 44 static void LLVMErrorHandler(void *UserData, const std::string &Message, argument 48 Diags.Report(diag::err_fe_error_backend) << Message;
|
/external/llvm/lib/Bitcode/Reader/ |
H A D | BitReader.cpp | 38 std::string Message; local 39 raw_string_ostream Stream(Message); 47 *OutMessage = strdup(Message.c_str()); 64 std::string Message; local
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
H A D | gtest-message.h | 34 // This header file defines the Message class. 56 // The Message class works like an ostream repeater. 60 // 1. You stream a bunch of values to a Message object. 62 // 2. Then you stream the Message object to an ostream. 63 // This causes the text in the Message to be streamed 68 // testing::Message foo; 74 // Message is not intended to be inherited from. In particular, its 79 // latter (it causes an access violation if you do). The Message 82 class GTEST_API_ Message { class in namespace:testing 89 // Constructs an empty Message 94 Message() : ss_(new ::std::stringstream) { function in class:testing::Message 101 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT function in class:testing::Message 106 explicit Message(const char* str) : ss_(new ::std::stringstream) { function in class:testing::Message [all...] |
/external/gtest/include/gtest/ |
H A D | gtest-message.h | 34 // This header file defines the Message class. 54 // See Message& operator<<(...) below for why. 59 // The Message class works like an ostream repeater. 63 // 1. You stream a bunch of values to a Message object. 65 // 2. Then you stream the Message object to an ostream. 66 // This causes the text in the Message to be streamed 71 // testing::Message foo; 77 // Message is not intended to be inherited from. In particular, its 82 // latter (it causes an access violation if you do). The Message 85 class GTEST_API_ Message { class in namespace:testing 96 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT function in class:testing::Message 101 explicit Message(const char* str) : ss_(new ::std::stringstream) { function in class:testing::Message [all...] |
/external/lldb/utils/test/ |
H A D | ras.py | 20 from email.message import Message namespace
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest-message.h | 34 // This header file defines the Message class. 56 // The Message class works like an ostream repeater. 60 // 1. You stream a bunch of values to a Message object. 62 // 2. Then you stream the Message object to an ostream. 63 // This causes the text in the Message to be streamed 68 // testing::Message foo; 74 // Message is not intended to be inherited from. In particular, its 79 // latter (it causes an access violation if you do). The Message 82 class GTEST_API_ Message { class in namespace:testing 89 // Constructs an empty Message 94 Message() : ss_(new ::std::stringstream) { function in class:testing::Message 101 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT function in class:testing::Message 106 explicit Message(const char* str) : ss_(new ::std::stringstream) { function in class:testing::Message [all...] |
/external/mesa3d/src/gtest/include/gtest/ |
H A D | gtest-message.h | 34 // This header file defines the Message class. 56 // The Message class works like an ostream repeater. 60 // 1. You stream a bunch of values to a Message object. 62 // 2. Then you stream the Message object to an ostream. 63 // This causes the text in the Message to be streamed 68 // testing::Message foo; 74 // Message is not intended to be inherited from. In particular, its 79 // latter (it causes an access violation if you do). The Message 82 class GTEST_API_ Message { class in namespace:testing 89 // Constructs an empty Message 94 Message() : ss_(new ::std::stringstream) { function in class:testing::Message 101 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT function in class:testing::Message 106 explicit Message(const char* str) : ss_(new ::std::stringstream) { function in class:testing::Message [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
H A D | Message.java | 41 public abstract class Message { class 58 public Message() { method in class:Message 61 public Message(int msgID) { method in class:Message 65 public Message(int msgID, Object arg, Object arg2) { method in class:Message 85 * a Message. 89 /** Return a new template instance for the location part of a Message.
|
/external/clang/include/clang/Frontend/ |
H A D | LogDiagnosticPrinter.h | 25 std::string Message; member in struct:clang::LogDiagnosticPrinter::DiagEntry
|
/external/clang/lib/Basic/ |
H A D | SourceLocation.cpp | 31 OS << Message << '\n'; local
|
/external/llvm/unittests/Support/ |
H A D | YAMLParserTest.cpp | 33 static void ExpectParseError(StringRef Message, StringRef Input) { argument 37 EXPECT_FALSE(Stream.validate()) << Message << ": " << Input; 38 EXPECT_TRUE(Stream.failed()) << Message << ": " << Input; 42 static void ExpectParseSuccess(StringRef Message, StringRef Input) { argument 45 EXPECT_TRUE(Stream.validate()) << Message << ": " << Input;
|
/external/protobuf/src/google/protobuf/ |
H A D | message.h | 35 // Defines Message, the abstract interface implemented by non-lite 79 // // Same as the last block, but do it dynamically via the Message 81 // Message* foo = new Foo; 129 class Message; 157 // See also MessageLite, which contains most every-day operations. Message 161 // default implementations based on reflection. Message classes which are 165 class LIBPROTOBUF_EXPORT Message : public MessageLite { class in namespace:google::protobuf 167 inline Message() {} function in class:google::protobuf::Message 168 virtual ~Message(); 175 virtual Message* Ne [all...] |
/external/clang/test/SemaCXX/ |
H A D | missing-namespace-qualifier-typo-corrections.cpp | 99 class Message {}; class 103 bool Equivalent(const Message&, const Message&); // expected-note {{'extra::util::MessageUtils::Equivalent' declared here}} \ 110 Message a, b; 117 Message a, b;
|
/external/clang/tools/scan-view/ |
H A D | Reporter.py | 28 from email.message import Message namespace 141 return "Message sent!"
|
/external/clang/unittests/Tooling/ |
H A D | CommentHandlerTest.cpp | 16 Comment(const std::string &Message, unsigned Line, unsigned Col) argument 17 : Message(Message), Line(Line), Col(Col) { } 19 std::string Message; member in struct:clang::Comment 103 << Current->Message << "\" at line " << Current->Line << ", column " 108 void Match(const char *Message, unsigned Line, unsigned Col) { argument 109 EXPECT_TRUE(Current != End) << "Comment " << Message << " not found"; 113 EXPECT_TRUE(C.Message == Message && C.Line == Line && C.Col == Col) 114 << "Expected comment \"" << Message [all...] |