/third_party/glib/gio/inotify/ |
D | inotify-path.c | 122 path_dir_hash = g_hash_table_new (g_str_hash, g_str_equal); in _ip_startup() 123 sub_dir_hash = g_hash_table_new (g_direct_hash, g_direct_equal); in _ip_startup() 124 wd_dir_hash = g_hash_table_new (g_direct_hash, g_direct_equal); in _ip_startup() 125 wd_file_hash = g_hash_table_new (g_direct_hash, g_direct_equal); in _ip_startup() 403 dir->files_hash = g_hash_table_new (g_str_hash, g_str_equal); in ip_watched_dir_new()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstformat.c | 63 _nick_to_format = g_hash_table_new (g_str_hash, g_str_equal); in _priv_gst_format_initialize() 64 _format_to_nick = g_hash_table_new (NULL, NULL); in _priv_gst_format_initialize()
|
D | gsttracerutils.c | 78 _priv_tracers = g_hash_table_new (NULL, NULL); in _priv_gst_tracing_init()
|
/third_party/glib/glib/deprecated/ |
D | gcache.c | 196 cache->key_table = g_hash_table_new (hash_key_func, key_equal_func); in g_cache_new() 197 cache->value_table = g_hash_table_new (hash_value_func, NULL); in g_cache_new()
|
D | grel.c | 204 rel->all_tuples = g_hash_table_new (tuple_hash (fields), tuple_equal (fields)); in g_relation_new() 282 relation->hashed_tuple_tables[field] = g_hash_table_new (hash_func, key_equal_func); in g_relation_index() 331 per_key_table = g_hash_table_new (tuple_hash (relation->fields), tuple_equal (relation->fields)); in g_relation_insert()
|
/third_party/glib/glib/tests/ |
D | hash.c | 360 h = g_hash_table_new (NULL, NULL); in direct_hash_test() 385 h = g_hash_table_new (g_direct_hash, g_direct_equal); in direct_hash_test2() 412 h = g_hash_table_new (g_int_hash, g_int_equal); in int_hash_test() 441 h = g_hash_table_new (g_int64_hash, g_int64_equal); in int64_hash_test() 470 h = g_hash_table_new (g_double_hash, g_double_equal); in double_hash_test() 600 hash_table = g_hash_table_new (my_hash, my_hash_equal); in test_hash_misc() 655 hash_table = g_hash_table_new (my_hash, my_hash_equal); in test_hash_misc() 764 h = g_hash_table_new (null_safe_str_hash, null_safe_str_equal); in test_lookup_null_key() 1083 hash = g_hash_table_new (g_str_hash, g_str_equal); in test_find() 1130 hash = g_hash_table_new (g_str_hash, g_str_equal); in test_foreach()
|
/third_party/glib/glib/ |
D | grefstring.c | 211 interned_ref_strings = g_hash_table_new (g_str_hash, interned_str_equal); in g_ref_string_new_intern()
|
D | gstringchunk.c | 244 chunk->const_table = g_hash_table_new (g_str_hash, g_str_equal); in g_string_chunk_insert_const()
|
D | gcharset.c | 56 alias_hash = g_hash_table_new (g_str_hash, g_str_equal); in get_alias_hash() 409 GHashTable *table = g_hash_table_new (g_str_hash, g_str_equal); in unalias_lang()
|
D | gquark.c | 61 quark_ht = g_hash_table_new (g_str_hash, g_str_equal); in g_quark_init()
|
D | ghash.h | 57 GHashTable* g_hash_table_new (GHashFunc hash_func,
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | mklicensestables.c | 343 license->titles = g_hash_table_new (g_str_hash, g_str_equal); in parse_text() 352 license->descriptions = g_hash_table_new (g_str_hash, g_str_equal); in parse_text() 644 translations = g_hash_table_new (g_str_hash, g_str_equal); in write_translations_dictionary() 738 unknown_sources = g_hash_table_new (g_str_hash, g_str_equal); in main()
|
/third_party/libsoup/libsoup/ |
D | soup-auth.c | 256 params = g_hash_table_new (NULL, NULL); in soup_auth_new() 301 params = g_hash_table_new (NULL, NULL); in soup_auth_update()
|
D | soup-content-decoder.c | 209 decoder->priv->decoders = g_hash_table_new (g_str_hash, g_str_equal); in soup_content_decoder_init()
|
D | soup-connection-auth.c | 32 auth->priv->conns = g_hash_table_new (NULL, NULL); in G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | ghash.in.h | 55 GHashTable* g_hash_table_new (GHashFunc hash_func,
|
/third_party/gstreamer/gstplugins_good/gst/flv/ |
D | gstmemindex.c | 133 index->id_index = g_hash_table_new (g_int_hash, g_int_equal); in gst_mem_index_init() 197 id_index->format_index = g_hash_table_new (g_int_hash, g_int_equal); in gst_mem_index_add_id()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstmemindex.c | 131 index->id_index = g_hash_table_new (g_int_hash, g_int_equal); in gst_mem_index_init() 195 id_index->format_index = g_hash_table_new (g_int_hash, g_int_equal); in gst_mem_index_add_id()
|
/third_party/glib/gio/ |
D | gmenuexporter.c | 453 group->menus = g_hash_table_new (NULL, NULL); in g_menu_exporter_group_new() 544 remote->watches = g_hash_table_new (NULL, NULL); in g_menu_exporter_remote_new() 804 exporter->groups = g_hash_table_new (NULL, NULL); in g_dbus_connection_export_menu_model()
|
D | gdbusmenumodel.c | 330 g_dbus_menu_paths = g_hash_table_new (path_identifier_hash, path_identifier_equal); in g_dbus_menu_path_get() 338 path->groups = g_hash_table_new (NULL, NULL); in g_dbus_menu_path_get() 651 group->proxies = g_hash_table_new (NULL, NULL); in g_dbus_menu_group_get_from_path()
|
D | gcontextspecificgroup.c | 184 group->table = g_hash_table_new (NULL, NULL); in g_context_specific_group_get()
|
/third_party/gstreamer/gstplugins_good/tests/examples/v4l2/ |
D | camctrl.c | 80 css = g_hash_table_new (g_str_hash, g_str_equal); in set_program()
|
/third_party/gstreamer/gstplugins_base/tests/examples/compositor/ |
D | signals.c | 113 g_hash_table_new (g_direct_hash, g_direct_equal); in main()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtprtxreceive.c | 318 rtx->ssrc2_ssrc1_map = g_hash_table_new (g_direct_hash, g_direct_equal); in gst_rtp_rtx_receive_init() 322 rtx->rtx_pt_map = g_hash_table_new (g_direct_hash, g_direct_equal); in gst_rtp_rtx_receive_init()
|
D | gstrtprtxsend.c | 282 rtx->rtx_ssrcs = g_hash_table_new (g_direct_hash, g_direct_equal); in gst_rtp_rtx_send_init() 283 rtx->rtx_pt_map = g_hash_table_new (g_direct_hash, g_direct_equal); in gst_rtp_rtx_send_init() 284 rtx->clock_rate_map = g_hash_table_new (g_direct_hash, g_direct_equal); in gst_rtp_rtx_send_init()
|