Searched refs:g_test_rand_int_range (Results 1 – 15 of 15) sorted by relevance
/third_party/glib/gobject/tests/ |
D | signal-handler.c | 137 j = g_test_rand_int_range (0, HANDLERS); in test_disconnect_many_random() 176 j = g_test_rand_int_range (0, HANDLERS); in test_disconnect_2_signals() 223 j = g_test_rand_int_range (0, HANDLERS); in test_disconnect_2_objects() 261 j = g_test_rand_int_range (0, HANDLERS); in test_block_many()
|
/third_party/glib/gio/tests/ |
D | sleepy-stream.c | 26 symbols = g_test_rand_int_range (1, MAX_PIECE_SIZE + 1); in cook_piece() 30 gint c = g_test_rand_int_range (0, 30); in cook_piece() 65 pieces = g_test_rand_int_range (0, MAX_PIECES + 1); in cook_pieces()
|
D | contexts.c | 379 for (i = 0; i < g_test_rand_int_range (1, 5); i++) in test_context_specific_emit()
|
D | glistmodel.c | 178 str[i] = g_test_rand_int_range ('a', 'z'); in make_random_string()
|
/third_party/glib/glib/tests/ |
D | gvariant.c | 60 gchar b = BASIC[g_test_rand_int_range (0, N_BASIC - definite)]; in append_type_string() 102 switch (g_test_rand_int_range (0, definite ? 5 : 7)) in append_type_string() 202 size = g_test_rand_int_range (0, 20); in append_tuple_type_string() 262 np = g_test_rand_int_range (0, np) + 1; in invalid_mutation() 263 nb = g_test_rand_int_range (0, nb) + 1; in invalid_mutation() 296 np = g_test_rand_int_range (0, np) + 1; in invalid_mutation() 327 p = INVALIDS[g_test_rand_int_range (0, N_INVALIDS)]; in invalid_mutation() 338 n = g_test_rand_int_range (0, length); in invalid_mutation() 502 n = g_test_rand_int_range (0, n) + 1; in generate_subtype() 1109 base_type = base_types[g_test_rand_int_range (0, 4)]; in random_type_string() [all …]
|
D | gwakeuptest.c | 161 next_ctx = g_test_rand_int_range (0, NUM_THREADS); in dispatch_token()
|
D | slist.c | 445 array[i] = g_test_rand_int_range (NUMBER_MIN, NUMBER_MAX); in main()
|
D | testing.c | 433 shared_rand_state.irange = g_test_rand_int_range (17, 35); in test_rand1() 452 g_assert_cmpint (shared_rand_state.irange, ==, g_test_rand_int_range (17, 35)); in test_rand2()
|
D | list.c | 629 array[i] = g_test_rand_int_range (NUMBER_MIN, NUMBER_MAX); in main()
|
D | sequence.c | 1412 seed = g_test_rand_int_range (0, G_MAXINT); in main()
|
D | queue.c | 1292 seed = g_test_rand_int_range (0, G_MAXINT); in main()
|
/third_party/glib/glib/ |
D | gtestutils.h | 476 gint32 g_test_rand_int_range (gint32 begin,
|
D | gtestutils.c | 1809 g_test_rand_int_range (gint32 begin, in g_test_rand_int_range() function
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3559 g_test_rand_int_range
|
/third_party/glib/ |
D | NEWS | 2337 - !443 tests: Avoid multithreaded use of g_test_rand_int_range
|