/frameworks/rs/rsov/compiler/ |
D | RSAllocationUtils.cpp | 92 errs() << "Duplicate global mapping discovered!\n"; in getRSAllocAccesses() 93 errs() << "\nGlobal: "; in getRSAllocAccesses() 94 GV->print(errs()); in getRSAllocAccesses() 95 errs() << "\nExisting mapping: "; in getRSAllocAccesses() 96 It->second->print(errs()); in getRSAllocAccesses() 97 errs() << "\nUser: "; in getRSAllocAccesses() 98 U->print(errs()); in getRSAllocAccesses() 99 errs() << '\n'; in getRSAllocAccesses() 161 errs() << "Untyped accesses to global rs_allocations are not " in getRSAllocAccesses() 186 errs() << "Could not infere element type for: "; in getRSAllocAccesses() [all …]
|
D | rs2spirv.cpp | 81 errs() << "Fails to open input file: " << Err; in convertLLVMToSPIRV() 88 errs() << "Fails to load bitcode: " << EC.message(); in convertLLVMToSPIRV() 95 errs() << "Fails to materialize: " << EC.message(); in convertLLVMToSPIRV() 115 errs() << "compiler error: " << Err << '\n'; in convertLLVMToSPIRV() 132 errs() << "compiler error: " << Err << '\n'; in convertLLVMToSPIRV()
|
D | Context.cpp | 45 llvm::errs() << "cannot extract metadata\n"; in Initialize()
|
/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 | 265 llvm::errs() << DiagsBuffer.str(); in main() 303 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 | 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/rs/rsov/compiler/spirit/ |
D | module.cpp | 99 errs() << "Wrong Magic Number: " << mMagicNumber; in DeserializeInternal() 124 errs() << "Missing memory model specification.\n"; in DeserializeInternal() 144 errs() << "Missing function definitions.\n"; in DeserializeInternal() 648 Module::errs() << "warning: Variable (id = " << globalInst->mResult; in DeserializeInternal() 649 Module::errs() << ") has function scope in global section.\n"; in DeserializeInternal() 750 Module::errs() << "unexpected int type"; in getIntType() 759 Module::errs() << "unexpected int type"; in getIntType() 781 Module::errs() << "unexpeced floating point type"; in getFloatType() 936 Module::errs() << "unrecognized instruction"; in Deserialize()
|
D | module.h | 120 static std::ostream &errs() { return std::cerr; } in errs() function
|
/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/rs/rsov/compiler/unit_tests/ |
D | TestRunner.h | 95 llvm::errs() << "\nCHECK <( " #CONDITION " )> failed!\n"; \
|
/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/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 2091 Value* root, std::string* errs) override { in parse() argument 2093 if (errs) { in parse() 2094 *errs = reader_.getFormattedErrorMessages(); in parse() 2193 Value* root, std::string* errs) in parseFromStream() argument 2202 return reader->parse(begin, end, root, errs); in parseFromStream() 2207 std::string errs; in operator >>() local 2208 bool ok = parseFromStream(b, sin, &root, &errs); in operator >>() 2212 errs.c_str()); in operator >>() 2214 throwRuntimeError(errs); in operator >>()
|
D | json.h | 1517 Value* root, std::string* errs) = 0; 1618 Value* root, std::string* errs);
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 359 llvm::errs() << ".gnu.hash is incompatible with the MIPS ABI\n"; in orderSymbolTable()
|