Home
last modified time | relevance | path

Searched refs:errs (Results 1 – 24 of 24) sorted by relevance

/frameworks/rs/rsov/compiler/
DRSAllocationUtils.cpp92 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 …]
Drs2spirv.cpp81 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()
DContext.cpp45 llvm::errs() << "cannot extract metadata\n"; in Initialize()
/frameworks/compile/slang/
Dllvm-rs-as.cpp93 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()
Dllvm-rs-cc.cpp265 llvm::errs() << DiagsBuffer.str(); in main()
303 llvm::errs() << DiagsBuffer.str(); in main()
Drs_cc_options.cpp308 llvm::errs() << DiagsBuffer.str(); in ParseArguments()
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp120 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/
Dbcc_strip_attr.cpp105 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/
Dnet_dev_typical2 …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/
DKernelCpuProcStringReaderTest.java247 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/
DMain.cpp274 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/
Dmodule.cpp99 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()
Dmodule.h120 static std::ostream &errs() { return std::cerr; } in errs() function
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp203 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/
DMsgHandling.cpp37 new TextDiagnosticPrinter(errs(), pConfig); in InitializeDiagnosticEngine()
Draw_ostream.cpp98 raw_fd_ostream& errs() { in errs() function
/frameworks/compile/mclinker/include/mcld/Support/
Draw_ostream.h63 mcld::raw_fd_ostream& errs();
/frameworks/rs/rsov/compiler/unit_tests/
DTestRunner.h95 llvm::errs() << "\nCHECK <( " #CONDITION " )> failed!\n"; \
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp85 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/
DMemoryDealer.cpp459 const char* errs[] = {"", "| link bogus NP", in dump_l() local
468 errs[np|pn]); in dump_l()
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp356 mcld::errs().setColor(m_pConfig->options().color()); in initOStream()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djsoncpp.cpp2091 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 >>()
Djson.h1517 Value* root, std::string* errs) = 0;
1618 Value* root, std::string* errs);
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp359 llvm::errs() << ".gnu.hash is incompatible with the MIPS ABI\n"; in orderSymbolTable()