/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | pass_fixture.h | 205 std::ostringstream errs; in SinglePassRunAndFail() local 206 auto error_consumer = [&errs](spv_message_level_t, const char*, in SinglePassRunAndFail() 208 errs << message << std::endl; in SinglePassRunAndFail() 214 auto match_result = effcee::Match(errs.str(), original); in SinglePassRunAndFail() 217 << errs.str(); in SinglePassRunAndFail()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | pass_fixture.h | 205 std::ostringstream errs; in SinglePassRunAndFail() local 206 auto error_consumer = [&errs](spv_message_level_t, const char*, in SinglePassRunAndFail() 208 errs << message << std::endl; in SinglePassRunAndFail() 214 auto match_result = effcee::Match(errs.str(), original); in SinglePassRunAndFail() 217 << errs.str(); in SinglePassRunAndFail()
|
/third_party/spirv-tools/test/opt/ |
H A D | pass_fixture.h | 205 std::ostringstream errs; in SinglePassRunAndFail() local 206 auto error_consumer = [&errs](spv_message_level_t, const char*, in SinglePassRunAndFail() 208 errs << message << std::endl; in SinglePassRunAndFail() 214 auto match_result = effcee::Match(errs.str(), original); in SinglePassRunAndFail() 217 << errs.str(); in SinglePassRunAndFail()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
H A D | XCoreRegisterInfo.cpp | 276 LLVM_DEBUG(errs() << "\nFunction : " << MF.getName() << "\n"); in eliminateFrameIndex() 277 LLVM_DEBUG(errs() << "<--------->\n"); in eliminateFrameIndex() 278 LLVM_DEBUG(MI.print(errs())); in eliminateFrameIndex() 279 LLVM_DEBUG(errs() << "FrameIndex : " << FrameIndex << "\n"); in eliminateFrameIndex() 280 LLVM_DEBUG(errs() << "FrameOffset : " << Offset << "\n"); in eliminateFrameIndex() 281 LLVM_DEBUG(errs() << "StackSize : " << StackSize << "\n"); in eliminateFrameIndex() 300 LLVM_DEBUG(errs() << "Offset : " << Offset << "\n" in eliminateFrameIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | MergeICmps.cpp | 519 errs() << "BEFORE REORDERING:\n\n"; in BCECmpChain() 530 errs() << "AFTER REORDERING:\n\n"; in BCECmpChain() 537 errs() << "digraph dag {\n"; in dump() 538 errs() << " graph [bgcolor=transparent];\n"; in dump() 539 errs() << " node [color=black,style=filled,fillcolor=lightyellow];\n"; in dump() 540 errs() << " edge [color=black];\n"; in dump() 543 errs() << " \"" << I << "\" [label=\"%" in dump() 550 if (I > 0) errs() << " \"" << (I - 1) << "\" -> \"" << I << "\";\n"; in dump() 551 errs() << " \"" << I << "\" -> \"Phi\" [label=\"" << *Val << "\"];\n"; in dump() 553 errs() << " \"Ph in dump() [all...] |
/foundation/resourceschedule/qos_manager/services/src/ |
H A D | concurrent_task_service_stub.cpp | 147 JSONCPP_STRING errs; in StringToJson() local 155 res = jsonReader->parse(payload.c_str(), payload.c_str() + payload.length(), &root, &errs); in StringToJson() 160 if (!res || !errs.empty()) { in StringToJson()
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | softfloat.c | 146 double errs, errc; in main() local 149 errs = (double)s/ (1<<30) - sin(i*M_PI/36); in main() 151 if (fabs(errs) > 0.000000004 || fabs(errc) >0.000000004) { in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | PrettyStackTrace.cpp | 149 PrintCurStackTrace(errs()); in CrashHandler() 178 errs() << crashHandlerString.str(); in CrashHandler() 192 PrintCurStackTrace(errs()); in printForSigInfoIfNeeded()
|
H A D | Debug.cpp | 125 // errs() but this will never be invoked. in debug_user_sig_handler() 138 strm(errs(), "*** Debug Log Output ***\n", in dbgs() 145 // zero, disabling buffering so it will output directly to errs(). in dbgs() 155 /// dbgs - Return errs(). 157 return errs();
|
H A D | SystemUtils.cpp | 22 errs() << "WARNING: You're attempting to print out a bitcode file.\n" in CheckBitcodeOutputToConsole()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 779 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> " << *nval << "\n"); in TDOFold() 789 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> " << *nval << "\n"); in TDOFold() 832 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> " << *nval << "\n"); in fold_recip() 910 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> 1\n"); in fold_pow() 920 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> " << *opr0 << "\n"); in fold_pow() 926 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> " << *opr0 << " * " << *opr0 in fold_pow() 934 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> 1 / " << *opr0 << "\n"); in fold_pow() 952 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> " in fold_pow() 1009 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> " in fold_pow() 1148 LLVM_DEBUG(errs() << "AMDI in fold_pow() [all...] |
H A D | AMDGPUHSAMetadataStreamer.cpp | 43 errs() << "AMDGPU HSA Metadata:\n" << HSAMetadataString << '\n'; in dump() 47 errs() << "AMDGPU HSA Metadata Parser Test: "; in verify() 51 errs() << "FAIL\n"; in verify() 57 errs() << "FAIL\n"; in verify() 61 errs() << (HSAMetadataString == ToHSAMetadataString ? "PASS" : "FAIL") in verify() 64 errs() << "Original input: " << HSAMetadataString << '\n' in verify() 496 errs() << "AMDGPU HSA Metadata:\n" << HSAMetadataString << '\n'; in dump() 500 errs() << "AMDGPU HSA Metadata Parser Test: "; in verify() 505 errs() << "FAIL\n"; in verify() 513 errs() << (HSAMetadataStrin in verify() [all...] |
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/strategy/ |
H A D | clone_update_strategy.cpp | 67 std::string errs; in GetBundleOrAbilityName() local 70 if (!parseFromStream(reader, jsonStrm, &root, &errs)) { in GetBundleOrAbilityName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Debug.cpp | 118 // errs() but this will never be invoked. in debug_user_sig_handler() 131 strm(errs(), "*** Debug Log Output ***\n", in dbgs() 138 // zero, disabling buffering so it will output directly to errs(). in dbgs() 148 /// dbgs - Return errs(). 150 return errs();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | GraphWriter.h | 343 errs() << "file exists, overwriting" << "\n"; in WriteGraph() 345 errs() << "error writing into file" << "\n"; in WriteGraph() 352 errs() << "error opening file '" << Filename << "' for writing!\n"; in WriteGraph() 357 errs() << " done. \n"; in WriteGraph()
|
/foundation/CastEngine/castengine_wifi_display/services/configuration/src/ |
H A D | json_parser.cpp | 40 JSONCPP_STRING errs; in GetConfig() local 42 if (!parseFromStream(builder, ifs, &root, &errs)) { in GetConfig() 43 SHARING_LOGE("parse file error: %{public}s.", errs.c_str()); in GetConfig()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/ |
H A D | BIG5Tool.java | 127 int errs = 0; in processDir() 131 errs++; in processDir() 158 System.out.println(" " + errs + " errors"); in processDir()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | IntrinsicLowering.cpp | 276 errs() << "WARNING: this target does not support the llvm.stack" in LowerIntrinsicCall() 286 errs() << "WARNING: this target does not support the custom llvm.get." in LowerIntrinsicCall() 294 errs() << "WARNING: this target does not support the llvm." in LowerIntrinsicCall() 301 errs() << "WARNING: this target does not support the " in LowerIntrinsicCall() 313 errs() << "WARNING: this target does not support the llvm.readcyclecoun" in LowerIntrinsicCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 75 errs() << "Unexpected file type: " << File << ".\n"; in readGCNOFormat() 86 errs() << "Unexpected file type: " << File << ".\n"; in readGCDAFormat() 111 errs() << "Unexpected version: " << VersionStr << ".\n"; in readGCOVVersion() 201 errs() << "Unexpected end of memory buffer: " << Cursor + 4 << ".\n"; in readInt() 227 errs() << "Unexpected end of memory buffer: " << Cursor + Len << ".\n"; in readString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BPFISelDAGToDAG.cpp | 197 errs() << "Error at line " << DL.getLine() << ": "; in Select() 199 errs() << "Error: "; in Select() 200 errs() << "Unsupport signed division for DAG: "; in Select() 201 Node->print(errs(), CurDAG); in Select() 202 errs() << "Please convert to unsigned div/mod.\n"; in Select()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | Analysis.cpp | 100 raw_ostream *DebugOS = Action != LLVMReturnStatusAction ? &errs() : nullptr; in LLVMVerifyModule() 121 *unwrap<Function>(Fn), Action != LLVMReturnStatusAction ? &errs() in LLVMVerifyFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | Main.cpp | 56 errs() << ProgName << ": " << Msg; in reportError() 57 errs().flush(); in reportError()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | tc_redirect.c | 807 snprintf(name, sizeof(name), "%s %s errs", test_names[test], in dtime_err_str() 817 __u32 *errs = skel->bss->errs[t]; in test_tcp_clear_dtime() local 836 ASSERT_EQ(errs[i], 0, dtime_err_str(t, i)); in test_tcp_clear_dtime() 841 __u32 *dtimes, *errs; in test_tcp_dtime() local 854 errs = skel->bss->errs[t]; in test_tcp_dtime() 868 ASSERT_EQ(errs[i], 0, dtime_err_str(t, i)); in test_tcp_dtime() 873 __u32 *dtimes, *errs; in test_udp_dtime() local 886 errs in test_udp_dtime() [all...] |
/kernel/linux/linux-5.10/tools/build/feature/ |
H A D | test-llvm.cpp | 11 llvm::errs() << "Hello World!\n"; in main()
|
/kernel/linux/linux-6.6/tools/build/feature/ |
H A D | test-llvm.cpp | 11 llvm::errs() << "Hello World!\n"; in main()
|