Home
last modified time | relevance | path

Searched refs:src_object (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/dports/cad/geda/geda-gaf-1.8.2/libgeda/src/
H A Do_list.c143 OBJECT *src_object, *dst_object; in o_glist_copy_all() local
156 src_object = (OBJECT *) src->data; in o_glist_copy_all()
159 selected_save = src_object->selected; in o_glist_copy_all()
163 if (src_object->type != OBJ_TEXT) { in o_glist_copy_all()
171 o_selection_select (toplevel, src_object); in o_glist_copy_all()
180 src_object = (OBJECT *) src->data; in o_glist_copy_all()
183 selected_save = src_object->selected; in o_glist_copy_all()
187 if (src_object->type == OBJ_TEXT) { in o_glist_copy_all()
192 if (src_object->attached_to != NULL && in o_glist_copy_all()
212 src_object = src->data; in o_glist_copy_all()
[all …]
/dports/x11/libexo/exo-4.16.3/exo/
H A Dexo-binding.c100 GObject *src_object; member
155 exo_bind_properties_notify (GObject *src_object, in exo_bind_properties_notify() argument
167 exo_bind_properties_transfer (src_object, in exo_bind_properties_notify()
264 GObject *src_object, in exo_binding_link_init() argument
281 blink->handler = g_signal_connect_data (src_object, in exo_binding_link_init()
309 exo_binding_new (GObject *src_object, in exo_binding_new() argument
314 return exo_binding_new_full (src_object, src_property, in exo_binding_new()
341 exo_binding_new_full (GObject *src_object, in exo_binding_new_full() argument
362 exo_bind_properties_transfer (src_object, in exo_binding_new_full()
370 binding->src_object = src_object; in exo_binding_new_full()
[all …]
H A Dexo-binding.h57 ExoBinding *exo_binding_new (GObject *src_object,
61 ExoBinding *exo_binding_new_full (GObject *src_object,
68 ExoBinding *exo_binding_new_with_negation (GObject *src_object,
/dports/cad/lepton-eda/lepton-eda-1.9.17/liblepton/src/
H A Dobject_list.c65 LeptonObject *src_object, *dst_object; in o_glist_copy_all() local
78 src_object = (LeptonObject *) src->data; in o_glist_copy_all()
81 selected_save = src_object->selected; in o_glist_copy_all()
83 o_selection_unselect (src_object); in o_glist_copy_all()
85 if (!lepton_object_is_text (src_object)) in o_glist_copy_all()
94 o_selection_select (src_object); in o_glist_copy_all()
106 selected_save = src_object->selected; in o_glist_copy_all()
108 o_selection_unselect (src_object); in o_glist_copy_all()
110 if (lepton_object_is_text (src_object)) in o_glist_copy_all()
132 o_selection_select (src_object); in o_glist_copy_all()
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/attributes/
H A Drelationlib.php136 …function add_relation($relation, $src_type, $src_object, $target_type, $target_object, $ignoreExis… argument
141 …this->add_relation(substr($relation, 0, -7), $target_type, $target_object, $src_type, $src_object);
145 …if (! $id = $this->get_relation_id($relation, $src_type, $src_object, $target_type, $target_object…
150 'source_itemId' => $src_object,
163 'sourceobject' => $src_object,
169 TikiLib::lib('tiki')->refresh_index($src_type, $src_object);
185 function get_relation_id($relation, $src_type, $src_object, $target_type, $target_object) argument
190 …s->get_relation_id(substr($relation, 0, -7), $target_type, $target_object, $src_type, $src_object);
200 'source_itemId' => $src_object,
217 …function get_relations_by_prefix($relation_prefix, $src_type, $src_object, $target_type, $target_o… argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem_shutil.py88 src_object = self.filesystem.GetObject(src)
91 (src_object.st_mode & _PERM_ALL))
143 src_object = self.filesystem.GetObject(src)
146 (src_object.st_mode & _PERM_ALL))
147 dst_object.st_uid = src_object.st_uid
148 dst_object.st_gid = src_object.st_gid
149 dst_object.st_atime = src_object.st_atime
150 dst_object.st_mtime = src_object.st_mtime
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem_shutil.py88 src_object = self.filesystem.GetObject(src)
91 (src_object.st_mode & _PERM_ALL))
143 src_object = self.filesystem.GetObject(src)
146 (src_object.st_mode & _PERM_ALL))
147 dst_object.st_uid = src_object.st_uid
148 dst_object.st_gid = src_object.st_gid
149 dst_object.st_atime = src_object.st_atime
150 dst_object.st_mtime = src_object.st_mtime
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenObjC/
H A Did-isa-codegen.m12 - (void)meth : (id)object : (id)src_object;
19 - (void)meth : (id)object : (id)src_object {
24 object->isa = src_object->isa;
25 (*src_object).isa = (*object).isa;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenObjC/
H A Did-isa-codegen.m12 - (void)meth : (id)object : (id)src_object;
19 - (void)meth : (id)object : (id)src_object {
24 object->isa = src_object->isa;
25 (*src_object).isa = (*object).isa;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenObjC/
H A Did-isa-codegen.m12 - (void)meth : (id)object : (id)src_object;
19 - (void)meth : (id)object : (id)src_object {
24 object->isa = src_object->isa;
25 (*src_object).isa = (*object).isa;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenObjC/
H A Did-isa-codegen.m12 - (void)meth : (id)object : (id)src_object;
19 - (void)meth : (id)object : (id)src_object {
24 object->isa = src_object->isa;
25 (*src_object).isa = (*object).isa;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Did-isa-codegen.m12 - (void)meth : (id)object : (id)src_object;
19 - (void)meth : (id)object : (id)src_object {
24 object->isa = src_object->isa;
25 (*src_object).isa = (*object).isa;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenObjC/
H A Did-isa-codegen.m12 - (void)meth : (id)object : (id)src_object;
19 - (void)meth : (id)object : (id)src_object {
24 object->isa = src_object->isa;
25 (*src_object).isa = (*object).isa;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenObjC/
H A Did-isa-codegen.m12 - (void)meth : (id)object : (id)src_object;
19 - (void)meth : (id)object : (id)src_object {
24 object->isa = src_object->isa;
25 (*src_object).isa = (*object).isa;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenObjC/
H A Did-isa-codegen.m12 - (void)meth : (id)object : (id)src_object;
19 - (void)meth : (id)object : (id)src_object {
24 object->isa = src_object->isa;
25 (*src_object).isa = (*object).isa;
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenObjC/
H A Did-isa-codegen.m12 - (void)meth : (id)object : (id)src_object;
19 - (void)meth : (id)object : (id)src_object {
24 object->isa = src_object->isa;
25 (*src_object).isa = (*object).isa;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenObjC/
H A Did-isa-codegen.m12 - (void)meth : (id)object : (id)src_object;
19 - (void)meth : (id)object : (id)src_object {
24 object->isa = src_object->isa;
25 (*src_object).isa = (*object).isa;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Did-isa-codegen.m12 - (void)meth : (id)object : (id)src_object;
19 - (void)meth : (id)object : (id)src_object {
24 object->isa = src_object->isa;
25 (*src_object).isa = (*object).isa;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenObjC/
H A Did-isa-codegen.m12 - (void)meth : (id)object : (id)src_object;
19 - (void)meth : (id)object : (id)src_object {
24 object->isa = src_object->isa;
25 (*src_object).isa = (*object).isa;
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Did-isa-codegen.m12 - (void)meth : (id)object : (id)src_object;
19 - (void)meth : (id)object : (id)src_object {
24 object->isa = src_object->isa;
25 (*src_object).isa = (*object).isa;
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenObjC/
H A Did-isa-codegen.m12 - (void)meth : (id)object : (id)src_object;
19 - (void)meth : (id)object : (id)src_object {
24 object->isa = src_object->isa;
25 (*src_object).isa = (*object).isa;
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenObjC/
H A Did-isa-codegen.m12 - (void)meth : (id)object : (id)src_object;
19 - (void)meth : (id)object : (id)src_object {
24 object->isa = src_object->isa;
25 (*src_object).isa = (*object).isa;
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenObjC/
H A Did-isa-codegen.m12 - (void)meth : (id)object : (id)src_object;
19 - (void)meth : (id)object : (id)src_object {
24 object->isa = src_object->isa;
25 (*src_object).isa = (*object).isa;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-loader/src/tests/layers/
H A Dvk_layer_logging.h104 … uint64_t src_object, size_t location, int32_t msg_code, const char *layer_prefix,
230 object_name_info.objectHandle = (uint64_t)(uintptr_t)src_object; in debug_log_msg()
251 if (0 != src_object) { in debug_log_msg()
252 oss << "Object: 0x" << std::hex << src_object; in debug_log_msg()
255 … auto label_iter = debug_data->debugUtilsQueueLabels->find(reinterpret_cast<VkQueue>(src_object)); in debug_log_msg()
302 auto utils_name_iter = debug_data->debugUtilsObjectNameMap->find(src_object); in debug_log_msg()
306 auto marker_name_iter = debug_data->debugObjectNameMap->find(src_object); in debug_log_msg()
827 uint64_t src_object, std::string vuid_text, const char *format, ...)
831 uint64_t src_object, int32_t msg_code, const char *format, ...) { in log_msg() argument
851 …bool result = debug_log_msg(debug_data, msg_flags, object_type, src_object, 0, msg_code, "Validati… in log_msg()
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/sandbox/lib/python/site-packages/
H A DQt.py951 src_object = getattr(Qt, dst_module)
964 src_object = getattr(Qt, dst_module)
966 sys.modules[__name__ + "." + dst_module] = src_object
969 src_object,
1007 src_object = getattr(Qt, "_" + namespaces[0])
1019 src_object = getattr(src_object, namespace)
1026 src_object = staticmethod(
1027 decorators[classname][target](src_object))
1029 attrs[target] = src_object

12345678910>>...16