Home
last modified time | relevance | path

Searched refs:object_table (Results 1 – 25 of 106) sorted by relevance

12345

/dports/games/dangen/dangen-0.5/libtenm/
H A Dtenm_table.c177 if ((*(object_table[i]->move))(object_table[i], tpf)) in tenm_table_move()
223 if ((!(object_table[i]->hit_mask & object_table[j]->attr)) in tenm_table_detect_collision()
224 && (!(object_table[j]->hit_mask & object_table[i]->attr))) in tenm_table_detect_collision()
238 if ((object_table[i] != NULL) && (object_table[j] != NULL) in tenm_table_detect_collision()
239 && (object_table[i]->hit_mask & object_table[j]->attr)) in tenm_table_detect_collision()
241 && ((*(object_table[i]->hit))(object_table[i], in tenm_table_detect_collision()
248 if ((object_table[i] != NULL) && (object_table[j] != NULL) in tenm_table_detect_collision()
249 && (object_table[j]->hit_mask & object_table[i]->attr)) in tenm_table_detect_collision()
251 && ((*(object_table[j]->hit))(object_table[j], in tenm_table_detect_collision()
332 if ((*(object_table[i]->act))(object_table[i], player) != 0) in tenm_table_do_action()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-object-bag.c34 GHashTable *object_table; member
127 g_hash_table_remove (bag->object_table, key); in object_bag_notify()
174 GHashTable *object_table; in camel_object_bag_new() local
186 object_table = g_hash_table_new_full ( in camel_object_bag_new()
193 bag->object_table = object_table; in camel_object_bag_new()
239 g_hash_table_remove (bag->object_table, key); in camel_object_bag_get()
263 g_hash_table_remove (bag->object_table, key); in camel_object_bag_get()
352 g_hash_table_remove (bag->object_table, key); in camel_object_bag_reserve()
409 g_hash_table_remove (bag->object_table, key); in object_in_bag()
511 g_hash_table_steal (bag->object_table, key); in camel_object_bag_rekey()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_object.c104 table_get_key(gdata->object_table, index, (void*)&key_ptr, &key_len); in get_pkey()
115 info = (ObjectInfo*)table_get_info(gdata->object_table, index); in get_info()
188 index = table_create_entry(gdata->object_table, in object_new()
193 index = table_find_or_create_entry(gdata->object_table, in object_new()
209 HPROF_ASSERT(gdata->object_table==NULL); in object_init()
210 gdata->object_table = table_initialize("Object", 4096, in object_init()
254 table_free_entry(gdata->object_table, index); in object_free()
264 table_walk_items(gdata->object_table, &list_item, NULL); in object_list()
272 table_cleanup(gdata->object_table, NULL, NULL); in object_cleanup()
273 gdata->object_table = NULL; in object_cleanup()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_object.c104 table_get_key(gdata->object_table, index, (void*)&key_ptr, &key_len); in get_pkey()
115 info = (ObjectInfo*)table_get_info(gdata->object_table, index); in get_info()
188 index = table_create_entry(gdata->object_table, in object_new()
193 index = table_find_or_create_entry(gdata->object_table, in object_new()
209 HPROF_ASSERT(gdata->object_table==NULL); in object_init()
210 gdata->object_table = table_initialize("Object", 4096, in object_init()
254 table_free_entry(gdata->object_table, index); in object_free()
264 table_walk_items(gdata->object_table, &list_item, NULL); in object_list()
272 table_cleanup(gdata->object_table, NULL, NULL); in object_cleanup()
273 gdata->object_table = NULL; in object_cleanup()
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/dialogs/
H A Dcatalogdetails.cpp39 ui->object_table->setModel(&m_model);
40 ui->object_table->setSelectionBehavior(QAbstractItemView::SelectRows);
41 ui->object_table->adjustSize();
42 ui->object_table->horizontalHeader()->setSectionResizeMode(
45 connect(ui->object_table, &QTableView::doubleClicked, this,
48 connect(ui->object_table, &QTableView::clicked, [&](const auto) { in __anon64561ce20202()
155 const auto &items = ui->object_table->selectionModel()->selectedRows(); in remove_objects()
175 const auto &items = ui->object_table->selectionModel()->selectedRows(); in edit_objects()
/dports/lang/ruby26/ruby-2.6.9/ext/objspace/
H A Dobject_tracing.c25 st_table *object_table; /* obj (VALUE) -> allocation_info */ member
89 if (st_lookup(arg->object_table, (st_data_t)obj, &v)) { in newobj_i()
112 st_insert(arg->object_table, (st_data_t)obj, (st_data_t)info); in newobj_i()
125 if (st_lookup(arg->object_table, obj, &v)) { in freeobj_i()
131 if (st_delete(arg->object_table, &obj, &v)) { in freeobj_i()
166 tmp_trace_arg->object_table = st_init_numtable(); in get_traceobj_arg()
238 st_foreach(arg->object_table, free_values_i, 0); in trace_object_allocations_clear()
239 st_clear(arg->object_table); in trace_object_allocations_clear()
311 st_foreach(tmp_trace_arg->object_table, object_allocations_reporter_i, (st_data_t)out); in object_allocations_reporter()
333 if (st_lookup(tmp_trace_arg->object_table, obj, &info)) { in lookup_allocation_info()
/dports/databases/qof/qof-0.8.8/backend/file/
H A Dqsf-xml.c162 count = g_hash_table_size (valid->object_table); in qsf_object_validation_handler()
163 g_hash_table_insert (valid->object_table, object_declaration, in qsf_object_validation_handler()
166 if (g_hash_table_size (valid->object_table) > count) in qsf_object_validation_handler()
201 valid.object_table = g_hash_table_new (g_str_hash, g_str_equal); in is_our_qsf_object()
207 table_count = g_hash_table_size (valid.object_table); in is_our_qsf_object()
208 g_hash_table_destroy (valid.object_table); in is_our_qsf_object()
281 valid.object_table = g_hash_table_new (g_str_hash, g_str_equal); in is_our_qsf_object_be()
286 table_count = g_hash_table_size (valid.object_table); in is_our_qsf_object_be()
289 g_hash_table_destroy (valid.object_table); in is_our_qsf_object_be()
292 g_hash_table_destroy (valid.object_table); in is_our_qsf_object_be()
H A Dqsf-xml-map.c135 (valid->object_table, obj_type)); in qsf_map_validation_handler()
187 valid.object_table = g_hash_table_new (g_str_hash, g_str_equal); in check_qsf_object_with_map_internal()
205 g_hash_table_destroy (valid.object_table); in check_qsf_object_with_map_internal()
221 || (valid.incoming_count < g_hash_table_size (valid.object_table))) in check_qsf_object_with_map_internal()
227 g_hash_table_size (valid.object_table)); in check_qsf_object_with_map_internal()
228 g_hash_table_destroy (valid.object_table); in check_qsf_object_with_map_internal()
232 g_hash_table_destroy (valid.object_table); in check_qsf_object_with_map_internal()
355 valid.object_table = g_hash_table_new (g_str_hash, g_str_equal); in is_qsf_map_be()
362 g_hash_table_destroy (valid.object_table); in is_qsf_map_be()
365 g_hash_table_destroy (valid.object_table); in is_qsf_map_be()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/types/
H A Dweak_object_impl.cc65 const Object_table &obj_table = this->object_table(); in store()
183 const Object_table &obj_table = this->object_table(); in drop()
227 my_error(ER_INVALID_DD_OBJECT, MYF(0), this->object_table().name().c_str(), in check_parent_consistency()
233 my_error(ER_INVALID_DD_OBJECT, MYF(0), this->object_table().name().c_str(), in check_parent_consistency()
H A Dparameter_type_element_impl.cc114 object_table().name().c_str(), m_name.c_str(), m_parameter->id(), in debug_print()
144 const Object_table &Parameter_type_element_impl::object_table() const { in object_table() function in dd::Parameter_type_element_impl
H A Dcolumn_type_element_impl.cc140 object_table().name().c_str(), m_name.c_str(), m_column->id(), in debug_print()
166 const Object_table &Column_type_element_impl::object_table() const { in object_table() function in dd::Column_type_element_impl
H A Dprocedure_impl.h72 virtual const Object_table &object_table() const { in object_table() function
73 return Routine_impl::object_table(); in object_table()
H A Dweak_object_impl.h50 virtual const Object_table &object_table() const = 0;
H A Dcharset_impl.cc92 const Object_table &Charset_impl::object_table() const { in object_table() function in dd::Charset_impl
H A Dfunction_impl.h219 virtual const Object_table &object_table() const { in object_table() function
220 return Routine_impl::object_table(); in object_table()
H A Dparameter_type_element_impl.h63 virtual const Object_table &object_table() const;
H A Dview_table_impl.h60 virtual const Object_table &object_table() const;
H A Dindex_stat_impl.cc134 const Object_table &Index_stat_impl::object_table() const { in object_table() function in dd::Index_stat_impl
H A Dcharset_impl.h54 virtual const Object_table &object_table() const;
H A Dview_routine_impl.h60 virtual const Object_table &object_table() const;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libobjc/
H A Darchive.c826 hash_add (&stream->object_table, LONG2PTR(key), *object); in objc_read_object()
844 (*object) = hash_value_for_key (stream->object_table, LONG2PTR(key)); in objc_read_object()
1476 hash_delete (stream->object_table); in __objc_finish_write_root_object()
1477 stream->object_table = hash_new(64, in __objc_finish_write_root_object()
1496 id object = hash_value_for_key (stream->object_table, key); in __objc_finish_read_root_object()
1522 for (node = hash_next (stream->object_table, NULL); node; in __objc_finish_read_root_object()
1523 node = hash_next (stream->object_table, node)) in __objc_finish_read_root_object()
1532 hash_delete (stream->object_table); in __objc_finish_read_root_object()
1533 stream->object_table = hash_new(64, in __objc_finish_read_root_object()
1552 s->object_table = hash_new (64, in objc_open_typed_stream()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libobjc/
H A Darchive.c826 hash_add (&stream->object_table, LONG2PTR(key), *object); in objc_read_object()
844 (*object) = hash_value_for_key (stream->object_table, LONG2PTR(key)); in objc_read_object()
1476 hash_delete (stream->object_table); in __objc_finish_write_root_object()
1477 stream->object_table = hash_new(64, in __objc_finish_write_root_object()
1496 id object = hash_value_for_key (stream->object_table, key); in __objc_finish_read_root_object()
1522 for (node = hash_next (stream->object_table, NULL); node; in __objc_finish_read_root_object()
1523 node = hash_next (stream->object_table, node)) in __objc_finish_read_root_object()
1532 hash_delete (stream->object_table); in __objc_finish_read_root_object()
1533 stream->object_table = hash_new(64, in __objc_finish_read_root_object()
1552 s->object_table = hash_new (64, in objc_open_typed_stream()
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/categories/
H A Dcateglib.php766 …function get_catorphan_object_type($offset, $maxRecords, $object_type, $object_table, $object_ref,… argument
773 FROM tiki_" . $object_table . "
779 FROM tiki_" . $object_table . "
800 …ect_type . "' and itemId IN (SELECT " . $object_ref . " as itemId FROM tiki_" . $object_table . "))
807 …$query1 = "SELECT tiki_" . $object_table . ".title as name," . $object_ref . " as dataId,tiki_" . …
809 …$query1 = "SELECT tiki_" . $object_table . ".title as name," . $object_ref . " as dataId,tiki_" . …
811 …$query1 = "SELECT tiki_" . $object_table . ".pageName," . $object_ref . " as dataId,tiki_" . $obje…
813 …$query1 = "SELECT tiki_" . $object_table . ".name," . $object_ref . " as dataId,tiki_" . $object_t…
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libobjc/objc/
H A Dtypedstream.h50 cache_ptr object_table; /* read/written objects */ member
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libobjc/objc/
H A Dtypedstream.h50 cache_ptr object_table; /* read/written objects */ member

12345