Home | History | Annotate | Download | only in tests

Lines Matching refs:pieces

61   gint pieces;
63 pieces = g_test_rand_int_range (0, MAX_PIECES + 1);
64 array = g_new (char *, pieces + 1);
65 array[pieces] = NULL;
67 while (pieces--)
68 array[pieces] = cook_piece ();
78 gchar **pieces;
97 if (sleepy->pieces[sleepy->index] == NULL)
110 sleepy->current = sleepy->pieces[sleepy->index++];
126 sleepy->pieces = cook_pieces ();
136 g_strfreev (sleepy->pieces);
192 for (i = 0; stream->pieces[i]; i++)
193 g_string_append (str, stream->pieces[i]);