Home
last modified time | relevance | path

Searched refs:saveToFile (Results 1 – 25 of 986) sorted by relevance

12345678910>>...40

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/unit/
H A Dunit_ClusterNode.cpp54 dn_regular.saveToFile("cluster_disk_regular.txt"); in unit_ClusterNode()
56 dn_bounding.saveToFile("cluster_disk_bounding.txt"); in unit_ClusterNode()
58 dn_cardinal.saveToFile("cluster_disk_cardinal.txt"); in unit_ClusterNode()
60 dn_kdtree.saveToFile("cluster_disk_kdtree.txt"); in unit_ClusterNode()
62 dn_nukdtree.saveToFile("cluster_disk_nukdtree.txt"); in unit_ClusterNode()
68 cn_regular.saveToFile("cluster_circle_regular.txt"); in unit_ClusterNode()
74 cn_kdtree.saveToFile("cluster_circle_kdtree.txt"); in unit_ClusterNode()
88 sn_kdtree.saveToFile("cluster_sphere_kdtree.txt"); in unit_ClusterNode()
95 bn_regular.saveToFile("cluster_ball_regular.txt"); in unit_ClusterNode()
101 bn_kdtree.saveToFile("cluster_ball_kdtree.txt"); in unit_ClusterNode()
[all …]
H A Dunit_normals.cpp52 m2d.saveToFile("omega2d",_vtk); in unit_normals()
67 m3d.saveToFile("omega3d",_vtk); in unit_normals()
77 saveToFile("n_gam1",n_gam1,_vtu); in unit_normals()
80 saveToFile("n_sig2",n_sig2,_vtu); in unit_normals()
91 saveToFile("n_gam1f",n_gam1f,_vtu); in unit_normals()
100 saveToFile("n_gam2f",n_gam2f,_vtu); in unit_normals()
H A Dunit_LargeMatrixCsStorage.cpp74 Ar1.saveToFile("Adense.mat", _dense); in unit_LargeMatrixCsStorage()
76 Ar1.saveToFile("Acoo.mat", _coo); in unit_LargeMatrixCsStorage()
126 Br1.saveToFile("Adense.mat", _dense); in unit_LargeMatrixCsStorage()
128 Br1.saveToFile("Acoo.mat", _coo); in unit_LargeMatrixCsStorage()
143 Cr1.saveToFile("Adense.mat", _dense); in unit_LargeMatrixCsStorage()
145 Cr1.saveToFile("Acoo.mat", _coo); in unit_LargeMatrixCsStorage()
161 Dr1.saveToFile("Adense.mat", _dense); in unit_LargeMatrixCsStorage()
163 Dr1.saveToFile("Acoo.mat", _coo); in unit_LargeMatrixCsStorage()
183 Ac1.saveToFile("Acoo.mat", _coo); in unit_LargeMatrixCsStorage()
239 As1.saveToFile("Acoo.mat", _coo); in unit_LargeMatrixCsStorage()
[all …]
H A Dunit_ILU_LargeMatrixCsStorage.cpp81 if (pmat) MatC.saveToFile("MatCdense.mat", _dense); in unit_ILU_LargeMatrixCsStorage()
85 if (pmat) MatC.saveToFile("ILUColdense.mat", _dense); in unit_ILU_LargeMatrixCsStorage()
110 if (pmat) MatR.saveToFile("MatRdense.mat", _dense); in unit_ILU_LargeMatrixCsStorage()
114 if (pmat) MatR.saveToFile("ILURowdense.mat", _dense); in unit_ILU_LargeMatrixCsStorage()
136 if (pmat) MatD.saveToFile("MatDdense.mat", _dense); in unit_ILU_LargeMatrixCsStorage()
140 if (pmat) MatD.saveToFile("ILUDualdense.mat", _dense); in unit_ILU_LargeMatrixCsStorage()
185 if (pmat) Mat_0.saveToFile("Mat_0dense.mat", _dense); in unit_ILU_LargeMatrixCsStorage()
189 if (pmat) ILU.saveToFile("ILUdense.mat", _dense); in unit_ILU_LargeMatrixCsStorage()
H A Dunit_NedelecQuadrangle.cpp149 saveToFile("E_P1", EP1,_vtk); in unit_NedelecQuadrangle()
150 saveToFile("E_ex", E_ex,_vtk); in unit_NedelecQuadrangle()
151 saveToFile("E_er", E_er,_vtk); in unit_NedelecQuadrangle()
156 saveToFile("E_int", EI,_vtk); in unit_NedelecQuadrangle()
165 saveToFile("E2P1", E2P1,_vtk); in unit_NedelecQuadrangle()
H A Dunit_Mesh.cpp66 mesh1dP1.saveToFile("mesh1dP1.vtk", _vtk, true); in unit_Mesh()
78 mesh2dP1.saveToFile("mesh2dP1.vtk", _vtk, true); in unit_Mesh()
91 mesh2dQ1.saveToFile("mesh2dQ1.vtk", _vtk, true); in unit_Mesh()
101 mesh2dP1Q1.saveToFile("mesh2dP1Q1.vtk", _vtk, true); in unit_Mesh()
114 mesh3dQ1.saveToFile("mesh3dQ1.vtk", _vtk, true); in unit_Mesh()
119 mesh3DPyramid.saveToFile("mesh3DPyramid.msh", _msh, false); in unit_Mesh()
125 mesh3DPyramid2.saveToFile("mesh3DPyramid2.msh", _msh, false); in unit_Mesh()
130 mesh1dExtrude.saveToFile("mesh1dExtrude.vtk", _vtk, true); in unit_Mesh()
135 mesh2dExtrudeP1.saveToFile("mesh2dExtrudeP1.vtk", _vtk, true); in unit_Mesh()
145 mesh2dExtrudeQ1.saveToFile("mesh2dExtrudeQ1.vtk", _vtk, true); in unit_Mesh()
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/sys/
H A Dsys_IE_Helmholtz3D_NSC.cpp135 saveToFile("sold_x=0.vtk",soldx0,_vtk); in sys_IE_Helmholtz3D_NSC()
136 saveToFile("sold_y=0.vtk",soldy0,_vtk); in sys_IE_Helmholtz3D_NSC()
137 saveToFile("sold_z=0.vtk",soldz0,_vtk); in sys_IE_Helmholtz3D_NSC()
138 saveToFile("solt_x=0.vtk",soltx0,_vtk); in sys_IE_Helmholtz3D_NSC()
139 saveToFile("solt_y=0.vtk",solty0,_vtk); in sys_IE_Helmholtz3D_NSC()
140 saveToFile("solt_z=0.vtk",soltz0,_vtk); in sys_IE_Helmholtz3D_NSC()
177 saveToFile("U01.vtk",U01,_vtk); in sys_IE_Helmholtz3D_NSC()
185 saveToFile("Ui_x=0.vtk",Uix0,_vtk); in sys_IE_Helmholtz3D_NSC()
228 saveToFile("U1.vtk",U1,_vtk); in sys_IE_Helmholtz3D_NSC()
229 U1.saveToFile("U1.dat",_dense); in sys_IE_Helmholtz3D_NSC()
[all …]
H A Dsys_IE_Helmholtz3D_NDC.cpp154 saveToFile("sold_z=0.vtk",soldz0,_vtk); in sys_IE_Helmholtz3D_NDC()
157 saveToFile("solt_z=0.vtk",soltz0,_vtk); in sys_IE_Helmholtz3D_NDC()
194 saveToFile("U1.vtk",U1,_vtk); in sys_IE_Helmholtz3D_NDC()
200 saveToFile("U1d_zIR=0.vtk",U1dz0IR,_vtk); in sys_IE_Helmholtz3D_NDC()
253 saveToFile("U2.vtk",U2,_vtk); in sys_IE_Helmholtz3D_NDC()
H A Dsys_FE_IM.cpp107 saveToFile("U.vtk",U,vtk); in sys_FE_IM()
116 saveToFile("Uext.vtk",Uext,vtk); in sys_FE_IM()
120 saveToFile("Utot.vtk",Utot,vtk); in sys_FE_IM()
121 saveToFile("Utotext.vtk",Utotext,vtk); in sys_FE_IM()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/tools/jpackage/junit/jdk/incubator/jpackage/internal/
H A DOverridableResourceTest.java50 byte[] actualBytes = saveToFile(new OverridableResource(DEFAULT_NAME)); in testDefault()
62 List<String> linesBeforeSubstitution = convertToStringList(saveToFile( in testDefaultWithSubstitution()
72 List<String> linesAfterSubstitution = convertToStringList(saveToFile( in testDefaultWithSubstitution()
115 List<String> actualResourceData = convertToStringList(saveToFile( in testCustom()
146 final List<String> actualResourceData = convertToStringList(saveToFile( in testCustomtWithSubstitution()
159 .saveToFile(dstFile); in testCustomtWithSubstitution()
172 resource.saveToFile(dstFile); in testCustomtWithSubstitution()
183 new OverridableResource(null).saveToFile(dstFile); in testNoDefault()
205 private byte[] saveToFile(OverridableResource resource) throws IOException { in saveToFile() method in OverridableResourceTest
207 resource.saveToFile(dstFile); in saveToFile()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/tools/jpackage/junit/jdk/incubator/jpackage/internal/
H A DOverridableResourceTest.java50 byte[] actualBytes = saveToFile(new OverridableResource(DEFAULT_NAME)); in testDefault()
62 List<String> linesBeforeSubstitution = convertToStringList(saveToFile( in testDefaultWithSubstitution()
72 List<String> linesAfterSubstitution = convertToStringList(saveToFile( in testDefaultWithSubstitution()
115 List<String> actualResourceData = convertToStringList(saveToFile( in testCustom()
146 final List<String> actualResourceData = convertToStringList(saveToFile( in testCustomtWithSubstitution()
159 .saveToFile(dstFile); in testCustomtWithSubstitution()
172 resource.saveToFile(dstFile); in testCustomtWithSubstitution()
183 new OverridableResource(null).saveToFile(dstFile); in testNoDefault()
205 private byte[] saveToFile(OverridableResource resource) throws IOException { in saveToFile() method in OverridableResourceTest
207 resource.saveToFile(dstFile); in saveToFile()
/dports/audio/rezound/rezound-0.13.1beta/src/backend/
H A DCrezSoundTranslator.cpp581 saveToFile.closeFile(false,true); in save_samples_from_native_as_X()
610 saveToFile.closeFile(false,true); in save_samples__sample_t()
641 CSound::PoolFile_t saveToFile(REZOUND_POOLFILE_BLOCKSIZE,REZOUND_POOLFILE_SIGNATURE); in onSaveSound() local
642 saveToFile.openFile(filename,true); in onSaveSound()
643 saveToFile.clear(); in onSaveSound()
668 TPoolAccesser<uint8_t,CSound::PoolFile_t> a(saveToFile.createPool<uint8_t>("Format Info")); in onSaveSound()
691 TPoolAccesser<uint8_t,CSound::PoolFile_t> destCues=saveToFile.createPool<uint8_t>("Cues"); in onSaveSound()
706 TPoolAccesser<char,CSound::PoolFile_t> dest=saveToFile.createPool<char>("UserNotes"); in onSaveSound()
729 if(!save_samples__sample_t(i,saveToFile,sound,dest,saveStart,saveLength,statusBar)) in onSaveSound()
751 if(!save_samples__sample_t(i,saveToFile,sound,dest,saveStart,saveLength,statusBar)) in onSaveSound()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/tools/jpackage/junit/jdk/jpackage/internal/
H A DOverridableResourceTest.java55 byte[] actualBytes = saveToFile(new OverridableResource(DEFAULT_NAME)); in testDefault()
67 List<String> linesBeforeSubstitution = convertToStringList(saveToFile( in testDefaultWithSubstitution()
77 List<String> linesAfterSubstitution = convertToStringList(saveToFile( in testDefaultWithSubstitution()
120 List<String> actualResourceData = convertToStringList(saveToFile( in testCustom()
151 final List<String> actualResourceData = convertToStringList(saveToFile( in testCustomtWithSubstitution()
164 .saveToFile(dstFile); in testCustomtWithSubstitution()
177 resource.saveToFile(dstFile); in testCustomtWithSubstitution()
188 new OverridableResource(null).saveToFile(dstFile); in testNoDefault()
210 private byte[] saveToFile(OverridableResource resource) throws IOException { in saveToFile() method in OverridableResourceTest
212 resource.saveToFile(dstFile); in saveToFile()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/tools/jpackage/junit/jdk/jpackage/internal/
H A DOverridableResourceTest.java54 byte[] actualBytes = saveToFile(new OverridableResource(DEFAULT_NAME)); in testDefault()
66 List<String> linesBeforeSubstitution = convertToStringList(saveToFile( in testDefaultWithSubstitution()
76 List<String> linesAfterSubstitution = convertToStringList(saveToFile( in testDefaultWithSubstitution()
119 List<String> actualResourceData = convertToStringList(saveToFile( in testCustom()
150 final List<String> actualResourceData = convertToStringList(saveToFile( in testCustomtWithSubstitution()
163 .saveToFile(dstFile); in testCustomtWithSubstitution()
176 resource.saveToFile(dstFile); in testCustomtWithSubstitution()
187 new OverridableResource(null).saveToFile(dstFile); in testNoDefault()
209 private byte[] saveToFile(OverridableResource resource) throws IOException { in saveToFile() method in OverridableResourceTest
211 resource.saveToFile(dstFile); in saveToFile()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/examples/
H A Dhelmholtz2d_FEM_BEM.cpp74 saveToFile("findex",findex,_vtu); // Representing eta in main()
76 saveToFile("Uint",Uint,_vtu); in main()
85 saveToFile("Uinc",Uinc,_vtu); // Incident field in main()
86 saveToFile("Uext",Uext,_vtu); // scattered field in exterior domain in main()
88 saveToFile("Uext_t",Uext_t,_vtu); // Total field in exterior domain in main()
90 saveToFile("U",U,_vtu); in main()
H A Dhelmholtz2d_FE_IR.cpp63 saveToFile("U.vtk",U,vtk); in main()
70 saveToFile("Uext.vtk",Uext,vtk); in main()
74 saveToFile("Utot.vtk",Utot,vtk); in main()
75 saveToFile("Utotext.vtk",Utotext,vtk); in main()
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/runnables/ugene/corelibs/U2View/ov_msa/
H A DDistanceMatrixDialogFiller.cpp47 saveToFile(false), in DistanceMatrixDialogFiller()
56 saveToFile(true), in DistanceMatrixDialogFiller()
66 saveToFile(false), in DistanceMatrixDialogFiller()
91 if (saveToFile) { in commonScenario()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/dev/
H A Ddev_Nabil2.cpp113 saveToFile("E_inc", Lambda_inc,_vtu); in dev_Nabil2()
116 saveToFile("Mu_inc", Mu_inc,_vtu); in dev_Nabil2()
183 saveToFile("Lambda_incOP1", Lambda_incOP1, vtu); in dev_Nabil2()
188 saveToFile("Ucalx0Ni", Ucalx0Ni, vtu); in dev_Nabil2()
192 saveToFile("Ucalx0Ni2", Ucalx0Ni2, vtu); in dev_Nabil2()
H A Ddev_dtn_3d.cpp74 ms.saveToFile("ms",_vtk); in dev_dtn_3d()
93 saveToFile("eigs",eigs,_vtu); in dev_dtn_3d()
98 mesh.saveToFile("pipeline",_vtk); in dev_dtn_3d()
118 saveToFile("U",U,_vtu); in dev_dtn_3d()
H A Ddev_arnaud.cpp62 saveToFile("kerDir_modal",Td1,_vtu); in dev_arnaud()
68 saveToFile("kerDir_image",Td2,_vtu); in dev_arnaud()
74 saveToFile("kerDir_hybrid",Td3,_vtu); in dev_arnaud()
/dports/audio/umodplayer/umodplayer_B5.1/
H A Dtext.c313 DisplayInstruments(int saveToFile) in DisplayInstruments() argument
344 if (saveToFile == 0) in DisplayInstruments()
348 if (write(saveToFile, nbuf, length) < length) in DisplayInstruments()
360 DisplaySamples(int saveToFile) in DisplaySamples() argument
391 if (saveToFile == 0) in DisplaySamples()
395 if (write(saveToFile, nbuf, length) < length) in DisplaySamples()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/src/qml/common/
H A DSaveToFileButton.qml18 onClicked: saveToFile()
20 function saveToFile() {
37 if (qmlUtils.saveToFile(value, root.path)) {
41 if (qmlUtils.saveToFile(textView.model.getText(), root.path)) {
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/project/boards/
H A Dboardgerberexport.cpp154 gen.saveToFile(fp); in exportDrills()
171 gen.saveToFile(fp); in exportDrillsNpth()
184 gen.saveToFile(fp); in exportDrillsPth()
195 gen.saveToFile(fp); in exportLayerBoardOutlines()
207 gen.saveToFile(fp); in exportLayerTopCopper()
220 gen.saveToFile(fp); in exportLayerBottomCopper()
234 gen.saveToFile(fp); in exportLayerInnerCopper()
248 gen.saveToFile(fp); in exportLayerTopSolderMask()
260 gen.saveToFile(fp); in exportLayerBottomSolderMask()
308 gen.saveToFile(fp); in exportLayerTopSolderPaste()
[all …]
/dports/cad/librepcb/librepcb-0.1.6/tests/unittests/project/boards/
H A Dboardpickplacegeneratortest.cpp78 writer.generateCsv()->saveToFile(fp); in TEST_F()
87 writer.generateCsv()->saveToFile(fp); in TEST_F()
96 writer.generateCsv()->saveToFile(fp); in TEST_F()
/dports/audio/umodplayer/umodplayer_B5.1/include/
H A Dtext.h18 void DisplayInstruments(int saveToFile);
19 void DisplaySamples(int saveToFile);

12345678910>>...40