Home
last modified time | relevance | path

Searched refs:PrintMessage (Results 1 – 25 of 36) sorted by relevance

12

/external/chromium-trace/catapult/systrace/profile_chrome/
Dprofiler.py17 ui.PrintMessage('Downloading...')
32 ui.PrintMessage('No results')
38 ui.PrintMessage('Writing trace HTML...')
41 ui.PrintMessage('\nWrote file://%s' % result)
91 ui.PrintMessage('Trace starting failed.')
93 ui.PrintMessage(('Capturing %d-second %s. Press Enter to stop early...' %
97 ui.PrintMessage('Capturing %s. Press Enter to stop...' % trace_type,
101 ui.PrintMessage('Stopping...')
105 ui.PrintMessage('done')
Dmain.py109 ui.PrintMessage('Collecting record categories list...', eol='')
116 ui.PrintMessage('done')
117 ui.PrintMessage('Record Categories:')
118 ui.PrintMessage('\n'.join('\t%s' % item \
121 ui.PrintMessage('\nDisabled by Default Categories:')
122 ui.PrintMessage('\n'.join('\t%s' % item \
134 ui.PrintMessage('\n'.join(
139 ui.PrintMessage('Time interval or continuous tracing should be specified.')
Dui.py10 def PrintMessage(heading, eol='\n'): function
23 global PrintMessage
25 PrintMessage = NoOp
Dperf_tracing_agent.py186 ui.PrintMessage('\nNote: to view the profile in perf, run:')
187 ui.PrintMessage(' ' + self._GetInteractivePerfCommand(perfhost_path,
/external/llvm/lib/TableGen/
DError.cpp26 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, in PrintMessage() function
36 SrcMgr.PrintMessage(Loc.front(), Kind, Msg); in PrintMessage()
38 SrcMgr.PrintMessage(Loc[i], SourceMgr::DK_Note, in PrintMessage()
43 PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg); in PrintWarning()
47 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Warning, Msg); in PrintWarning()
55 PrintMessage(ErrorLoc, SourceMgr::DK_Error, Msg); in PrintError()
59 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg); in PrintError()
/external/swiftshader/third_party/LLVM/utils/FileCheck/
DFileCheck.cpp120 SM.PrintMessage(PatternLoc, "found empty check string with prefix '" + in ParsePattern()
146 SM.PrintMessage(SMLoc::getFromPointer(PatternStr.data()), in ParsePattern()
175 SM.PrintMessage(SMLoc::getFromPointer(PatternStr.data()), in ParsePattern()
188 SM.PrintMessage(SMLoc::getFromPointer(Name.data()), in ParsePattern()
196 SM.PrintMessage(SMLoc::getFromPointer(Name.data()+i), in ParsePattern()
203 SM.PrintMessage(SMLoc::getFromPointer(Name.data()), in ParsePattern()
269 SM.PrintMessage(SMLoc::getFromPointer(RegexStr.data()), in AddRegExToRegEx()
386 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), OS.str(), "note", in PrintFailureInfo()
424 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data() + Best), in PrintFailureInfo()
568 SM.PrintMessage(SMLoc::getFromPointer(CheckPrefixStart), in ReadCheckFile()
[all …]
/external/llvm/utils/FileCheck/
DFileCheck.cpp202 SM.PrintMessage(PatternLoc, SourceMgr::DK_Error, in ParsePattern()
234 SM.PrintMessage(SMLoc::getFromPointer(PatternStr.data()), in ParsePattern()
266 SM.PrintMessage(SMLoc::getFromPointer(PatternStr.data()), in ParsePattern()
280 SM.PrintMessage(SMLoc::getFromPointer(Name.data()), SourceMgr::DK_Error, in ParsePattern()
292 SM.PrintMessage(SMLoc::getFromPointer(Name.data()), in ParsePattern()
302 SM.PrintMessage(SMLoc::getFromPointer(Name.data()+i), in ParsePattern()
310 SM.PrintMessage(SMLoc::getFromPointer(Name.data()), SourceMgr::DK_Error, in ParsePattern()
322 SM.PrintMessage(SMLoc::getFromPointer(Name.data()), in ParsePattern()
367 SM.PrintMessage(SMLoc::getFromPointer(RS.data()), SourceMgr::DK_Error, in AddRegExToRegEx()
526 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in PrintFailureInfo()
[all …]
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp91 static void PrintMessage(const char *s) in PrintMessage() function
98 PrintMessage("\nUsage: LZMA <e|d> inputFile outputFile [<switches>...]\n" in PrintHelp()
153 #define NT_CHECK_FAIL_ACTION PrintMessage("Unsupported Windows version"); return 1;
159 PrintMessage("\nLZMA " MY_VERSION_COPYRIGHT_DATE "\n"); in main2() local
170 PrintMessage("Unsupported base types. Edit Common/Types.h and recompile"); in main2()
274 PrintMessage("Benchmark Error"); in main2()
497 PrintMessage(kWriteError); in main2()
504 PrintMessage("\nError: Can not allocate memory\n"); in main2()
522 PrintMessage(kReadError); in main2()
527 PrintMessage("SetDecoderProperties error"); in main2()
[all …]
/external/llvm/tools/llvm-mc/
DDisassembler.cpp53 SM.PrintMessage(SMLoc::getFromPointer(Bytes.second[Index]), in PrintInsts()
66 SM.PrintMessage(SMLoc::getFromPointer(Bytes.second[Index]), in PrintInsts()
117 SM.PrintMessage(SMLoc::getFromPointer(Value.data()), SourceMgr::DK_Error, in ByteArrayFromString()
179 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble()
188 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble()
206 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble()
/external/swiftshader/third_party/LLVM/lib/TableGen/
DError.cpp24 SrcMgr.PrintMessage(ErrorLoc, Msg, "error"); in PrintError()
28 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), Msg, "error"); in PrintError()
/external/llvm/lib/Support/
DSourceMgr.cpp198 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, in PrintMessage() function in SourceMgr
215 void SourceMgr::PrintMessage(raw_ostream &OS, SMLoc Loc, in PrintMessage() function in SourceMgr
219 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors); in PrintMessage()
222 void SourceMgr::PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in PrintMessage() function in SourceMgr
225 PrintMessage(llvm::errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors); in PrintMessage()
/external/llvm/include/llvm/Support/
DSourceMgr.h161 void PrintMessage(raw_ostream &OS, SMLoc Loc, DiagKind Kind,
168 void PrintMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
177 void PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic,
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
DDisassembler.cpp74 SM.PrintMessage(SMLoc::getFromPointer(Bytes[Index].second), in PrintInsts()
81 SM.PrintMessage(SMLoc::getFromPointer(Bytes[Index].second), in PrintInsts()
128 SM.PrintMessage(SMLoc::getFromPointer(Value.data()), in ByteArrayFromString()
/external/llvm/tools/llvm-mcmarkup/
Dllvm-mcmarkup.cpp84 SM.PrintMessage(Loc, SourceMgr::DK_Error, Msg); in FatalError()
203 SrcMgr.PrintMessage(Tag.getLoc(), SourceMgr::DK_Error, in parseMCMarkup()
/external/protobuf/python/google/protobuf/
Dtext_format.py130 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 _Printer
287 self.PrintMessage(value)
292 self.PrintMessage(value)
/external/nanopb-c/generator/google/protobuf/
Dtext_format.py60 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/clang/utils/TableGen/
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp63 SrcMgr.PrintMessage(Tag.getLoc().front(), in EmitClangCommentHTMLNamedCharacterReferences()
DClangDiagnosticsEmitter.cpp245 SrcMgr.PrintMessage(NextDiagGroup->getLoc().front(), in groupDiagnostics()
252 SrcMgr.PrintMessage((*I)->ExplicitDef->getLoc().front(), in groupDiagnostics()
267 SrcMgr.PrintMessage(NextDiagGroup->getLoc().front(), in groupDiagnostics()
276 SrcMgr.PrintMessage(GroupInit->getDef()->getLoc().front(), in groupDiagnostics()
/external/chromium-trace/catapult/telemetry/third_party/tsproxy/
Dtsproxy.py47 def PrintMessage(msg): function
353 PrintMessage("Unable to listen on {0}:{1}. Is the port already in use?".format(host, port))
613 PrintMessage('ERROR')
684PrintMessage('Started Socks5 proxy server on {0}:{1:d}\nHit Ctrl-C to exit.'.format(server.ipaddr,…
735 PrintMessage('OK')
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h98 void PrintMessage(const Descriptor& message_descriptor, const string& prefix,
Dpython_generator.cc741 PrintMessage(*file_->message_type(i), "", &to_register); in PrintMessages()
758 void Generator::PrintMessage(const Descriptor& message_descriptor, in PrintMessage() function in google::protobuf::compiler::python::Generator
789 PrintMessage(*containing_descriptor.nested_type(i), prefix, to_register); in PrintNestedMessages()
/external/llvm/unittests/Support/
DSourceMgrTest.cpp44 SM.PrintMessage(OS, Loc, Kind, Msg, Ranges, FixIts); in printMessage()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DSourceMgr.h130 void PrintMessage(SMLoc Loc, const Twine &Msg, const char *Type,
/external/swiftshader/third_party/LLVM/lib/Support/
DSourceMgr.cpp181 void SourceMgr::PrintMessage(SMLoc Loc, const Twine &Msg, in PrintMessage() function in SourceMgr
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp174 void PrintMessage(SMLoc Loc, const Twine &Msg, const char *Type, in PrintMessage() function in __anonc86f18d70111::AsmParser
176 SrcMgr.PrintMessage(Loc, Msg, Type, ShowLine); in PrintMessage()
398 PrintMessage((*it)->InstantiationLoc, "while in macro instantiation", in PrintMacroInstantiations()
405 PrintMessage(L, Msg, "warning"); in Warning()
412 PrintMessage(L, Msg, "error"); in Error()
504 PrintMessage(getLexer().getLoc(), "assembler local symbol '" + in Run()
1208 PrintMessage(IDLoc, OS.str(), "note"); in ParseStatement()

12