Home
last modified time | relevance | path

Searched refs:GetOutputFile (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/ld-tigcc/export/
H A Dexport.c50 OUTPUT_FILE_FUNCTION GetOutputFile; member
106 …if (!(ExportStruct->GetOutputFile (&(File.File), Size, Calc, FR_MAIN, ExportStruct->FileFormat, Ex… in ExportProgramToFormat()
153 …if (!(ExportStruct->GetOutputFile (&(File.File), Size, Calc, FR_DATA, ExportStruct->DataFileFormat… in ExportProgramToFormat()
178 BOOLEAN ExportProgram (const PROGRAM *Program, OUTPUT_FILE_FUNCTION GetOutputFile, OUTPUT_FILE_FINA… in ExportProgram() argument
180 …EXPORT_STRUCT ExportStruct = {GetOutputFile, FinalizeOutputFile, NULL, NULL, NULL, FF_TIOS, FF_TIO… in ExportProgram()
182 if (!GetOutputFile) in ExportProgram()
189 if (!ExportDebuggingInfo (Program, GetOutputFile, FinalizeOutputFile)) in ExportProgram()
287 BOOLEAN GetOutputFile (INT_EXP_FILE *File, SIZE FileSize, unsigned int DestCalc, unsigned int FileR… in GetOutputFile() function
H A Dexport.h29 BOOLEAN ExportProgram (const PROGRAM *Program, OUTPUT_FILE_FUNCTION GetOutputFile, OUTPUT_FILE_FINA…
42 BOOLEAN GetOutputFile (INT_EXP_FILE *File, SIZE FileSize, unsigned int DestCalc, unsigned int FileR…
H A Dexp_dbg.h30 BOOLEAN ExportDebuggingInfo (const PROGRAM *Program, OUTPUT_FILE_FUNCTION GetOutputFile, OUTPUT_FIL…
/dports/textproc/textql/textql-1d6fef5/textql/
H A Dmain.go79 func (clo *commandLineOptions) GetOutputFile() string { func
189 if cmdLineOpts.GetOutputFile() != "" {
193 WriteTo: util.OpenFileOrStdDev(cmdLineOpts.GetOutputFile(), true),
201 WriteTo: util.OpenFileOrStdDev(cmdLineOpts.GetOutputFile(), true),
215 if queryResults != nil && cmdLineOpts.GetOutputFile() != "" {
/dports/multimedia/photofilmstrip/photofilmstrip-3.7.0/photofilmstrip/gui/
H A DPnlRenderJobVisual.py46 ActionPlayVideo(self.jobContext.GetOutputFile()).Execute()
49 ActionOpenFolder(self.jobContext.GetOutputFile()).Execute()
/dports/lang/mono/mono-5.10.1.57/mcs/tools/ictool/
H A Dictool.cs46 StreamWriter methods_file = GetOutputFile ("methods"); in EmitPrototypes()
47 StreamWriter map_file = GetOutputFile ("map"); in EmitPrototypes()
176 StreamWriter file = GetOutputFile ("types"); in EmitStructures()
377 private static StreamWriter GetOutputFile (string name) { in GetOutputFile() method in ICTool
/dports/multimedia/photofilmstrip/photofilmstrip-3.7.0/photofilmstrip/ux/
H A Duwp.py67 job.GetOutputFile(),
68 job.GetOutputFile())
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonwritelayer.cpp64 VSILFILE* fp = poDS_->GetOutputFile(); in ~OGRGeoJSONWriteLayer()
116 VSILFILE* fp = poDS_->GetOutputFile(); in ICreateFeature()
/dports/sysutils/pflogx/pflogx/src/
H A Dpflogx.cpp174 cXmlFileParser xmlParser(m_options.GetOutputFile(), entryParser); in ParseXmlFile()
210 cXmlFileWriter xmlWriter(m_options.GetOutputFile(), entryFormat, entriesFilter.GetEntries()); in WriteXmlFile()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/lua_api/
H A Dlua_lldb_test.lua123 self.debugger:GetOutputFile():Flush()
129 self.debugger:GetOutputFile():Flush()
/dports/editors/libreoffice/libreoffice-7.2.6.2/l10ntools/inc/
H A Dxrmlex.hxx32 extern "C" bool GetOutputFile( int argc, char* argv[]);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/l10ntools/inc/
H A Dxrmlex.hxx32 extern "C" bool GetOutputFile( int argc, char* argv[]);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp35 debugger.GetOutputFile().GetStream(), in IOHandlerLuaInterpreter()
91 m_lua->ChangeIO(io_redirect.GetOutputFile()->GetStream(), in ExecuteOneLine()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp35 debugger.GetOutputFile().GetStream(), in IOHandlerLuaInterpreter()
91 m_lua->ChangeIO(io_redirect.GetOutputFile()->GetStream(), in ExecuteOneLine()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Wrappers/DoxygenWrapper/DoxygenWrapper/Wrappers/
H A DOutputManager.cs10 public FileData GetOutputFile(string _output) in GetOutputFile() method in DoxygenWrapper.Wrappers.OutputManager
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Wrappers/DoxygenWrapper/DoxygenWrapper/Wrappers/
H A DOutputManager.cs10 public FileData GetOutputFile(string _output) in GetOutputFile() method in DoxygenWrapper.Wrappers.OutputManager
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Wrappers/DoxygenWrapper/DoxygenWrapper/Wrappers/
H A DOutputManager.cs10 public FileData GetOutputFile(string _output) in GetOutputFile() method in DoxygenWrapper.Wrappers.OutputManager
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Wrappers/DoxygenWrapper/DoxygenWrapper/Wrappers/
H A DOutputManager.cs10 public FileData GetOutputFile(string _output) in GetOutputFile() method in DoxygenWrapper.Wrappers.OutputManager
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py115 self.dbg.GetOutputFile().Flush()
249 self.dbg.GetOutputFile().Write(b'quux')
250 self.dbg.GetOutputFile().Flush()
341 self.dbg.GetOutputFile().Flush()
359 self.dbg.GetOutputFile().Flush()
377 self.dbg.GetOutputFile().Flush()
394 self.dbg.GetOutputFile().Flush()
411 self.dbg.GetOutputFile().Flush()
860 sbf = self.dbg.GetOutputFile()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py115 self.dbg.GetOutputFile().Flush()
249 self.dbg.GetOutputFile().Write(b'quux')
250 self.dbg.GetOutputFile().Flush()
341 self.dbg.GetOutputFile().Flush()
359 self.dbg.GetOutputFile().Flush()
377 self.dbg.GetOutputFile().Flush()
394 self.dbg.GetOutputFile().Flush()
411 self.dbg.GetOutputFile().Flush()
860 sbf = self.dbg.GetOutputFile()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py115 self.dbg.GetOutputFile().Flush()
238 self.dbg.GetOutputFile().Write(b'quux')
239 self.dbg.GetOutputFile().Flush()
324 self.dbg.GetOutputFile().Flush()
341 self.dbg.GetOutputFile().Flush()
358 self.dbg.GetOutputFile().Flush()
374 self.dbg.GetOutputFile().Flush()
390 self.dbg.GetOutputFile().Flush()
812 sbf = self.dbg.GetOutputFile()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py115 self.dbg.GetOutputFile().Flush()
249 self.dbg.GetOutputFile().Write(b'quux')
250 self.dbg.GetOutputFile().Flush()
341 self.dbg.GetOutputFile().Flush()
359 self.dbg.GetOutputFile().Flush()
377 self.dbg.GetOutputFile().Flush()
394 self.dbg.GetOutputFile().Flush()
411 self.dbg.GetOutputFile().Flush()
860 sbf = self.dbg.GetOutputFile()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py115 self.dbg.GetOutputFile().Flush()
249 self.dbg.GetOutputFile().Write(b'quux')
250 self.dbg.GetOutputFile().Flush()
341 self.dbg.GetOutputFile().Flush()
359 self.dbg.GetOutputFile().Flush()
377 self.dbg.GetOutputFile().Flush()
394 self.dbg.GetOutputFile().Flush()
411 self.dbg.GetOutputFile().Flush()
860 sbf = self.dbg.GetOutputFile()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_names.h94 string PROTOC_EXPORT GetOutputFile(const FileDescriptor* descriptor,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_names.h94 string PROTOC_EXPORT GetOutputFile(const FileDescriptor* descriptor,

123456789