Home
last modified time | relevance | path

Searched refs:IncFile (Results 1 – 25 of 71) sorted by relevance

123

/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Common/
H A DToolDefClassObject.py129 IncFile = Line[8:].strip()
130 Done, IncFile = self.ExpandMacros(IncFile)
134 ExtraData=IncFile[4:-1], File=FileName, Line=Index+1)
135 IncFile = NormPath(IncFile)
137 if not os.path.isabs(IncFile):
141 IncFileTmp = PathClass(IncFile, GlobalData.gWorkspace)
147 IncFileTmp = mws.join(GlobalData.gWorkspace, IncFile)
152 IncFileTmp = PathClass(IncFile, os.path.dirname(FileName))
158 IncFile = IncFileTmp.Path
160 IncFile = IncFileTmp
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/Common/
H A DToolDefClassObject.py129 IncFile = Line[8:].strip()
130 Done, IncFile = self.ExpandMacros(IncFile)
134 ExtraData=IncFile[4:-1], File=FileName, Line=Index+1)
135 IncFile = NormPath(IncFile)
137 if not os.path.isabs(IncFile):
141 IncFileTmp = PathClass(IncFile, GlobalData.gWorkspace)
147 IncFileTmp = mws.join(GlobalData.gWorkspace, IncFile)
152 IncFileTmp = PathClass(IncFile, os.path.dirname(FileName))
158 IncFile = IncFileTmp.Path
160 IncFile = IncFileTmp
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Common/
H A DToolDefClassObject.py129 IncFile = Line[8:].strip()
130 Done, IncFile = self.ExpandMacros(IncFile)
134 ExtraData=IncFile[4:-1], File=FileName, Line=Index+1)
135 IncFile = NormPath(IncFile)
137 if not os.path.isabs(IncFile):
141 IncFileTmp = PathClass(IncFile, GlobalData.gWorkspace)
147 IncFileTmp = mws.join(GlobalData.gWorkspace, IncFile)
152 IncFileTmp = PathClass(IncFile, os.path.dirname(FileName))
158 IncFile = IncFileTmp.Path
160 IncFile = IncFileTmp
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/Common/
H A DToolDefClassObject.py129 IncFile = Line[8:].strip()
130 Done, IncFile = self.ExpandMacros(IncFile)
134 ExtraData=IncFile[4:-1], File=FileName, Line=Index+1)
135 IncFile = NormPath(IncFile)
137 if not os.path.isabs(IncFile):
141 IncFileTmp = PathClass(IncFile, GlobalData.gWorkspace)
147 IncFileTmp = mws.join(GlobalData.gWorkspace, IncFile)
152 IncFileTmp = PathClass(IncFile, os.path.dirname(FileName))
158 IncFile = IncFileTmp.Path
160 IncFile = IncFileTmp
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/Common/
H A DToolDefClassObject.py129 IncFile = Line[8:].strip()
130 Done, IncFile = self.ExpandMacros(IncFile)
134 ExtraData=IncFile[4:-1], File=FileName, Line=Index+1)
135 IncFile = NormPath(IncFile)
137 if not os.path.isabs(IncFile):
141 IncFileTmp = PathClass(IncFile, GlobalData.gWorkspace)
147 IncFileTmp = mws.join(GlobalData.gWorkspace, IncFile)
152 IncFileTmp = PathClass(IncFile, os.path.dirname(FileName))
158 IncFile = IncFileTmp.Path
160 IncFile = IncFileTmp
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/Common/
H A DToolDefClassObject.py129 IncFile = Line[8:].strip()
130 Done, IncFile = self.ExpandMacros(IncFile)
134 ExtraData=IncFile[4:-1], File=FileName, Line=Index+1)
135 IncFile = NormPath(IncFile)
137 if not os.path.isabs(IncFile):
141 IncFileTmp = PathClass(IncFile, GlobalData.gWorkspace)
147 IncFileTmp = mws.join(GlobalData.gWorkspace, IncFile)
152 IncFileTmp = PathClass(IncFile, os.path.dirname(FileName))
158 IncFile = IncFileTmp.Path
160 IncFile = IncFileTmp
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/Common/
H A DToolDefClassObject.py129 IncFile = Line[8:].strip()
130 Done, IncFile = self.ExpandMacros(IncFile)
134 ExtraData=IncFile[4:-1], File=FileName, Line=Index+1)
135 IncFile = NormPath(IncFile)
137 if not os.path.isabs(IncFile):
141 IncFileTmp = PathClass(IncFile, GlobalData.gWorkspace)
147 IncFileTmp = mws.join(GlobalData.gWorkspace, IncFile)
152 IncFileTmp = PathClass(IncFile, os.path.dirname(FileName))
158 IncFile = IncFileTmp.Path
160 IncFile = IncFileTmp
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/Common/
H A DToolDefClassObject.py129 IncFile = Line[8:].strip()
130 Done, IncFile = self.ExpandMacros(IncFile)
134 ExtraData=IncFile[4:-1], File=FileName, Line=Index+1)
135 IncFile = NormPath(IncFile)
137 if not os.path.isabs(IncFile):
141 IncFileTmp = PathClass(IncFile, GlobalData.gWorkspace)
147 IncFileTmp = mws.join(GlobalData.gWorkspace, IncFile)
152 IncFileTmp = PathClass(IncFile, os.path.dirname(FileName))
158 IncFile = IncFileTmp.Path
160 IncFile = IncFileTmp
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/Common/
H A DToolDefClassObject.py129 IncFile = Line[8:].strip()
130 Done, IncFile = self.ExpandMacros(IncFile)
134 ExtraData=IncFile[4:-1], File=FileName, Line=Index+1)
135 IncFile = NormPath(IncFile)
137 if not os.path.isabs(IncFile):
141 IncFileTmp = PathClass(IncFile, GlobalData.gWorkspace)
147 IncFileTmp = mws.join(GlobalData.gWorkspace, IncFile)
152 IncFileTmp = PathClass(IncFile, os.path.dirname(FileName))
158 IncFile = IncFileTmp.Path
160 IncFile = IncFileTmp
[all …]
/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/src/
H A Dic_pp.erl174 [PrevFile | _T] = IncFile,
183 [FileName|IncFile], IncDir,
645 expand(List, Defs, Err, War, [FileName|IncFile], IncDir, Mio) ->
671 expand(Rem2, Out, SelfRef, Defs, IncFile, IncDir, Mio, IfCou2, Err, War, L, FN);
678 expand(Rem2, Out, SelfRef, Defs, IncFile, IncDir, Mio, IfCou2, Err, War, L, FN);
709 expand(Rem2, Out, SelfRef, Defs, IncFile, IncDir, Mio, IfCou2, Err, War, L, FN);
811 [FileName|_More] = IncFile,
817 [FileName|_More] = IncFile,
824 [_X|IF] = IncFile,
892 IL = io_lib:format("~p",[length(IncFile)-1]),
[all …]
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/src/
H A Dic_pp.erl174 [PrevFile | _T] = IncFile,
183 [FileName|IncFile], IncDir,
645 expand(List, Defs, Err, War, [FileName|IncFile], IncDir, Mio) ->
671 expand(Rem2, Out, SelfRef, Defs, IncFile, IncDir, Mio, IfCou2, Err, War, L, FN);
678 expand(Rem2, Out, SelfRef, Defs, IncFile, IncDir, Mio, IfCou2, Err, War, L, FN);
709 expand(Rem2, Out, SelfRef, Defs, IncFile, IncDir, Mio, IfCou2, Err, War, L, FN);
811 [FileName|_More] = IncFile,
817 [FileName|_More] = IncFile,
824 [_X|IF] = IncFile,
892 IL = io_lib:format("~p",[length(IncFile)-1]),
[all …]
/dports/lang/erlang-runtime22/corba-4.5.2/lib/ic/src/
H A Dic_pp.erl174 [PrevFile | _T] = IncFile,
183 [FileName|IncFile], IncDir,
645 expand(List, Defs, Err, War, [FileName|IncFile], IncDir, Mio) ->
671 expand(Rem2, Out, SelfRef, Defs, IncFile, IncDir, Mio, IfCou2, Err, War, L, FN);
678 expand(Rem2, Out, SelfRef, Defs, IncFile, IncDir, Mio, IfCou2, Err, War, L, FN);
709 expand(Rem2, Out, SelfRef, Defs, IncFile, IncDir, Mio, IfCou2, Err, War, L, FN);
811 [FileName|_More] = IncFile,
817 [FileName|_More] = IncFile,
824 [_X|IF] = IncFile,
892 IL = io_lib:format("~p",[length(IncFile)-1]),
[all …]
/dports/lang/erlang/corba-5.0.2/lib/ic/src/
H A Dic_pp.erl174 [PrevFile | _T] = IncFile,
183 [FileName|IncFile], IncDir,
645 expand(List, Defs, Err, War, [FileName|IncFile], IncDir, Mio) ->
671 expand(Rem2, Out, SelfRef, Defs, IncFile, IncDir, Mio, IfCou2, Err, War, L, FN);
678 expand(Rem2, Out, SelfRef, Defs, IncFile, IncDir, Mio, IfCou2, Err, War, L, FN);
709 expand(Rem2, Out, SelfRef, Defs, IncFile, IncDir, Mio, IfCou2, Err, War, L, FN);
811 [FileName|_More] = IncFile,
817 [FileName|_More] = IncFile,
824 [_X|IF] = IncFile,
892 IL = io_lib:format("~p",[length(IncFile)-1]),
[all …]
/dports/lang/erlang-runtime21/corba-4.5.2/lib/ic/src/
H A Dic_pp.erl174 [PrevFile | _T] = IncFile,
183 [FileName|IncFile], IncDir,
645 expand(List, Defs, Err, War, [FileName|IncFile], IncDir, Mio) ->
671 expand(Rem2, Out, SelfRef, Defs, IncFile, IncDir, Mio, IfCou2, Err, War, L, FN);
678 expand(Rem2, Out, SelfRef, Defs, IncFile, IncDir, Mio, IfCou2, Err, War, L, FN);
709 expand(Rem2, Out, SelfRef, Defs, IncFile, IncDir, Mio, IfCou2, Err, War, L, FN);
811 [FileName|_More] = IncFile,
817 [FileName|_More] = IncFile,
824 [_X|IF] = IncFile,
892 IL = io_lib:format("~p",[length(IncFile)-1]),
[all …]
/dports/irc/undernet-ircu/ircu2.10.12.19/tools/
H A Dautodoc.py17 IncFile = open(filename, 'r')
18 line = IncFile.readline()
40 line = IncFile.readline()
57 line = IncFile.readline()
59 IncFile.close
/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dinclude.c216 if( incfile_list == (IncFile*)NULL ) { /* first time */
217 incfile_list = (IncFile*)malloc(incfile_list_space*
218 sizeof(IncFile));
222 incfile_list = (IncFile*)realloc(incfile_list,
223 incfile_list_space*sizeof(IncFile));
225 if( incfile_list == (IncFile*)NULL ) {
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/unittests/clangd/
H A DSymbolCollectorTests.cpp837 auto IncFile = testPath("test.inc"); in TEST_F() local
838 auto IncURI = URI::createFile(IncFile).toString(); in TEST_F()
839 InMemoryFileSystem->addFile(IncFile, 0, in TEST_F()
856 auto IncFile = testPath("test.inc"); in TEST_F() local
857 auto IncURI = URI::createFile(IncFile).toString(); in TEST_F()
858 InMemoryFileSystem->addFile(IncFile, 0, in TEST_F()
872 auto IncFile = testPath("test.inc"); in TEST_F() local
873 auto IncURI = URI::createFile(IncFile).toString(); in TEST_F()
874 InMemoryFileSystem->addFile(IncFile, 0, in TEST_F()
886 auto IncFile = testPath("test.inc"); in TEST_F() local
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/unittests/clangd/
H A DSymbolCollectorTests.cpp888 auto IncFile = testPath("test.inc"); in TEST_F() local
889 auto IncURI = URI::create(IncFile).toString(); in TEST_F()
890 InMemoryFileSystem->addFile(IncFile, 0, in TEST_F()
907 auto IncFile = testPath("test.inc"); in TEST_F() local
908 auto IncURI = URI::create(IncFile).toString(); in TEST_F()
909 InMemoryFileSystem->addFile(IncFile, 0, in TEST_F()
923 auto IncFile = testPath("test.inc"); in TEST_F() local
924 auto IncURI = URI::create(IncFile).toString(); in TEST_F()
925 InMemoryFileSystem->addFile(IncFile, 0, in TEST_F()
937 auto IncFile = testPath("test.inc"); in TEST_F() local
[all …]
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_shaders.erl250 IncFile = string:trim(string:trim(IncFile0), both, "\""),
251 {_,IncBin} = try read_shader_1(IncFile, false)
253 io:format("Could not read include file: '~s'~n",[IncFile]),
256 IncStr = ["\n// included from: ", IncFile, "\n"],
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/h2pas/
H A Dh2pasconvert.pas835 IncFile: TH2PasFileCInclude;
840 IncFile:=CIncludes[i];
841 IncFile.Filename:=
843 IncFile.H2PasFile:=Project.CHeaderFileWithFilename(IncFile.Filename);
890 IncFile: TH2PasFileCInclude;
895 if IncFile=nil then continue;
896 IncFile.FH2PasFile:=nil;
904 IncFile: TH2PasFileCInclude;
910 IncFile.Free;
2187 IncFile: TH2PasFile;
[all …]
H A Dh2pasdlg.pas455 IncFile: TH2PasFileCInclude;
466 IncFile:=AFile.CIncludes[i];
467 CurFilename:=IncFile.Filename;
790 IncFile: TH2PasFileCInclude;
810 IncFile:=AFile.CIncludes[i];
811 s:=s+#13+Project.ShortenFilename(IncFile.Filename)+':'+IntToStr(IncFile.SrcPos.Y);
821 IncFile:=AFile.CIncludedBy[i];
822 s:=s+#13+Project.ShortenFilename(IncFile.Owner.Filename)+':'+IntToStr(IncFile.SrcPos.Y);
/dports/editors/lazarus-qt5/lazarus/components/h2pas/
H A Dh2pasconvert.pas835 IncFile: TH2PasFileCInclude;
840 IncFile:=CIncludes[i];
841 IncFile.Filename:=
843 IncFile.H2PasFile:=Project.CHeaderFileWithFilename(IncFile.Filename);
890 IncFile: TH2PasFileCInclude;
895 if IncFile=nil then continue;
896 IncFile.FH2PasFile:=nil;
904 IncFile: TH2PasFileCInclude;
910 IncFile.Free;
2187 IncFile: TH2PasFile;
[all …]
H A Dh2pasdlg.pas455 IncFile: TH2PasFileCInclude;
466 IncFile:=AFile.CIncludes[i];
467 CurFilename:=IncFile.Filename;
790 IncFile: TH2PasFileCInclude;
810 IncFile:=AFile.CIncludes[i];
811 s:=s+#13+Project.ShortenFilename(IncFile.Filename)+':'+IntToStr(IncFile.SrcPos.Y);
821 IncFile:=AFile.CIncludedBy[i];
822 s:=s+#13+Project.ShortenFilename(IncFile.Owner.Filename)+':'+IntToStr(IncFile.SrcPos.Y);
/dports/editors/lazarus/lazarus/components/h2pas/
H A Dh2pasconvert.pas835 IncFile: TH2PasFileCInclude;
840 IncFile:=CIncludes[i];
841 IncFile.Filename:=
843 IncFile.H2PasFile:=Project.CHeaderFileWithFilename(IncFile.Filename);
890 IncFile: TH2PasFileCInclude;
895 if IncFile=nil then continue;
896 IncFile.FH2PasFile:=nil;
904 IncFile: TH2PasFileCInclude;
910 IncFile.Free;
2187 IncFile: TH2PasFile;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/h2pas/
H A Dh2pasconvert.pas835 IncFile: TH2PasFileCInclude;
840 IncFile:=CIncludes[i];
841 IncFile.Filename:=
843 IncFile.H2PasFile:=Project.CHeaderFileWithFilename(IncFile.Filename);
890 IncFile: TH2PasFileCInclude;
895 if IncFile=nil then continue;
896 IncFile.FH2PasFile:=nil;
904 IncFile: TH2PasFileCInclude;
910 IncFile.Free;
2187 IncFile: TH2PasFile;
[all …]

123