Home
last modified time | relevance | path

Searched refs:Session (Results 1 – 25 of 256) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeExeSymbol.cpp23 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 …]
DNativeTypeFunctionSig.cpp28 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 …]
DNativeTypeEnum.cpp41 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 …]
DNativeTypeArray.cpp19 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()
DNativeTypePointer.cpp19 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()
DNativeEnumGlobals.cpp25 : 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()
DNativeTypeUDT.cpp19 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()
DNativeTypeTypedef.cpp7 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()
DSymbolCache.cpp64 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()
DNativeSymbolEnumerator.cpp20 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/
DDIASession.cpp85 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 …]
DDIAEnumSymbols.cpp19 : 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/
Dsession.cc14 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()
Dsession.h19 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/
Dtest56917 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]
Dtest57216 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
Dtest57024 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/
Dsessions.c93 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/
Dpost_example.c71 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/
DPDB.cpp24 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()
DPDBContext.cpp25 : 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()
DPDBSymbolTypeFunctionSig.cpp31 : 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()
DPDBSymbolFunc.cpp33 : 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()
DPDBSymbolData.cpp25 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/
Dadonis-framework.log196 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 …]

1234567891011