Home
last modified time | relevance | path

Searched refs:handleName (Results 1 – 25 of 141) sorted by relevance

123456

/dports/devel/staf/src/staf/services/event/
H A DClient.java26 transient String handleName = ""; field in Client.Who
32 public Who(String machineName, String handleName) in Who() argument
35 this.handleName = handleName; in Who()
42 this.handleName = ""; in Who()
73 public Client(String machineName, String handleName) in Client() argument
75 fWho = new Who(machineName, handleName); in Client()
88 fWho = new Who(machineName, handleName); in Client()
103 stream.writeObject(fWho.handleName); in writeObject()
121 fWho.handleName = (String)stream.readObject(); in readObject()
144 clientMap.put("notifiee", fWho.handleName); in getClientMap()
[all …]
H A DRegistrationManager.java339 public STAFResult unRegisterClient(String machine, String handleName, in unRegisterClient() argument
371 if ((((nHandle == 0) && nName.equalsIgnoreCase(handleName)) || in unRegisterClient()
399 if ((handle == 0) || !handleName.equals("")) in unRegisterClient()
403 handleName; in unRegisterClient()
437 if ((((nHandle == 0) && nName.equalsIgnoreCase(handleName)) || in unRegisterClient()
479 if ((handle == 0) || !handleName.equals("")) in unRegisterClient()
483 handleName; in unRegisterClient()
H A DGenerationManager.java369 notification.client.fWho.handleName, in sendMessage()
381 STAFUtil.wrapData(notification.client.fWho.handleName) + in sendMessage()
391 String handleName, int handle) in ackEvent() argument
406 String nName = notification.client.fWho.handleName; in ackEvent()
409 if ((((nHandle == 0) && nName.equalsIgnoreCase(handleName)) || in ackEvent()
578 notification.client.fWho.handleName, in handleRequestCompleteMsg()
H A DEventService.java1053 new Client(info.endpoint, info.handleName, in handleRegister()
1687 info.endpoint, info.handleName, info.handle, type, subtype, in handleGenerate()
1730 String handleName = info.handleName; in handleUnRegister() local
1788 handleName = resolvedResult.result; in handleUnRegister()
1800 handleName = ""; // Need to set so won't match by handle name in handleUnRegister()
1830 machine, handleName, handle, type, subTypes); in handleUnRegister()
1843 String handleName = info.handleName; in handleAck() local
1911 handleName = resolvedResult.result; in handleAck()
1923 handleName = ""; // Need to set so won't match by handle name in handleAck()
1926 rc = fGenManager.ackEvent(eventID, machine, handleName, handle); in handleAck()
/dports/devel/staf/src/staf/services/timer/
H A DTimerObject.java43 private String handleName; field in TimerObject
100 handleName = fHandleName; in TimerObject()
140 name, machine, handleName, key); in TimerObject()
288 properties.put("notifiee", handleName); in getProperties()
366 request = "QUEUE NAME " + handleName + " PRIORITY " + priority + in run()
401 "handle name " + handleName + in run()
414 "handle name " + handleName + in run()
424 "name " + handleName + " for timer: " + this.timerString); in run()
/dports/devel/staf/src/staf/lang/java/service/
H A DSTAFServiceInterfaceLevel30.java59 public String handleName; field in STAFServiceInterfaceLevel30.RequestInfo
71 String machineNickname, String handleName, in RequestInfo() argument
81 this.handleName = handleName; in RequestInfo()
H A DSTAFServiceHelper.java56 String handleName, int handle, in ServiceRequest() argument
66 this.handleName = handleName; in ServiceRequest()
81 public String handleName; field in STAFServiceHelper.ServiceRequest
353 reqInfo.handleName, reqInfo.handle, in callService()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/misc/
H A DDebugHandleTracker.cs100 private void OnHandleAdd(string handleName, IntPtr handle, int handleCount) in OnHandleAdd() argument
102 HandleType type = (HandleType)s_handleTypes[handleName]; in OnHandleAdd()
105 type = new HandleType(handleName); in OnHandleAdd()
106 s_handleTypes[handleName] = type; in OnHandleAdd()
114 private void OnHandleRemove(string handleName, IntPtr handle, int HandleCount) in OnHandleRemove() argument
116 HandleType type = (HandleType)s_handleTypes[handleName]; in OnHandleRemove()
133 Debug.WriteLine("Handle Type : " + handleName); in OnHandleRemove()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/Internal/Metadata/NativeFormat/Generator/
H A DReaderGen.cs101 string handleName = $"{record.Name}Handle"; in EmitHandle()
172 CloseScope(handleName); in EmitHandle()
240 string handleName = $"{record.Name}Handle"; in EmitOpaqueHandle()
285 string handleName = $"{record.Name}Handle"; in EmitMetadataReader()
/dports/devel/staf/src/staf/lang/java/classes/
H A DSTAFHandle.java117 public STAFHandle(String handleName) throws STAFException in STAFHandle() argument
119 STAFRegister(handleName); in STAFHandle()
288 private native void STAFRegister(String handleName); in STAFRegister() argument
H A DSTAFQueueMessage.java56 handleName = (String)queueMap.get("handleName"); in STAFQueueMessage()
90 public String handleName; field in STAFQueueMessage
/dports/devel/staf/src/staf/utils/fmtlog/
H A DFmtLog.cpp36 logLevel(level), machine(aMachine), handleName(aHandleName), in LogRecord()
45 STAFString handleName; member
293 output += logRecord.handleName; in writeLogRecordToString()
323 readStringFromFile(logfile, logRecord.handleName); in readLogRecordFromFile()
337 readStringFromFile(logfile, logRecord.handleName); in readLogRecordFromFile()
349 readStringFromFile(logfile, logRecord.handleName); in readLogRecordFromFile()
381 logRecord.handleName = in readLogRecordFromFile()
418 logRecord.handleName = in readLogRecordFromFile()
/dports/devel/staf/src/staf/services/stafreg/
H A DSTAFRegService.cpp179 STAFString handleName(pInfo->handleName); in STAFServiceAcceptRequest() local
189 << handleName.toCurrentCodePage()->buffer() << endl; in STAFServiceAcceptRequest()
204 rc = handleRegister(machine, handleName, pInfo->handle, request, in STAFServiceAcceptRequest()
270 STAFRC_t handleRegister(STAFString &machine, STAFString &handleName, in handleRegister() argument
/dports/devel/staf/src/staf/stafproc/
H A DSTAFSemService.h45 handleName(aHandleName), handle(aHandle), in stafInstanceUUID()
55 STAFString handleName; member
115 handleName(aHandleName), handle(aHandle), in stafInstanceUUID()
121 STAFString handleName; member
H A DSTAFDiagManager.cpp38 const STAFString &handleName, in record() argument
42 STAFString source = handleName + ";" + machine + ";" + handle; in record()
/dports/www/websh/websh-3.6.0b5/src/generic/
H A Dfilecounter.c133 Tcl_SetStringObj(kv[3], seqnogen->handleName, -1); in Web_Filecounter()
239 result = Tcl_NewStringObj(seqnogen->handleName, -1); in filecounter()
240 Tcl_CreateObjCommand(interp, seqnogen->handleName, in filecounter()
247 Tcl_SetAssocData(interp, seqnogen->handleName, in filecounter()
275 seqnogen->handleName = allocAndSet(Tcl_GetString(hn)); in createSeqNoGenerator()
317 Tcl_Free(seqnogen->handleName); in deleteSeqNoGenerator()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/demos/anim/anim8/
H A Danim8.sci219 function bOK = isHandleExistAndValid(handleName)
220 bOK = is_handle_valid(evstr(handleName)) & (type(evstr(handleName)) == 9) & exists(handleName);
/dports/graphics/alembic/alembic-1.8.3/maya/Tests/
H A Djoint_test.py116 handleName = MayaCmds.ikHandle(sj=name, ee='joint4')[0]
118 … MayaCmds.setKeyframe(handleName, breakdown=0, hierarchy='none', controlPoints=False, shape=False)
121 … MayaCmds.setKeyframe(handleName, breakdown=0, hierarchy='none', controlPoints=False, shape=False)
/dports/databases/tcl-lmdb/tcl-lmdb-0.4.2/generic/
H A Dtclmdb.c1607 char handleName[16 + TCL_INTEGER_SPACE]; in LMDB_DBI() local
1662 pResultStr = Tcl_NewStringObj( handleName, -1 ); in LMDB_DBI()
2309 char handleName[16 + TCL_INTEGER_SPACE]; in LMDB_ENV() local
2366 sprintf( handleName, "%s.txn%d", handle, tsdPtr->txn_count++ ); in LMDB_ENV()
2368 pResultStr = Tcl_NewStringObj( handleName, -1 ); in LMDB_ENV()
2428 char handleName[16 + TCL_INTEGER_SPACE]; in LMDB_MAIN() local
2448 sprintf( handleName, "env%d", tsdPtr->env_count++ ); in LMDB_MAIN()
2450 pResultStr = Tcl_NewStringObj( handleName, -1 ); in LMDB_MAIN()
2476 char handleName[16 + TCL_INTEGER_SPACE]; in LMDB_MAIN() local
2619 sprintf( handleName, "dbi%d", tsdPtr->dbi_count++ ); in LMDB_MAIN()
[all …]
/dports/devel/staf/src/staf/services/stax/service/
H A DSTAXJobCompleteNotifiee.java16 int handle, String handleName, int priority, in STAXJobCompleteNotifiee() argument
22 fHandleName = handleName; in STAXJobCompleteNotifiee()
/dports/lang/tclX/tclx8.4/generic/
H A DtclXmsgcat.c189 char handleName[16]; local
206 catDescPtr = (nl_catd *) TclX_HandleAlloc (msgCatTblPtr, handleName);
209 Tcl_SetObjResult (interp, Tcl_NewStringObj (handleName, -1));
/dports/devel/staf/src/staf/lang/rexx/
H A DSTAFRexxService.cpp317 STAFStringBufferPtr handleName = in STAFServiceAcceptRequest() local
318 STAFString(pInfo->handleName).toCurrentCodePage(); in STAFServiceAcceptRequest()
343 requestArgs[4].strptr = const_cast<char *>(handleName->buffer()); in STAFServiceAcceptRequest()
344 requestArgs[4].strlength = handleName->length(); in STAFServiceAcceptRequest()
H A DRXSTAF.cpp87 RexxVar handleName(name); in RXSTAFRegister() local
90 handleName = handleVal; in RXSTAFRegister()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/security/auth/callback/
H A DAbstractCallbackHandler.java198 handleName((NameCallback) callbacks[i]); in handle()
251 protected abstract void handleName(NameCallback callback) in handleName() method in AbstractCallbackHandler
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/javax/security/auth/callback/
H A DAbstractCallbackHandler.java198 handleName((NameCallback) callbacks[i]); in handle()
251 protected abstract void handleName(NameCallback callback) in handleName() method in AbstractCallbackHandler

123456