HomeSort by relevance Sort by last modified time
    Searched defs:test_data (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/tests/
mainloop-test.c 232 TestData *test_data = data; local
237 test_data->current_val = atoi (result);
238 test_data->iters--;
240 if (test_data->iters == 0)
242 if (test_data->current_val != ITERS * INCREMENT)
245 test_data->current_val, ITERS * INCREMENT);
250 g_io_channel_unref (test_data->in);
252 g_free (test_data);
257 do_add (test_data->in, test_data->current_val, INCREMENT)
266 TestData *test_data; local
    [all...]
  /external/dbus/test/name-test/
test-names.c 38 CommandAndResult test_data[] = { variable
152 expected_conn_num = test_data[iteration].expected_queue[i];
344 i = test_data[iteration].expected_queue[0];
352 i = test_data[iteration - 1].expected_queue[0];
357 i = test_data[iteration].expected_queue[0];
403 test_data_len = sizeof (test_data) / sizeof (CommandAndResult);
498 if (test_data[i].command == ADD_CONNECTION)
500 result = dbus_bus_request_name (conn[test_data[i].connection_number],
502 test_data[i].flags,
512 else if (test_data[i].command == REMOVE_CONNECTION
    [all...]
  /external/bluetooth/glib/glib/
gtestutils.c 52 gpointer test_data; member in struct:GTestCase
869 * @test_data: test data argument for the test functions
896 gconstpointer test_data,
908 tc->test_data = (gpointer) test_data;
919 gconstpointer test_data,
950 GTestCase *tc = g_test_create_case (seg, data_size, test_data, data_setup, fixture_test_func, data_teardown);
982 * @test_data: Test data argument for the test function.
988 * slash-separated portions of @testpath. The @test_data argument
995 gconstpointer test_data,
    [all...]

Completed in 53 milliseconds