HomeSort by relevance Sort by last modified time
    Searched full:g_rand_new (Results 1 - 12 of 12) sorted by null

  /external/bluetooth/glib/glib/
grand.c 153 * g_rand_new:
162 g_rand_new (void) function
543 global_random = g_rand_new ();
566 global_random = g_rand_new ();
586 global_random = g_rand_new ();
608 global_random = g_rand_new ();
grand.h 52 GRand* g_rand_new (void);
galiasdef.c 2247 #undef g_rand_new macro
    [all...]
galias.h 2241 #define g_rand_new macro
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
random_numbers.sgml 85 <!-- ##### FUNCTION g_rand_new ##### -->
  /external/bluetooth/glib/gio/tests/
data-output-stream.c 258 rand = g_rand_new ();
data-input-stream.c 283 rand = g_rand_new ();
  /external/bluetooth/glib/tests/refcount/
signals.c 84 rand = g_rand_new();
  /external/bluetooth/glib/
ChangeLog.pre-2-4 533 (g_rand_new): Use getppid() only on G_OS_UNIX.
599 glib/grand.h (g_rand_new) (g_rand_new_with_seed)
606 the reference implementation uses. Also modify g_rand_new to
617 * glib/grand.c (g_rand_new): Add testing for EINTR when reading
    [all...]
ChangeLog.pre-2-12 474 * glib/grand.c (g_rand_new): Don't repeat a failed fclose()
ChangeLog.pre-2-0     [all...]
  /external/bluetooth/glib/docs/reference/glib/
glib-sections.txt     [all...]

Completed in 1101 milliseconds