Home
last modified time | relevance | path

Searched refs:idObj (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Didentityholder.cs402 Identity idObj = null; in FindOrCreateIdentity()
413 (idObj != null) && in FindOrCreateIdentity()
414 (idObj is ServerIdentity)) in FindOrCreateIdentity()
424 if (null == idObj) in FindOrCreateIdentity()
457 idObj = SetIdentity(idObj, null, DuplicateIdentityOption.UseExisting); in FindOrCreateIdentity()
474 return idObj; in FindOrCreateIdentity()
501 if (null == idObj.URI) in SetIdentity()
516 idObj.ObjectRef.URI = idObj.URI; in SetIdentity()
640 addMe = idObj; in SetIdentity()
650 idObj.SetInIDTable(); in SetIdentity()
[all …]
H A Dremotingservices.cs394 Identity idObj = null; in SetObjectUriForMarshal()
404 if ((idObj != null) && in SetObjectUriForMarshal()
413 if ((idObj != null) && (idObj.URI != null)) in SetObjectUriForMarshal()
421 if (idObj == null) in SetObjectUriForMarshal()
505 Identity idObj = null; in MarshalInternal()
526 idObj.AssertValid(); in MarshalInternal()
682 Identity idObj = null; in GetOrCreateIdentity()
691 if(null == idObj) in GetOrCreateIdentity()
807 return idObj; in GetOrCreateIdentity()
989 if (idObj == null in Unmarshal()
[all …]
H A Dremotingproxy.cs256 Identity idObj = IdentityObject; in InternalInvoke()
275 int hashCode = idObj.GetHashCode(); in InternalInvoke()
280 if (idObj.ChannelSink == null) in InternalInvoke()
286 if(!idObj.ObjectRef.IsObjRefLite()) in InternalInvoke()
298 if(idObj.ChannelSink == null) in InternalInvoke()
307 iim.IdentityObject = idObj; in InternalInvoke()
322 iim.SetURI(idObj.URI); in InternalInvoke()
347 nextSink = idObj.ChannelSink; in InternalInvoke()
405 Identity idObj = IdentityObject; in InternalInvokeAsync()
411 iim.IdentityObject = idObj; in InternalInvokeAsync()
[all …]
/dports/games/residualvm/residualvm-0.3.1/engines/grim/emi/
H A Dlua_v2_sound.cpp265 lua_Object idObj = lua_getparam(1); in FreeSound() local
266 if (!lua_isuserdata(idObj) || lua_tag(idObj) != MKTAG('A', 'I', 'F', 'F')) in FreeSound()
273 lua_Object idObj = lua_getparam(1); in PlayLoadedSound() local
279 if (!lua_isuserdata(idObj) || lua_tag(idObj) != MKTAG('A', 'I', 'F', 'F')) { in PlayLoadedSound()
309 lua_Object idObj = lua_getparam(1); in PlayLoadedSoundFrom() local
316 if (!lua_isuserdata(idObj) || lua_tag(idObj) != MKTAG('A', 'I', 'F', 'F')) { in PlayLoadedSoundFrom()
359 if (!lua_isuserdata(idObj) || lua_tag(idObj) != MKTAG('A', 'I', 'F', 'F')) { in StopSound()
375 if (!lua_isuserdata(idObj) || lua_tag(idObj) != MKTAG('A', 'I', 'F', 'F')) { in IsSoundPlaying()
464 if (!lua_isuserdata(idObj) || lua_tag(idObj) != MKTAG('A', 'I', 'F', 'F')) { in GetSoundVolume()
480 if (!lua_isuserdata(idObj) || lua_tag(idObj) != MKTAG('A', 'I', 'F', 'F')) { in SetSoundVolume()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/grim/emi/
H A Dlua_v2_sound.cpp265 lua_Object idObj = lua_getparam(1); in FreeSound() local
266 if (!lua_isuserdata(idObj) || lua_tag(idObj) != MKTAG('A', 'I', 'F', 'F')) in FreeSound()
273 lua_Object idObj = lua_getparam(1); in PlayLoadedSound() local
279 if (!lua_isuserdata(idObj) || lua_tag(idObj) != MKTAG('A', 'I', 'F', 'F')) { in PlayLoadedSound()
309 lua_Object idObj = lua_getparam(1); in PlayLoadedSoundFrom() local
316 if (!lua_isuserdata(idObj) || lua_tag(idObj) != MKTAG('A', 'I', 'F', 'F')) { in PlayLoadedSoundFrom()
359 if (!lua_isuserdata(idObj) || lua_tag(idObj) != MKTAG('A', 'I', 'F', 'F')) { in StopSound()
375 if (!lua_isuserdata(idObj) || lua_tag(idObj) != MKTAG('A', 'I', 'F', 'F')) { in IsSoundPlaying()
464 if (!lua_isuserdata(idObj) || lua_tag(idObj) != MKTAG('A', 'I', 'F', 'F')) { in GetSoundVolume()
480 if (!lua_isuserdata(idObj) || lua_tag(idObj) != MKTAG('A', 'I', 'F', 'F')) { in SetSoundVolume()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/external_objects/src/cpp/
H A DScilabObjects.cpp245 bool ScilabObjects::unwrap(int idObj, int pos, const int envId, void * pvApiCtx) in unwrap() argument
247 if (idObj == 0) in unwrap()
261 type = env.isunwrappable(idObj); in unwrap()
300 wrapper.unwrapchar(idObj, ScilabCharStackAllocator(pvApiCtx, pos)); in unwrap()
309 wrapper.unwrapuchar(idObj, ScilabUCharStackAllocator(pvApiCtx, pos)); in unwrap()
318 wrapper.unwrapshort(idObj, ScilabShortStackAllocator(pvApiCtx, pos)); in unwrap()
336 wrapper.unwrapint(idObj, ScilabIntStackAllocator(pvApiCtx, pos)); in unwrap()
339 wrapper.unwraprowint(idObj, ScilabIntStackAllocator(pvApiCtx, pos)); in unwrap()
342 wrapper.unwrapmatint(idObj, ScilabIntStackAllocator(pvApiCtx, pos)); in unwrap()
345 wrapper.unwrapuint(idObj, ScilabUIntStackAllocator(pvApiCtx, pos)); in unwrap()
[all …]
H A DobjectExtract.cpp28 int idObj = 0; in objectExtract() local
49 idObj = ScilabObjects::getArgumentId(addr, tmpvar, false, false, eId, pvApiCtx); in objectExtract()
80 ret = env.getarrayelement(idObj, tab, Rhs - 1); in objectExtract()
106 type = env.getfieldtype(idObj, fieldName); in objectExtract()
153 ret = env.extract(idObj, args, Rhs - 1); in objectExtract()
173 options.setObjId(idObj); in objectExtract()
186 ret = env.getfield(idObj, fieldName); in objectExtract()
H A DgetNamedVariable.cpp24 int idObj; in getNamedVariable() local
39 idObj = env.getNamedVariable(varName); in getNamedVariable()
50 … ScilabObjects::createEnvironmentObjectAtPos(EXTERNAL_OBJECT, Rhs + 1, idObj, envId, pvApiCtx); in getNamedVariable()
54 env.removeobject(idObj); in getNamedVariable()
H A DclassExtract.cpp27 int idObj = 0; in classExtract() local
50 idObj = ScilabObjects::getArgumentId(addr, tmpvar, false, false, eId, pvApiCtx); in classExtract()
70 type = env.getfieldtype(idObj, fieldName); in classExtract()
86 options.setObjId(idObj); in classExtract()
100 ret = env.getfield(idObj, fieldName); in classExtract()
H A Dcast.cpp26 int idObj = 0; in cast() local
46 idObj = ScilabObjects::getArgumentId(addr, tmpvar, false, false, envId, pvApiCtx); in cast()
69 ret = env.castwithid(idObj, *id); in cast()
91 ret = env.cast(idObj, objName); in cast()
H A DgetMethods.cpp26 int idObj = 0; in getMethods() local
47 idObj = ScilabObjects::getArgumentId(addr, tmpvar, false, false, envId, pvApiCtx); in getMethods()
49 env.getaccessiblemethods(idObj, ScilabStringStackAllocator(pvApiCtx, Rhs + 1)); in getMethods()
H A DgetRepresentation.cpp26 int idObj = 0; in getRepresentation() local
47 idObj = ScilabObjects::getArgumentId(addr, tmpvar, false, false, envId, pvApiCtx); in getRepresentation()
49 env.getrepresentation(idObj, ScilabStringStackAllocator(pvApiCtx, Rhs + 1)); in getRepresentation()
H A DobjectPrint.cpp27 int idObj = 0; in objectPrint() local
46 idObj = ScilabObjects::getArgumentId(addr, tmpvar, false, false, eId, pvApiCtx); in objectPrint()
50 rep = env.getrepresentation(idObj); in objectPrint()
H A DgetFields.cpp26 int idObj = 0; in getFields() local
48 idObj = ScilabObjects::getArgumentId(addr, tmpvar, false, false, envId, pvApiCtx); in getFields()
54 env.getaccessiblefields(idObj, *allocator); in getFields()
H A DaddNamedVariable.cpp27 int idObj; in addNamedVariable() local
49 idObj = ScilabObjects::getArgumentId(addr, tmpvar, false, false, envId, pvApiCtx); in addNamedVariable()
59 env.addNamedVariable(idObj, varName); in addNamedVariable()
/dports/games/libretro-shaders-slang/slang-shaders-9850d68939b86262eae9f0da01ff1c11daafcdc3/procedural/
H A Ddr2-river-flight.slang105 int idObj;
462 if (idObj >= 3 && idObj <= 5) {
478 if (idObj >= 1 && idObj <= 5) nn = flyerMat * n;
479 if (idObj == 1 || idObj == 2) {
483 } else if (idObj == 3 || idObj == 4) {
489 } else if (idObj == 7 || idObj == 8) {
492 if (idObj == 1) {
517 idObj = 0;
519 idObjT = idObj;
529 idObj = 0;
[all …]
H A Ddr2-stairway-to-the-stars.slang79 int idObj;
189 if (idObj == 1) {
191 } else if (idObj == 2) {
195 } else if (idObj == 3) {
197 } else if (idObj == 5) {
199 } else if (idObj == 6) {
202 if (idObj < 5) {
263 idObj = -1;
273 idObj = -1;
288 idObjT = idObj;
[all …]
H A Ddr2-wavescape.slang161 int idObj;
355 if (idObj == 1) {
366 } else if (idObj == 2) {
395 idObjT = idObj;
397 idObj = idObjT;
398 if (idObj == 1) {
421 idObj = -1;
430 idObj = -1;
439 idObj = -1;
454 idObj = -1;
[all …]
H A Ddr2-ocean-structure.slang59 int idObj;
75 if (d < dMin) { dMin = d; qHit = q; idObj = idBrg; }
89 if (d < dMin) { dMin = d; qHit = q; idObj = idBrCab; }
102 if (d < dMin) { dMin = d; qHit = q; idObj = idPlat; }
114 if (d < dMin) { dMin = d; qHit = q; idObj = isShel; }
120 if (d < dMin) { dMin = d; qHit = q; idObj = idFrm; }
125 if (d < dMin) { dMin = d; qHit = q; idObj = idDway; }
135 if (d < dMin) { dMin = d; qHit = q; idObj = idPlat; }
148 if (d < dMin) { dMin = d; qHit = q; idObj = idTwr; }
172 if (d < dMin) { dMin = d; qHit = q; idObj = idRdw; }
[all …]
/dports/games/libretro-shaders-glsl/glsl-shaders-7052b09dc657d56bea443d5661dccbebcafe32dc/procedural/
H A Ddr2-temple-of-the-waves.glsl188 int idObj;
356 if (idObj == idBase ||idObj == idTop) col = vec3 (0.7, 0.7, 0.6);
360 else if (idObj == idCol || idObj == idColEnd) col = vec3 (0.6, 0.7, 0.5);
385 idObj = -1;
393 idObj = -1;
404 idObj = -1;
411 idObj = -1;
418 idObjT = idObj;
420 idObj = idObjT;
421 if (idObj == idCol) {
[all …]
H A Ddr2-river-flight.glsl182 int idObj;
539 if (idObj >= 3 && idObj <= 5) {
555 if (idObj >= 1 && idObj <= 5) nn = flyerMat * n;
556 if (idObj == 1 || idObj == 2) {
560 } else if (idObj == 3 || idObj == 4) {
566 } else if (idObj == 7 || idObj == 8) {
569 if (idObj == 1) {
594 idObj = 0;
596 idObjT = idObj;
606 idObj = 0;
[all …]
H A Ddr2-stairway-to-the-stars.glsl156 int idObj;
266 if (idObj == 1) {
268 } else if (idObj == 2) {
272 } else if (idObj == 3) {
274 } else if (idObj == 5) {
276 } else if (idObj == 6) {
279 if (idObj < 5) {
340 idObj = -1;
350 idObj = -1;
365 idObjT = idObj;
[all …]
/dports/games/residualvm/residualvm-0.3.1/engines/grim/lua/
H A Dlrestore.cpp115 PointerId idObj; member
120 …uint64 p1 = ((const ArrayIDObj *)id1)->idObj.low | ((uint64)(((const ArrayIDObj *)id1)->idObj.hi))… in sortCallback()
121 …uint64 p2 = ((const ArrayIDObj *)id2)->idObj.low | ((uint64)(((const ArrayIDObj *)id2)->idObj.hi))… in sortCallback()
130 if (((const ArrayIDObj *)id1)->idObj.low > ((const ArrayIDObj *)id2)->idObj.low) { in sortCallback()
132 } else if (((const ArrayIDObj *)id1)->idObj.low < ((const ArrayIDObj *)id2)->idObj.low) { in sortCallback()
197 tmpId.idObj = makeIdFromPointer(obj->value.tf); in recreateObj()
203 tmpId.idObj = makeIdFromPointer(obj->value.tf); in recreateObj()
209 tmpId.idObj = makeIdFromPointer(obj->value.cl); in recreateObj()
215 tmpId.idObj = makeIdFromPointer(obj->value.a); in recreateObj()
221 tmpId.idObj = makeIdFromPointer(obj->value.ts); in recreateObj()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/proof/ssw/
H A DsswPairs.c153 int Entry, idObj, idRepr, idReprObj, idReprRepr, i; in Ssw_TransformPairsIntoTempClasses() local
164 idObj = Vec_IntEntry( vPairs, i+1 ); in Ssw_TransformPairsIntoTempClasses()
165 assert( idObj > 0 ); in Ssw_TransformPairsIntoTempClasses()
167 assert( (pReprs[idObj] == -1) || (pvClasses[pReprs[idObj] ] != NULL) ); in Ssw_TransformPairsIntoTempClasses()
170 idReprObj = pReprs[idObj]; in Ssw_TransformPairsIntoTempClasses()
177 Vec_IntPush( pvClasses[idRepr], idObj ); in Ssw_TransformPairsIntoTempClasses()
179 pReprs[ idObj ] = idRepr; in Ssw_TransformPairsIntoTempClasses()
184 Vec_IntPushUniqueOrder( pvClasses[idReprRepr], idObj ); in Ssw_TransformPairsIntoTempClasses()
185 pReprs[ idObj ] = idReprRepr; in Ssw_TransformPairsIntoTempClasses()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DXPCJSID.cpp180 RefPtr<nsJSID> idObj = new nsJSID(); in NewID() local
182 return idObj.forget(); in NewID()
189 RefPtr<nsJSID> idObj = new nsJSID(); in NewID() local
190 idObj->mID = id; in NewID()
191 idObj->mName = nullptr; in NewID()
192 idObj->mNumber = nullptr; in NewID()
193 return idObj.forget(); in NewID()
375 RefPtr<nsJSIID> idObj = new nsJSIID(aInfo); in NewID() local
376 return idObj.forget(); in NewID()
597 RefPtr<nsJSCID> idObj = new nsJSCID(); in NewID() local
[all …]

12345678910>>...18