Home
last modified time | relevance | path

Searched refs:errs (Results 76 - 100 of 247) sorted by relevance

12345678910

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsModuleISelDAGToDAG.cpp47 LLVM_DEBUG(errs() << "In MipsModuleDAGToDAGISel::runMachineFunction\n"); in runOnMachineFunction()
H A DMipsISelDAGToDAG.cpp272 LLVM_DEBUG(errs() << "== "; Node->dump(CurDAG); errs() << "\n"); in Select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DPHITransAddr.cpp74 errs() << "Instruction in PHITransAddr is not phi-translatable:\n"; in VerifySubExpr()
75 errs() << *I << '\n'; in VerifySubExpr()
100 errs() << "PHITransAddr contains extra instructions:\n"; in Verify()
102 errs() << " InstInput #" << i << " is " << *InstInputs[i] << "\n"; in Verify()
H A DInstCount.cpp48 errs() << "Instruction Count does not know about " << I; in visitInstruction()
/third_party/node/deps/v8/tools/mb/
H A Dmb.py429 errs = []
448 errs.append('Unknown args file "%s" referenced from "%s".' %
451 errs.append('Unknown config "%s" referenced from "%s".' %
457 errs.append('Unused config "%s".' % config)
465 errs.append('Unknown mixin "%s" referenced by config "%s".' %
472 errs.append('Unknown mixin "%s" referenced by mixin "%s".' %
479 errs.append('Unreferenced mixin "%s".' % mixin)
481 if errs:
483 '\n ' + '\n '.join(errs))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DOptBisect.cpp38 errs() << "BISECT: " << Status << "running pass " in printPassMessage()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Djson_object.cpp126 JSONCPP_STRING errs; in Parse() local
135 if (!jsonReader->parse(begin, end, &value_, &errs)) { in Parse()
137 LOGE("[Json][Parse] Parse string to JsonValue fail, reason=%s.", errs.c_str()); in Parse()
187 JSONCPP_STRING errs; in Parse() local
194 if (!jsonReader->parse(begin, end, &value_, &errs)) { in Parse()
196 LOGE("[Json][Parse] Parse dataRange to JsonValue fail, reason=%s.", errs.c_str()); in Parse()
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_json_parser.cpp49 JSONCPP_STRING errs; in ReadSysEventDefFromFile() local
50 return parseFromStream(jsonRBuilder, fin, &hiSysEventDef, &errs); in ReadSysEventDefFromFile()
/base/powermgr/battery_manager/charger/src/
H A Dbattery_config.cpp77 JSONCPP_STRING errs; in ParseConfig() local
79 if (parseFromStream(readerBuilder, ifsConf, &config_, &errs) && !config_.empty()) { in ParseConfig()
/third_party/musl/scripts/
H A Dprint_so_deps.py48 outs, errs = process.communicate(timeout=10)
51 print("timeout error:", " ".join(cmd), errs)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp80 LLVM_DEBUG(errs() << "== "; Node->dump(CurDAG); errs() << "\n"); in Select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachinePostDominators.cpp70 errs() << "MachinePostDominatorTree verification failed\n"; in verifyAnalysis()
H A DScheduleDAGPrinter.cpp89 errs() << "ScheduleDAG::viewGraph is only available in debug builds on " in viewGraph()
H A DMachineRegisterInfo.cpp224 errs() << printReg(Reg, getTargetRegisterInfo()) in verifyUseList()
233 errs() << printReg(Reg, getTargetRegisterInfo()) in verifyUseList()
239 errs() << printReg(Reg, getTargetRegisterInfo()) in verifyUseList()
245 errs() << printReg(Reg, getTargetRegisterInfo()) in verifyUseList()
H A DRegisterUsageInfo.cpp53 print(errs()); in doFinalization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFormattedStream.cpp98 static formatted_raw_ostream S(errs()); in ferrs()
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.cc146 llvm::errs() << "Didn't match declaration template against " in Resolve()
161 llvm::errs() << "Couldn't resolve underlying template\n"; in ResolveTemplate()
167 llvm::errs() << "Couldn't resolve TypeAliasDecl\n"; in ResolveTemplate()
172 llvm::errs() << "Couldn't resolve TypeAliasDecl to Type\n"; in ResolveTemplate()
178 llvm::errs() << "Couldn't resolve TypedefType\n"; in ResolveTemplate()
183 llvm::errs() << "Couldn't resolve TypedefType to TypedefNameDecl\n"; in ResolveTemplate()
189 llvm::errs() << "Couldn't resolve TemplateSpecializationType\n"; in ResolveTemplate()
196 llvm::errs() << "Couldn't resolve RecordType\n"; in ResolveTemplate()
205 llvm::errs() << "Couldn't resolve CXXRecordDecl\n"; in ResolveTemplate()
1613 llvm::errs() << "Faile in HandleTranslationUnit()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp132 errs() << ProgramName << ": CommandLine Error: Option '" << Name in addLiteralOption()
162 errs() << ProgramName << ": CommandLine Error: Option '" << O->ArgStr in addOption()
269 errs() << ProgramName << ": CommandLine Error: Option '" << O->ArgStr in updateArgStr()
1109 errs() << ProgramName << ": CommandLine Error: Option '" in ParseCommandLineOptions()
1111 errs() << PositionalOpts.size(); in ParseCommandLineOptions()
1208 errs() << ProgramName << ": Unknown command line argument '" in ParseCommandLineOptions()
1213 errs() << ProgramName << ": Did you mean '-" << NearestHandlerString in ParseCommandLineOptions()
1239 errs() << ProgramName in ParseCommandLineOptions()
1250 errs() << ProgramName << ": Too many positional arguments specified!\n" in ParseCommandLineOptions()
1364 errs() << HelpSt in error()
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Daudio_adapter_manager.cpp695 int32_t errs[2]{SUCCESS, SUCCESS}; in SetDeviceActive()
698 errs[0] = audioServiceAdapter_->SetDefaultSource(name); in SetDeviceActive()
699 if (errs[0] != SUCCESS) { in SetDeviceActive()
700 AUDIO_ERR_LOG("SetDefaultSource err: %{public}d", errs[0]); in SetDeviceActive()
701 ret = errs[0]; in SetDeviceActive()
706 errs[1] = audioServiceAdapter_->SetDefaultSink(name); in SetDeviceActive()
707 if (errs[1] != SUCCESS) { in SetDeviceActive()
708 AUDIO_ERR_LOG("SetDefaultSink err: %{public}d", errs[1]); in SetDeviceActive()
709 ret = errs[1]; in SetDeviceActive()
713 if (errs[ in SetDeviceActive()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp335 errs() << "DUMP: ";
338 errs().write_hex(c); errs() << " ";
340 errs() << "\n";
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h71 errs() << "Two passes with the same argument (-"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DSymbol.h104 void dump() const { dump(llvm::errs()); } in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFMCInstLower.cpp56 MI->print(errs()); in Lower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp196 Err.print("ThinLTO", errs()); in loadModuleFromInput()
221 Err.print("ThinLTO", errs()); in crossImportIntoModule()
389 errs() << "Error: " << ErrorMsgBuffer << "\n"; in write()
576 std::move(Err), errs(), in linkCombinedIndex()
882 errs() << "error: can't link or copy from cached entry '" << CacheEntryPath in writeGeneratedObject()
1081 errs() << "Error: " << toString(DiagFileOrErr.takeError()) << "\n"; in run()
1116 errs() << "error: can't reload cached file '" << CacheEntryPath in run()
/third_party/libwebsockets/test-apps/
H A Dtest-client.c54 static uint32_t count_blocks = 1024, txb, rxb, rx_count, errs; variable
459 errs++; in callback_lws_mirror()
469 lwsl_notice("Everything received: errs %d\n", in callback_lws_mirror()
470 errs); in callback_lws_mirror()

Completed in 24 milliseconds

12345678910