/frameworks/compile/slang/ |
D | llvm-rs-as.cpp | 93 errs() << EC.message() << '\n'; in WriteOutputFile() 124 errs() << "target API level '" << ActualTargetAPI << "' is out of range " in main() 134 Err.print(argv[0], errs()); in main() 142 errs() << argv[0] in main() 144 errs() << Err; in main() 151 if (DumpAsm) errs() << "Here's the assembly:\n" << *M.get(); in main()
|
D | llvm-rs-cc.cpp | 270 llvm::errs() << DiagsBuffer.str(); in main() 308 llvm::errs() << DiagsBuffer.str(); in main()
|
D | rs_cc_options.cpp | 308 llvm::errs() << DiagsBuffer.str(); in ParseArguments()
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
D | Main.cpp | 120 llvm::errs() << "Failed to load llvm module from file `" << input_bitcode in PrepareScript() 127 llvm::errs() << "Failed to merge the llvm module `" << input_bitcode in PrepareScript() 135 llvm::errs() << "Out of memory when create script for file `" in PrepareScript() 153 llvm::errs() << "Out of memory when create the compiler configuration!\n"; in ConfigCompiler() 204 llvm::errs() << "Failed to configure the compiler! (detail: " in ConfigCompiler() 221 llvm::errs() << "Use " DEFAULT_OUTPUT_PATH " for output file!\n"; in DetermineOutputFilename() 231 llvm::errs() << "Failed to determine the absolute path of `" << input_path in DetermineOutputFilename()
|
/frameworks/compile/libbcc/tools/bcc_strip_attr/ |
D | bcc_strip_attr.cpp | 105 Err.print(argv0, errs()); in LoadFile() 123 errs() << argv[0] << ": error loading file '" in main() 137 errs() << EC.message() << '\n'; in main() 142 errs() << argv[0] << ": stripped module is broken!\n"; in main()
|
/frameworks/base/tests/net/res/raw/ |
D | net_dev_typical | 2 …face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo c…
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | KernelCpuUidBpfMapReaderTest.java | 115 final List<Throwable> errs = Collections.synchronizedList(new ArrayList<>()); in testConcurrent() local 131 errs.add(e); in testConcurrent() 144 errs.add(e); in testConcurrent() 164 errs.forEach(e -> e.printStackTrace(pw)); in testConcurrent() 166 assertTrue("All Exceptions:\n" + sw.toString(), errs.isEmpty()); in testConcurrent()
|
D | KernelCpuProcStringReaderTest.java | 247 final List<Throwable> errs = Collections.synchronizedList(new ArrayList<>()); in testConcurrent() local 271 errs.add(e); in testConcurrent() 288 errs.add(e); in testConcurrent() 303 errs.add(e); in testConcurrent() 314 errs.forEach(e -> e.printStackTrace(pw)); in testConcurrent() 316 assertTrue("All Exceptions:\n" + sw.toString(), errs.isEmpty()); in testConcurrent()
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Main.cpp | 274 mcld::errs().setColor(res); in TranslateArguments() 285 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName() in TranslateArguments() 297 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName() in TranslateArguments() 309 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName() in TranslateArguments() 358 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName() in TranslateArguments() 370 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName() in TranslateArguments() 472 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName() in TranslateArguments() 704 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName() in TranslateArguments() 719 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName() in TranslateArguments() 734 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName() in TranslateArguments() [all …]
|
/frameworks/compile/libbcc/tools/bcc/ |
D | Main.cpp | 203 llvm::errs() << "Error loading file '" << OptInputFilenames[i]<< "'\n"; in compileScriptGroup() 239 llvm::errs() << "Out of memory when create the compiler configuration!\n"; in ConfigCompiler() 279 llvm::errs() << "Failed to configure the compiler! (detail: " in ConfigCompiler() 376 llvm::errs() << "Out of memory when creating script for file `" in main()
|
/frameworks/compile/mclinker/lib/Support/ |
D | MsgHandling.cpp | 37 new TextDiagnosticPrinter(errs(), pConfig); in InitializeDiagnosticEngine()
|
D | raw_ostream.cpp | 98 raw_fd_ostream& errs() { in errs() function
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | raw_ostream.h | 63 mcld::raw_fd_ostream& errs();
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFObjectWriter.cpp | 85 llvm::errs() << "WARNING: unsupported section kind: " << section->kind() in writeSection() 237 llvm::errs() << "unspported output file type: " << pConfig.codeGenType() in writeELFHeader() 275 llvm::errs() << "WARNING: entry symbol '" << entry_symbol->name() in getEntryPoint() 287 llvm::errs() << "cannot find entry symbol '" << entry_name.data() in getEntryPoint()
|
/frameworks/native/libs/binder/ |
D | MemoryDealer.cpp | 459 const char* errs[] = {"", "| link bogus NP", in dump_l() local 468 errs[np|pn]); in dump_l()
|
/frameworks/compile/mclinker/lib/Core/ |
D | Linker.cpp | 356 mcld::errs().setColor(m_pConfig->options().color()); in initOStream()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 359 llvm::errs() << ".gnu.hash is incompatible with the MIPS ABI\n"; in orderSymbolTable()
|