Home
last modified time | relevance | path

Searched refs:g_direct_hash (Results 1 – 18 of 18) sorted by relevance

/external/bluetooth/glib/gio/inotify/
Dinotify-path.c102 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()
Dinotify-kernel.c209 cookie_hash = g_hash_table_new (g_direct_hash, g_direct_equal); in _ik_startup()
/external/bluetooth/glib/glib/
Dghash.h139 guint g_direct_hash (gconstpointer v) G_GNUC_CONST;
Dgdataset.c599 g_dataset_location_ht = g_hash_table_new (g_direct_hash, NULL); in g_data_initialize()
Dghash.c515 hash_table->hash_func = hash_func ? hash_func : g_direct_hash; in g_hash_table_new_full()
Dgconvert.c256 iconv_open_hash = g_hash_table_new (g_direct_hash, g_direct_equal); in iconv_cache_init()
Dgaliasdef.c3595 #undef g_direct_hash
3596 extern __typeof (g_direct_hash) g_direct_hash __attribute((alias("IA__g_direct_hash"), visibility("…
Dgutils.c3145 g_direct_hash (gconstpointer v) in g_direct_hash() function
Dgalias.h3584 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/
Dwebkitsecurityorigin.cpp129 …static GHashTable* securityOrigins = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, g_… in webkit_security_origins()
Dwebkitwebhistoryitem.cpp83 …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/
Dfen-kernel.c499 if ((_obj_fen_hash = g_hash_table_new(g_direct_hash, in port_class_init()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2045 g_direct_hash
/external/bluetooth/glib/gobject/
Dgobject.c269 debug_objects_ht = g_hash_table_new (g_direct_hash, NULL); in g_object_type_init()
Dgsignal.c774 g_handler_list_bsa_ht = g_hash_table_new (g_direct_hash, NULL); in g_signal_init()
Dgtype.c4017 static_type_nodes_ht = g_hash_table_new (g_direct_hash, g_direct_equal); in g_type_init_with_debug_flags()
/external/bluetooth/glib/
DChangeLog.pre-1-22394 g_direct_hash with g_direct_equal.
DChangeLog.pre-2-05112 g_int_hash, g_int_equal, g_direct_hash, g_direct_equal,