Searched refs:g_direct_hash (Results 1 – 18 of 18) sorted by relevance
/external/bluetooth/glib/gio/inotify/ |
D | inotify-path.c | 102 sub_dir_hash = g_hash_table_new (g_direct_hash, g_direct_equal); in _ip_startup() 103 wd_dir_hash = g_hash_table_new (g_direct_hash, g_direct_equal); in _ip_startup()
|
D | inotify-kernel.c | 209 cookie_hash = g_hash_table_new (g_direct_hash, g_direct_equal); in _ik_startup()
|
/external/bluetooth/glib/glib/ |
D | ghash.h | 139 guint g_direct_hash (gconstpointer v) G_GNUC_CONST;
|
D | gdataset.c | 599 g_dataset_location_ht = g_hash_table_new (g_direct_hash, NULL); in g_data_initialize()
|
D | ghash.c | 515 hash_table->hash_func = hash_func ? hash_func : g_direct_hash; in g_hash_table_new_full()
|
D | gconvert.c | 256 iconv_open_hash = g_hash_table_new (g_direct_hash, g_direct_equal); in iconv_cache_init()
|
D | galiasdef.c | 3595 #undef g_direct_hash 3596 extern __typeof (g_direct_hash) g_direct_hash __attribute((alias("IA__g_direct_hash"), visibility("…
|
D | gutils.c | 3145 g_direct_hash (gconstpointer v) in g_direct_hash() function
|
D | galias.h | 3584 extern __typeof (g_direct_hash) IA__g_direct_hash __attribute((visibility("hidden"))) G_GNUC_CONST; 3585 #define g_direct_hash IA__g_direct_hash macro
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitsecurityorigin.cpp | 129 …static GHashTable* securityOrigins = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, g_… in webkit_security_origins()
|
D | webkitwebhistoryitem.cpp | 83 …static GHashTable* historyItems = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, g_obj… in webkit_history_items()
|
/external/bluetooth/glib/gio/fen/ |
D | fen-kernel.c | 499 if ((_obj_fen_hash = g_hash_table_new(g_direct_hash, in port_class_init()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 2045 g_direct_hash
|
/external/bluetooth/glib/gobject/ |
D | gobject.c | 269 debug_objects_ht = g_hash_table_new (g_direct_hash, NULL); in g_object_type_init()
|
D | gsignal.c | 774 g_handler_list_bsa_ht = g_hash_table_new (g_direct_hash, NULL); in g_signal_init()
|
D | gtype.c | 4017 static_type_nodes_ht = g_hash_table_new (g_direct_hash, g_direct_equal); in g_type_init_with_debug_flags()
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-1-2 | 2394 g_direct_hash with g_direct_equal.
|
D | ChangeLog.pre-2-0 | 5112 g_int_hash, g_int_equal, g_direct_hash, g_direct_equal,
|