Home
last modified time | relevance | path

Searched refs:obj_copy (Results 1 – 25 of 72) sorted by relevance

123

/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/metadata/
H A D_testing.py95 obj_copy = copy.copy(obj)
105 obj_copy = copy.copy(obj)
115 obj_copy = copy.copy(obj)
131 obj_copy = copy.deepcopy(obj)
141 obj_copy = copy.deepcopy(obj)
536 obj_copy = copy.copy(obj)
547 obj_copy = copy.copy(obj)
560 obj_copy = copy.copy(obj)
1066 obj_copy = copy.copy(obj)
1076 obj_copy = copy.copy(obj)
[all …]
/dports/science/silo/silo-4.10.2-bsd/tools/browser/
H A Dfunc.c221 return obj_copy (argv[1], SHALLOW); in V_assign()
243 return obj_copy (argv[1], SHALLOW); in V_assign()
317 return obj_new (C_CONS, obj_copy(head, SHALLOW), obj_copy(tail, SHALLOW)); in F_cons()
832 sym_fbind (self, obj_copy(func, SHALLOW)); in F_fbind()
987 return obj_copy (cons_head(lst), SHALLOW); in F_head()
1615 filename = obj_copy (argv[0], SHALLOW); in V_open()
1616 var = obj_copy (argv[1], SHALLOW); in V_open()
1618 filename = obj_copy (argv[0], SHALLOW); in V_open()
1900 retval = obj_copy(argv[0], SHALLOW); in V_pwd()
2122 files = obj_copy (argv[1], SHALLOW); in V_setcwd()
[all …]
H A Dsdo.c285 sdo->file = obj_copy(file, SHALLOW); in sdo_new()
305 self->r_type = obj_copy(r_type, SHALLOW); in sdo_new()
307 self->c_type = obj_copy(c_type, SHALLOW); in sdo_new()
432 tmp = obj_copy (self->r_type, SHALLOW); in sdo_copy()
434 tmp = obj_copy (self->c_type, SHALLOW); in sdo_copy()
577 type = obj_copy (self->c_type, SHALLOW); in sdo_deref()
629 tmp = obj_copy (type, DEEP); /*we are about to modify it*/ in sdo_deref()
791 self->r_type, self->c_mem, obj_copy (type, SHALLOW), in sdo_cast()
884 return obj_copy (val, SHALLOW); in sdo_assign()
910 return obj_copy (self->sdo->file, SHALLOW); in sdo_file()
H A Dptr.c183 x = obj_copy (self->sub, SHALLOW); in ptr_copy()
189 retval->sub = obj_copy (self->sub, DEEP); in ptr_copy()
397 return obj_copy (MYCLASS(_self)->sub, SHALLOW); in ptr_deref()
454 val = obj_copy (x, DEEP); /*so we can modify it*/ in ptr_bind()
464 x = obj_copy (val, SHALLOW); in ptr_bind()
H A Dfile.c278 head = obj_new(C_CONS, obj_copy(head, SHALLOW), NIL); in file_reset_hdf5_vfd_options()
1026 stc_add (type, obj_new(C_PTR, obj_new(C_ARY, buf, obj_copy(tmp,SHALLOW))), in browser_DBGetMultimeshadj()
1034 stc_add (type, obj_new(C_PTR, obj_new(C_ARY, buf, obj_copy(tmp,SHALLOW))), in browser_DBGetMultimeshadj()
1046 stc_add (type, obj_new(C_PTR, obj_new(C_ARY, buf, obj_copy(tmp,SHALLOW))), in browser_DBGetMultimeshadj()
1111 stc_add (type, obj_new (C_PTR, obj_copy (tmp, SHALLOW)), in browser_DBGetMultimeshadj()
1127 stc_add (type, obj_new (C_PTR, obj_copy (tmp, SHALLOW)), in browser_DBGetMultimeshadj()
1256 stc_add (type, obj_new (C_PTR, obj_copy (tmpi, SHALLOW)), in browser_DBGetGroupelmap()
1271 stc_add (type, obj_new (C_PTR, obj_copy (tmpf, SHALLOW)), in browser_DBGetGroupelmap()
1391 stc_add (type, obj_new (C_PTR, obj_copy (tmp, SHALLOW)), in browser_DBGetCompoundarray()
2210 return obj_copy (_self, SHALLOW); in file_deref_DBdirectory()
[all …]
H A Dsym.c256 return obj_copy (MYCLASS(_self)->sym->var, SHALLOW); in sym_eval()
323 return obj_copy (MYCLASS(_self)->sym->func, SHALLOW); in sym_feval()
404 return obj_copy (self->sym->func, SHALLOW); in sym_fboundp()
461 return obj_copy (self->sym->var, SHALLOW); in sym_vboundp()
499 if (self && C_SYM==self->pub.cls) return obj_copy(self->sym->doc, SHALLOW); in sym_dboundp()
H A Dcons.c207 hd = obj_copy (self->head, SHALLOW); in cons_copy()
208 tl = obj_copy (self->tail, SHALLOW); in cons_copy()
/dports/devel/py-persistent/persistent-4.7.0/persistent/tests/
H A Dutils.py84 obj_copy = copy.copy(obj)
85 self.assertIsNot(obj.data, obj_copy.data)
86 self.assertEqual(obj.data, obj_copy.data)
87 self.assertIs(obj.test, obj_copy.test)
90 obj_copy = obj.copy()
91 self.assertIsNot(obj.data, obj_copy.data)
92 self.assertEqual(obj.data, obj_copy.data)
94 return obj_copy
/dports/net/pwnat/pwnat-5de412c/
H A Dlist.c33 void* (*obj_copy)(void *, const void *, size_t), in list_create()
53 new->obj_copy = obj_copy ? obj_copy : &memcpy; in list_create()
80 list->obj_copy(o, obj, list->obj_sz); in list_add()
193 dst->obj_copy(dst->obj_arr[i], src->obj_arr[i], dst->obj_sz); in list_copy()
H A Dlist.h37 void* (*obj_copy)(void *, const void *, size_t); member
45 void* (*obj_copy)(void *, const void *, size_t),
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/test/
H A Dtest_serial.cpp144 CTestSerialObject obj_copy; in BOOST_AUTO_TEST_CASE() local
147 *is >> obj_copy; in BOOST_AUTO_TEST_CASE()
173 CTestSerialObject obj_copy; in BOOST_AUTO_TEST_CASE() local
177 *is >> obj_copy; in BOOST_AUTO_TEST_CASE()
225 CTestSerialObject obj_copy; in BOOST_AUTO_TEST_CASE() local
228 *is >> obj_copy; in BOOST_AUTO_TEST_CASE()
664 CTestSerialObject obj_copy; in BOOST_AUTO_TEST_CASE() local
667 *is >> obj_copy; in BOOST_AUTO_TEST_CASE()
693 CTestSerialObject obj_copy; in BOOST_AUTO_TEST_CASE() local
698 *is >> obj_copy; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/acal/io/tests/
H A Dtest_generic_io.h39 TEST_T obj_copy; in test_generic_io() local
40 vsl_b_read(is, obj_copy); in test_generic_io()
48 TEST("object == vsl_b_read(vsl_b_write(object))", obj, obj_copy); in test_generic_io()
/dports/www/R-cran-httpuv/httpuv/src/
H A Dhttp.h79 std::shared_ptr<WebSocketConnection>* obj_copy = new std::shared_ptr<WebSocketConnection>(obj); in externalize_shared_ptr()
84 true> obj_xptr(obj_copy, true); in externalize_shared_ptr()
98 std::shared_ptr<WebSocketConnection>* obj_copy = obj_xptr.get(); in internalize_shared_ptr()
100 return *obj_copy; in internalize_shared_ptr()
/dports/graphics/dia/dia-0.97.3/lib/
H A Dobject.c152 DiaObject *obj_copy; in object_copy_list() local
164 obj_copy = obj->ops->copy(obj); in object_copy_list()
166 g_hash_table_insert(hash_table, obj, obj_copy); in object_copy_list()
168 list_copy = g_list_append(list_copy, obj_copy); in object_copy_list()
178 obj_copy = g_hash_table_lookup(hash_table, obj); in object_copy_list()
180 if (obj_copy->parent) in object_copy_list()
181 obj_copy->parent = g_hash_table_lookup(hash_table, obj_copy->parent); in object_copy_list()
184 && obj_copy->children) in object_copy_list()
186 GList *child_list = obj_copy->children; in object_copy_list()
218 obj_copy->handles[i]->connected_to = NULL; in object_copy_list()
[all …]
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_pep247.py51 obj_copy = obj1.copy()
52 self.assertEqual(obj1.digest(), obj_copy.digest())
53 self.assertEqual(obj1.hexdigest(), obj_copy.hexdigest())
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_pep247.py51 obj_copy = obj1.copy()
52 self.assertEqual(obj1.digest(), obj_copy.digest())
53 self.assertEqual(obj1.hexdigest(), obj_copy.hexdigest())
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_pep247.py51 obj_copy = obj1.copy()
52 self.assertEqual(obj1.digest(), obj_copy.digest())
53 self.assertEqual(obj1.hexdigest(), obj_copy.hexdigest())
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/src/
H A Ddistortion_wrap.c256 PyObject* obj_copy; in PyDistLookup___deepcopy__() local
272 obj_copy = get_deepcopy((PyObject*)self->py_data, memo); in PyDistLookup___deepcopy__()
273 if (obj_copy == NULL) { in PyDistLookup___deepcopy__()
277 PyDistLookup_set_data(copy, (PyObject*)obj_copy, NULL); in PyDistLookup___deepcopy__()
278 Py_DECREF(obj_copy); in PyDistLookup___deepcopy__()
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/util/
H A Dserialization.py434 obj_copy = []
446 obj_copy.append(item)
448 obj_copy.append(traverse_data(item))
450 obj_copy.append(item)
451 return obj_copy
/dports/devel/xparam/xparam-1.22/lib/xparam/
H A Dxpv_copier_imp.h60 T* obj_copy = new T(*original); in copy() local
61 return reinterpret_cast<void*>(obj_copy); in copy()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dfile.cpp967 Inkscape::XML::Node *obj_copy = obj->duplicate(target_document->getReprDoc()); in sp_import_document() local
968 target_parent->addChild(obj_copy, node_after); in sp_import_document()
969 node_after = obj_copy; in sp_import_document()
970 Inkscape::GC::release(obj_copy); in sp_import_document()
972 pasted_objects.push_back(obj_copy); in sp_import_document()
976 SPUse *use = dynamic_cast<SPUse *>(obj_copy); in sp_import_document()
981obj_copy->setAttributeOrRemoveIfEmpty("transform", sp_svg_transform_write(relative_use_transform)); in sp_import_document()
990 Inkscape::XML::Node *obj_copy = obj->duplicate(target_document->getReprDoc()); in sp_import_document() local
991 SPObject * pasted = desktop->currentLayer()->appendChildRepr(obj_copy); in sp_import_document()
992 Inkscape::GC::release(obj_copy); in sp_import_document()
[all …]
/dports/graphics/box/box-0.4.0/box/
H A Dobj.c91 BoxPtr obj_copy, *new_ptr = NULL; in BoxAny_Box() local
95 if (!BoxPtr_Create_Obj(& obj_copy, t)) in BoxAny_Box()
97 if (!BoxPtr_Copy_Obj(& obj_copy, obj, t)) { in BoxAny_Box()
98 (void) BoxPtr_Unlink(& obj_copy); in BoxAny_Box()
101 new_ptr = & obj_copy; in BoxAny_Box()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/
H A Dtest-vmstate.c133 void (*obj_copy)(void *, void*), in load_vmstate()
137 obj_copy(obj_clone, obj); in load_vmstate()
146 obj_copy(obj, obj_clone); in load_vmstate()
150 obj_copy(obj, obj_clone); in load_vmstate()
154 obj_copy(obj, obj_clone); in load_vmstate()
158 obj_copy(obj, obj_clone); in load_vmstate()
/dports/lang/v8/v8-9.6.180.12/tools/clang/stack_maps/tests/
H A Dtest.py101 obj_copy = [
123 obj_copy,
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/clang/stack_maps/tests/
H A Dtest.py101 obj_copy = [
123 obj_copy,

123