Home
last modified time | relevance | path

Searched refs:SetInputFile (Results 1 – 25 of 132) sorted by relevance

123456

/dports/math/cddlib/cddlib-0.94l/src/
H A Dredexter.c31 dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) in SetInputFile() function
88 if (!SetInputFile(&reading1,argv[1])){ in main()
92 if (!SetInputFile(&reading2,argv[2])){ in main()
H A Dprojection.c31 dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) in SetInputFile() function
77 if (argc<=1 || !SetInputFile(&reading,argv[1])){ in main()
H A Dredundancies_clarkson.c31 dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) in SetInputFile() function
75 if (argc<=1 || !SetInputFile(&reading,argv[1])){ in main()
H A Dredcheck.c31 dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) in SetInputFile() function
75 if (argc<=1 || !SetInputFile(&reading,argv[1])){ in main()
H A Dfourier.c31 dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) in SetInputFile() function
76 if (argc<=1 || !SetInputFile(&reading,argv[1])){ in main()
H A Dredundancies.c31 dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) in SetInputFile() function
75 if (argc<=1 || !SetInputFile(&reading,argv[1])){ in main()
H A Dscdd.c31 dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) in SetInputFile() function
74 if (argc<=1 || !SetInputFile(&reading,argv[1])){ in main()
H A Dadjacency.c31 dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) in SetInputFile() function
79 if (argc<=1 || !SetInputFile(&reading,argv[1])){ in main()
H A Dallfaces.c31 dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) in SetInputFile() function
136 if (argc<=1 || !SetInputFile(&reading,argv[1])){ in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/bindings/interface/
H A DSBDebugger.i182 self.SetInputFile(SBFile.Create(file, borrow=True))
210 SetInputFile (SBFile file);
219 SetInputFile (FileSP file);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i182 self.SetInputFile(SBFile.Create(file, borrow=True))
210 SetInputFile (SBFile file);
219 SetInputFile (FileSP file);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/bindings/interface/
H A DSBDebugger.i182 self.SetInputFile(SBFile.Create(file, borrow=True))
210 SetInputFile (SBFile file);
219 SetInputFile (FileSP file);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/bindings/interface/
H A DSBDebugger.i182 self.SetInputFile(SBFile.Create(file, borrow=True))
210 SetInputFile (SBFile file);
219 SetInputFile (FileSP file);
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/bindings/interface/
H A DSBDebugger.i182 self.SetInputFile(SBFile.Create(file, borrow=True))
210 SetInputFile (SBFile file);
219 SetInputFile (FileSP file);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i182 self.SetInputFile(SBFile.Create(file, borrow=True))
210 SetInputFile (SBFile file);
219 SetInputFile (FileSP file);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/bindings/interface/
H A DSBDebugger.i182 self.SetInputFile(SBFile.Create(file, borrow=True))
210 SetInputFile (SBFile file);
219 SetInputFile (FileSP file);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/bindings/interface/
H A DSBDebugger.i182 self.SetInputFile(SBFile.Create(file, borrow=True))
210 SetInputFile (SBFile file);
219 SetInputFile (FileSP file);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/bindings/interface/
H A DSBDebugger.i182 self.SetInputFile(SBFile.Create(file, borrow=True))
210 SetInputFile (SBFile file);
219 SetInputFile (FileSP file);
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/bindings/interface/
H A DSBDebugger.i182 self.SetInputFile(SBFile.Create(file, borrow=True))
210 SetInputFile (SBFile file);
219 SetInputFile (FileSP file);
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/
H A DFortranFormat.h36 void SetInputFile(IFILE & file);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py336 status = self.dbg.SetInputFile(insbf)
355 status = self.dbg.SetInputFile(lldb.SBFile(inf))
373 status = self.dbg.SetInputFile(lldb.SBFile(inf))
390 status = self.dbg.SetInputFile(lldb.SBFile(inf))
407 status = self.dbg.SetInputFile(lldb.SBFile(inf))
846 self.assertRaises(Exception, self.dbg.SetInputFile, None)
847 self.assertRaises(Exception, self.dbg.SetInputFile, "ham sandwich")
871 status = self.dbg.SetInputFile(f)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py336 status = self.dbg.SetInputFile(insbf)
355 status = self.dbg.SetInputFile(lldb.SBFile(inf))
373 status = self.dbg.SetInputFile(lldb.SBFile(inf))
390 status = self.dbg.SetInputFile(lldb.SBFile(inf))
407 status = self.dbg.SetInputFile(lldb.SBFile(inf))
846 self.assertRaises(Exception, self.dbg.SetInputFile, None)
847 self.assertRaises(Exception, self.dbg.SetInputFile, "ham sandwich")
871 status = self.dbg.SetInputFile(f)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py319 status = self.dbg.SetInputFile(insbf)
337 status = self.dbg.SetInputFile(lldb.SBFile(inf))
354 status = self.dbg.SetInputFile(lldb.SBFile(inf))
370 status = self.dbg.SetInputFile(lldb.SBFile(inf))
386 status = self.dbg.SetInputFile(lldb.SBFile(inf))
798 self.assertRaises(Exception, self.dbg.SetInputFile, None)
799 self.assertRaises(Exception, self.dbg.SetInputFile, "ham sandwich")
823 status = self.dbg.SetInputFile(f)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py336 status = self.dbg.SetInputFile(insbf)
355 status = self.dbg.SetInputFile(lldb.SBFile(inf))
373 status = self.dbg.SetInputFile(lldb.SBFile(inf))
390 status = self.dbg.SetInputFile(lldb.SBFile(inf))
407 status = self.dbg.SetInputFile(lldb.SBFile(inf))
846 self.assertRaises(Exception, self.dbg.SetInputFile, None)
847 self.assertRaises(Exception, self.dbg.SetInputFile, "ham sandwich")
871 status = self.dbg.SetInputFile(f)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/python_api/file_handle/
H A DTestFileHandle.py348 status = self.debugger.SetInputFile(insbf)
367 status = self.debugger.SetInputFile(lldb.SBFile(inf))
386 status = debugger.SetInputFile(lldb.SBFile(inf))
403 status = self.debugger.SetInputFile(lldb.SBFile(inf))
420 status = self.debugger.SetInputFile(lldb.SBFile(inf))
862 self.assertRaises(Exception, self.debugger.SetInputFile, None)
863 self.assertRaises(Exception, self.debugger.SetInputFile, "ham sandwich")
887 status = self.debugger.SetInputFile(f)

123456