HomeSort by relevance Sort by last modified time
    Searched refs:suite_id (Results 1 - 2 of 2) sorted by null

  /external/libdrm/tests/amdgpu/
amdgpu_test.c 298 int suite_id = -1; /* By default run everything */ local
319 suite_id = atoi(optarg);
401 if (suite_id != -1) { /* If user specify particular suite? */
402 pSuite = CU_get_suite_by_index((unsigned int) suite_id,
423 suite_id);
  /external/autotest/site_utils/
test_push.py 697 for suite_id in _all_suite_ids:
698 if AFE.get_jobs(id=suite_id, finished=False):
699 AFE.run('abort_host_queue_entries', job=suite_id)

Completed in 907 milliseconds