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

/external/chromium_org/tools/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.cpp25 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, function in namespace:llvm
35 SrcMgr.PrintMessage(Loc.front(), Kind, Msg);
37 SrcMgr.PrintMessage(Loc[i], SourceMgr::DK_Note,
42 PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg);
46 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Warning, Msg);
54 PrintMessage(ErrorLoc, SourceMgr::DK_Error, Msg);
58 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg);
/external/chromium_org/third_party/protobuf/python/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/protobuf/python/google/protobuf/
H A Dtext_format.py42 __all__ = [ 'MessageToString', 'PrintMessage', 'PrintField',
58 PrintMessage(message, out)
64 def PrintMessage(message, out, indent = 0): function
109 PrintMessage(value, out, indent + 2)
/external/llvm/lib/Support/
H A DSourceMgr.cpp205 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, function in class:SourceMgr
222 void SourceMgr::PrintMessage(raw_ostream &OS, SMLoc Loc, function in class:SourceMgr
226 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors);
229 void SourceMgr::PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, function in class:SourceMgr
232 PrintMessage(llvm::errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc638 PrintMessage(*file_->message_type(i));
650 void Generator::PrintMessage( function in class:google::protobuf::compiler::python::Generator
671 // Mutually recursive with PrintMessage().
676 PrintMessage(*containing_descriptor.nested_type(i));
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp89 static void PrintMessage(const char *s) function
96 PrintMessage("\nUsage: LZMA <e|d> inputFile outputFile [<switches>...]\n"
156 #define NT_CHECK_FAIL_ACTION PrintMessage("Unsupported Windows version"); return 1;
162 PrintMessage("\nLZMA " MY_VERSION_COPYRIGHT_DATE "\n");
173 PrintMessage("Unsupported base types. Edit Common/Types.h and recompile");
458 PrintMessage(kWriteError);
465 PrintMessage("\nError: Can not allocate memory\n");
483 PrintMessage(kReadError);
488 PrintMessage("SetDecoderProperties error");
497 PrintMessage("Decode
[all...]
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc609 PrintMessage(*file_->message_type(i));
621 void Generator::PrintMessage( function in class:google::protobuf::compiler::python::Generator
642 // Mutually recursive with PrintMessage().
647 PrintMessage(*containing_descriptor.nested_type(i));
/external/chromium_org/content/shell/renderer/
H A Dwebkit_test_runner.cc243 void WebKitTestRunner::PrintMessage(const std::string& message) { function in class:content::WebKitTestRunner

Completed in 314 milliseconds