Home
last modified time | relevance | path

Searched refs:CurFileName (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmParseCoberturaCoverage.cxx65 this->CurFileName.clear(); in StartElement()
71 this->CurFileName = filename; in StartElement()
76 if (this->CurFileName.empty()) { in StartElement()
82 this->CurFileName = finalpath; in StartElement()
88 cmsys::ifstream fin(this->CurFileName.c_str()); in StartElement()
89 if (this->CurFileName.empty() || !fin) { in StartElement()
90 this->CurFileName = in StartElement()
92 fin.open(this->CurFileName.c_str()); in StartElement()
105 this->Coverage.TotalCoverage[this->CurFileName]; in StartElement()
130 this->Coverage.TotalCoverage[this->CurFileName]; in StartElement()
[all …]
H A DcmParseCoberturaCoverage.h41 std::string CurFileName; variable
H A DcmParseJacocoCoverage.h31 std::string CurFileName; variable
/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmParseCoberturaCoverage.cxx65 this->CurFileName.clear(); in StartElement()
71 this->CurFileName = filename; in StartElement()
76 if (this->CurFileName.empty()) { in StartElement()
82 this->CurFileName = finalpath; in StartElement()
88 cmsys::ifstream fin(this->CurFileName.c_str()); in StartElement()
89 if (this->CurFileName.empty() || !fin) { in StartElement()
90 this->CurFileName = in StartElement()
92 fin.open(this->CurFileName.c_str()); in StartElement()
105 this->Coverage.TotalCoverage[this->CurFileName]; in StartElement()
130 this->Coverage.TotalCoverage[this->CurFileName]; in StartElement()
[all …]
H A DcmParseCoberturaCoverage.h41 std::string CurFileName; variable
H A DcmParseJacocoCoverage.h31 std::string CurFileName; variable
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmParseCoberturaCoverage.cxx65 this->CurFileName.clear(); in StartElement()
71 this->CurFileName = filename; in StartElement()
76 if (this->CurFileName.empty()) { in StartElement()
82 this->CurFileName = finalpath; in StartElement()
88 cmsys::ifstream fin(this->CurFileName.c_str()); in StartElement()
89 if (this->CurFileName.empty() || !fin) { in StartElement()
90 this->CurFileName = in StartElement()
92 fin.open(this->CurFileName.c_str()); in StartElement()
105 this->Coverage.TotalCoverage[this->CurFileName]; in StartElement()
130 this->Coverage.TotalCoverage[this->CurFileName]; in StartElement()
[all …]
H A DcmParseCoberturaCoverage.h41 std::string CurFileName; variable
H A DcmParseJacocoCoverage.h31 std::string CurFileName; variable
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/ld-tigcc/export/
H A Dexp_ndll.c118 const char *CurFileName = GetFileName (MainSection, Reloc->Location); in ExportNostubDLLFile() local
127 FailWithError (CurFileName, "Unresolved reference to `%s'.", Reloc->Target.SymbolName); in ExportNostubDLLFile()
129 …FailWithError (CurFileName, "Cannot emit reloc to `%s' in different section.", Reloc->Target.Symbo… in ExportNostubDLLFile()
133 …FailWithError (CurFileName, "Cannot emit %ld byte %s reloc to `%s'.", (long) Reloc->Size, Reloc->R… in ExportNostubDLLFile()
136 …FailWithError (CurFileName, "Cannot emit reloc outside of limited program range to `%s'.", Reloc->… in ExportNostubDLLFile()
142 …FailWithError (CurFileName, "Cannot emit reloc to `%s' (Offset %ld; Location 0x%lX) outside of lim… in ExportNostubDLLFile()
H A Dexp_tios.c119 const char *CurFileName = GetFileName (MainSection, Reloc->Location); in ExportTIOSFile() local
128 FailWithError (CurFileName, "Unresolved reference to `%s'.", Reloc->Target.SymbolName); in ExportTIOSFile()
130 …FailWithError (CurFileName, "Cannot emit reloc to `%s' in different section.", Reloc->Target.Symbo… in ExportTIOSFile()
134 …FailWithError (CurFileName, "Cannot emit %ld byte %s reloc to `%s'.", (long) Reloc->Size, Reloc->R… in ExportTIOSFile()
137 …FailWithError (CurFileName, "Cannot emit reloc outside of limited program range to `%s'.", Reloc->… in ExportTIOSFile()
143 …FailWithError (CurFileName, "Cannot emit reloc to `%s' (Offset %ld; Location 0x%lX) outside of lim… in ExportTIOSFile()
H A Dexp_os.c112 const char *CurFileName = GetFileName (MainSection, Reloc->Location); in ExportFlashOSFile() local
121 FailWithError (CurFileName, "Unresolved reference to `%s'.", Reloc->Target.SymbolName); in ExportFlashOSFile()
123 …FailWithError (CurFileName, "Cannot emit reloc to `%s' in different section.", Reloc->Target.Symbo… in ExportFlashOSFile()
127 …FailWithError (CurFileName, "Cannot emit %ld byte %s reloc to `%s'.", (long) Reloc->Size, Reloc->R… in ExportFlashOSFile()
/dports/editors/lazarus/lazarus/ide/
H A Dfilereferencelist.pas120 CurFileName: String;
130 CurFileName:=TFileReference(ANode.Data).Filename;
131 CurFileLen:=length(CurFileName);
145 CurFileName:=TFileReference(ANode.Data).Filename;
146 CurFileLen:=length(CurFileName);
154 Move(CurFileName[1],FSearchPath[StartPos],CurFileLen);
H A Dprojectresources.pas105 function RenameDirectives(const CurFileName, NewFileName: String): Boolean; in RenameDirectives()
709 function TProjectResources.RenameDirectives(const CurFileName, NewFileName: String): Boolean; in TProjectResources.RenameDirectives()
719 CodeBuf := CodeToolBoss.LoadFile(CurFileName, False, False);
726 SetFileNames(CurFileName, '');
732 UpdateFlagLrsIncludeAllowed(CurFileName);
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dfilereferencelist.pas120 CurFileName: String;
130 CurFileName:=TFileReference(ANode.Data).Filename;
131 CurFileLen:=length(CurFileName);
145 CurFileName:=TFileReference(ANode.Data).Filename;
146 CurFileLen:=length(CurFileName);
154 Move(CurFileName[1],FSearchPath[StartPos],CurFileLen);
H A Dprojectresources.pas105 function RenameDirectives(const CurFileName, NewFileName: String): Boolean; in RenameDirectives()
709 function TProjectResources.RenameDirectives(const CurFileName, NewFileName: String): Boolean; in TProjectResources.RenameDirectives()
719 CodeBuf := CodeToolBoss.LoadFile(CurFileName, False, False);
726 SetFileNames(CurFileName, '');
732 UpdateFlagLrsIncludeAllowed(CurFileName);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dfilereferencelist.pas111 CurFileName: String;
121 CurFileName:=TFileReference(ANode.Data).Filename;
122 CurFileLen:=length(CurFileName);
136 CurFileName:=TFileReference(ANode.Data).Filename;
137 CurFileLen:=length(CurFileName);
145 Move(CurFileName[1],FSearchPath[StartPos],CurFileLen);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dfilereferencelist.pas111 CurFileName: String;
121 CurFileName:=TFileReference(ANode.Data).Filename;
122 CurFileLen:=length(CurFileName);
136 CurFileName:=TFileReference(ANode.Data).Filename;
137 CurFileLen:=length(CurFileName);
145 Move(CurFileName[1],FSearchPath[StartPos],CurFileLen);
/dports/graphics/devil/devil-1.7.8/examples/windows_example/
H A DWindowsTest.cpp64 TCHAR CurFileName[2048]; variable
499 wsprintf(CurFileName, L"%s", OpenFileName); in WndProc()
513 wsprintf(CurFileName, L"%s", OpenFileName); in WndProc()
535 wsprintf(CurFileName, L"%s", OpenFileName); in WndProc()
549 wsprintf(CurFileName, L"%s", OpenFileName); in WndProc()
597 wsprintf(CurFileName, L"%s", OpenFileName); in WndProc()
681 wsprintf(CurFileName, L"Clipboard Paste"); in WndProc()
1378 CurName = wcsrchr(CurFileName, '\\'); in GetPrevImage()
1380 CurName = CurFileName; in GetPrevImage()
1444 CurName = wcsrchr(CurFileName, '\\'); in GetNextImage()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/ld-tigcc/
H A Dmanip.c469 const char *CurFileName = NULL; in ResolveSpecialExternalSymbolReloc() local
477 CurFileName = GetFileName (Section, Reloc->Location); in ResolveSpecialExternalSymbolReloc()
488 Error (CurFileName, "Out of memory while resolving relocs."); in ResolveSpecialExternalSymbolReloc()
498 Warning (CurFileName, "ROM calls cannot be relative; changing to absolute."); in ResolveSpecialExternalSymbolReloc()
517 Error (CurFileName, "Out of memory while resolving relocs."); in ResolveSpecialExternalSymbolReloc()
528 Warning (CurFileName, "RAM calls cannot be relative; changing to absolute."); in ResolveSpecialExternalSymbolReloc()
546 Error (CurFileName, "Out of memory while resolving relocs."); in ResolveSpecialExternalSymbolReloc()
557 Warning (CurFileName, "Library calls cannot be relative; changing to absolute."); in ResolveSpecialExternalSymbolReloc()
1095 const char *CurFileName = GetFileName (Section, Reloc->Location); in FixupRelativeReloc() local
1155 …Error (CurFileName, "Relative reloc at 0x%lX to `%s' in different section.", (long) Reloc->Locatio… in FixupRelativeReloc()
[all …]
/dports/x11-fonts/tkfont/tkfont-1.1/
H A Dtkfont10 set CurFileName ""
115 global FontDirList CurFont CurFileName
129 set CurFileName "${i}/"
130 set CurFileName "${CurFileName}${FontFileName}"
151 set FileSize [file size $CurFileName]
153 .finddirresults.name configure -text [exec file -z $CurFileName]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dprojectresources.pas105 function RenameDirectives(const CurFileName, NewFileName: String): Boolean; in RenameDirectives()
707 function TProjectResources.RenameDirectives(const CurFileName, NewFileName: String): Boolean; in TProjectResources.RenameDirectives()
717 CodeBuf := CodeToolBoss.LoadFile(CurFileName, False, False);
724 SetFileNames(CurFileName, '');
730 UpdateFlagLrsIncludeAllowed(CurFileName);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dprojectresources.pas105 function RenameDirectives(const CurFileName, NewFileName: String): Boolean; in RenameDirectives()
707 function TProjectResources.RenameDirectives(const CurFileName, NewFileName: String): Boolean; in TProjectResources.RenameDirectives()
717 CodeBuf := CodeToolBoss.LoadFile(CurFileName, False, False);
724 SetFileNames(CurFileName, '');
730 UpdateFlagLrsIncludeAllowed(CurFileName);
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/
H A Dumyslv.pas378 CurFileName, fileType: string;
456 CurFileName := Dirs.Items[i].Filename;
460 filename := CurFileName;
461 caption := CurFileName;
469 CurFileName := Files.Items[i].Filename;
472 FData[j].filename := CurFileName;
473 FData[j].caption := ChangeFileExt(CurFileName,'');
481 fileType := ExtractFileExt(CurFileName);
/dports/editors/lazarus/lazarus/lcl/
H A Dshellctrls.pas1378 CurFileName, CurFilePath: string;
1395 CurFileName := Files.Strings[i];
1396 CurFilePath := IncludeTrailingPathDelimiter(FRoot) + CurFileName;
1398 NewItem.Caption := CurFileName;
1410 NewItem.SubItems.Add(ExtractFileExt(CurFileName));

12