| /third_party/json/tests/src/ |
| H A D | unit-serialization.cpp | 80 SECTION("dump") 86 CHECK_THROWS_WITH_AS(j.dump(), "[json.exception.type_error.316] invalid UTF-8 byte at index 2: 0xA9", json::type_error&); 87 CHECK_THROWS_WITH_AS(j.dump(1, ' ', false, json::error_handler_t::strict), "[json.exception.type_error.316] invalid UTF-8 byte at index 2: 0xA9", json::type_error&); 88 CHECK(j.dump(-1, ' ', false, json::error_handler_t::ignore) == "\"äü\""); 89 CHECK(j.dump(-1, ' ', false, json::error_handler_t::replace) == "\"ä\xEF\xBF\xBDü\""); 90 CHECK(j.dump(-1, ' ', true, json::error_handler_t::replace) == "\"\\u00e4\\ufffd\\u00fc\""); 97 CHECK_THROWS_WITH_AS(j.dump(), "[json.exception.type_error.316] incomplete UTF-8 string; last byte: 0xC2", json::type_error&); 98 CHECK_THROWS_AS(j.dump(1, ' ', false, json::error_handler_t::strict), json::type_error&); 99 CHECK(j.dump(-1, ' ', false, json::error_handler_t::ignore) == "\"123\""); 100 CHECK(j.dump( [all...] |
| H A D | unit-ordered_json.cpp | 29 CHECK(j.dump() == "{\"element1\":1,\"element2\":2,\"element3\":3}"); 30 CHECK(oj.dump() == "{\"element3\":3,\"element1\":1,\"element2\":2}"); 38 CHECK(j.dump() == "{\"element2\":2,\"element3\":3}"); 39 CHECK(oj.dump() == "{\"element3\":3,\"element2\":2}"); 45 CHECK(j.dump() == "{\"element2\":2,\"element3\":3}"); 46 CHECK(oj.dump() == "{\"element3\":3,\"element2\":2}"); 51 CHECK(multi.dump() == "{\"m\":2,\"y\":4,\"z\":1}"); 55 CHECK(multi_ordered.dump() == "{\"z\":1,\"m\":2,\"y\":4}"); 57 CHECK(multi_ordered.dump() == "{\"z\":1,\"y\":4}"); 65 CHECK(j1.dump() [all...] |
| H A D | unit-inspection.cpp | 209 CHECK(j.dump() == 212 CHECK(j.dump() == j.dump(-1)); 217 CHECK(j.dump(0) == 223 CHECK(j.dump(1, '\t') == 229 CHECK(j.dump(4) == 235 CHECK(j.dump().size() == 94); 236 CHECK(j.dump(1).size() == 127); 237 CHECK(j.dump(2).size() == 142); 238 CHECK(j.dump(51 [all...] |
| H A D | unit-alt-string.cpp | 191 SECTION("dump") 196 alt_string dump = doc.dump(); variable 197 CHECK(dump == R"({"pi":3.141})"); 203 alt_string dump = doc.dump(); variable 204 CHECK(dump == R"({"happy":true})"); 210 alt_string dump = doc.dump(); variable 211 CHECK(dump [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymDumper.cpp | 17 llvm_unreachable("Attempt to dump " #Type " with no dump implementation"); 24 void PDBSymDumper::dump(const PDBSymbolAnnotation &Symbol) { in dump() function in PDBSymDumper 28 void PDBSymDumper::dump(const PDBSymbolBlock &Symbol) { in dump() function in PDBSymDumper 32 void PDBSymDumper::dump(const PDBSymbolCompiland &Symbol) { in dump() function in PDBSymDumper 36 void PDBSymDumper::dump(const PDBSymbolCompilandDetails &Symbol) { in dump() function in PDBSymDumper 40 void PDBSymDumper::dump(const PDBSymbolCompilandEnv &Symbol) { in dump() function in PDBSymDumper 44 void PDBSymDumper::dump(const PDBSymbolCustom &Symbol) { in dump() function in PDBSymDumper 48 void PDBSymDumper::dump(const PDBSymbolData &Symbol) { in dump() function in PDBSymDumper 52 void PDBSymDumper::dump(cons function in PDBSymDumper 56 void PDBSymDumper::dump(const PDBSymbolFunc &Symbol) { dump() function in PDBSymDumper 60 void PDBSymDumper::dump(const PDBSymbolFuncDebugEnd &Symbol) { dump() function in PDBSymDumper 64 void PDBSymDumper::dump(const PDBSymbolFuncDebugStart &Symbol) { dump() function in PDBSymDumper 68 void PDBSymDumper::dump(const PDBSymbolLabel &Symbol) { dump() function in PDBSymDumper 72 void PDBSymDumper::dump(const PDBSymbolPublicSymbol &Symbol) { dump() function in PDBSymDumper 76 void PDBSymDumper::dump(const PDBSymbolThunk &Symbol) { dump() function in PDBSymDumper 80 void PDBSymDumper::dump(const PDBSymbolTypeArray &Symbol) { dump() function in PDBSymDumper 84 void PDBSymDumper::dump(const PDBSymbolTypeBaseClass &Symbol) { dump() function in PDBSymDumper 88 void PDBSymDumper::dump(const PDBSymbolTypeBuiltin &Symbol) { dump() function in PDBSymDumper 92 void PDBSymDumper::dump(const PDBSymbolTypeCustom &Symbol) { dump() function in PDBSymDumper 96 void PDBSymDumper::dump(const PDBSymbolTypeDimension &Symbol) { dump() function in PDBSymDumper 100 void PDBSymDumper::dump(const PDBSymbolTypeEnum &Symbol) { dump() function in PDBSymDumper 104 void PDBSymDumper::dump(const PDBSymbolTypeFriend &Symbol) { dump() function in PDBSymDumper 108 void PDBSymDumper::dump(const PDBSymbolTypeFunctionArg &Symbol) { dump() function in PDBSymDumper 112 void PDBSymDumper::dump(const PDBSymbolTypeFunctionSig &Symbol) { dump() function in PDBSymDumper 116 void PDBSymDumper::dump(const PDBSymbolTypeManaged &Symbol) { dump() function in PDBSymDumper 120 void PDBSymDumper::dump(const PDBSymbolTypePointer &Symbol) { dump() function in PDBSymDumper 124 void PDBSymDumper::dump(const PDBSymbolTypeTypedef &Symbol) { dump() function in PDBSymDumper 128 void PDBSymDumper::dump(const PDBSymbolTypeUDT &Symbol) { dump() function in PDBSymDumper 132 void PDBSymDumper::dump(const PDBSymbolTypeVTable &Symbol) { dump() function in PDBSymDumper 136 void PDBSymDumper::dump(const PDBSymbolTypeVTableShape &Symbol) { dump() function in PDBSymDumper 140 void PDBSymDumper::dump(const PDBSymbolUnknown &Symbol) { dump() function in PDBSymDumper 144 void PDBSymDumper::dump(const PDBSymbolUsingNamespace &Symbol) { dump() function in PDBSymDumper [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymDumper.h | 24 virtual void dump(const PDBSymbolAnnotation &Symbol); 25 virtual void dump(const PDBSymbolBlock &Symbol); 26 virtual void dump(const PDBSymbolCompiland &Symbol); 27 virtual void dump(const PDBSymbolCompilandDetails &Symbol); 28 virtual void dump(const PDBSymbolCompilandEnv &Symbol); 29 virtual void dump(const PDBSymbolCustom &Symbol); 30 virtual void dump(const PDBSymbolData &Symbol); 31 virtual void dump(const PDBSymbolExe &Symbol); 32 virtual void dump(const PDBSymbolFunc &Symbol); 33 virtual void dump(cons [all...] |
| /third_party/json/docs/examples/ |
| H A D | dump.cpp | 13 // call dump() in main() 15 << j_object.dump() << "\n\n" in main() 16 << j_object.dump(-1) << "\n\n" in main() 17 << j_object.dump(0) << "\n\n" in main() 18 << j_object.dump(4) << "\n\n" in main() 19 << j_object.dump(1, '\t') << "\n\n"; in main() 22 << j_array.dump() << "\n\n" in main() 23 << j_array.dump(-1) << "\n\n" in main() 24 << j_array.dump(0) << "\n\n" in main() 25 << j_array.dump( in main() [all...] |
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_util.c | 83 lima_dump_shader(struct lima_dump *dump, void *data, int size, bool is_frag) in lima_dump_shader() argument 85 if (dump) in lima_dump_shader() 86 lima_parse_shader(dump->fp, (uint32_t *)data, size, is_frag); in lima_dump_shader() 90 lima_dump_vs_command_stream_print(struct lima_dump *dump, void *data, in lima_dump_vs_command_stream_print() argument 93 if (dump) in lima_dump_vs_command_stream_print() 94 lima_parse_vs(dump->fp, (uint32_t *)data, size, start); in lima_dump_vs_command_stream_print() 98 lima_dump_plbu_command_stream_print(struct lima_dump *dump, void *data, in lima_dump_plbu_command_stream_print() argument 101 if (dump) in lima_dump_plbu_command_stream_print() 102 lima_parse_plbu(dump->fp, (uint32_t *)data, size, start); in lima_dump_plbu_command_stream_print() 106 lima_dump_rsw_command_stream_print(struct lima_dump *dump, voi argument 114 lima_dump_texture_descriptor(struct lima_dump *dump, void *data, int size, uint32_t start, uint32_t offset) lima_dump_texture_descriptor() argument 150 lima_dump_free(struct lima_dump *dump) lima_dump_free() argument 176 _lima_dump_command_stream_print(struct lima_dump *dump, void *data, int size, bool is_float, const char *fmt, ...) _lima_dump_command_stream_print() argument [all...] |
| H A D | lima_util.h | 37 struct lima_dump *lima_dump_next(struct lima_dump *dump); 38 void lima_dump_free(struct lima_dump *dump); 40 void lima_dump_shader(struct lima_dump *dump, void *data, int size, bool is_frag); 41 void lima_dump_vs_command_stream_print(struct lima_dump *dump, void *data, 43 void lima_dump_plbu_command_stream_print(struct lima_dump *dump, void *data, 45 void lima_dump_rsw_command_stream_print(struct lima_dump *dump, void *data, 47 void lima_dump_texture_descriptor(struct lima_dump *dump, void *data, 50 void _lima_dump_command_stream_print(struct lima_dump *dump, void *data, 52 #define lima_dump_command_stream_print(dump, ...) \ 54 if (dump) \ [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceGlobalInits.cpp | 30 if (!Ice::BuildDefs::dump()) in dumpLinkage() 49 if (!Ice::BuildDefs::dump()) in dumpCallingConv() 81 if (!Ice::BuildDefs::dump()) in dumpType() 86 void FunctionDeclaration::dump(Ostream &Stream) const { in dump() function in Ice::FunctionDeclaration 87 if (!Ice::BuildDefs::dump()) in dump() 106 if (!Ice::BuildDefs::dump()) in dumpType() 125 void VariableDeclaration::dump(Ostream &Stream) const { in dump() function in Ice::VariableDeclaration 126 if (!Ice::BuildDefs::dump()) in dump() 134 Initializers.front()->dump(Stream); in dump() 145 Init->dump(Strea in dump() 162 void VariableDeclaration::DataInitializer::dump(Ostream &Stream) const { dump() function in Ice::VariableDeclaration::DataInitializer 179 void VariableDeclaration::ZeroInitializer::dump(Ostream &Stream) const { dump() function in Ice::VariableDeclaration::ZeroInitializer 192 void VariableDeclaration::RelocInitializer::dump(Ostream &Stream) const { dump() function in Ice::VariableDeclaration::RelocInitializer [all...] |
| H A D | IceInst.cpp | 12 /// constructors and dump routines. 78 if (!BuildDefs::dump()) in getInstName() 279 if (!BuildDefs::dump()) in getInstName() 456 if (BuildDefs::dump()) in lower() 629 if (!BuildDefs::dump()) in dumpDecorated() 644 dump(Func); in dumpDecorated() 649 void Inst::dump(const Cfg *Func) const { in dump() function in Inst 650 if (!BuildDefs::dump()) in dump() 659 if (!BuildDefs::dump()) in dumpExtras() 672 Var->dump(Fun in dumpExtras() 710 void InstAlloca::dump(const Cfg *Func) const { dump() function in InstAlloca 721 void InstArithmetic::dump(const Cfg *Func) const { dump() function in InstArithmetic 730 void InstAssign::dump(const Cfg *Func) const { dump() function in InstAssign 739 void InstBr::dump(const Cfg *Func) const { dump() function in InstBr 753 void InstCall::dump(const Cfg *Func) const { dump() function in InstCall 785 void InstCast::dump(const Cfg *Func) const { dump() function in InstCast 796 void InstIcmp::dump(const Cfg *Func) const { dump() function in InstIcmp 806 void InstExtractElement::dump(const Cfg *Func) const { dump() function in InstExtractElement 819 void InstInsertElement::dump(const Cfg *Func) const { dump() function in InstInsertElement 835 void InstFcmp::dump(const Cfg *Func) const { dump() function in InstFcmp 845 void InstLoad::dump(const Cfg *Func) const { dump() function in InstLoad 856 void InstStore::dump(const Cfg *Func) const { dump() function in InstStore 875 void InstSwitch::dump(const Cfg *Func) const { dump() function in InstSwitch 890 void InstPhi::dump(const Cfg *Func) const { dump() function in InstPhi 905 void InstRet::dump(const Cfg *Func) const { dump() function in InstRet 917 void InstSelect::dump(const Cfg *Func) const { dump() function in InstSelect 933 void InstUnreachable::dump(const Cfg *Func) const { dump() function in InstUnreachable 954 void InstFakeDef::dump(const Cfg *Func) const { dump() function in InstFakeDef 965 void InstFakeUse::dump(const Cfg *Func) const { dump() function in InstFakeUse 975 void InstFakeKill::dump(const Cfg *Func) const { dump() function in InstFakeKill 984 void InstShuffleVector::dump(const Cfg *Func) const { dump() function in InstShuffleVector 999 void InstJumpTable::dump(const Cfg *Func) const { dump() function in InstJumpTable 1009 void InstTarget::dump(const Cfg *Func) const { dump() function in InstTarget [all...] |
| H A D | IceInstX8632.cpp | 56 #define X(val, encode, opp, dump, emit) {CondX86::opp, dump, emit}, 158 if (BuildDefs::dump()) { in InstX86Label() 403 void InstX86Base::dump(const Cfg *Func) const { in dump() function in Ice::X8632::InstX86Base 404 if (!BuildDefs::dump()) in dump() 408 Inst::dump(Func); in dump() 411 void InstX86FakeRMW::dump(const Cfg *Func) const { in dump() function in Ice::X8632::InstX86FakeRMW 412 if (!BuildDefs::dump()) in dump() 417 getAddr()->dump(Func); in dump() 419 getData()->dump(Fun in dump() 439 void InstX86Label::dump(const Cfg *Func) const { dump() function in Ice::X8632::InstX86Label 499 void InstX86Br::dump(const Cfg *Func) const { dump() function in Ice::X8632::InstX86Br 570 void InstX86Jmp::dump(const Cfg *Func) const { dump() function in Ice::X8632::InstX86Jmp 621 void InstX86Call::dump(const Cfg *Func) const { dump() function in Ice::X8632::InstX86Call 928 void InstX86Movmsk::dump(const Cfg *Func) const { dump() function in Ice::X8632::InstX86Movmsk 1270 void InstX86Mul::dump(const Cfg *Func) const { dump() function in Ice::X8632::InstX86Mul 1306 void InstX86Shld::dump(const Cfg *Func) const { dump() function in Ice::X8632::InstX86Shld 1342 void InstX86Shrd::dump(const Cfg *Func) const { dump() function in Ice::X8632::InstX86Shrd 1395 void InstX86Cmov::dump(const Cfg *Func) const { dump() function in Ice::X8632::InstX86Cmov [all...] |
| H A D | IceInstX8664.cpp | 56 #define X(val, encode, opp, dump, emit) {CondX86::opp, dump, emit}, 146 if (BuildDefs::dump()) { in InstX86Label() 383 void InstX86Base::dump(const Cfg *Func) const { in dump() function in Ice::X8664::InstX86Base 384 if (!BuildDefs::dump()) in dump() 388 Inst::dump(Func); in dump() 391 void InstX86FakeRMW::dump(const Cfg *Func) const { in dump() function in Ice::X8664::InstX86FakeRMW 392 if (!BuildDefs::dump()) in dump() 397 getAddr()->dump(Func); in dump() 399 getData()->dump(Fun in dump() 419 void InstX86Label::dump(const Cfg *Func) const { dump() function in Ice::X8664::InstX86Label 479 void InstX86Br::dump(const Cfg *Func) const { dump() function in Ice::X8664::InstX86Br 557 void InstX86Jmp::dump(const Cfg *Func) const { dump() function in Ice::X8664::InstX86Jmp 608 void InstX86Call::dump(const Cfg *Func) const { dump() function in Ice::X8664::InstX86Call 920 void InstX86Movmsk::dump(const Cfg *Func) const { dump() function in Ice::X8664::InstX86Movmsk 1273 void InstX86Mul::dump(const Cfg *Func) const { dump() function in Ice::X8664::InstX86Mul 1309 void InstX86Shld::dump(const Cfg *Func) const { dump() function in Ice::X8664::InstX86Shld 1345 void InstX86Shrd::dump(const Cfg *Func) const { dump() function in Ice::X8664::InstX86Shrd 1397 void InstX86Cmov::dump(const Cfg *Func) const { dump() function in Ice::X8664::InstX86Cmov [all...] |
| H A D | IceInstARM32.cpp | 12 /// constructors and the dump()/emit() methods. 121 if (!BuildDefs::dump()) in emitUsingTextFixup() 197 if (!BuildDefs::dump()) in emitTwoAddr() 212 if (!BuildDefs::dump()) in emitThreeAddr() 228 if (!BuildDefs::dump()) in emitThreeAddrFP() 242 if (!BuildDefs::dump()) in emitFourAddrFP() 258 if (!BuildDefs::dump()) in emitFourAddr() 310 if (!BuildDefs::dump()) in emitCmpLike() 1286 if (BuildDefs::dump()) { in InstARM32Label() 1318 if (!BuildDefs::dump()) in emit() 1328 void InstARM32RegisterStackOp::dump(const Cfg *Func) const { dump() function in Ice::ARM32::InstARM32RegisterStackOp 1817 void InstARM32::dump(const Cfg *Func) const { dump() function in Ice::ARM32::__anon25492::InstARM32 2071 void InstARM32Mov::dump(const Cfg *Func) const { dump() function in Ice::ARM32::__anon25492::InstARM32Mov 2131 void InstARM32Br::dump(const Cfg *Func) const { dump() function in Ice::ARM32::__anon25492::InstARM32Br 2200 void InstARM32Call::dump(const Cfg *Func) const { dump() function in Ice::ARM32::__anon25492::InstARM32Call 2233 void InstARM32Label::dump(const Cfg *Func) const { dump() function in Ice::ARM32::__anon25492::InstARM32Label 2655 void InstARM32Ret::dump(const Cfg *Func) const { dump() function in Ice::ARM32::__anon25492::InstARM32Ret 2723 void InstARM32Str::dump(const Cfg *Func) const { dump() function in Ice::ARM32::__anon25492::InstARM32Str 2761 void InstARM32Strex::dump(const Cfg *Func) const { dump() function in Ice::ARM32::__anon25492::InstARM32Strex 2809 void InstARM32Vstr1::dump(const Cfg *Func) const { dump() function in Ice::ARM32::__anon25492::InstARM32Vstr1 2846 void InstARM32Vdup::dump(const Cfg *Func) const { dump() function in Ice::ARM32::__anon25492::InstARM32Vdup 2878 void InstARM32Trap::dump(const Cfg *Func) const { dump() function in Ice::ARM32::__anon25492::InstARM32Trap 2911 void InstARM32Umull::dump(const Cfg *Func) const { dump() function in Ice::ARM32::__anon25492::InstARM32Umull 3021 void InstARM32Vcvt::dump(const Cfg *Func) const { dump() function in Ice::ARM32::__anon25492::InstARM32Vcvt 3077 void InstARM32Vcmp::dump(const Cfg *Func) const { dump() function in Ice::ARM32::__anon25492::InstARM32Vcmp 3105 void InstARM32Vmrs::dump(const Cfg *Func) const { dump() function in Ice::ARM32::__anon25492::InstARM32Vmrs 3149 void InstARM32Vabs::dump(const Cfg *Func) const { dump() function in Ice::ARM32::__anon25492::InstARM32Vabs 3177 void InstARM32Dmb::dump(const Cfg *Func) const { dump() function in Ice::ARM32::__anon25492::InstARM32Dmb 3197 void InstARM32Nop::dump(const Cfg *Func) const { dump() function in Ice::ARM32::__anon25492::InstARM32Nop 3251 void OperandARM32Mem::dump(const Cfg *Func, Ostream &Str) const { dump() function in Ice::ARM32::__anon25492::OperandARM32Mem 3280 void OperandARM32ShAmtImm::dump(const Cfg *, Ostream &Str) const { dump() function in Ice::ARM32::__anon25492::OperandARM32ShAmtImm 3308 void OperandARM32FlexImm::dump(const Cfg * /* Func */, Ostream &Str) const { dump() function in Ice::ARM32::__anon25492::OperandARM32FlexImm 3351 void OperandARM32FlexFpImm::dump(const Cfg * /*Func*/, Ostream &Str) const { dump() function in Ice::ARM32::__anon25492::OperandARM32FlexFpImm 3370 void OperandARM32FlexFpZero::dump(const Cfg * /*Func*/, Ostream &Str) const { dump() function in Ice::ARM32::__anon25492::OperandARM32FlexFpZero 3387 void OperandARM32FlexReg::dump(const Cfg *Func, Ostream &Str) const { dump() function in Ice::ARM32::__anon25492::OperandARM32FlexReg [all...] |
| H A D | IceInstMIPS32.h | 63 using Operand::dump; 64 void dump(const Cfg *, Ostream &Str) const override { 65 if (BuildDefs::dump()) 88 if (!BuildDefs::dump()) 98 void dump(const Cfg *Func, Ostream &Str) const override { 99 if (!BuildDefs::dump()) 140 using OperandMIPS32::dump; 152 void dump(const Cfg *Func, Ostream &Str) const override { 153 if (!BuildDefs::dump()) 157 getBase()->dump(Fun [all...] |
| H A D | IceInstMIPS32.cpp | 12 /// constructors and the dump()/emit() methods. 62 if (!BuildDefs::dump()) in emit() 160 if (BuildDefs::dump()) { in InstMIPS32Label() 169 void InstMIPS32Label::dump(const Cfg *Func) const { in dump() function in Ice::MIPS32::InstMIPS32Label 170 if (!BuildDefs::dump()) in dump() 177 if (!BuildDefs::dump()) in emit() 238 void InstMIPS32::dump(const Cfg *Func) const { in dump() function in Ice::MIPS32::InstMIPS32 239 if (!BuildDefs::dump()) in dump() 243 Inst::dump(Func); in dump() 247 if (!BuildDefs::dump()) in emit() 431 void InstMIPS32Br::dump(const Cfg *Func) const { dump() function in Ice::MIPS32::InstMIPS32Br 503 void InstMIPS32Call::dump(const Cfg *Func) const { dump() function in Ice::MIPS32::InstMIPS32Call 524 void InstMIPS32Ret::dump(const Cfg *Func) const { dump() function in Ice::MIPS32::InstMIPS32Ret 615 void InstMIPS32Mov::dump(const Cfg *Func) const { dump() function in Ice::MIPS32::InstMIPS32Mov [all...] |
| /third_party/elfio/tests/ |
| H A D | elfio_fuzzer.cpp | 21 dump::header( oss, elf ); in LLVMFuzzerTestOneInput() 22 dump::section_headers( oss, elf ); in LLVMFuzzerTestOneInput() 23 dump::segment_headers( oss, elf ); in LLVMFuzzerTestOneInput() 24 dump::symbol_tables( oss, elf ); in LLVMFuzzerTestOneInput() 25 dump::notes( oss, elf ); in LLVMFuzzerTestOneInput() 26 dump::modinfo( oss, elf ); in LLVMFuzzerTestOneInput() 27 dump::dynamic_tags( oss, elf ); in LLVMFuzzerTestOneInput() 28 dump::section_datas( oss, elf ); in LLVMFuzzerTestOneInput() 29 dump::segment_datas( oss, elf ); in LLVMFuzzerTestOneInput()
|
| /third_party/elfio/examples/elfdump/ |
| H A D | elfdump.cpp | 49 dump::header( std::cout, reader ); in main() 50 dump::section_headers( std::cout, reader ); in main() 51 dump::segment_headers( std::cout, reader ); in main() 52 dump::symbol_tables( std::cout, reader ); in main() 53 dump::notes( std::cout, reader ); in main() 54 dump::modinfo( std::cout, reader ); in main() 55 dump::dynamic_tags( std::cout, reader ); in main() 56 dump::section_datas( std::cout, reader ); in main() 57 dump::segment_datas( std::cout, reader ); in main()
|
| /third_party/skia/tests/ |
| H A D | PathOpsDebug.cpp | 67 void SkDConic::dump() const { in dump() function in SkDConic 83 void SkDCubic::dump() const { in dump() function in SkDCubic 106 fPts[index].dump(); in dumpInner() 112 fPts[index].dump(); in dumpInner() 115 void SkDCurve::dump() const { in dump() function in SkDCurve 142 void SkDLine::dump() const { in dump() function in SkDLine 155 fPts[0].dump(); in dumpInner() 157 fPts[1].dump(); in dumpInner() 160 void SkDPoint::dump() const { in dump() function in SkDPoint 184 void SkDQuad::dump() cons function in SkDQuad 205 void SkIntersections::dump() const { dump() function in SkIntersections 345 void SkPathOpsDebug::CoinDict::dump(const char* str, bool visitCheck) const { dump() function in SkPathOpsDebug::CoinDict 532 void SkOpAngle::dump() const { dump() function in SkOpAngle 665 void SkOpPtT::dump() const { dump() function in SkOpPtT 721 void SkOpSpanBase::dump() const { dump() function in SkOpSpanBase 831 void SkOpSegment::dump() const { dump() function in SkOpSegment 903 void SkCoincidentSpans::dump() const { dump() function in SkCoincidentSpans 930 void SkOpCoincidence::dump() const { dump() function in SkOpCoincidence 957 void SkOpContour::dump() const { dump() function in SkOpContour 1055 void SkOpCurve::dump() const { dump() function in SkOpCurve 1169 void SkTCoincident::dump() const { dump() function in SkTCoincident 1206 void SkTSect::dump() const { dump() function in SkTSect 1319 void SkTSpan::dump() const { dump() function in SkTSpan [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_dump.cpp | 32 bool dump::visit(node& n, bool enter) { in visit() 56 bool dump::visit(container_node& n, bool enter) { in visit() 86 bool dump::visit(bb_node& n, bool enter) { in visit() 102 bool dump::visit(alu_group_node& n, bool enter) { in visit() 120 bool dump::visit(cf_node& n, bool enter) { in visit() 151 bool dump::visit(alu_node& n, bool enter) { in visit() 167 bool dump::visit(alu_packed_node& n, bool enter) { in visit() 188 bool dump::visit(fetch_node& n, bool enter) { in visit() 202 bool dump::visit(region_node& n, bool enter) { in visit() 232 bool dump [all...] |
| /third_party/skia/src/core/ |
| H A D | SkTypeface_remote.cpp | 27 TRACE_EVENT1("skia", "generateMetrics", "rec", TRACE_STR_COPY(this->getRec().dump().c_str())); in generateMetrics() 29 SkDebugf("GlyphCacheMiss generateMetrics: %s\n", this->getRec().dump().c_str()); in generateMetrics() 39 TRACE_EVENT1("skia", "generateImage", "rec", TRACE_STR_COPY(this->getRec().dump().c_str())); in generateImage() 41 SkDebugf("GlyphCacheMiss generateImage: %s\n", this->getRec().dump().c_str()); in generateImage() 51 TRACE_EVENT1("skia", "generatePath", "rec", TRACE_STR_COPY(this->getRec().dump().c_str())); in generatePath() 53 SkDebugf("GlyphCacheMiss generatePath: %s\n", this->getRec().dump().c_str()); in generatePath() 63 "skia", "generateFontMetrics", "rec", TRACE_STR_COPY(this->getRec().dump().c_str())); in generateFontMetrics() 65 SkDebugf("GlyphCacheMiss generateFontMetrics: %s\n", this->getRec().dump().c_str()); in generateFontMetrics()
|
| /third_party/PyYAML/tests/lib/ |
| H A D | test_schema.py | 65 skip_dump = skipdata['dump'] 123 dump = yaml.safe_dump(loaded, explicit_end=False) 125 if dump.endswith('\n...\n'): 126 dump = dump[:-5] 127 if dump.endswith('\n'): 128 dump = dump[:-1] 129 if dump == exp_dump: 132 print("Compare: >>" + dump [all...] |
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| H A D | asn1_parse.c | 21 int offset, int depth, int indent, int dump); 89 int dump) in ASN1_parse_dump() 91 return asn1_parse2(bp, &pp, len, 0, 0, indent, dump); in ASN1_parse_dump() 95 int offset, int depth, int indent, int dump) in asn1_parse2() 145 indent, dump); in asn1_parse2() 160 indent, dump); in asn1_parse2() 231 } else if (!dump) in asn1_parse2() 233 * not printable => print octet string as hex dump in asn1_parse2() 243 /* print the normal dump */ in asn1_parse2() 251 ((dump in asn1_parse2() 88 ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump) ASN1_parse_dump() argument 94 asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, int depth, int indent, int dump) asn1_parse2() argument [all...] |
| /third_party/openssl/crypto/asn1/ |
| H A D | asn1_parse.c | 21 int offset, int depth, int indent, int dump); 89 int dump) in ASN1_parse_dump() 91 return asn1_parse2(bp, &pp, len, 0, 0, indent, dump); in ASN1_parse_dump() 95 int offset, int depth, int indent, int dump) in asn1_parse2() 145 indent, dump); in asn1_parse2() 160 indent, dump); in asn1_parse2() 231 } else if (!dump) in asn1_parse2() 233 * not printable => print octet string as hex dump in asn1_parse2() 243 /* print the normal dump */ in asn1_parse2() 251 ((dump in asn1_parse2() 88 ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump) ASN1_parse_dump() argument 94 asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, int depth, int indent, int dump) asn1_parse2() argument [all...] |
| /third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/ |
| H A D | main.c | 38 char hex[2048], dump[3072]; in cose_key_dump() local 70 l = (size_t)lws_snprintf(dump, sizeof(dump), in cose_key_dump() 74 write(fdout, dump, l); in cose_key_dump() 76 l = (size_t)lws_snprintf(dump, sizeof(dump), in cose_key_dump() 78 write(fdout, dump, l); in cose_key_dump() 91 l = (size_t)lws_snprintf(dump, sizeof(dump), in cose_key_dump() 95 write(fdout, dump, in cose_key_dump() [all...] |