Searched defs:PrintMessage (Results 1 - 8 of 8) sorted by relevance

/external/chromium-trace/catapult/systrace/profile_chrome/
H A Dui.py10 def PrintMessage(heading, eol='\n'): function
23 global PrintMessage
25 PrintMessage = NoOp
/external/llvm/lib/TableGen/
H A DError.cpp26 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, function in namespace:llvm
36 SrcMgr.PrintMessage(Loc.front(), Kind, Msg);
38 SrcMgr.PrintMessage(Loc[i], SourceMgr::DK_Note,
43 PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg);
47 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Warning, Msg);
55 PrintMessage(ErrorLoc, SourceMgr::DK_Error, Msg);
59 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg);
/external/swiftshader/third_party/LLVM/lib/Support/
H A DSourceMgr.cpp181 void SourceMgr::PrintMessage(SMLoc Loc, const Twine &Msg, function in class:SourceMgr
/external/nanopb-c/generator/google/protobuf/
H A Dtext_format.py42 __all__ = [ 'MessageToString', 'PrintMessage', 'PrintField',
60 PrintMessage(message, out, as_utf8=as_utf8, as_one_line=as_one_line)
68 def PrintMessage(message, out, indent=0, as_utf8=False, as_one_line=False): function
118 PrintMessage(value, out, indent, as_utf8, as_one_line)
122 PrintMessage(value, out, indent + 2, as_utf8, as_one_line)
/external/llvm/lib/Support/
H A DSourceMgr.cpp198 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, function in class:SourceMgr
215 void SourceMgr::PrintMessage(raw_ostream &OS, SMLoc Loc, function in class:SourceMgr
219 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors);
222 void SourceMgr::PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, function in class:SourceMgr
225 PrintMessage(llvm::errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors);
/external/protobuf/python/google/protobuf/
H A Dtext_format.py57 __all__ = ['MessageToString', 'PrintMessage', 'PrintField',
130 printer.PrintMessage(message)
144 def PrintMessage(message, out, indent=0, as_utf8=False, as_one_line=False, function
150 printer.PrintMessage(message)
208 def PrintMessage(self, message): member in class:_Printer
287 self.PrintMessage(value)
292 self.PrintMessage(value)
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc741 PrintMessage(*file_->message_type(i), "", &to_register);
758 void Generator::PrintMessage(const Descriptor& message_descriptor, function in class:google::protobuf::compiler::python::Generator
783 // Mutually recursive with PrintMessage().
789 PrintMessage(*containing_descriptor.nested_type(i), prefix, to_register);
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DAsmParser.cpp174 void PrintMessage(SMLoc Loc, const Twine &Msg, const char *Type, function in class:__anon22749::AsmParser
176 SrcMgr.PrintMessage(Loc, Msg, Type, ShowLine);
398 PrintMessage((*it)->InstantiationLoc, "while in macro instantiation",
405 PrintMessage(L, Msg, "warning");
412 PrintMessage(L, Msg, "error");
504 PrintMessage(getLexer().getLoc(), "assembler local symbol '" +
1208 PrintMessage(IDLoc, OS.str(), "note");
1280 // Like SourceMgr::PrintMessage() we need to print the include stack if any

Completed in 1544 milliseconds