Home
last modified time | relevance | path

Searched refs:g_str_hash (Results 1 – 25 of 32) sorted by relevance

12

/external/bluetooth/glib/glib/
Dghash.h127 guint g_str_hash (gconstpointer v);
Dgstring.c91 g_str_hash (gconstpointer v) in g_str_hash() function
277 chunk->const_table = g_hash_table_new (g_str_hash, g_str_equal); in g_string_chunk_insert_const()
Dgdataset.c687 g_quark_ht = g_hash_table_new (g_str_hash, g_str_equal); in g_quark_new()
Dgutf8.c412 alias_hash = g_hash_table_new (g_str_hash, g_str_equal); in get_alias_hash()
Dgconvert.c255 iconv_cache = g_hash_table_new (g_str_hash, g_str_equal); in iconv_cache_init()
Dgkeyfile.c205 key_file->group_hash = g_hash_table_new (g_str_hash, g_str_equal); in g_key_file_init()
3019 group->lookup_map = g_hash_table_new (g_str_hash, g_str_equal); in g_key_file_add_group()
Dgoption.c638 shadow_map = g_hash_table_new (g_str_hash, g_str_equal); in g_option_context_get_help()
Dgaliasdef.c3011 #undef g_str_hash
3012 extern __typeof (g_str_hash) g_str_hash __attribute((alias("IA__g_str_hash"), visibility("default")…
/external/webkit/Source/WebCore/platform/graphics/pango/
DFontPlatformDataPango.cpp175 m_hashTable = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_object_unref); in init()
/external/bluetooth/glib/gio/
Dgfileinfo.c153 ns_hash = g_hash_table_new (g_str_hash, g_str_equal); in lookup_namespace()
154 attribute_hash = g_hash_table_new (g_str_hash, g_str_equal); in lookup_namespace()
188 ns_hash = g_hash_table_new (g_str_hash, g_str_equal); in lookup_attribute()
189 attribute_hash = g_hash_table_new (g_str_hash, g_str_equal); in lookup_attribute()
Dgdesktopappinfo.c2058 apps = g_hash_table_new_full (g_str_hash, g_str_equal, in g_app_info_get_all()
2184 dir->mime_info_cache_map = g_hash_table_new_full (g_str_hash, g_str_equal, in mime_info_cache_dir_init()
2272 dir->defaults_list_map = g_hash_table_new_full (g_str_hash, g_str_equal, in mime_info_cache_dir_init_defaults_list()
2352 dir->mimeapps_list_added_map = g_hash_table_new_full (g_str_hash, g_str_equal, in mime_info_cache_dir_init_mimeapps_list()
2357 dir->mimeapps_list_removed_map = g_hash_table_new_full (g_str_hash, g_str_equal, in mime_info_cache_dir_init_mimeapps_list()
2586 cache->global_defaults_cache = g_hash_table_new_full (g_str_hash, g_str_equal, in mime_info_cache_new()
Dgthemedicon.c440 hash ^= g_str_hash (themed->names[i]); in g_themed_icon_hash()
Dgcontenttype.c222 _type_icons = g_hash_table_new (g_str_hash, g_str_equal); in g_content_type_get_icon()
701 type_comment_cache = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free); in g_content_type_get_description()
1067 mimetypes = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); in g_content_types_get_registered()
Dgiomodule.c439 extension_points = g_hash_table_new_full (g_str_hash, in g_io_extension_point_register()
Dgdummyfile.c207 return g_str_hash (dummy->text_uri); in g_dummy_file_hash()
Dgunixmounts.c363 mounts_hash = g_hash_table_new (g_str_hash, g_str_equal); in _g_get_unix_mounts()
Dglocalfile.c512 return g_str_hash (local->filename); in g_local_file_hash()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitsecurityorigin.cpp216 priv->webDatabases = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_object_unref); in webkit_security_origin_init()
/external/bluetooth/glib/gio/inotify/
Dinotify-path.c101 path_dir_hash = g_hash_table_new (g_str_hash, g_str_equal); in _ip_startup()
/external/bluetooth/glib/gio/fen/
Dfen-node.c371 f->children = g_hash_table_new_full (g_str_hash, g_str_equal, in node_new()
/external/bluetooth/glib/gobject/
Dglib-genmarshal.c627 marshallers = g_hash_table_new (g_str_hash, g_str_equal); in main()
/external/bluetooth/glib/gio/win32/
Dgwinhttpfile.c284 guint retval = g_str_hash (uri); in g_winhttp_file_hash()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp618 …GRefPtr<GHashTable> hash = adoptGRef(g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free… in createPlugin()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2049 g_str_hash
/external/bluetooth/glib/
DChangeLog.pre-2-8419 * glib/gstring.c (g_str_hash): Fix portability issues.
683 * glib/gstring.c (g_str_equal, g_str_hash): Move docs

12