Home
last modified time | relevance | path

Searched refs:DumpType (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/common/debug/
H A DDump.cpp451 bool isText( DumpType type ) in isText()
455 case DumpType::NOS_TEXT : return true; in isText()
456 case DumpType::CIS_TEXT : return true; in isText()
457 case DumpType::COS_TEXT : return true; in isText()
458 case DumpType::ASM_TEXT : return true; in isText()
478 const char* commentPrefix( DumpType type ) in commentPrefix()
492 case DumpType::LLVM_OPT_STAT_TEXT : return ""; in commentPrefix()
493 case DumpType::TIME_STATS_TEXT : return ""; in commentPrefix()
494 case DumpType::DBG_MSG_TEXT : return ""; in commentPrefix()
500 bool isConsolePrintable( DumpType type ) in isConsolePrintable()
[all …]
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/tree/
H A DKey.java26 public abstract static class DumpType { class in Key
30 private DumpType(String name) { in DumpType() method in Key.DumpType
34 public static final DumpType BINARY = new DumpType("BINARY") {
43 public static final DumpType HEX = new DumpType("HEX") {
53 public static final DumpType TEXT = new DumpType("TEXT") {
60 public static final DumpType OBFUSCATE = new DumpType("OBFUSCATE") {
87 public static DumpType DUMP_TYPE = DumpType.BINARY;
290 if (DUMP_TYPE == DumpType.BINARY || in dumpString()
291 DUMP_TYPE == DumpType.HEX) { in dumpString()
297 } else if (DUMP_TYPE == DumpType.TEXT) { in dumpString()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorCommon/
H A DcustomApi.hpp83 enum class DumpType enum
148 EnumStr IGC_DEBUG_API_CALL str(DumpType value);
183 void IGC_DEBUG_API_CALL SetDumpFlag( DumpType type, DumpLoc loc, bool enabled );
186 bool IGC_DEBUG_API_CALL GetDumpFlag( DumpType type, DumpLoc loc);
224 inline const char* str(DumpType value) { in str()
248 inline void SetDumpFlag( DumpType type, DumpLoc loc, bool enabled ) in SetDumpFlag()
253 inline bool GetDumpFlag( DumpType type, DumpLoc loc) { return false; } in GetDumpFlag()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/resource_coordinator/public/cpp/memory_instrumentation/
H A Dmemory_instrumentation_mojom_traits.cc10 memory_instrumentation::mojom::DumpType
11 EnumTraits<memory_instrumentation::mojom::DumpType,
16 return memory_instrumentation::mojom::DumpType::PERIODIC_INTERVAL; in ToMojom()
18 return memory_instrumentation::mojom::DumpType::EXPLICITLY_TRIGGERED; in ToMojom()
20 return memory_instrumentation::mojom::DumpType::SUMMARY_ONLY; in ToMojom()
24 return memory_instrumentation::mojom::DumpType::PERIODIC_INTERVAL; in ToMojom()
29 bool EnumTraits<memory_instrumentation::mojom::DumpType,
31 FromMojom(memory_instrumentation::mojom::DumpType input, in FromMojom()
34 case memory_instrumentation::mojom::DumpType::PERIODIC_INTERVAL: in FromMojom()
37 case memory_instrumentation::mojom::DumpType::EXPLICITLY_TRIGGERED: in FromMojom()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/resource_coordinator/public/cpp/memory_instrumentation/
H A Dmemory_instrumentation_mojom_traits.cc12 memory_instrumentation::mojom::DumpType
13 EnumTraits<memory_instrumentation::mojom::DumpType,
18 return memory_instrumentation::mojom::DumpType::PERIODIC_INTERVAL; in ToMojom()
20 return memory_instrumentation::mojom::DumpType::EXPLICITLY_TRIGGERED; in ToMojom()
22 return memory_instrumentation::mojom::DumpType::SUMMARY_ONLY; in ToMojom()
26 return memory_instrumentation::mojom::DumpType::PERIODIC_INTERVAL; in ToMojom()
31 bool EnumTraits<memory_instrumentation::mojom::DumpType,
33 FromMojom(memory_instrumentation::mojom::DumpType input, in FromMojom()
36 case memory_instrumentation::mojom::DumpType::PERIODIC_INTERVAL: in FromMojom()
39 case memory_instrumentation::mojom::DumpType::EXPLICITLY_TRIGGERED: in FromMojom()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/igcdeps/src/
H A DShaderDump.cpp61 template <IGC::Debug::DumpType DumpTy, typename F>
74 template <IGC::Debug::DumpType DumpTy, typename F>
82 writeToFile<IGC::Debug::DumpType::ASM_BC>( in dumpBinary()
90 writeToFile<IGC::Debug::DumpType::DBG_MSG_TEXT>( in dumpText()
96 writeToFile<IGC::Debug::DumpType::TRANSLATED_IR_TEXT>( in dumpModule()
102 writeToFile<IGC::Debug::DumpType::COS_TEXT>( in dumpCos()
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/Common/
H A Dprocessfields.h43 …enum DumpType { E_FIELD_DUMP=0, H_FIELD_DUMP=1, J_FIELD_DUMP=2, ROTH_FIELD_DUMP=3, D_FIELD_DUMP=4,… enum
69 virtual void SetDumpType(DumpType type) {m_DumpType=type;} in SetDumpType()
75 static std::string GetFieldNameByType(DumpType type);
82 DumpType m_DumpType;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk2/
H A Dgtk2debug.pp46 case DumpType: TDbgDumpType of
57 case Info^.DumpType of
74 case Info^.DumpType of
145 Info^.DumpType := ddtBitmap;
150 Info^.DumpType := ddtPixmap;
180 Info^.DumpType := ddtBitmap;
184 Info^.DumpType := ddtPixmap;
207 Info^.DumpType := ddtPixbuf;
227 Info^.DumpType := ddtImage;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk2/
H A Dgtk2debug.pp46 case DumpType: TDbgDumpType of
57 case Info^.DumpType of
74 case Info^.DumpType of
145 Info^.DumpType := ddtBitmap;
150 Info^.DumpType := ddtPixmap;
180 Info^.DumpType := ddtBitmap;
184 Info^.DumpType := ddtPixmap;
207 Info^.DumpType := ddtPixbuf;
227 Info^.DumpType := ddtImage;
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/src/
H A DCSPropDumpBox.cpp29 DumpType = 0; in Init()
111 prop->SetAttribute("DumpType",DumpType); in Write2XML()
139 if (prop->QueryIntAttribute("DumpType",&DumpType)!=TIXML_SUCCESS) DumpType=0; in ReadFromXML()
155 …stream << " DumpType: " << DumpType << " DumpMode: " << DumpMode << " FileType: " << FileType <<… in ShowPropertyStatus()
H A DCSPropDumpBox.h39 void SetDumpType(int type) {DumpType=type;} in SetDumpType()
41 int GetDumpType() {return DumpType;} in GetDumpType()
86 int DumpType;
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk/
H A Dgtkdebug.pp51 case DumpType: TDbgDumpType of
62 case Info^.DumpType of
79 case Info^.DumpType of
154 Info^.DumpType := ddtBitmap;
159 Info^.DumpType := ddtPixmap;
192 Info^.DumpType := ddtBitmap;
196 Info^.DumpType := ddtPixmap;
219 Info^.DumpType := ddtPixbuf;
239 Info^.DumpType := ddtImage;
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk2/
H A Dgtk2debug.pp46 case DumpType: TDbgDumpType of
57 case Info^.DumpType of
74 case Info^.DumpType of
145 Info^.DumpType := ddtBitmap;
150 Info^.DumpType := ddtPixmap;
180 Info^.DumpType := ddtBitmap;
184 Info^.DumpType := ddtPixmap;
207 Info^.DumpType := ddtPixbuf;
227 Info^.DumpType := ddtImage;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtkdebug.pp51 case DumpType: TDbgDumpType of
62 case Info^.DumpType of
79 case Info^.DumpType of
154 Info^.DumpType := ddtBitmap;
159 Info^.DumpType := ddtPixmap;
192 Info^.DumpType := ddtBitmap;
196 Info^.DumpType := ddtPixmap;
219 Info^.DumpType := ddtPixbuf;
239 Info^.DumpType := ddtImage;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk2/
H A Dgtk2debug.pp46 case DumpType: TDbgDumpType of
57 case Info^.DumpType of
74 case Info^.DumpType of
145 Info^.DumpType := ddtBitmap;
150 Info^.DumpType := ddtPixmap;
180 Info^.DumpType := ddtBitmap;
184 Info^.DumpType := ddtPixmap;
207 Info^.DumpType := ddtPixbuf;
227 Info^.DumpType := ddtImage;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk/
H A Dgtkdebug.pp51 case DumpType: TDbgDumpType of
62 case Info^.DumpType of
79 case Info^.DumpType of
154 Info^.DumpType := ddtBitmap;
159 Info^.DumpType := ddtPixmap;
192 Info^.DumpType := ddtBitmap;
196 Info^.DumpType := ddtPixmap;
219 Info^.DumpType := ddtPixbuf;
239 Info^.DumpType := ddtImage;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtkdebug.pp51 case DumpType: TDbgDumpType of
62 case Info^.DumpType of
79 case Info^.DumpType of
154 Info^.DumpType := ddtBitmap;
159 Info^.DumpType := ddtPixmap;
192 Info^.DumpType := ddtBitmap;
196 Info^.DumpType := ddtPixmap;
219 Info^.DumpType := ddtPixbuf;
239 Info^.DumpType := ddtImage;
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/TESTSUITE/probes/
H A Dfieldprobes.m67 CSX = AddBox( AddDump(CSX,'Et_xn','DumpType',0,'DumpMode',0,'FileType',1), 'Et_xn', 0, s1, [s1(1) s…
68 CSX = AddBox( AddDump(CSX,'Et_xp','DumpType',0,'DumpMode',0,'FileType',1), 'Et_xp', 0, [s2(1) s1(2)…
69 CSX = AddBox( AddDump(CSX,'Et_yn','DumpType',0,'DumpMode',0,'FileType',1), 'Et_yn', 0, s1, [s2(1) s…
70 CSX = AddBox( AddDump(CSX,'Et_yp','DumpType',0,'DumpMode',0,'FileType',1), 'Et_yp', 0, [s1(1) s2(2)…
71 CSX = AddBox( AddDump(CSX,'Et_zn','DumpType',0,'DumpMode',0,'FileType',1), 'Et_zn', 0, s1, [s2(1) s…
72 CSX = AddBox( AddDump(CSX,'Et_zp','DumpType',0,'DumpMode',0,'FileType',1), 'Et_zp', 0, [s1(1) s1(2)…
73 CSX = AddBox( AddDump(CSX,'Ht_xn','DumpType',1,'DumpMode',0,'FileType',1), 'Ht_xn', 0, s1, [s1(1) s…
74 CSX = AddBox( AddDump(CSX,'Ht_xp','DumpType',1,'DumpMode',0,'FileType',1), 'Ht_xp', 0, [s2(1) s1(2)…
75 CSX = AddBox( AddDump(CSX,'Ht_yn','DumpType',1,'DumpMode',0,'FileType',1), 'Ht_yn', 0, s1, [s2(1) s…
76 CSX = AddBox( AddDump(CSX,'Ht_yp','DumpType',1,'DumpMode',0,'FileType',1), 'Ht_yp', 0, [s1(1) s2(2)…
[all …]
/dports/net/samba412/samba-4.12.15/pidl/lib/Parse/Pidl/
H A DDump.pm71 $res .= DumpType($element->{TYPE});
191 sub DumpType($) subroutine
213 $res .= DumpType($typedef->{DATA});
227 $res .= DumpType($function->{RETURN_TYPE});
/dports/net/wireshark/wireshark-3.6.1/tools/pidl/lib/Parse/Pidl/
H A DDump.pm70 $res .= DumpType($element->{TYPE});
190 sub DumpType($) subroutine
212 $res .= DumpType($typedef->{DATA});
226 $res .= DumpType($function->{RETURN_TYPE});
/dports/net/wireshark-lite/wireshark-3.6.1/tools/pidl/lib/Parse/Pidl/
H A DDump.pm70 $res .= DumpType($element->{TYPE});
190 sub DumpType($) subroutine
212 $res .= DumpType($typedef->{DATA});
226 $res .= DumpType($function->{RETURN_TYPE});
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/pidl/lib/Parse/Pidl/
H A DDump.pm70 $res .= DumpType($element->{TYPE});
185 sub DumpType($) subroutine
210 $res .= DumpType($typedef->{DATA});
224 $res .= DumpType($function->{RETURN_TYPE});
/dports/net/tshark-lite/wireshark-3.6.1/tools/pidl/lib/Parse/Pidl/
H A DDump.pm70 $res .= DumpType($element->{TYPE});
190 sub DumpType($) subroutine
212 $res .= DumpType($typedef->{DATA});
226 $res .= DumpType($function->{RETURN_TYPE});
/dports/net/tshark/wireshark-3.6.1/tools/pidl/lib/Parse/Pidl/
H A DDump.pm70 $res .= DumpType($element->{TYPE});
190 sub DumpType($) subroutine
212 $res .= DumpType($typedef->{DATA});
226 $res .= DumpType($function->{RETURN_TYPE});
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/util/
H A DDbPrintLog.java24 import com.sleepycat.je.tree.Key.DumpType;
173 Key.DUMP_TYPE = DumpType.BINARY; in main()
196 Key.DUMP_TYPE = DumpType.TEXT; in main()
198 Key.DUMP_TYPE = DumpType.HEX; in main()
200 Key.DUMP_TYPE = DumpType.BINARY; in main()
202 Key.DUMP_TYPE = DumpType.OBFUSCATE; in main()

12345678910>>...19