Home
last modified time | relevance | path

Searched refs:obj_ref (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/math/polymake/polymake-4.5/lib/core/src/perl/
H A DBigObject.cc125 : obj_ref(init_copy_ref(x.obj_ref)) {} in BigObjectType()
129 copy_ref(obj_ref, x.obj_ref); in operator =()
140 : obj_ref(init_copy_ref(x.obj_ref)) in BigObject()
145 copy_ref(obj_ref, x.obj_ref); in operator =()
178 PUSHs(obj_ref); in set_name()
417 if (SvRV(obj_ref)==SvRV(other.obj_ref)) return true; in isa()
428 return obj_ref && o.obj_ref ? SvROK(obj_ref)==SvROK(o.obj_ref) : obj_ref==o.obj_ref; in operator ==()
697 copy_ref(obj_ref, o.obj_ref); in operator =()
711 : obj_ref(init_copy_ref(x.obj_ref)) {} in Schedule()
725 copy_ref(obj_ref, x.obj_ref); in operator =()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/unit/plugins/module_utils/xenserver/
H A Dtest_gather_vm_params_and_facts.py57 … "VM.get_record.side_effect": lambda obj_ref: fixture_data_from_file[params_file]['VM'][obj_ref],
58 …VM_metrics.get_record.side_effect": lambda obj_ref: fixture_data_from_file[params_file]['VM_metric…
59 …metrics.get_record.side_effect": lambda obj_ref: fixture_data_from_file[params_file]['VM_guest_met…
60 … "VBD.get_record.side_effect": lambda obj_ref: fixture_data_from_file[params_file]['VBD'][obj_ref],
61 … "VDI.get_record.side_effect": lambda obj_ref: fixture_data_from_file[params_file]['VDI'][obj_ref],
62 … "SR.get_record.side_effect": lambda obj_ref: fixture_data_from_file[params_file]['SR'][obj_ref],
63 … "VIF.get_record.side_effect": lambda obj_ref: fixture_data_from_file[params_file]['VIF'][obj_ref],
64 …"network.get_record.side_effect": lambda obj_ref: fixture_data_from_file[params_file]['network'][o…
65 …"host.get_record.side_effect": lambda obj_ref: fixture_data_from_file[params_file]['host'][obj_ref
/dports/sysutils/ansible2/ansible-2.9.27/test/units/module_utils/xenserver/
H A Dtest_gather_vm_params_and_facts.py57 … "VM.get_record.side_effect": lambda obj_ref: fixture_data_from_file[params_file]['VM'][obj_ref],
58 …VM_metrics.get_record.side_effect": lambda obj_ref: fixture_data_from_file[params_file]['VM_metric…
59 …metrics.get_record.side_effect": lambda obj_ref: fixture_data_from_file[params_file]['VM_guest_met…
60 … "VBD.get_record.side_effect": lambda obj_ref: fixture_data_from_file[params_file]['VBD'][obj_ref],
61 … "VDI.get_record.side_effect": lambda obj_ref: fixture_data_from_file[params_file]['VDI'][obj_ref],
62 … "SR.get_record.side_effect": lambda obj_ref: fixture_data_from_file[params_file]['SR'][obj_ref],
63 … "VIF.get_record.side_effect": lambda obj_ref: fixture_data_from_file[params_file]['VIF'][obj_ref],
64 …"network.get_record.side_effect": lambda obj_ref: fixture_data_from_file[params_file]['network'][o…
65 …"host.get_record.side_effect": lambda obj_ref: fixture_data_from_file[params_file]['host'][obj_ref
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Dobj_ref.h28 class obj_ref {
38 obj_ref(T * n, TManager & m): in obj_ref() function
49 obj_ref(obj_ref const & n): in obj_ref() function
55 obj_ref(obj_ref && other) noexcept : m_obj(nullptr), m_manager(other.m_manager) { in obj_ref() function
59 ~obj_ref() { dec_ref(); } in ~obj_ref()
77 obj_ref & operator=(T * n) {
86 obj_ref & operator=(const obj_ref & n) {
96 obj_ref & operator=(obj_ref && n) {
108 void swap(obj_ref & n) { in swap()
123 inline bool operator==(obj_ref<T, TManager> const & n1, obj_ref<T, TManager> const & n2) {
[all …]
/dports/math/z3/z3-z3-4.8.13/src/util/
H A Dobj_ref.h28 class obj_ref {
38 obj_ref(T * n, TManager & m): in obj_ref() function
49 obj_ref(obj_ref const & n): in obj_ref() function
55 obj_ref(obj_ref && other) noexcept : m_obj(nullptr), m_manager(other.m_manager) { in obj_ref() function
59 ~obj_ref() { dec_ref(); } in ~obj_ref()
77 obj_ref & operator=(T * n) {
86 obj_ref & operator=(const obj_ref & n) {
96 obj_ref & operator=(obj_ref && n) {
108 void swap(obj_ref & n) { in swap()
123 inline bool operator==(obj_ref<T, TManager> const & n1, obj_ref<T, TManager> const & n2) {
[all …]
/dports/math/p5-Math-GMPz/Math-GMPz-0.52/Random/
H A DRandom.xs32 SV * obj_ref, * obj; in Rgmp_randinit_default() local
36 obj_ref = newSV(0); in Rgmp_randinit_default()
42 return obj_ref; in Rgmp_randinit_default()
57 return obj_ref; in Rgmp_randinit_mt()
72 return obj_ref; in Rgmp_randinit_lc_2exp()
95 return obj_ref; in Rgmp_randinit_lc_2exp_size()
110 return obj_ref; in Rgmp_randinit_set()
138 return obj_ref; in Rgmp_randinit_default_nobless()
153 return obj_ref; in Rgmp_randinit_mt_nobless()
168 return obj_ref; in Rgmp_randinit_lc_2exp_nobless()
[all …]
/dports/math/p5-Math-GMPf/Math-GMPf-0.45/Random/
H A DRandom.xs25 SV * obj_ref, * obj; in Rgmp_randinit_default() local
29 obj_ref = newSV(0); in Rgmp_randinit_default()
35 return obj_ref; in Rgmp_randinit_default()
50 return obj_ref; in Rgmp_randinit_mt()
65 return obj_ref; in Rgmp_randinit_lc_2exp()
88 return obj_ref; in Rgmp_randinit_lc_2exp_size()
103 return obj_ref; in Rgmp_randinit_set()
131 return obj_ref; in Rgmp_randinit_default_nobless()
146 return obj_ref; in Rgmp_randinit_mt_nobless()
161 return obj_ref; in Rgmp_randinit_lc_2exp_nobless()
[all …]
/dports/math/p5-Math-GMPq/Math-GMPq-0.48/Random/
H A DRandom.xs25 SV * obj_ref, * obj; in Rgmp_randinit_default() local
29 obj_ref = newSV(0); in Rgmp_randinit_default()
35 return obj_ref; in Rgmp_randinit_default()
50 return obj_ref; in Rgmp_randinit_mt()
65 return obj_ref; in Rgmp_randinit_lc_2exp()
88 return obj_ref; in Rgmp_randinit_lc_2exp_size()
103 return obj_ref; in Rgmp_randinit_set()
131 return obj_ref; in Rgmp_randinit_default_nobless()
146 return obj_ref; in Rgmp_randinit_mt_nobless()
161 return obj_ref; in Rgmp_randinit_lc_2exp_nobless()
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/cmd/
H A Dvolume_usage_audit.py148 '_id': obj_ref.id,
149 'project_id': obj_ref.project_id,
151 notify_about_usage(admin_context, obj_ref,
153 notify_about_usage(admin_context, obj_ref,
170 '_id': obj_ref.id,
171 'project_id': obj_ref.project_id,
173 notify_about_usage(admin_context, obj_ref,
175 notify_about_usage(admin_context, obj_ref,
186 if begin < obj_ref.created_at < end:
187 _create_action(obj_ref, admin_context, LOG,
[all …]
/dports/math/p5-Math-MPFR/Math-MPFR-4.17/Random/
H A DRandom.xs49 SV * obj_ref, * obj; in Rmpfr_randinit_default() local
53 obj_ref = newSV(0); in Rmpfr_randinit_default()
59 return obj_ref; in Rmpfr_randinit_default()
64 SV * obj_ref, * obj; in Rmpfr_randinit_mt() local
68 obj_ref = newSV(0); in Rmpfr_randinit_mt()
74 return obj_ref; in Rmpfr_randinit_mt()
80 SV * obj_ref, * obj; in Rmpfr_randinit_lc_2exp() local
84 obj_ref = newSV(0); in Rmpfr_randinit_lc_2exp()
106 return obj_ref; in Rmpfr_randinit_lc_2exp()
117 obj_ref = newSV(0); in Rmpfr_randinit_lc_2exp_size()
[all …]
/dports/lang/py-textX/textX-2.3.0/textx/scoping/
H A Dproviders.py38 def __call__(self, obj, attr, obj_ref): argument
54 if obj_ref is None:
57 assert type(obj_ref) is ObjCrossRef, type(obj_ref)
61 .format(obj_ref.cls, obj_ref.obj_name))
132 def __call__(self, current_obj, attr, obj_ref): argument
230 assert type(obj_ref) is ObjCrossRef, type(obj_ref)
231 obj_cls, obj_name = obj_ref.cls, obj_ref.obj_name
352 def __call__(self, obj, attr, obj_ref): argument
354 assert type(obj_ref) is ObjCrossRef, type(obj_ref)
604 def __call__(self, obj, attr, obj_ref): argument
[all …]
/dports/science/hdf/hdf-4.2.15/hdf/fortran/examples/
H A DVG_vgroup_contents.f25 integer obj_tag, obj_ref
70 status = vfgttr(vgroup_id, obj_index-1, obj_tag, obj_ref)
75 if( vfisvg(vgroup_id, obj_ref) .eq. 1) then
76 write(*,*) 'tag = ', obj_tag, ' ref = ', obj_ref,
78 else if ( vfisvs(vgroup_id, obj_ref) .eq. 1) then
79 write(*,*) 'tag = ', obj_tag, ' ref = ', obj_ref,
82 write(*,*) 'tag = ', obj_tag, ' ref = ', obj_ref,
/dports/math/polymake/polymake-4.5/lib/core/include/perl/
H A DBigObject.h75 : obj_ref(o.obj_ref) in BigObjectType()
77 o.obj_ref=nullptr; in BigObjectType()
86 std::swap(obj_ref, o.obj_ref);
119 : obj_ref(r) {} in BigObjectType()
121 SV* obj_ref; variable
133 SV* obj_ref;
136 : obj_ref(ref_arg) {} in BigObject()
199 : obj_ref(o.obj_ref)
201 o.obj_ref = nullptr;
210 std::swap(obj_ref, o.obj_ref);
[all …]
/dports/science/hdf/hdf-4.2.15/hdf/examples/
H A DVG_vgroup_contents.c14 obj_tag, obj_ref, /* tag/ref number of an HDF object */ in main() local
68 status_n = Vgettagref (vgroup_id, obj_index, &obj_tag, &obj_ref); in main()
69 printf ("tag = %d, ref = %d", obj_tag, obj_ref); in main()
75 if (Visvg (vgroup_id, obj_ref)) in main()
77 else if (Visvs (vgroup_id, obj_ref)) in main()
/dports/math/p5-Math-GMPf/Math-GMPf-0.45/
H A DGMPf.xs91 return obj_ref; in Rmpf_init_set_str_nobless()
106 return obj_ref; in Rmpf_init2_nobless()
122 return obj_ref; in Rmpf_init_set_str()
137 return obj_ref; in Rmpf_init2()
152 return obj_ref; in Rmpf_init_nobless()
168 return obj_ref; in Rmpf_init()
183 return obj_ref; in Rmpf_init_set()
198 return obj_ref; in Rmpf_init_set_ui()
213 return obj_ref; in Rmpf_init_set_si()
233 return obj_ref; in Rmpf_init_set_d()
[all …]
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/
H A Dcallback.py68 for obj_ref, func in self.__callbacks:
70 if obj_ref is None:
73 elif obj_ref() is not None:
76 callback = func.__get__(obj_ref())
90 def __callback_deleted(self, obj_ref): argument
93 self.__callbacks = filter(lambda callback: callback[0] != obj_ref,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/storage/
H A Dexpansion.py257 obj_ref = storage_util.ObjectReference.FromUrl(
259 self._LoadObjectsIfMissing(obj_ref.bucket_ref)
261 if obj_ref.bucket in self._objects:
262 if not obj_ref.name:
265 if obj_ref.name in self._objects[obj_ref.bucket]:
269 dir_name = self._GetDirString(obj_ref.name)
270 for i in self._objects[obj_ref.bucket]:
285 obj_ref = storage_util.ObjectReference.FromUrl(
287 self._LoadObjectsIfMissing(obj_ref.bucket_ref)
289 dir_name = self._GetDirString(obj_ref.name)
[all …]
H A Dstorage_parallel.py182 def __init__(self, obj_ref): argument
183 self.obj_ref = obj_ref
186 return 'Delete: {}'.format(self.obj_ref.ToUrl())
189 return 'ObjectDeleteTask(object={obj}'.format(obj=self.obj_ref.ToUrl())
192 return hash(self.obj_ref)
198 storage_client.DeleteObject, args=(self.obj_ref,))
/dports/math/p5-Math-GMPz/Math-GMPz-0.52/
H A DGMPz.xs69 return obj_ref; in Rmpz_init_set_str_nobless()
85 return obj_ref; in Rmpz_init2_nobless()
101 return obj_ref; in Rmpz_init_nobless()
116 return obj_ref; in Rmpz_init_set_nobless()
131 return obj_ref; in Rmpz_init_set_ui_nobless()
146 return obj_ref; in Rmpz_init_set_si_nobless()
167 return obj_ref; in Rmpz_init_set_d_nobless()
182 return obj_ref; in Rmpz_init()
197 return obj_ref; in Rmpz_init_set()
212 return obj_ref; in Rmpz_init_set_ui()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/os_config/
H A Dutils.py214 obj_ref = None
217 obj_ref = resources.REGISTRY.Parse(path)
220 if not obj_ref:
223 if not hasattr(obj_ref, 'bucket') or not hasattr(obj_ref, 'object'):
228 obj_str = obj_ref.object.split('#')
236 'bucket': obj_ref.bucket,
/dports/textproc/p5-PDF-Tiny/PDF-Tiny-0.09/lib/PDF/
H A DTiny.pm139 my $obj_ref = "$ix $gen";
140 !exists $$xref{$obj_ref}
141 and $$xref{$obj_ref} = $where;
144 my $obj_ref = "$ix 0";
145 !exists $$xref{$obj_ref}
146 and $$xref{$obj_ref} =
176 my $obj_ref = "$_ " . substr($_1,11,5)*1;
178 !exists $$xref{$obj_ref}
179 and $$xref{$obj_ref} =
184 push @{$self->[free]}, $obj_ref
/dports/math/p5-Math-MPFR/Math-MPFR-4.17/Prec/
H A DPrec.xs31 SV * obj_ref, * obj; in prec_cast() local
38 obj_ref = newSV(0); in prec_cast()
39 obj = newSVrv(obj_ref, "Math::MPFR::Prec"); in prec_cast()
45 return obj_ref; in prec_cast()
/dports/security/py-angr/angr-9.0.5405/angr/engines/soot/values/
H A Dthisref.py124 obj_ref = cls(heap_alloc_id=state.memory.get_new_uuid(), type_=type_, symbolic=symbolic)
127 l.info(">" * 15 + " Initialize object %r ... " + ">" * 15, obj_ref)
133 args = [SootArgument(obj_ref, obj_ref.type, is_this_ref=True)]
143 l.debug("<" * 15 + " Initialize object %r ... done " + "<" * 15, obj_ref)
144 return obj_ref
/dports/devel/p5-Hash-FieldHash/Hash-FieldHash-0.15/src/
H A DFieldHash.xs147 SV* obj_ref; in fieldhash_watch() local
154 obj_ref = mg->mg_obj; /* the given hash key */ in fieldhash_watch()
156 if(!SvROK(obj_ref)){ /* it can be an object ID */ in fieldhash_watch()
157 if(!looks_like_number(obj_ref)){ /* looks like an ID? */ in fieldhash_watch()
158 Perl_croak(aTHX_ INVALID_OBJECT, obj_ref); in fieldhash_watch()
169 Perl_croak(aTHX_ INVALID_OBJECT, obj_ref); in fieldhash_watch()
175 obj_ref = NULL; in fieldhash_watch()
179 obj = SvRV(obj_ref); in fieldhash_watch()
277 SV* const obj_ref = ST(0); in XS() local
281 if(items < 1 || !SvROK(obj_ref)){ in XS()
[all …]
/dports/lang/py-textX/textX-2.3.0/tests/functional/test_scoping/
H A Dtest_issue170_combined_scope_provider.py18 def __call__(self, obj, attr, obj_ref): argument
20 return self.pStart(obj, attr, obj_ref)
22 return self.pEvent1(obj, attr, obj_ref)

12345678910