/external/bluetooth/glib/glib/ |
ghash.h | 62 GHashTable* g_hash_table_new_full (GHashFunc hash_func,
|
ghash.c | 482 return g_hash_table_new_full (hash_func, key_equal_func, NULL, NULL); 487 * g_hash_table_new_full: 504 g_hash_table_new_full (GHashFunc hash_func, function 663 * If the #GHashTable was created using g_hash_table_new_full(), the 748 * notifiers using g_hash_table_new_full(). In the latter case the destroy 997 * If the #GHashTable was created using g_hash_table_new_full(), the 1034 * If the #GHashTable was created using g_hash_table_new_full(), the keys [all...] |
galiasdef.c | 920 #undef g_hash_table_new_full macro [all...] |
galias.h | 914 #define g_hash_table_new_full macro [all...] |
/external/webkit/WebKit/gtk/webkit/ |
webkitsecurityorigin.cpp | 130 static GHashTable* securityOrigins = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, g_object_unref); 217 priv->webDatabases = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_object_unref);
|
webkitwebhistoryitem.cpp | 85 static GHashTable* historyItems = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, g_object_unref);
|
webkitwebview.cpp | [all...] |
/external/webkit/WebCore/platform/graphics/gtk/ |
FontPlatformDataPango.cpp | 176 m_hashTable = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_object_unref);
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
hash_tables.sgml | 77 <!-- ##### FUNCTION g_hash_table_new_full ##### -->
|
/external/bluetooth/glib/gio/ |
gdesktopappinfo.c | [all...] |
gfilemonitor.c | 258 monitor->priv->rate_limiter = g_hash_table_new_full (g_file_hash, (GEqualFunc)g_file_equal,
|
giomodule.c | 439 extension_points = g_hash_table_new_full (g_str_hash,
|
gcontenttype.c | 701 type_comment_cache = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free); 1067 mimetypes = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); [all...] |
glocalfileinfo.c | 1069 uid_cache = g_hash_table_new_full (NULL, NULL, NULL, (GDestroyNotify)uid_data_free); 1157 gid_cache = g_hash_table_new_full (NULL, NULL, NULL, (GDestroyNotify)g_free); [all...] |
glocalfile.c | 777 mount_info_hash = g_hash_table_new_full (device_hash, device_equal, [all...] |
/external/bluetooth/glib/gio/fen/ |
fen-node.c | 371 f->children = g_hash_table_new_full (g_str_hash, g_str_equal,
|
/external/bluetooth/glib/tests/ |
hash-test.c | 277 h = g_hash_table_new_full (simple_hash ? one_hash : honeyman_hash,
|
/external/bluetooth/glib/docs/reference/glib/ |
glib-sections.txt | 2011 g_hash_table_new_full [all...] |
/external/webkit/WebCore/platform/gtk/ |
RenderThemeGtk.cpp | 140 , m_partsTable(adoptGRef(g_hash_table_new_full(0, 0, 0, g_free)))
|
/external/bluetooth/glib/ |
ChangeLog.pre-2-10 | 904 g_hash_table_new_full(): create hash tables with a ref count of 1. 1022 g_hash_table_new and g_hash_table_new_full symbols, what was the [all...] |
ChangeLog.pre-2-0 | [all...] |
/external/webkit/WebKit/gtk/WebCoreSupport/ |
FrameLoaderClientGtk.cpp | 446 GRefPtr<GHashTable> hash = adoptGRef(g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free)); [all...] |
/external/webkit/JavaScriptCore/ |
ChangeLog-2009-06-16 | [all...] |
/external/webkit/WebKit/gtk/ |
ChangeLog | [all...] |