Home
last modified time | relevance | path

Searched refs:dumpType (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceGlobalInits.cpp114 void FunctionDeclaration::dumpType(Ostream &Stream) const { in dumpType() function in Ice::FunctionDeclaration
143 Initializers.front()->dumpType(Stream); in dumpType()
153 Init->dumpType(Stream); in dumpType()
170 dumpType(Stream); in dump()
199 dumpType(Stream); in dump()
216 dumpType(Stream); in dump()
231 dumpType(Stream); in dump()
234 dumpType(Stream); in dump()
236 Declaration->dumpType(Stream); in dump()
238 dumpType(Stream); in dump()
[all …]
/dports/biology/canu/canu-2.2/src/stores/
H A DsqStoreDumpMetaData.C26 enum class dumpType { enum
391 dumpType reqDump = dumpType::wantReads; in main()
409 else if (strcmp(argv[arg], "-libs") == 0) { reqDump = dumpType::wantLibs; } in main()
539 if (reqDump == dumpType::wantLibs) { in main()
553 if (reqDump == dumpType::wantLibs) in main()
556 if (reqDump == dumpType::wantReads) in main()
559 if (reqDump == dumpType::wantStats) in main()
562 if (reqDump == dumpType::wantHistogram) in main()
565 if (reqDump == dumpType::wantLengths) in main()
568 if (reqDump == dumpType::wantVersions) in main()
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/pkg/dump/
H A Ddump.go119 func runDumpAll(cf *util.Config, dumpType string) error {
126 dumpPath := filepath.Join(cf.DumpDir, dumpType+".sql")
127 if dumpType == "roles" {
128 dumpType = "--roles-only"
129 } else if dumpType == "tablespaces" {
130 dumpType = "--tablespaces-only"
144 dumpType)
/dports/devel/taskctl/taskctl-1.4.2/vendor/mvdan.cc/sh/v3/_js/
H A Dapi_dump.go129 Type: dumpType(docs, fn.Type()),
146 Type: dumpType(docs, under),
173 Type: dumpType(docs, fn.Type()),
185 func dumpType(docs map[token.Pos]*ast.CommentGroup, typ types.Type) interface{} { func
198 Type: dumpType(docs, fn.Type()),
218 Type: dumpType(docs, fd.Type()),
226 dump["elem"] = dumpType(docs, typ.Elem())
230 dump["elem"] = dumpType(docs, typ.Elem())
251 "type": dumpType(docs, vr.Type()),
/dports/www/mod_php81/php-8.1.1/ext/reflection/tests/
H A Dunion_types.phpt6 function dumpType(ReflectionUnionType $rt) {
23 dumpType((new ReflectionFunction('test1'))->getReturnType());
24 dumpType((new ReflectionFunction('test2'))->getReturnType());
28 dumpType($rp->getType());
37 dumpType($rp->getType());
43 dumpType($rp->getType());
/dports/lang/php80/php-8.0.15/ext/reflection/tests/
H A Dunion_types.phpt8 function dumpType(ReflectionUnionType $rt) {
25 dumpType((new ReflectionFunction('test1'))->getReturnType());
26 dumpType((new ReflectionFunction('test2'))->getReturnType());
30 dumpType($rp->getType());
39 dumpType($rp->getType());
45 dumpType($rp->getType());
/dports/lang/php81/php-8.1.1/ext/reflection/tests/
H A Dunion_types.phpt6 function dumpType(ReflectionUnionType $rt) {
23 dumpType((new ReflectionFunction('test1'))->getReturnType());
24 dumpType((new ReflectionFunction('test2'))->getReturnType());
28 dumpType($rp->getType());
37 dumpType($rp->getType());
43 dumpType($rp->getType());
/dports/www/mod_php80/php-8.0.15/ext/reflection/tests/
H A Dunion_types.phpt8 function dumpType(ReflectionUnionType $rt) {
25 dumpType((new ReflectionFunction('test1'))->getReturnType());
26 dumpType((new ReflectionFunction('test2'))->getReturnType());
30 dumpType($rp->getType());
39 dumpType($rp->getType());
45 dumpType($rp->getType());
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/port/win32/
H A Dcrashdump.c106 MINIDUMP_TYPE dumpType; in crashDumpHandler() local
140 dumpType = MiniDumpNormal | MiniDumpWithHandleData | in crashDumpHandler()
146 dumpType |= MiniDumpWithIndirectlyReferencedMemory | in crashDumpHandler()
166 if ((*pDump) (selfProcHandle, selfPid, dumpFile, dumpType, &ExInfo, in crashDumpHandler()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/port/win32/
H A Dcrashdump.c106 MINIDUMP_TYPE dumpType; in crashDumpHandler() local
140 dumpType = MiniDumpNormal | MiniDumpWithHandleData | in crashDumpHandler()
146 dumpType |= MiniDumpWithIndirectlyReferencedMemory | in crashDumpHandler()
166 if ((*pDump) (selfProcHandle, selfPid, dumpFile, dumpType, &ExInfo, in crashDumpHandler()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/port/win32/
H A Dcrashdump.c106 MINIDUMP_TYPE dumpType; in crashDumpHandler() local
140 dumpType = MiniDumpNormal | MiniDumpWithHandleData | in crashDumpHandler()
146 dumpType |= MiniDumpWithIndirectlyReferencedMemory | in crashDumpHandler()
166 if ((*pDump) (selfProcHandle, selfPid, dumpFile, dumpType, &ExInfo, in crashDumpHandler()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c105 MINIDUMP_TYPE dumpType; in crashDumpHandler() local
139 dumpType = MiniDumpNormal | MiniDumpWithHandleData | in crashDumpHandler()
145 dumpType |= MiniDumpWithIndirectlyReferencedMemory | in crashDumpHandler()
165 if ((*pDump) (selfProcHandle, selfPid, dumpFile, dumpType, &ExInfo, in crashDumpHandler()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/port/win32/
H A Dcrashdump.c105 MINIDUMP_TYPE dumpType; in crashDumpHandler() local
139 dumpType = MiniDumpNormal | MiniDumpWithHandleData | in crashDumpHandler()
145 dumpType |= MiniDumpWithIndirectlyReferencedMemory | in crashDumpHandler()
165 if ((*pDump) (selfProcHandle, selfPid, dumpFile, dumpType, &ExInfo, in crashDumpHandler()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c105 MINIDUMP_TYPE dumpType; in crashDumpHandler() local
139 dumpType = MiniDumpNormal | MiniDumpWithHandleData | in crashDumpHandler()
145 dumpType |= MiniDumpWithIndirectlyReferencedMemory | in crashDumpHandler()
165 if ((*pDump) (selfProcHandle, selfPid, dumpFile, dumpType, &ExInfo, in crashDumpHandler()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c105 MINIDUMP_TYPE dumpType; in crashDumpHandler() local
139 dumpType = MiniDumpNormal | MiniDumpWithHandleData | in crashDumpHandler()
145 dumpType |= MiniDumpWithIndirectlyReferencedMemory | in crashDumpHandler()
165 if ((*pDump) (selfProcHandle, selfPid, dumpFile, dumpType, &ExInfo, in crashDumpHandler()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c105 MINIDUMP_TYPE dumpType; in crashDumpHandler() local
139 dumpType = MiniDumpNormal | MiniDumpWithHandleData | in crashDumpHandler()
145 dumpType |= MiniDumpWithIndirectlyReferencedMemory | in crashDumpHandler()
165 if ((*pDump) (selfProcHandle, selfPid, dumpFile, dumpType, &ExInfo, in crashDumpHandler()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c105 MINIDUMP_TYPE dumpType; in crashDumpHandler() local
139 dumpType = MiniDumpNormal | MiniDumpWithHandleData | in crashDumpHandler()
145 dumpType |= MiniDumpWithIndirectlyReferencedMemory | in crashDumpHandler()
165 if ((*pDump) (selfProcHandle, selfPid, dumpFile, dumpType, &ExInfo, in crashDumpHandler()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c105 MINIDUMP_TYPE dumpType; in crashDumpHandler() local
139 dumpType = MiniDumpNormal | MiniDumpWithHandleData | in crashDumpHandler()
145 dumpType |= MiniDumpWithIndirectlyReferencedMemory | in crashDumpHandler()
165 if ((*pDump) (selfProcHandle, selfPid, dumpFile, dumpType, &ExInfo, in crashDumpHandler()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c105 MINIDUMP_TYPE dumpType; in crashDumpHandler() local
139 dumpType = MiniDumpNormal | MiniDumpWithHandleData | in crashDumpHandler()
145 dumpType |= MiniDumpWithIndirectlyReferencedMemory | in crashDumpHandler()
165 if ((*pDump) (selfProcHandle, selfPid, dumpFile, dumpType, &ExInfo, in crashDumpHandler()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/port/win32/
H A Dcrashdump.c105 MINIDUMP_TYPE dumpType; in crashDumpHandler() local
139 dumpType = MiniDumpNormal | MiniDumpWithHandleData | in crashDumpHandler()
145 dumpType |= MiniDumpWithIndirectlyReferencedMemory | in crashDumpHandler()
165 if ((*pDump) (selfProcHandle, selfPid, dumpFile, dumpType, &ExInfo, in crashDumpHandler()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/port/win32/
H A Dcrashdump.c105 MINIDUMP_TYPE dumpType; in crashDumpHandler() local
139 dumpType = MiniDumpNormal | MiniDumpWithHandleData | in crashDumpHandler()
145 dumpType |= MiniDumpWithIndirectlyReferencedMemory | in crashDumpHandler()
165 if ((*pDump) (selfProcHandle, selfPid, dumpFile, dumpType, &ExInfo, in crashDumpHandler()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/port/win32/
H A Dcrashdump.c105 MINIDUMP_TYPE dumpType; in crashDumpHandler() local
139 dumpType = MiniDumpNormal | MiniDumpWithHandleData | in crashDumpHandler()
145 dumpType |= MiniDumpWithIndirectlyReferencedMemory | in crashDumpHandler()
165 if ((*pDump) (selfProcHandle, selfPid, dumpFile, dumpType, &ExInfo, in crashDumpHandler()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/port/win32/
H A Dcrashdump.c105 MINIDUMP_TYPE dumpType; in crashDumpHandler() local
139 dumpType = MiniDumpNormal | MiniDumpWithHandleData | in crashDumpHandler()
145 dumpType |= MiniDumpWithIndirectlyReferencedMemory | in crashDumpHandler()
165 if ((*pDump) (selfProcHandle, selfPid, dumpFile, dumpType, &ExInfo, in crashDumpHandler()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/port/win32/
H A Dcrashdump.c105 MINIDUMP_TYPE dumpType; in crashDumpHandler() local
139 dumpType = MiniDumpNormal | MiniDumpWithHandleData | in crashDumpHandler()
145 dumpType |= MiniDumpWithIndirectlyReferencedMemory | in crashDumpHandler()
165 if ((*pDump) (selfProcHandle, selfPid, dumpFile, dumpType, &ExInfo, in crashDumpHandler()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/port/win32/
H A Dcrashdump.c105 MINIDUMP_TYPE dumpType; in crashDumpHandler() local
139 dumpType = MiniDumpNormal | MiniDumpWithHandleData | in crashDumpHandler()
145 dumpType |= MiniDumpWithIndirectlyReferencedMemory | in crashDumpHandler()
165 if ((*pDump) (selfProcHandle, selfPid, dumpFile, dumpType, &ExInfo, in crashDumpHandler()

123456789