Home
last modified time | relevance | path

Searched refs:close (Results 1 – 25 of 116) sorted by relevance

12345

/petsc/lib/petsc/bin/maint/
H A Dbk2darcs.py72 fd.close()
78 fd.close()
97 fd.close()
112 fd.close()
124 fd.close()
130 fd.close()
134 fd.close()
H A Dbk2hg.py25 fd.close()
55 os.close(fd)
98 fd.close()
104 fd.close()
134 fd.close()
153 fd.close()
160 fd.close()
170 fd.close()
174 fd.close()
186 fd.close()
H A Dgcov.py37 self.flush(close=True)
58 def flush(self, close=False): argument
63 if close and stream not in {self._stdout, self._stderr}:
64 stream.close()
69 self.flush(close=True)
512 stdout_file.open('w').close()
513 stderr_file.open('w').close()
/petsc/lib/petsc/bin/
H A DPetscBinaryIO.py434 close = False
438 close = True
458 if close:
459 fid.close()
474 close = False
477 close = True
487 if close:
488 fid.close()
494 if close:
495 fid.close()
[all …]
H A Dpetsc_conf.py53 fid.close()
71 fid.close()
H A Dpetscnagupgrade.py46 fd.close()
58 fd.close()
/petsc/share/petsc/matlab/@PetscOpenFile/
H A Dclose.m1 function close(freader) function
3 % O = close(freader) - closes the binary file
/petsc/config/BuildSystem/config/packages/
H A Dopencascade.py48 fd.close()
52 fd.close()
56 fd.close()
/petsc/share/petsc/matlab/@PetscOpenSocket/
H A Dclose.m1 function close(sreader) function
3 % O = close(sreader) - closes the socket connection created with sopen(socketnumber)
/petsc/src/dm/partitioner/impls/chaco/
H A Dpartchaco.c110 close(1); in PetscPartitionerPartition_Chaco()
126 close(1); in PetscPartitionerPartition_Chaco()
128 close(fd_stdout); in PetscPartitionerPartition_Chaco()
129 close(fd_pipe[0]); in PetscPartitionerPartition_Chaco()
130 close(fd_pipe[1]); in PetscPartitionerPartition_Chaco()
/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/
H A Dsclose.c38 PETSC_EXTERN int close(int);
64 if (close(t)) PETSC_MEX_ERROR("closing socket"); in mexFunction()
H A Dsopen.c99 close(listenport); in SOCKConnect_Private()
148 close(s);
152 close(listenport);
/petsc/lib/petsc/bin/maint/generators/
H A Djava.py112 outfile.close()
121 f.close()
149 f.close()
153 f.close()
157 f.close()
/petsc/config/BuildSystem/
H A DsourceDatabase.py155 f.close()
245 file.close()
255 dbFile.close()
271 dbFile.close()
313 file.close()
343 dbFile.close()
H A DRDict.py129 self.logFile.close()
362 f.close()
372 f.close()
580 os.close(i)
628 dbFile.close()
646 dbFile.close()
664 self.parent.close()
667 self.logFile.close()
/petsc/src/sys/classes/viewer/impls/socket/
H A Dsend.c46 PETSC_EXTERN int close(int);
69 ierr = close(vmatlab->port); in PetscViewerDestroy_Socket()
162 close(s); in PetscOpenSocket()
217 close(s);
451 close(listenport);
/petsc/share/petsc/matlab/
H A DPetscReadBinaryMatlab.m28 % check for old-style file open/close commands
34 str = 'close(fd);';
H A DPetscReadBinaryTrajectory.m68 % close the reader if we opened it
69 close(fd);
/petsc/src/benchmarks/streams/
H A Dprocess.py16 ff.close()
88 ff.close()
/petsc/src/mat/graphops/partition/impls/party/
H A Dparty.c90 close(1); in MatPartitioningApply_Party()
107 close(1); in MatPartitioningApply_Party()
109 close(fd_stdout); in MatPartitioningApply_Party()
110 close(fd_pipe[0]); in MatPartitioningApply_Party()
111 close(fd_pipe[1]); in MatPartitioningApply_Party()
/petsc/src/sys/webclient/
H A Dglobus.c131 close(sock); in PetscGlobusAuthorize()
188 close(sock); in PetscGlobusGetTransfers()
242 close(sock); in PetscGlobusUpload()
279 close(sock); in PetscGlobusUpload()
H A Dgoogle.c72 close(sock); in PetscGoogleDriveRefresh()
174 close(sock); in PetscGoogleDriveUpload()
248 close(sock); in PetscGoogleDriveAuthorize()
H A Dbox.c139 close(sock); in PetscBoxAuthorize()
213 close(sock); in PetscBoxRefresh()
323 close(sock); in PetscBoxUpload()
/petsc/config/BuildSystem/config/
H A Dprograms.py60 fd.close()
85 f.close()
114 f.close
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DMakefile.pl281 close(FILE);
292 close(FILE);

12345