/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeExeSymbol.cpp | 23 static DbiStream *getDbiStreamPtr(NativeSession &Session) { in getDbiStreamPtr() argument 24 Expected<DbiStream &> DbiS = Session.getPDBFile().getPDBDbiStream(); in getDbiStreamPtr() 32 NativeExeSymbol::NativeExeSymbol(NativeSession &Session, SymIndexId SymbolId) in NativeExeSymbol() argument 33 : NativeRawSymbol(Session, PDB_SymType::Exe, SymbolId), in NativeExeSymbol() 34 Dbi(getDbiStreamPtr(Session)) {} in NativeExeSymbol() 40 return std::unique_ptr<IPDBEnumSymbols>(new NativeEnumModules(Session)); in findChildren() 44 return Session.getSymbolCache().createTypeEnumerator(codeview::LF_ARRAY); in findChildren() 46 return Session.getSymbolCache().createTypeEnumerator(codeview::LF_ENUM); in findChildren() 48 return Session.getSymbolCache().createTypeEnumerator(codeview::LF_POINTER); in findChildren() 50 return Session.getSymbolCache().createTypeEnumerator( in findChildren() [all …]
|
D | NativeTypeFunctionSig.cpp | 28 NativeTypeFunctionArg(NativeSession &Session, in NativeTypeFunctionArg() argument 30 : NativeRawSymbol(Session, PDB_SymType::FunctionArg, 0), in NativeTypeFunctionArg() 37 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 48 NativeEnumFunctionArgs(NativeSession &Session, in NativeEnumFunctionArgs() argument 50 : Session(Session), TypeEnumerator(std::move(TypeEnumerator)) {} in NativeEnumFunctionArgs() 68 auto NTFA = std::make_unique<NativeTypeFunctionArg>(Session, std::move(S)); in wrap() 69 return PDBSymbol::create(Session, std::move(NTFA)); in wrap() 71 NativeSession &Session; member in __anon6d1cab2a0111::NativeEnumFunctionArgs 76 NativeTypeFunctionSig::NativeTypeFunctionSig(NativeSession &Session, in NativeTypeFunctionSig() argument 80 : NativeRawSymbol(Session, PDB_SymType::FunctionSig, Id), in NativeTypeFunctionSig() [all …]
|
D | NativeTypeEnum.cpp | 41 NativeEnumEnumEnumerators(NativeSession &Session, 55 NativeSession &Session; member in __anon8c6aad560111::NativeEnumEnumEnumerators 64 NativeSession &Session, const NativeTypeEnum &ClassParent) in NativeEnumEnumEnumerators() argument 65 : Session(Session), ClassParent(ClassParent) { in NativeEnumEnumEnumerators() 66 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in NativeEnumEnumEnumerators() 99 SymIndexId Id = Session.getSymbolCache() in getChildAtIndex() 103 return Session.getSymbolCache().getSymbolById(Id); in getChildAtIndex() 115 NativeTypeEnum::NativeTypeEnum(NativeSession &Session, SymIndexId Id, in NativeTypeEnum() argument 117 : NativeRawSymbol(Session, PDB_SymType::Enum, Id), Index(Index), in NativeTypeEnum() 120 NativeTypeEnum::NativeTypeEnum(NativeSession &Session, SymIndexId Id, in NativeTypeEnum() argument [all …]
|
D | NativeTypeArray.cpp | 19 NativeTypeArray::NativeTypeArray(NativeSession &Session, SymIndexId Id, in NativeTypeArray() argument 22 : NativeRawSymbol(Session, PDB_SymType::ArrayType, Id), Record(Record), in NativeTypeArray() 32 dumpSymbolIdField(OS, "elementTypeId", getTypeId(), Indent, Session, in dump() 35 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump() 46 return Session.getSymbolCache().findSymbolByTypeIndex(Record.getIndexType()); in getArrayIndexTypeId() 57 Session.getSymbolCache().getNativeSymbolById(getTypeId()); in getCount() 62 return Session.getSymbolCache().findSymbolByTypeIndex( in getTypeId()
|
D | NativeTypePointer.cpp | 19 NativeTypePointer::NativeTypePointer(NativeSession &Session, SymIndexId Id, in NativeTypePointer() argument 21 : NativeRawSymbol(Session, PDB_SymType::PointerType, Id), TI(TI) { in NativeTypePointer() 26 NativeTypePointer::NativeTypePointer(NativeSession &Session, SymIndexId Id, in NativeTypePointer() argument 29 : NativeRawSymbol(Session, PDB_SymType::PointerType, Id), TI(TI), in NativeTypePointer() 40 dumpSymbolIdField(OS, "classParentId", getClassParentId(), Indent, Session, in dump() 44 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump() 47 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 75 return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType); in getClassParentId() 104 return Session.getSymbolCache().findSymbolByTypeIndex(Referent); in getTypeId()
|
D | NativeEnumGlobals.cpp | 25 : Index(0), Session(PDBSession) { in NativeEnumGlobals() 26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals() 27 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in NativeEnumGlobals() 46 Session.getSymbolCache().getOrCreateGlobalSymbolByOffset(MatchOffsets[N]); in getChildAtIndex() 47 return Session.getSymbolCache().getSymbolById(Id); in getChildAtIndex()
|
D | NativeTypeUDT.cpp | 19 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT() argument 21 : NativeRawSymbol(Session, PDB_SymType::UDT, Id), Index(TI), in NativeTypeUDT() 24 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT() argument 26 : NativeRawSymbol(Session, PDB_SymType::UDT, Id), Index(TI), in NativeTypeUDT() 29 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT() argument 32 : NativeRawSymbol(Session, PDB_SymType::UDT, Id), in NativeTypeUDT() 44 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump() 49 Session, PdbSymbolIdField::UnmodifiedType, ShowIdFields, in dump() 94 return Session.getSymbolCache().findSymbolByTypeIndex(Class->VTableShape); in getVirtualTableShapeId()
|
D | NativeTypeTypedef.cpp | 7 NativeTypeTypedef::NativeTypeTypedef(NativeSession &Session, SymIndexId Id, in NativeTypeTypedef() argument 9 : NativeRawSymbol(Session, PDB_SymType::Typedef, Id), in NativeTypeTypedef() 19 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 26 return Session.getSymbolCache().findSymbolByTypeIndex(Record.Type); in getTypeId()
|
D | SymbolCache.cpp | 64 SymbolCache::SymbolCache(NativeSession &Session, DbiStream *Dbi) in SymbolCache() argument 65 : Session(Session), Dbi(Dbi) { in SymbolCache() 80 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in createTypeEnumerator() 87 new NativeEnumTypes(Session, Types, std::move(Kinds))); in createTypeEnumerator() 93 new NativeEnumGlobals(Session, {Kind})); in createGlobalsEnumerator() 157 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in findSymbolByTypeIndex() 244 return PDBSymbol::create(Session, *NRS); in getSymbolById() 263 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in getOrCreateGlobalSymbolByOffset() 298 return Session.getConcreteSymbolById<PDBSymbolCompiland>(Compilands[Index]); in getOrCreateCompiland()
|
D | NativeSymbolEnumerator.cpp | 20 NativeSession &Session, SymIndexId Id, const NativeTypeEnum &Parent, in NativeSymbolEnumerator() argument 22 : NativeRawSymbol(Session, PDB_SymType::Data, Id), Parent(Parent), in NativeSymbolEnumerator() 31 dumpSymbolIdField(OS, "classParentId", getClassParentId(), Indent, Session, in dump() 35 Session, PdbSymbolIdField::LexicalParent, ShowIdFields, in dump() 38 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 85 DIASession::DIASession(CComPtr<IDiaSession> DiaSession) : Session(DiaSession) {} in DIASession() 88 std::unique_ptr<IPDBSession> &Session) { in createFromPdb() argument 109 Session.reset(new DIASession(DiaSession)); in createFromPdb() 114 std::unique_ptr<IPDBSession> &Session) { in createFromExe() argument 134 Session.reset(new DIASession(DiaSession)); in createFromExe() 140 bool success = (S_OK == Session->get_loadAddress(&LoadAddress)); in getLoadAddress() 145 return (S_OK == Session->put_loadAddress(Address)); in setLoadAddress() 150 if (S_OK != Session->get_globalScope(&GlobalScope)) in getGlobalScope() 163 if (S_OK == Session->addressForVA(VA, &ArgSection, &ArgOffset)) { in addressForVA() 174 if (S_OK == Session->addressForRVA(RVA, &ArgSection, &ArgOffset)) { in addressForRVA() [all …]
|
D | DIAEnumSymbols.cpp | 19 : Session(PDBSession), Enumerator(DiaEnumerator) {} in DIAEnumSymbols() 32 std::unique_ptr<DIARawSymbol> RawSymbol(new DIARawSymbol(Session, Item)); in getChildAtIndex() 33 return std::unique_ptr<PDBSymbol>(PDBSymbol::create(Session, std::move(RawSymbol))); in getChildAtIndex() 42 std::unique_ptr<DIARawSymbol> RawSymbol(new DIARawSymbol(Session, Item)); in getNext() 44 PDBSymbol::create(Session, std::move(RawSymbol))); in getNext()
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
D | session.cc | 14 Session::Session(TransportBase* transport) in Session() function in v8::internal::wasm::gdb_server::Session 17 void Session::WaitForDebugStubEvent() { io_->WaitForDebugStubEvent(); } in WaitForDebugStubEvent() 19 bool Session::SignalThreadEvent() { return io_->SignalThreadEvent(); } in SignalThreadEvent() 21 bool Session::IsDataAvailable() const { return io_->IsDataAvailable(); } in IsDataAvailable() 23 bool Session::IsConnected() const { return connected_; } in IsConnected() 25 void Session::Disconnect() { in Disconnect() 30 bool Session::GetChar(char* ch) { in GetChar() 39 bool Session::SendPacket(Packet* pkt, bool expect_ack) { in SendPacket() 67 bool Session::GetPayload(Packet* pkt, uint8_t* checksum) { in GetPayload() 91 bool Session::GetPacket(Packet* pkt) { in GetPacket()
|
D | session.h | 19 class V8_EXPORT_PRIVATE Session { 21 explicit Session(TransportBase* transport); 22 Session(const Session&) = delete; 23 Session& operator=(const Session&) = delete;
|
/third_party/curl/tests/data/ |
D | test569 | 17 Session: 00.+1-am-aSe55ion_id\$yes-i-am\$;timeout=60 28 Session: \$extraspaces ignore-this-part-------;foo=bar 41 Session: A 66 RTSP Session ID parsing 84 Session: 00.+1-am-aSe55ion_id\$yes-i-am\$ 92 Session: \$extraspaces 100 Session: A 104 Got Session ID: [00.+1-am-aSe55ion_id\$yes-i-am\$] 105 Got Session ID: [\$extraspaces] 106 Got Session ID: [A]
|
D | test572 | 16 Session: getparams-test 24 Session: getparams-test 37 Session: getparams-test 45 Session: getparams-test 55 Session: getparams-test 96 Session: getparams-test 104 Session: getparams-test 108 Session: getparams-test 116 Session: getparams-test
|
D | test570 | 24 Session: asdf 31 Session: asdfWRONG 32 Informational: Session ID mismatch 50 RTSP CSeq and Session Mismatch checks 71 Session: asdf
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
D | sessions.c | 93 struct Session struct 98 struct Session *next; argument 138 struct Session *session; argument 159 static struct Session *sessions; 168 static struct Session * 171 struct Session *ret; in get_session() 194 ret = calloc (1, sizeof (struct Session)); in get_session() 228 struct Session *session, 266 add_session_cookie (struct Session *session, in add_session_cookie() 298 struct Session *session, in serve_simple_form() [all …]
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | post_example.c | 71 struct Session struct 76 struct Session *next; argument 116 struct Session *session; argument 137 static struct Session *sessions; 146 static struct Session * 149 struct Session *ret; in get_session() 172 ret = calloc (1, sizeof (struct Session)); in get_session() 206 struct Session *session, 244 add_session_cookie (struct Session *session, in add_session_cookie() 276 struct Session *session, in serve_simple_form() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDB.cpp | 24 std::unique_ptr<IPDBSession> &Session) { in loadDataForPDB() argument 33 return NativeSession::createFromPdb(std::move(*ErrorOrBuffer), Session); in loadDataForPDB() 37 return DIASession::createFromPdb(Path, Session); in loadDataForPDB() 44 std::unique_ptr<IPDBSession> &Session) { in loadDataForEXE() argument 47 return NativeSession::createFromExe(Path, Session); in loadDataForEXE() 50 return DIASession::createFromExe(Path, Session); in loadDataForEXE()
|
D | PDBContext.cpp | 25 : DIContext(CK_PDB), Session(std::move(PDBSession)) { in PDBContext() 28 Session->setLoadAddress(ImageBase.get()); in PDBContext() 40 Session->findSymbolByAddress(Address.Address, PDB_SymType::None); in getLineInfoForAddress() 49 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Length); in getLineInfoForAddress() 55 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress() 73 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Size); in getLineInfoForAddressRange() 105 Session->findSymbolByAddress(Address, PDB_SymType::Function); in getFunctionName() 113 Session->findSymbolByAddress(Address, PDB_SymType::PublicSymbol); in getFunctionName()
|
D | PDBSymbolTypeFunctionSig.cpp | 31 : Session(PDBSession), in FunctionArgEnumerator() 36 : Session(PDBSession), Enumerator(std::move(ArgEnumerator)) {} in FunctionArgEnumerator() 46 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getChildAtIndex() 53 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getNext() 59 const IPDBSession &Session; member in __anon5be8d0590111::FunctionArgEnumerator 66 return std::make_unique<FunctionArgEnumerator>(Session, *this); in getArguments()
|
D | PDBSymbolFunc.cpp | 33 : Session(PDBSession), Func(PDBFunc) { in FunctionArgEnumerator() 57 return Session.getConcreteSymbolById<PDBSymbolData>( in getChildAtIndex() 66 return Session.getConcreteSymbolById<PDBSymbolData>(Result.getSymIndexId()); in getNext() 73 const IPDBSession &Session; member in __anonc5ac2c3a0111::FunctionArgEnumerator 82 return std::make_unique<FunctionArgEnumerator>(Session, *this); in getArguments() 100 return Session.findLineNumbersByAddress(RawSymbol->getVirtualAddress(), in getLineNumbers()
|
D | PDBSymbolData.cpp | 25 return Session.findLineNumbersByRVA(RVA, Len); in getLineNumbers() 28 return Session.findLineNumbersBySectOffset( in getLineNumbers() 44 Session.addressForRVA(RVA, DataSection, DataOffset); in getCompilandId() 48 if (auto SecContribs = Session.getSectionContribs()) { in getCompilandId() 58 while (auto LexParent = Session.getSymbolById(LexParentId)) { in getCompilandId()
|
/third_party/typescript/tests/baselines/reference/user/ |
D | adonis-framework.log | 196 node_modules/adonis-framework/src/Session/CookieManager.js(45,14): error TS2304: Cannot find name '… 197 node_modules/adonis-framework/src/Session/CookieManager.js(60,15): error TS2304: Cannot find name '… 198 node_modules/adonis-framework/src/Session/CookieManager.js(72,15): error TS2304: Cannot find name '… 199 node_modules/adonis-framework/src/Session/Drivers/Cookie/index.js(77,15): error TS2322: Type 'Gener… 200 node_modules/adonis-framework/src/Session/Drivers/Cookie/index.js(88,15): error TS2322: Type 'Gener… 201 node_modules/adonis-framework/src/Session/Drivers/Cookie/index.js(118,14): error TS1056: Accessors … 202 node_modules/adonis-framework/src/Session/Drivers/File/index.js(25,14): error TS1056: Accessors are… 203 node_modules/adonis-framework/src/Session/Drivers/File/index.js(79,15): error TS2505: A generator c… 204 node_modules/adonis-framework/src/Session/Drivers/Redis/index.js(23,14): error TS1056: Accessors ar… 205 node_modules/adonis-framework/src/Session/Drivers/Redis/index.js(59,15): error TS2322: Type 'Genera… [all …]
|