Home
last modified time | relevance | path

Searched refs:objref (Results 1 – 25 of 507) sorted by relevance

12345678910>>...21

/dports/x11-toolkits/p5-Tk/Tk-804.035/Tk/
H A DColorSelect.pm233 $objref->afterIdle(['set_scales',$objref]) unless ($objref->{'pending'}++);
269 my ($objref,$name) = @_;
291 $objref->BackTrace(
302 $objref->{'red'} = $red;
308 $objref->afterIdle(['set_scales',$objref]) unless ($objref->{'pending'}++);
309 $objref->{'swatch'}->itemconfigure($objref->{'swatch_item'},
312 return $objref->{'color'};
357 my($objref) = @_;
379 $objref->idletasks;
385 my($objref) = @_;
[all …]
H A DColorEditor.pm26 my $objref = shift;
32 $objref->{'mcm2'}->separator;
75 my $objref = shift;
79 $objref->{'mcm2'}->delete($value);
90 my($objref, $widgets_ref) = @_;
110 my($objref) = @_;
111 my $cb = $objref->cget('-command');
218 my ($objref) = @_;
219 $objref->Callback(-command => ($objref->{'highlight'}, $objref->cget('-color')));
274 my($objref, @args) = @_;
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/services/include/
H A Dcorba_wrappers.h118 #define WRAPPED_DUPLICATE(T,objref) T::_duplicate(objref) argument
119 #define WRAPPED_IMPL2OREF(T,objref) T::_duplicate(objref) argument
120 #define WRAPPED_RELEASE(T,objref) CORBA::release(objref) argument
121 #define WRAPPED_RELEASE_IMPL(T,objref) CORBA::release(objref) argument
122 #define WRAPPED_DISPOSE(objref) delete objref argument
123 #define WRAPPED_DISPOSE_IMPL(objref) delete objref argument
151 #define WRAPPED_DUPLICATE(T,objref) T::_duplicate(objref) argument
152 #define WRAPPED_RELEASE(T,objref) CORBA::release(objref) argument
170 #define WRAPPED_IMPL2OREF(T,objref) T::_duplicate(objref->_this()) argument
187 #define WRAPPED_IMPL2OREF(T,objref) T::_duplicate(objref) argument
[all …]
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/utils/
H A Dqobjref.py54 if state.objref is None:
56 objref = state.objref()
57 if objref is not None:
58 objref.destroyed.disconnect(state.zero_ref)
65 state.objref = None
69 objref=weakref.ref(obj),
134 if state.objref is None:
136 objref = state.objref()
137 if objref is not None:
145 state.objref = None
[all …]
/dports/devel/ORBit2/ORBit2-2.14.19/test/everything/
H A Dclient.c402 test_StructServer objref; in testIInterface() local
522 test_StructServer objref; in testFixedLengthStruct() local
662 inArg.serv = objref; in testObjectStruct()
676 test_StructServer objref; in testStructAny() local
1248 test_AnyServer objref; in testAnyLong() local
1302 test_AnyServer objref; in testAnyString() local
1353 test_AnyServer objref; in testAnyStrSeq() local
1373 test_AnyServer objref; in testAnyStruct() local
1542 test_AnyServer objref; in testTypeCode() local
1795 CORBA_Object objref; in testIOR() local
[all …]
/dports/devel/py-omniorb/omniORBpy-4.2.4/modules/
H A DpyORBFunc.cc58 CORBA::Object_ptr objref; in pyORB_string_to_object() local
61 objref = omniPy::stringToObject(s); in pyORB_string_to_object()
76 CORBA::Object_ptr objref; in pyORB_object_to_string() local
79 objref = CORBA::Object::_nil(); in pyORB_object_to_string()
81 objref = omniPy::getObjRef(pyobjref); in pyORB_object_to_string()
103 CORBA::Object_ptr objref; in pyORB_register_initial_reference() local
106 objref = CORBA::Object::_nil(); in pyORB_register_initial_reference()
152 CORBA::Object_ptr objref; in pyORB_resolve_initial_references() local
158 if (!(CORBA::is_nil(objref) || objref->_NP_is_pseudo())) { in pyORB_resolve_initial_references()
162 CORBA::release(objref); in pyORB_resolve_initial_references()
[all …]
H A DpyObjectRef.cc97 if (CORBA::is_nil(objref)) { in createPyCorbaObjRef()
101 if (objref->_NP_is_pseudo()) in createPyCorbaObjRef()
290 id->gainRef(objref); in createObjRef()
319 releaseObjRef(objref); in createObjRef()
320 objref = new_objref; in createObjRef()
325 return objref; in createObjRef()
344 omniObjRef* objref; in createLocalObjRef() local
350 objref = *i; in createLocalObjRef()
368 return objref; in createLocalObjRef()
445 if (!objref) { in copyObjRefArgument()
[all …]
H A DcxxAPI.cc62 omniObjRef* objref = cxx_obj->_PR_getobj(); in lockedCxxObjRefToPyObjRef() local
63 omniIOR* ior = objref->_getIOR(); in lockedCxxObjRefToPyObjRef()
64 objref = omniPy::createObjRef(ior->repositoryID(), ior, 0); in lockedCxxObjRefToPyObjRef()
65 py_obj = (CORBA::Object_ptr)objref-> in lockedCxxObjRefToPyObjRef()
102 omniObjRef* objref = obj->_PR_getobj(); in lockedPyObjRefToCxxObjRef() local
103 omniIOR* ior = objref->_getIOR(); in lockedPyObjRefToCxxObjRef()
104 objref = omni::createObjRef(CORBA::Object::_PD_repoId, ior, 0); in lockedPyObjRefToCxxObjRef()
105 return (CORBA::Object_ptr)objref->_ptrToObjRef(CORBA::Object::_PD_repoId); in lockedPyObjRefToCxxObjRef()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/tests/gtest/
H A DTestExpirationTracker.cpp86 if (objref->mExpiration.IsTracked()) { in DoRandomOperation()
87 nsExpirationTracker<Object,K>::RemoveObject(objref.get()); in DoRandomOperation()
88 LogAction(objref.get(), "Removed"); in DoRandomOperation()
94 if (!objref->mExpiration.IsTracked()) { in DoRandomOperation()
95 objref->Touch(); in DoRandomOperation()
96 nsExpirationTracker<Object,K>::AddObject(objref.get()); in DoRandomOperation()
97 LogAction(objref.get(), "Added"); in DoRandomOperation()
103 if (objref->mExpiration.IsTracked()) { in DoRandomOperation()
104 objref->Touch(); in DoRandomOperation()
105 nsExpirationTracker<Object,K>::MarkUsed(objref.get()); in DoRandomOperation()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/tests/gtest/
H A DTestExpirationTracker.cpp84 if (objref->mExpiration.IsTracked()) {
85 nsExpirationTracker<Object,K>::RemoveObject(objref.get());
86 LogAction(objref.get(), "Removed");
92 if (!objref->mExpiration.IsTracked()) {
93 objref->Touch();
94 nsExpirationTracker<Object,K>::AddObject(objref.get());
95 LogAction(objref.get(), "Added");
101 if (objref->mExpiration.IsTracked()) {
102 objref->Touch();
103 nsExpirationTracker<Object,K>::MarkUsed(objref.get());
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dhandletable.inl11 inline void HndAssignHandle(OBJECTHANDLE handle, OBJECTREF objref) argument
29 // Make sure the objref is valid before it is assigned to a handle
33 _UNCHECKED_OBJECTREF value = OBJECTREF_TO_UNCHECKED_OBJECTREF(objref);
39 HndWriteBarrier(handle, objref);
56 // Make sure the objref is valid before it is assigned to a handle
60 _UNCHECKED_OBJECTREF value = OBJECTREF_TO_UNCHECKED_OBJECTREF(objref);
65 HndWriteBarrier(handle, objref);
77 inline BOOL HndFirstAssignHandle(OBJECTHANDLE handle, OBJECTREF objref) argument
95 // Make sure the objref is valid before it is assigned to a handle
99 _UNCHECKED_OBJECTREF value = OBJECTREF_TO_UNCHECKED_OBJECTREF(objref);
[all …]
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/util/
H A DBinaryPListParser.java169 int[] objref; field in BinaryPListParser.BPLArray
172 return objectTable.get(objref[i]); in getValue()
185 buf.append("*"+objref[i]); in toString()
199 int[] objref; field in BinaryPListParser.BPLDict
223 if (objref[i] < 0 || objref[i] >= objectTable.size()) { in toString()
555 arr.objref = new int[count]; in parseByteArray()
559 if (arr.objref[i] == -1) { in parseByteArray()
572 arr.objref = new int[count]; in parseShortArray()
576 if (arr.objref[i] == -1) { in parseShortArray()
598 dict.objref = new int[count]; in parseByteDict()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/tests/gtest/
H A DTestExpirationTracker.cpp88 UniquePtr<Object>& objref = in DoRandomOperation() local
90 if (objref->mExpiration.IsTracked()) { in DoRandomOperation()
92 LogAction(objref.get(), "Removed"); in DoRandomOperation()
97 UniquePtr<Object>& objref = in DoRandomOperation() local
99 if (!objref->mExpiration.IsTracked()) { in DoRandomOperation()
100 objref->Touch(); in DoRandomOperation()
102 LogAction(objref.get(), "Added"); in DoRandomOperation()
107 UniquePtr<Object>& objref = in DoRandomOperation() local
109 if (objref->mExpiration.IsTracked()) { in DoRandomOperation()
110 objref->Touch(); in DoRandomOperation()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/tests/gtest/
H A DTestExpirationTracker.cpp88 UniquePtr<Object>& objref = in DoRandomOperation() local
90 if (objref->mExpiration.IsTracked()) { in DoRandomOperation()
92 LogAction(objref.get(), "Removed"); in DoRandomOperation()
97 UniquePtr<Object>& objref = in DoRandomOperation() local
99 if (!objref->mExpiration.IsTracked()) { in DoRandomOperation()
100 objref->Touch(); in DoRandomOperation()
102 LogAction(objref.get(), "Added"); in DoRandomOperation()
107 UniquePtr<Object>& objref = in DoRandomOperation() local
109 if (objref->mExpiration.IsTracked()) { in DoRandomOperation()
110 objref->Touch(); in DoRandomOperation()
[all …]
/dports/www/firefox/firefox-99.0/xpcom/tests/gtest/
H A DTestExpirationTracker.cpp88 UniquePtr<Object>& objref = in DoRandomOperation() local
90 if (objref->mExpiration.IsTracked()) { in DoRandomOperation()
92 LogAction(objref.get(), "Removed"); in DoRandomOperation()
97 UniquePtr<Object>& objref = in DoRandomOperation() local
99 if (!objref->mExpiration.IsTracked()) { in DoRandomOperation()
100 objref->Touch(); in DoRandomOperation()
102 LogAction(objref.get(), "Added"); in DoRandomOperation()
107 UniquePtr<Object>& objref = in DoRandomOperation() local
109 if (objref->mExpiration.IsTracked()) { in DoRandomOperation()
110 objref->Touch(); in DoRandomOperation()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/tests/gtest/
H A DTestExpirationTracker.cpp88 UniquePtr<Object>& objref = in DoRandomOperation() local
90 if (objref->mExpiration.IsTracked()) { in DoRandomOperation()
92 LogAction(objref.get(), "Removed"); in DoRandomOperation()
97 UniquePtr<Object>& objref = in DoRandomOperation() local
99 if (!objref->mExpiration.IsTracked()) { in DoRandomOperation()
100 objref->Touch(); in DoRandomOperation()
102 LogAction(objref.get(), "Added"); in DoRandomOperation()
107 UniquePtr<Object>& objref = in DoRandomOperation() local
109 if (objref->mExpiration.IsTracked()) { in DoRandomOperation()
110 objref->Touch(); in DoRandomOperation()
[all …]
/dports/mail/avenger/avenger-0.8.5/libasync/
H A Dmalloc.C216 struct objref { struct
220 ihash_entry<objref> hlink; argument
222 objref (const void *o, const char *fl, int *fp);
223 ~objref ();
225 static ihash<const void *, objref, &objref::obj,
226 &objref::hlink, hashptr> objreftab;
229 objref::objref (const void *o, const char *fl, int *fp) in objref() function
235 objref::~objref () in ~objref()
257 vNew objref (obj, fl, fp); in nodelete_addptr()
263 for (objref *oref = objreftab[obj]; oref; oref = objreftab.nextkeq (oref)) in nodelete_remptr()
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/orbcore/
H A DomniInternal.cc303 OMNIORB_ASSERT(objref); in duplicateObjRef()
306 objref->pd_refCount++; in duplicateObjRef()
315 OMNIORB_ASSERT(objref); in releaseObjRef()
343 delete objref; in releaseObjRef()
618 if (objref) in gainRef()
627 if (objref) { in loseRef()
908 objref = new_objref; in createObjRef()
914 return objref; in createObjRef()
931 omniObjRef* objref; in createLocalObjRef() local
937 objref = *i; in createLocalObjRef()
[all …]
H A DomniObjRef.cc137 omniObjRef* objref; in _realNarrow() local
153 if( objref ) { in _realNarrow()
177 omniObjRef* objref; in _realNarrow() local
190 if (objref) { in _realNarrow()
197 if (objref) { in _realNarrow()
236 omniObjRef* objref; in _uncheckedNarrow() local
634 call_desc.objref(this); in _invoke()
803 pd_objref(objref), in AsyncRequest()
958 if (!objref || objref->_is_nil()) { in _marshal()
1001 _marshal(objref,buf); in _toString()
[all …]
H A Dcurrent.cc294 omniObjRef* objref = real_get_reference(call_desc); in get_reference() local
295 return (CORBA::Object_ptr) objref->_ptrToObjRef(CORBA::Object::_PD_repoId); in get_reference()
301 if (call_desc->objref()) { in real_get_reference()
302 omni::duplicateObjRef(call_desc->objref()); in real_get_reference()
303 return call_desc->objref(); in real_get_reference()
325 omniObjRef* objref; in real_get_reference() local
328 objref = omni::createLocalObjRef(id->servant()->_mostDerivedRepoId(), in real_get_reference()
333 objref = omni::createLocalObjRef(id->servant()->_mostDerivedRepoId(), in real_get_reference()
338 OMNIORB_ASSERT(objref); in real_get_reference()
339 return objref; in real_get_reference()
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Netlist/
H A DSubclass.pm64 my $objref = $self; $objref = shift if ref $_[0]; # Optional reference to object
65 $self->logger->info($objref,@_);
70 my $objref = $self; $objref = shift if ref $_[0]; # Optional reference to object
71 $self->logger->warn($objref,@_);
76 my $objref = $self; $objref = shift if ref $_[0]; # Optional reference to object
77 $self->logger->error($objref,@_);
H A DLogger.pm48 my $objref = shift;
49 CORE::warn "-Info: ".$objref->fileline.": ".join('',@_);
54 my $objref = shift;
55 CORE::warn "%Warning: ".$objref->fileline.": ".join('',@_);
61 my $objref = shift;
62 CORE::warn "%Error: ".$objref->fileline.": ".join('',@_);
/dports/mail/roundcube-carddav/carddav-4.0.4-vendor/vendor/mstilkerich/carddavclient/src/Services/
H A DSync.php147 foreach ($syncResult->changedObjects as &$objref) {
148 if (!isset($objref["vcf"])) {
149 Config::$logger->debug("Fetching " . $objref['uri'] . " via GET");
151 'etag' => $objref["etag"],
152 'vcf' => $objref["vcf"],
153 'vcard' => $objref["vcard"]
154 ] = $abook->getCard($objref["uri"]);
319 foreach ($syncResult->changedObjects as &$objref) {
320 $couri = $objref["uri"];
322 $objref["etag"] = $results[$couri]["etag"];
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_morph.cpp467 bool ON_Mesh::EvaluatePoint( const class ON_ObjRef& objref, ON_3dPoint& P ) const in EvaluatePoint() argument
471 ON_COMPONENT_INDEX ci = objref.m_component_index; in EvaluatePoint()
494 if ( 5 == objref.m_evp.m_t_type in EvaluatePoint()
495 && fabs(objref.m_evp.m_t[0] + objref.m_evp.m_t[1] - 1.0) <= ON_SQRT_EPSILON ) in EvaluatePoint()
500 P = L.PointAt(objref.m_evp.m_t[0]); in EvaluatePoint()
506 if ( 4 == objref.m_evp.m_t_type in EvaluatePoint()
507 …&& fabs(objref.m_evp.m_t[0] + objref.m_evp.m_t[1] + objref.m_evp.m_t[2] + objref.m_evp.m_t[3] - 1.… in EvaluatePoint()
525 …P = objref.m_evp.m_t[0]*V[0] + objref.m_evp.m_t[1]*V[1] + objref.m_evp.m_t[2]*V[2] + objref.m_evp.… in EvaluatePoint()
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_morph.cpp467 bool ON_Mesh::EvaluatePoint( const class ON_ObjRef& objref, ON_3dPoint& P ) const in EvaluatePoint() argument
471 ON_COMPONENT_INDEX ci = objref.m_component_index; in EvaluatePoint()
494 if ( 5 == objref.m_evp.m_t_type in EvaluatePoint()
495 && fabs(objref.m_evp.m_t[0] + objref.m_evp.m_t[1] - 1.0) <= ON_SQRT_EPSILON ) in EvaluatePoint()
500 P = L.PointAt(objref.m_evp.m_t[0]); in EvaluatePoint()
506 if ( 4 == objref.m_evp.m_t_type in EvaluatePoint()
507 …&& fabs(objref.m_evp.m_t[0] + objref.m_evp.m_t[1] + objref.m_evp.m_t[2] + objref.m_evp.m_t[3] - 1.… in EvaluatePoint()
525 …P = objref.m_evp.m_t[0]*V[0] + objref.m_evp.m_t[1]*V[1] + objref.m_evp.m_t[2]*V[2] + objref.m_evp.… in EvaluatePoint()

12345678910>>...21