Home
last modified time | relevance | path

Searched refs:processid (Results 1 – 25 of 140) sorted by relevance

123456

/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkOpenGLHardwareSelector.cxx267 void vtkOpenGLHardwareSelector::RenderProcessId(unsigned int processid) in RenderProcessId() argument
271 if (processid >= 0xffffff) in RenderProcessId()
273 vtkErrorMacro("Invalid id: " << processid); in RenderProcessId()
279 static_cast<int>(processid + 1), color); in RenderProcessId()
H A DvtkOpenGLHardwareSelector.h56 virtual void RenderProcessId(unsigned int processid);
/dports/databases/gnats4/gnats-4.1.0/gnats/
H A Dpr-edit.c150 char *editEmailAddr, char *processid, char *fieldname, in handleNetworkEdit() argument
158 netLockPR (prnum, username, processid); in handleNetworkEdit()
208 char *username = (char *)NULL, *processid = (char *)NULL; in main() local
257 processid = optarg; in main()
409 processid, fieldname, reason, show_prnum); in main()
444 result = lock_pr (database, prnum, username, processid, &err); in main()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkOpenGLHardwareSelector.cxx261 void vtkOpenGLHardwareSelector::RenderProcessId(unsigned int processid) in RenderProcessId() argument
265 if (processid >= 0xffffff) in RenderProcessId()
267 vtkErrorMacro("Invalid id: " << processid); in RenderProcessId()
273 static_cast<int>(processid + 1), color); in RenderProcessId()
H A DvtkOpenGLHardwareSelector.h57 void RenderProcessId(unsigned int processid) override;
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLHardwareSelector.cxx253 void vtkOpenGLHardwareSelector::RenderProcessId(unsigned int processid) in RenderProcessId() argument
257 if (processid >= 0xffffff) in RenderProcessId()
259 vtkErrorMacro("Invalid id: " << processid); in RenderProcessId()
264 vtkHardwareSelector::Convert(static_cast<vtkIdType>(processid + 1), color); in RenderProcessId()
H A DvtkOpenGLHardwareSelector.h57 void RenderProcessId(unsigned int processid) override;
/dports/x11/workrave/workrave-1.10.44/frontend/gtkmm/win32/setup/src/
H A Dzapper.c41 DWORD processid = 0; in GetProcessName() local
43 if (GetWindowThreadProcessId(hwnd, &processid) && processid != 0) in GetProcessName()
45 process_handle = OpenProcess(PROCESS_QUERY_INFORMATION | PROCESS_VM_READ, 0, processid); in GetProcessName()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkHardwareSelector.cxx501 void vtkHardwareSelector::RenderProcessId(unsigned int processid) in RenderProcessId() argument
505 if (processid >= 0xffffff) in RenderProcessId()
507 vtkErrorMacro("Invalid id: " << processid); in RenderProcessId()
514 static_cast<int>(processid + 1), color); in RenderProcessId()
709 int& processid, in GetPixelInformation() argument
715 processid = info.ProcessID; in GetPixelInformation()
723 int& processid, vtkIdType& attrId, vtkProp*& prop) in GetPixelInformation() argument
727 processid = info.ProcessID; in GetPixelInformation()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/wayland/
H A Dqwaylandwindowmanager-client-protocol.h93 …_windowmanager_map_client_to_process(struct wl_windowmanager *wl_windowmanager, uint32_t processid) in wl_windowmanager_map_client_to_process() argument
96 wl_WINDOWMANAGER_MAP_CLIENT_TO_PROCESS, processid); in wl_windowmanager_map_client_to_process()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/tests/unit/plugins/modules/network/cloudengine/
H A Dtest_ce_is_is_view.py80 processid=100,
175 processid=100,
228 processid=100,
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/queries/
H A Dsqlrcmdcstat.cpp156 if (cs->processid) { in fetchRow()
200 if (cs->processid==(uint32_t)process::getProcessId()) { in getField()
210 fieldbuffer[col]=charstring::parseNumber(cs->processid); in getField()
/dports/databases/php74-mysqli/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_kill.phpt81 Warning: mysqli_kill(): processid should have positive value in %s on line %d
133 Warning: mysqli_kill(): processid should have positive value in %s on line %d
139 Warning: mysqli_kill(): processid should have positive value in %s on line %d
/dports/lang/php74/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_kill.phpt81 Warning: mysqli_kill(): processid should have positive value in %s on line %d
133 Warning: mysqli_kill(): processid should have positive value in %s on line %d
139 Warning: mysqli_kill(): processid should have positive value in %s on line %d
/dports/www/mod_php74/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_kill.phpt81 Warning: mysqli_kill(): processid should have positive value in %s on line %d
133 Warning: mysqli_kill(): processid should have positive value in %s on line %d
139 Warning: mysqli_kill(): processid should have positive value in %s on line %d
/dports/lang/php73/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_kill.phpt84 Warning: mysqli_kill(): processid should have positive value in %s on line %d
138 Warning: mysqli_kill(): processid should have positive value in %s on line %d
144 Warning: mysqli_kill(): processid should have positive value in %s on line %d
/dports/databases/php73-mysqli/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_kill.phpt84 Warning: mysqli_kill(): processid should have positive value in %s on line %d
138 Warning: mysqli_kill(): processid should have positive value in %s on line %d
144 Warning: mysqli_kill(): processid should have positive value in %s on line %d
/dports/www/mod_php73/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_kill.phpt84 Warning: mysqli_kill(): processid should have positive value in %s on line %d
138 Warning: mysqli_kill(): processid should have positive value in %s on line %d
144 Warning: mysqli_kill(): processid should have positive value in %s on line %d
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/garden/client/connection/
H A Dconnection_test.go1734 func emptyStdoutStream(handle, processid string, attachid int) http.HandlerFunc {
1735 return stdoutStream(handle, processid, attachid, func(net.Conn) {})
1738 func emptyStderrStream(handle, processid string, attachid int) http.HandlerFunc {
1739 return stderrStream(handle, processid, attachid, func(net.Conn) {})
1742 func stderrStream(handle, processid string, attachid int, fn func(net.Conn)) http.HandlerFunc {
1743 return stream(handle, "stderr", processid, attachid, fn)
1746 func stdoutStream(handle, processid string, attachid int, fn func(net.Conn)) http.HandlerFunc {
1747 return stream(handle, "stdout", processid, attachid, fn)
1750 func stream(handle, route, processid string, attachid int, fn func(net.Conn)) http.HandlerFunc {
1755 processid,
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/server/
H A Dsqlrlistener.cpp1244 uint32_t processid; in registerHandoff() local
1245 if (sock->read(&processid)!=sizeof(uint32_t)) { in registerHandoff()
1259 pvt->_handoffsocklist[index].pid==processid) { in registerHandoff()
1260 pvt->_handoffsocklist[index].pid=processid; in registerHandoff()
1281 newhandoffsocklist[pvt->_maxconnections].pid=processid; in registerHandoff()
1296 uint32_t processid; in deRegisterHandoff() local
1297 if (sock->read(&processid)!=sizeof(uint32_t)) { in deRegisterHandoff()
1306 if (pvt->_handoffsocklist[i].pid==processid) { in deRegisterHandoff()
1326 uint32_t processid; in fixup() local
1327 if (sock->read(&processid)!=sizeof(uint32_t)) { in fixup()
[all …]
/dports/net/concourse-fly/concourse-6.7.1/atc/worker/gclient/connection/
H A Dconnection_test.go1802 func emptyStdoutStream(handle, processid string, attachid int) http.HandlerFunc {
1803 return stdoutStream(handle, processid, attachid, func(net.Conn) {})
1806 func emptyStderrStream(handle, processid string, attachid int) http.HandlerFunc {
1807 return stderrStream(handle, processid, attachid, func(net.Conn) {})
1810 func stderrStream(handle, processid string, attachid int, fn func(net.Conn)) http.HandlerFunc {
1811 return stream(handle, "stderr", processid, attachid, fn)
1814 func stdoutStream(handle, processid string, attachid int, fn func(net.Conn)) http.HandlerFunc {
1815 return stream(handle, "stdout", processid, attachid, fn)
1818 func stream(handle, route, processid string, attachid int, fn func(net.Conn)) http.HandlerFunc {
1823 processid,
/dports/misc/concourse/concourse-6.7.2/atc/worker/gclient/connection/
H A Dconnection_test.go1802 func emptyStdoutStream(handle, processid string, attachid int) http.HandlerFunc {
1803 return stdoutStream(handle, processid, attachid, func(net.Conn) {})
1806 func emptyStderrStream(handle, processid string, attachid int) http.HandlerFunc {
1807 return stderrStream(handle, processid, attachid, func(net.Conn) {})
1810 func stderrStream(handle, processid string, attachid int, fn func(net.Conn)) http.HandlerFunc {
1811 return stream(handle, "stderr", processid, attachid, fn)
1814 func stdoutStream(handle, processid string, attachid int, fn func(net.Conn)) http.HandlerFunc {
1815 return stream(handle, "stdout", processid, attachid, fn)
1818 func stream(handle, route, processid string, attachid int, fn func(net.Conn)) http.HandlerFunc {
1823 processid,
/dports/devel/rudiments/rudiments-1.2.2/src/
H A Dprocess.cpp613 bool process::sendSignal(pid_t processid, int32_t signum) { in sendSignal() argument
618 result=kill(processid,signum); in sendSignal()
634 HANDLE targetprocess=OpenProcess(accessrights,FALSE,processid); in sendSignal()
763 *addr=(uint32_t)processid; in sendSignal()
815 *addr32=(uint32_t)processid; in sendSignal()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/
H A Dce_is_is_view.py1079 self.processid = self.module.params['processid']
1382 xml_str += "<processId>%s</processId>" % self.processid
1383 cmd_session += " %s" % self.processid
1552 … self.updates_cmd.append("undo import-route %s %s" % (self.protocol, self.processid))
1735 if self.processid is not None:
1736 if self.processid < 0 or self.processid > 4294967295:
1819 self.proposed["processid"] = self.processid
1924 processid=dict(required=False, type='int'),
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/network/cloudengine/
H A Dce_is_is_view.py1079 self.processid = self.module.params['processid']
1382 xml_str += "<processId>%s</processId>" % self.processid
1383 cmd_session += " %s" % self.processid
1552 … self.updates_cmd.append("undo import-route %s %s" % (self.protocol, self.processid))
1735 if self.processid is not None:
1736 if self.processid < 0 or self.processid > 4294967295:
1819 self.proposed["processid"] = self.processid
1924 processid=dict(required=False, type='int'),

123456