Home
last modified time | relevance | path

Searched refs:_os (Results 1 – 25 of 1479) sorted by relevance

12345678910>>...60

/dports/devel/ice37/ice-3.7.2/cpp/src/Ice/
H A DIncoming.cpp73 _os(other._os.instance(), Ice::currentProtocolEncoding), in IncomingBase()
92 _os.write(replyOK); in startWriteParams()
94 return &_os; in startWriteParams()
114 _os.write(replyOK); in writeEmptyParams()
302 _os.clear(); in handleException()
303 _os.b.clear(); in handleException()
401 _os.write(*uex); in handleException()
530 _os.clear(); in handleException()
531 _os.b.clear(); in handleException()
602 _os.clear(); in startOver()
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Ice/
H A DIncoming.cpp73 _os(other._os.instance(), Ice::currentProtocolEncoding), in IncomingBase()
92 _os.write(replyOK); in startWriteParams()
94 return &_os; in startWriteParams()
114 _os.write(replyOK); in writeEmptyParams()
302 _os.clear(); in handleException()
303 _os.b.clear(); in handleException()
401 _os.write(*uex); in handleException()
530 _os.clear(); in handleException()
531 _os.b.clear(); in handleException()
602 _os.clear(); in startOver()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Ice/
H A DIncoming.cpp73 _os(other._os.instance(), Ice::currentProtocolEncoding), in IncomingBase()
92 _os.write(replyOK); in startWriteParams()
94 return &_os; in startWriteParams()
114 _os.write(replyOK); in writeEmptyParams()
302 _os.clear(); in handleException()
303 _os.b.clear(); in handleException()
401 _os.write(*uex); in handleException()
530 _os.clear(); in handleException()
531 _os.b.clear(); in handleException()
602 _os.clear(); in startOver()
[all …]
/dports/devel/cpptest/cpptest-2.0.0/src/
H A Dhtmloutput.cpp242 ostream& _os; member
249 table_tr_header(_os); in operator ()()
259 table_tr_footer(_os); in operator ()()
268 ostream& _os; member
297 ostream& _os; member
314 table_footer(_os); in operator ()()
315 back_ref(_os, "top"); in operator ()()
323 ostream& _os; member
345 table_footer(_os); in operator ()()
353 ostream& _os; member
[all …]
/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DIncomingBase.java70 _os.writeBlob(Protocol.replyHdr); in startWriteParams()
71 _os.writeInt(_current.requestId); in startWriteParams()
72 _os.writeByte(ReplyStatus.replyOK); in startWriteParams()
74 return _os; in startWriteParams()
82 _os.endEncapsulation(); in endWriteParams()
92 _os.writeBlob(Protocol.replyHdr); in writeEmptyParams()
119 _os.writeEncapsulation(v); in writeParamEncaps()
163 _os = null; in reclaim()
511 _os.writeException(ex); in handleException()
512 _os.endEncapsulation(); in handleException()
[all …]
/dports/devel/ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DIncomingBase.java70 _os.writeBlob(Protocol.replyHdr); in startWriteParams()
71 _os.writeInt(_current.requestId); in startWriteParams()
72 _os.writeByte(ReplyStatus.replyOK); in startWriteParams()
74 return _os; in startWriteParams()
82 _os.endEncapsulation(); in endWriteParams()
92 _os.writeBlob(Protocol.replyHdr); in writeEmptyParams()
119 _os.writeEncapsulation(v); in writeParamEncaps()
163 _os = null; in reclaim()
511 _os.writeException(ex); in handleException()
512 _os.endEncapsulation(); in handleException()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DIncomingBase.java70 _os.writeBlob(Protocol.replyHdr); in startWriteParams()
71 _os.writeInt(_current.requestId); in startWriteParams()
72 _os.writeByte(ReplyStatus.replyOK); in startWriteParams()
74 return _os; in startWriteParams()
82 _os.endEncapsulation(); in endWriteParams()
92 _os.writeBlob(Protocol.replyHdr); in writeEmptyParams()
119 _os.writeEncapsulation(v); in writeParamEncaps()
163 _os = null; in reclaim()
511 _os.writeException(ex); in handleException()
512 _os.endEncapsulation(); in handleException()
[all …]
/dports/devel/py-grizzled/grizzled-0.9.4/grizzled/
H A Dos.py23 import os as _os namespace
52 if (hasattr(_os, "devnull")):
53 NULL_DEVICE = _os.devnull
195 if _os.access(p2, _os.X_OK):
228 _os.execv(path, args)
302 _os.open(NULL_DEVICE, _os.O_RDWR)
303 _os.dup2(0, 1)
321 _os._exit(0)
327 _os.setsid()
335 _os._exit(0)
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dtempfile.py33 import os as _os namespace
65 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
87 _stat = _os.lstat
89 _stat = _os.stat
103 except _os.error:
191 dir = _os.path.normcase(_os.path.abspath(dir))
211 _os.path.isdir(dir) and _os.access(dir, _os.W_OK)):
251 _os.path.isdir(dir) and _os.access(dir, _os.W_OK)):
345 _os.path.isdir(dir) and _os.access(dir, _os.W_OK)):
481 _os.close(fd)
[all …]
/dports/lang/python27/Python-2.7.18/Lib/
H A Dtempfile.py33 import os as _os namespace
65 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
87 _stat = _os.lstat
89 _stat = _os.stat
103 except _os.error:
191 dir = _os.path.normcase(_os.path.abspath(dir))
211 _os.path.isdir(dir) and _os.access(dir, _os.W_OK)):
251 _os.path.isdir(dir) and _os.access(dir, _os.W_OK)):
345 _os.path.isdir(dir) and _os.access(dir, _os.W_OK)):
481 _os.close(fd)
[all …]
/dports/security/yapet/yapet-2.3/libyacurs/src/
H A Devtqueuestats.cc72 _os << v << std::endl in dump()
74 _os << "EventQueue Statistics" << std::endl; in dump()
76 _os << std::endl; in dump()
97 _os << std::endl << std::endl; in dump()
100 _os << std::endl; in dump()
113 _os << std::endl << std::endl; in dump()
116 _os << std::endl; in dump()
128 _os << std::endl << std::endl; in dump()
131 _os << std::endl; in dump()
143 _os << std::endl << std::endl; in dump()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
H A Dshell.py31 import os as _os namespace
36 cwd = _os.path.dirname(_os.path.abspath(_sys.argv[0]))
64 return _os.path.normpath(_os.path.join(cwd, path))
117 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
156 _os.write(fd, (r"""
262 _os.write(fd, ("""
306 pid = _os.spawnve(_os.P_NOWAIT, argv[0], argv, env)
360 pid = _os.spawnve(_os.P_NOWAIT, argv[0], argv, env)
368 walk = _os.walk
374 join, isdir, islink = _os.path.join, _os.path.isdir, _os.path.islink
[all …]
/dports/archivers/py-rcssmin/rcssmin-1.0.6/_setup/py2/
H A Dshell.py31 import os as _os namespace
36 cwd = _os.path.dirname(_os.path.abspath(_sys.argv[0]))
64 return _os.path.normpath(_os.path.join(cwd, path))
117 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
156 _os.write(fd, (r"""
262 _os.write(fd, ("""
306 pid = _os.spawnve(_os.P_NOWAIT, argv[0], argv, env)
360 pid = _os.spawnve(_os.P_NOWAIT, argv[0], argv, env)
368 walk = _os.walk
374 join, isdir, islink = _os.path.join, _os.path.isdir, _os.path.islink
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
H A Dshell.py31 import os as _os namespace
36 cwd = _os.path.dirname(_os.path.abspath(_sys.argv[0]))
64 return _os.path.normpath(_os.path.join(cwd, path))
117 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
156 _os.write(fd, (r"""
262 _os.write(fd, ("""
306 pid = _os.spawnve(_os.P_NOWAIT, argv[0], argv, env)
360 pid = _os.spawnve(_os.P_NOWAIT, argv[0], argv, env)
368 walk = _os.walk
374 join, isdir, islink = _os.path.join, _os.path.isdir, _os.path.islink
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
H A Dshell.py31 import os as _os namespace
36 cwd = _os.path.dirname(_os.path.abspath(_sys.argv[0]))
64 return _os.path.normpath(_os.path.join(cwd, path))
117 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
156 _os.write(fd, (r"""
262 _os.write(fd, ("""
306 pid = _os.spawnve(_os.P_NOWAIT, argv[0], argv, env)
360 pid = _os.spawnve(_os.P_NOWAIT, argv[0], argv, env)
368 walk = _os.walk
374 join, isdir, islink = _os.path.join, _os.path.isdir, _os.path.islink
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
H A Dshell.py31 import os as _os namespace
36 cwd = _os.path.dirname(_os.path.abspath(_sys.argv[0]))
64 return _os.path.normpath(_os.path.join(cwd, path))
117 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
156 _os.write(fd, (r"""
262 _os.write(fd, ("""
306 pid = _os.spawnve(_os.P_NOWAIT, argv[0], argv, env)
360 pid = _os.spawnve(_os.P_NOWAIT, argv[0], argv, env)
368 walk = _os.walk
374 join, isdir, islink = _os.path.join, _os.path.isdir, _os.path.islink
[all …]
/dports/lang/python37/Python-3.7.12/Lib/
H A Dtempfile.py42 import os as _os namespace
50 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
76 _stat = _os.stat
81 fd = _os.open(fn, _os.O_RDONLY)
221 if (_os.name == 'nt' and _os.path.isdir(dir) and
222 _os.access(dir, _os.W_OK)):
264 if (_os.name == 'nt' and _os.path.isdir(dir) and
265 _os.access(dir, _os.W_OK)):
372 if (_os.name == 'nt' and _os.path.isdir(dir) and
373 _os.access(dir, _os.W_OK)):
[all …]
/dports/lang/python39/Python-3.9.9/Lib/
H A Dtempfile.py42 import os as _os namespace
52 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
61 TMP_MAX = _os.TMP_MAX
78 _os.lstat(fn)
217 if (_os.name == 'nt' and _os.path.isdir(dir) and
218 _os.access(dir, _os.W_OK)):
261 if (_os.name == 'nt' and _os.path.isdir(dir) and
262 _os.access(dir, _os.W_OK)):
369 if (_os.name == 'nt' and _os.path.isdir(dir) and
370 _os.access(dir, _os.W_OK)):
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dtempfile.py42 import os as _os namespace
51 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
60 TMP_MAX = _os.TMP_MAX
77 _os.lstat(fn)
212 if (_os.name == 'nt' and _os.path.isdir(dir) and
213 _os.access(dir, _os.W_OK)):
256 if (_os.name == 'nt' and _os.path.isdir(dir) and
257 _os.access(dir, _os.W_OK)):
364 if (_os.name == 'nt' and _os.path.isdir(dir) and
365 _os.access(dir, _os.W_OK)):
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dtempfile.py42 import os as _os namespace
51 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
60 TMP_MAX = _os.TMP_MAX
77 _os.lstat(fn)
212 if (_os.name == 'nt' and _os.path.isdir(dir) and
213 _os.access(dir, _os.W_OK)):
256 if (_os.name == 'nt' and _os.path.isdir(dir) and
257 _os.access(dir, _os.W_OK)):
364 if (_os.name == 'nt' and _os.path.isdir(dir) and
365 _os.access(dir, _os.W_OK)):
[all …]
/dports/lang/python38/Python-3.8.12/Lib/
H A Dtempfile.py42 import os as _os namespace
51 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
60 TMP_MAX = _os.TMP_MAX
77 _os.lstat(fn)
212 if (_os.name == 'nt' and _os.path.isdir(dir) and
213 _os.access(dir, _os.W_OK)):
256 if (_os.name == 'nt' and _os.path.isdir(dir) and
257 _os.access(dir, _os.W_OK)):
364 if (_os.name == 'nt' and _os.path.isdir(dir) and
365 _os.access(dir, _os.W_OK)):
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dtempfile.py42 import os as _os namespace
51 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
60 TMP_MAX = _os.TMP_MAX
77 _os.lstat(fn)
212 if (_os.name == 'nt' and _os.path.isdir(dir) and
213 _os.access(dir, _os.W_OK)):
256 if (_os.name == 'nt' and _os.path.isdir(dir) and
257 _os.access(dir, _os.W_OK)):
364 if (_os.name == 'nt' and _os.path.isdir(dir) and
365 _os.access(dir, _os.W_OK)):
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dtempfile.py42 import os as _os namespace
51 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
60 TMP_MAX = _os.TMP_MAX
77 _os.lstat(fn)
212 if (_os.name == 'nt' and _os.path.isdir(dir) and
213 _os.access(dir, _os.W_OK)):
256 if (_os.name == 'nt' and _os.path.isdir(dir) and
257 _os.access(dir, _os.W_OK)):
364 if (_os.name == 'nt' and _os.path.isdir(dir) and
365 _os.access(dir, _os.W_OK)):
[all …]
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DIncoming.cs83 _os = null; in reclaim()
246 _os = os; in setResult()
267 _os = startWriteParams(); in setResultTask()
268 write(_os, default(R)); in setResultTask()
269 endWriteParams(_os); in setResultTask()
289 _os = writeEmptyParams(); in setResultTask()
385 _os = null; in startOver()
607 ex.id.ice_writeMembers(_os); in handleException()
740 _os.writeException(ex); in handleException()
741 _os.endEncapsulation(); in handleException()
[all …]
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DIncoming.cs83 _os = null; in reclaim()
246 _os = os; in setResult()
267 _os = startWriteParams(); in setResultTask()
268 write(_os, default(R)); in setResultTask()
269 endWriteParams(_os); in setResultTask()
289 _os = writeEmptyParams(); in setResultTask()
385 _os = null; in startOver()
607 ex.id.ice_writeMembers(_os); in handleException()
740 _os.writeException(ex); in handleException()
741 _os.endEncapsulation(); in handleException()
[all …]

12345678910>>...60