Home
last modified time | relevance | path

Searched refs:g_test_rand_int (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/glib/tests/
Dtesting.c430 shared_rand_state.vint1 = g_test_rand_int(); in test_rand1()
431 shared_rand_state.vint2 = g_test_rand_int(); in test_rand1()
450 g_assert_cmpint (shared_rand_state.vint1, ==, g_test_rand_int()); in test_rand2()
451 g_assert_cmpint (shared_rand_state.vint2, ==, g_test_rand_int()); in test_rand2()
467 int vint = g_test_rand_int(); in test_random_conversions()
Dgvariant.c1165 instance->seed = g_test_rand_int (); in random_instance()
2034 instance->data.integer = g_test_rand_int (); in tree_instance_new()
2039 instance->data.integer = g_test_rand_int (); in tree_instance_new()
2044 instance->data.integer = g_test_rand_int (); in tree_instance_new()
2049 instance->data.integer = g_test_rand_int (); in tree_instance_new()
2051 instance->data.integer |= (guint32) g_test_rand_int (); in tree_instance_new()
/third_party/glib/gio/tests/
Dgmenumodel.c672 seed = g_test_rand_int (); in test_equality()
734 rand = g_rand_new_with_seed (g_test_rand_int ()); in test_random()
976 state.rand = g_rand_new_with_seed (g_test_rand_int ()); in do_roundtrip()
1176 rand = g_rand_new_with_seed (g_test_rand_int ()); in do_modify()
1226 GRand *rand = g_rand_new_with_seed (g_test_rand_int ()); in test_dbus_threaded()
/third_party/glib/glib/
Dgtestutils.h472 #define g_test_rand_bit() (0 != (g_test_rand_int() & (1 << 15)))
474 gint32 g_test_rand_int (void);
Dgtestutils.c1785 g_test_rand_int (void) in g_test_rand_int() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3558 g_test_rand_int