Searched defs:PrintMessage (Results 1 - 10 of 10) 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/chromium-trace/catapult/telemetry/third_party/tsproxy/
H A Dtsproxy.py42 def PrintMessage(msg): function
325 PrintMessage("Unable to listen on {0}:{1}. Is the port already in use?".format(host, port))
572 PrintMessage('ERROR')
632 PrintMessage('Started Socks5 proxy server on {0}:{1:d}\nHit Ctrl-C to exit.'.format(server.ipaddr, server.port))
664 PrintMessage('OK')
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
H A Dextended_descriptor.py235 def PrintMessage(self, message_type): member in class:ProtoPrinter
332 def PrintMessage(self, message_type): member in class:_Proto2Printer
439 def PrintMessage(self, message_type): member in class:_ProtoRpcPrinter
469 proto_printer.PrintMessage(message_type)
/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/protobuf/python/google/protobuf/
H A Dtext_format.py46 __all__ = ['MessageToString', 'PrintMessage', 'PrintField',
93 PrintMessage(message, out, as_utf8=as_utf8, as_one_line=as_one_line,
104 def PrintMessage(message, out, indent=0, as_utf8=False, as_one_line=False, function
174 PrintMessage(value, out, indent, as_utf8, as_one_line,
180 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/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp91 static void PrintMessage(const char *s) function
98 PrintMessage("\nUsage: LZMA <e|d> inputFile outputFile [<switches>...]\n"
153 #define NT_CHECK_FAIL_ACTION PrintMessage("Unsupported Windows version"); return 1;
159 PrintMessage("\nLZMA " MY_VERSION_COPYRIGHT_DATE "\n");
170 PrintMessage("Unsupported base types. Edit Common/Types.h and recompile");
274 PrintMessage("Benchmark Error");
497 PrintMessage(kWriteError);
504 PrintMessage("\nError: Can not allocate memory\n");
522 PrintMessage(kReadError);
527 PrintMessage("SetDecoderPropertie
[all...]
/external/v8/test/cctest/interpreter/
H A Dgenerate-bytecode-expectations.cc487 void PrintMessage(v8::Local<v8::Message> message, v8::Local<v8::Value>) { function in namespace:__anon18790
538 options.suppress_runtime_errors() ? DiscardMessage : PrintMessage);
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc684 PrintMessage(*file_->message_type(i), "", &to_register);
701 void Generator::PrintMessage(const Descriptor& message_descriptor, function in class:google::protobuf::compiler::python::Generator
726 // Mutually recursive with PrintMessage().
732 PrintMessage(*containing_descriptor.nested_type(i), prefix, to_register);

Completed in 521 milliseconds