Home
last modified time | relevance | path

Searched refs:InfoData (Results 1 – 25 of 94) sorted by relevance

1234

/dports/sysutils/luckybackup/luckybackup-0.5.0/src/
H A Dluckybackupwindow.cpp241 InfoData = ""; in profileComboChanged()
296 InfoData = ""; in savePressed()
307 InfoData = ""; in NewProfile()
368 InfoData=""; in renameCurrentProfile()
464 InfoData=""; in deleteCurrentProfile()
522 InfoData = ""; in setDefaultProfile()
534 InfoData=""; in duplicateProfile()
615 InfoData=""; in changeProfileDescription()
806 InfoData = ""; in exportProfile()
847 InfoData = ""; in importProfile()
[all …]
/dports/devel/atlas-devel/Atlas-C++-0.6.4/Atlas/Objects/
H A DRootOperationChildren4.cpp203 InfoData::~InfoData() in ~InfoData()
207 InfoData * InfoData::copy() const in copy()
209 InfoData * copied = InfoData::alloc(); in copy()
222 InfoData *InfoData::defaults_InfoData = 0;
223 InfoData *InfoData::begin_InfoData = 0;
225 InfoData *InfoData::alloc() in alloc()
228 InfoData *res = begin_InfoData; in alloc()
235 return new InfoData(InfoData::getDefaultObjectInstance()); in alloc()
238 void InfoData::free() in free()
245 InfoData *InfoData::getDefaultObjectInstance() in getDefaultObjectInstance()
[all …]
H A DOperation.h1390 class InfoData; variable
1391 typedef SmartPtr<InfoData> Info;
1407 InfoData(InfoData *defaults = NULL) :
1413 virtual ~InfoData();
1417 virtual InfoData * copy() const;
1428 static InfoData *alloc();
1444 static InfoData *begin_InfoData;
1463 class PerceptionData : public InfoData
1468 InfoData((InfoData*)defaults)
1891 class ErrorData : public InfoData
[all …]
/dports/devel/kirigami-gallery/kirigami-gallery-21.12.3/src/
H A DInfoData.cpp8 InfoData::InfoData(QObject *parent) in InfoData() function in InfoData
28 QString InfoData::component() const in component()
33 QString InfoData::higUrl() const in higUrl()
38 QString InfoData::sourceUrl() const in sourceUrl()
43 QString InfoData::apiUrl() const in apiUrl()
48 QString InfoData::title() const in title()
53 QString InfoData::text() const in text()
58 void InfoData::setComponent(const QString &componentName) in setComponent()
67 void InfoData::clearComponentData() in clearComponentData()
76 void InfoData::setComponentData() in setComponentData()
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dinforeader.h28 class InfoData {
31 InfoData() {}; in InfoData() function
32 InfoData( QString name, QString desc) { in InfoData() function
36 ~InfoData() {}; in ~InfoData()
44 bool operator<(const InfoData & other) const {
48 bool operator==(const InfoData & other) const {
57 typedef QList<InfoData> InfoList;
H A Dinforeadermplayer.cpp141 vo_list.append( InfoData(name, desc) ); in readLine()
145 ao_list.append( InfoData(name, desc) ); in readLine()
158 demuxer_list.append( InfoData(name, desc) ); in readLine()
165 demuxer_list.append( InfoData(name, desc) ); in readLine()
178 vc_list.append( InfoData(name, desc) ); in readLine()
182 ac_list.append( InfoData(name, desc) ); in readLine()
/dports/misc/estic/estic-1.61_10/spunk/
H A Devent.cc67 Event::Event (unsigned aWhat, unsigned long InfoData): in Event() argument
72 Info.U = InfoData; in Event()
77 Event::Event (unsigned aWhat, void* InfoData): in Event() argument
82 Info.P = InfoData; in Event()
87 Event::Event (unsigned aWhat, Object* InfoData): in Event() argument
91 Info.O = InfoData; in Event()
H A Devent.h54 Event (unsigned aWhat, unsigned long InfoData);
55 Event (unsigned aWhat, void* InfoData);
56 Event (unsigned aWhat, Object* InfoData);
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/ffsend-api-0.7.3/src/action/
H A Dinfo.rs42 let data = OwnedData::from(InfoData::new(), &self.file) in invoke()
58 data: &OwnedData<InfoData>, in fetch_info() argument
85 pub struct InfoData {} struct
87 impl InfoData { implementation
90 InfoData::default() in new()
185 InfoData(#[from] InfoDataError), enumerator
190 PrepareError::InfoData(InfoDataError::Owned(err)) in from()
/dports/editors/fpc-ide/fpc-3.2.2/packages/ide/
H A Dfpcygwin.pas22 InfoData : pointer;
75 GetMem(InfoData,size);
76 if GetFileVersionInfo(CygwinFullName,DummyH,size,InfoData) then
79 VerQueryValue(InfoData,'\',PFileInfo,fileinfosize);
83 FreeMem(InfoData,size);
/dports/lang/fpc-source/fpc-3.2.2/packages/ide/
H A Dfpcygwin.pas22 InfoData : pointer;
75 GetMem(InfoData,size);
76 if GetFileVersionInfo(CygwinFullName,DummyH,size,InfoData) then
79 VerQueryValue(InfoData,'\',PFileInfo,fileinfosize);
83 FreeMem(InfoData,size);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DWP/
H A DDWP.cpp56 return InfoData.getCStr(&InfoOffset); in getIndexedString()
60 StrIndex = InfoData.getU8(&InfoOffset); in getIndexedString()
63 StrIndex = InfoData.getU16(&InfoOffset); in getIndexedString()
66 StrIndex = InfoData.getU24(&InfoOffset); in getIndexedString()
69 StrIndex = InfoData.getU32(&InfoOffset); in getIndexedString()
73 StrIndex = InfoData.getULEB128(&InfoOffset); in getIndexedString()
93 DataExtractor InfoData(Info, true, 0); in getCUIdentifiers() local
140 Form, InfoData, &Offset, in getCUIdentifiers()
299 DWARFDataExtractor InfoData(Info, true, 0); in parseInfoSectionUnitHeader() local
332 Header.UnitType = InfoData.getU8(&Offset); in parseInfoSectionUnitHeader()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DWP/
H A DDWP.cpp56 return InfoData.getCStr(&InfoOffset); in getIndexedString()
60 StrIndex = InfoData.getU8(&InfoOffset); in getIndexedString()
63 StrIndex = InfoData.getU16(&InfoOffset); in getIndexedString()
66 StrIndex = InfoData.getU24(&InfoOffset); in getIndexedString()
69 StrIndex = InfoData.getU32(&InfoOffset); in getIndexedString()
73 StrIndex = InfoData.getULEB128(&InfoOffset); in getIndexedString()
93 DataExtractor InfoData(Info, true, 0); in getCUIdentifiers() local
140 Form, InfoData, &Offset, in getCUIdentifiers()
299 DWARFDataExtractor InfoData(Info, true, 0); in parseInfoSectionUnitHeader() local
332 Header.UnitType = InfoData.getU8(&Offset); in parseInfoSectionUnitHeader()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/DWP/
H A DDWP.cpp56 return InfoData.getCStr(&InfoOffset); in getIndexedString()
60 StrIndex = InfoData.getU8(&InfoOffset); in getIndexedString()
63 StrIndex = InfoData.getU16(&InfoOffset); in getIndexedString()
66 StrIndex = InfoData.getU24(&InfoOffset); in getIndexedString()
69 StrIndex = InfoData.getU32(&InfoOffset); in getIndexedString()
73 StrIndex = InfoData.getULEB128(&InfoOffset); in getIndexedString()
93 DataExtractor InfoData(Info, true, 0); in getCUIdentifiers() local
140 Form, InfoData, &Offset, in getCUIdentifiers()
299 DWARFDataExtractor InfoData(Info, true, 0); in parseInfoSectionUnitHeader() local
332 Header.UnitType = InfoData.getU8(&Offset); in parseInfoSectionUnitHeader()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/DWP/
H A DDWP.cpp56 return InfoData.getCStr(&InfoOffset); in getIndexedString()
60 StrIndex = InfoData.getU8(&InfoOffset); in getIndexedString()
63 StrIndex = InfoData.getU16(&InfoOffset); in getIndexedString()
66 StrIndex = InfoData.getU24(&InfoOffset); in getIndexedString()
69 StrIndex = InfoData.getU32(&InfoOffset); in getIndexedString()
73 StrIndex = InfoData.getULEB128(&InfoOffset); in getIndexedString()
93 DataExtractor InfoData(Info, true, 0); in getCUIdentifiers() local
140 Form, InfoData, &Offset, in getCUIdentifiers()
299 DWARFDataExtractor InfoData(Info, true, 0); in parseInfoSectionUnitHeader() local
332 Header.UnitType = InfoData.getU8(&Offset); in parseInfoSectionUnitHeader()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/DWP/
H A DDWP.cpp56 return InfoData.getCStr(&InfoOffset); in getIndexedString()
60 StrIndex = InfoData.getU8(&InfoOffset); in getIndexedString()
63 StrIndex = InfoData.getU16(&InfoOffset); in getIndexedString()
66 StrIndex = InfoData.getU24(&InfoOffset); in getIndexedString()
69 StrIndex = InfoData.getU32(&InfoOffset); in getIndexedString()
73 StrIndex = InfoData.getULEB128(&InfoOffset); in getIndexedString()
93 DataExtractor InfoData(Info, true, 0); in getCUIdentifiers() local
140 Form, InfoData, &Offset, in getCUIdentifiers()
299 DWARFDataExtractor InfoData(Info, true, 0); in parseInfoSectionUnitHeader() local
332 Header.UnitType = InfoData.getU8(&Offset); in parseInfoSectionUnitHeader()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/DWP/
H A DDWP.cpp56 return InfoData.getCStr(&InfoOffset); in getIndexedString()
60 StrIndex = InfoData.getU8(&InfoOffset); in getIndexedString()
63 StrIndex = InfoData.getU16(&InfoOffset); in getIndexedString()
66 StrIndex = InfoData.getU24(&InfoOffset); in getIndexedString()
69 StrIndex = InfoData.getU32(&InfoOffset); in getIndexedString()
73 StrIndex = InfoData.getULEB128(&InfoOffset); in getIndexedString()
93 DataExtractor InfoData(Info, true, 0); in getCUIdentifiers() local
140 Form, InfoData, &Offset, in getCUIdentifiers()
299 DWARFDataExtractor InfoData(Info, true, 0); in parseInfoSectionUnitHeader() local
332 Header.UnitType = InfoData.getU8(&Offset); in parseInfoSectionUnitHeader()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp126 return InfoData.getCStr(&InfoOffset); in getIndexedString()
130 auto StrIndex = InfoData.getULEB128(&InfoOffset); in getIndexedString()
143 DataExtractor InfoData(Info, true, 0); in getCUIdentifiers() local
145 uint64_t Length = InfoData.getU32(&Offset); in getCUIdentifiers()
152 Length = InfoData.getU64(&Offset); in getCUIdentifiers()
154 uint16_t Version = InfoData.getU16(&Offset); in getCUIdentifiers()
156 auto UnitType = InfoData.getU8(&Offset); in getCUIdentifiers()
164 uint8_t AddrSize = InfoData.getU8(&Offset); in getCUIdentifiers()
166 Signature = InfoData.getU64(&Offset); in getCUIdentifiers()
167 uint32_t AbbrCode = InfoData.getULEB128(&Offset); in getCUIdentifiers()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-dwp/
H A Dllvm-dwp.cpp126 return InfoData.getCStr(&InfoOffset); in getIndexedString()
130 auto StrIndex = InfoData.getULEB128(&InfoOffset); in getIndexedString()
143 DataExtractor InfoData(Info, true, 0); in getCUIdentifiers() local
145 uint64_t Length = InfoData.getU32(&Offset); in getCUIdentifiers()
152 Length = InfoData.getU64(&Offset); in getCUIdentifiers()
154 uint16_t Version = InfoData.getU16(&Offset); in getCUIdentifiers()
156 auto UnitType = InfoData.getU8(&Offset); in getCUIdentifiers()
164 uint8_t AddrSize = InfoData.getU8(&Offset); in getCUIdentifiers()
166 Signature = InfoData.getU64(&Offset); in getCUIdentifiers()
167 uint32_t AbbrCode = InfoData.getULEB128(&Offset); in getCUIdentifiers()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp126 return InfoData.getCStr(&InfoOffset); in getIndexedString()
130 auto StrIndex = InfoData.getULEB128(&InfoOffset); in getIndexedString()
143 DataExtractor InfoData(Info, true, 0); in getCUIdentifiers() local
145 uint64_t Length = InfoData.getU32(&Offset); in getCUIdentifiers()
152 Length = InfoData.getU64(&Offset); in getCUIdentifiers()
154 uint16_t Version = InfoData.getU16(&Offset); in getCUIdentifiers()
156 auto UnitType = InfoData.getU8(&Offset); in getCUIdentifiers()
164 uint8_t AddrSize = InfoData.getU8(&Offset); in getCUIdentifiers()
166 Signature = InfoData.getU64(&Offset); in getCUIdentifiers()
167 uint32_t AbbrCode = InfoData.getULEB128(&Offset); in getCUIdentifiers()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp126 return InfoData.getCStr(&InfoOffset); in getIndexedString()
130 auto StrIndex = InfoData.getULEB128(&InfoOffset); in getIndexedString()
143 DataExtractor InfoData(Info, true, 0); in getCUIdentifiers() local
145 uint64_t Length = InfoData.getU32(&Offset); in getCUIdentifiers()
152 Length = InfoData.getU64(&Offset); in getCUIdentifiers()
154 uint16_t Version = InfoData.getU16(&Offset); in getCUIdentifiers()
156 auto UnitType = InfoData.getU8(&Offset); in getCUIdentifiers()
164 uint8_t AddrSize = InfoData.getU8(&Offset); in getCUIdentifiers()
166 Signature = InfoData.getU64(&Offset); in getCUIdentifiers()
167 uint32_t AbbrCode = InfoData.getULEB128(&Offset); in getCUIdentifiers()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp126 return InfoData.getCStr(&InfoOffset); in getIndexedString()
130 auto StrIndex = InfoData.getULEB128(&InfoOffset); in getIndexedString()
143 DataExtractor InfoData(Info, true, 0); in getCUIdentifiers() local
145 uint64_t Length = InfoData.getU32(&Offset); in getCUIdentifiers()
152 Length = InfoData.getU64(&Offset); in getCUIdentifiers()
154 uint16_t Version = InfoData.getU16(&Offset); in getCUIdentifiers()
156 auto UnitType = InfoData.getU8(&Offset); in getCUIdentifiers()
164 uint8_t AddrSize = InfoData.getU8(&Offset); in getCUIdentifiers()
166 Signature = InfoData.getU64(&Offset); in getCUIdentifiers()
167 uint32_t AbbrCode = InfoData.getULEB128(&Offset); in getCUIdentifiers()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp67 DataExtractor InfoData(Data.getData().substr(Offset, InfoLength), in decode() local
76 if (Expected<LineTable> LT = LineTable::decode(InfoData, BaseAddr)) in decode()
83 if (Expected<InlineInfo> II = InlineInfo::decode(InfoData, BaseAddr)) in decode()
195 DataExtractor InfoData(InfoBytes, Data.isLittleEndian(), in lookup() local
203 if (auto ExpectedLE = LineTable::lookup(InfoData, FuncAddr, Addr)) in lookup()
212 InlineInfoData = InfoData; in lookup()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp67 DataExtractor InfoData(Data.getData().substr(Offset, InfoLength), in decode() local
76 if (Expected<LineTable> LT = LineTable::decode(InfoData, BaseAddr)) in decode()
83 if (Expected<InlineInfo> II = InlineInfo::decode(InfoData, BaseAddr)) in decode()
195 DataExtractor InfoData(InfoBytes, Data.isLittleEndian(), in lookup() local
203 if (auto ExpectedLE = LineTable::lookup(InfoData, FuncAddr, Addr)) in lookup()
212 InlineInfoData = InfoData; in lookup()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp67 DataExtractor InfoData(Data.getData().substr(Offset, InfoLength), in decode() local
76 if (Expected<LineTable> LT = LineTable::decode(InfoData, BaseAddr)) in decode()
83 if (Expected<InlineInfo> II = InlineInfo::decode(InfoData, BaseAddr)) in decode()
195 DataExtractor InfoData(InfoBytes, Data.isLittleEndian(), in lookup() local
203 if (auto ExpectedLE = LineTable::lookup(InfoData, FuncAddr, Addr)) in lookup()
212 InlineInfoData = InfoData; in lookup()

1234