Home
last modified time | relevance | path

Searched refs:test_group (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocameratiles/
H A Dtst_qgeocameratiles.cpp64 …void test_group(const PositionTestInfo &pti, QList<int> &xVals, QList<int> &wVals, QList<int> &yVa…
111 void tst_QGeoCameraTiles::test_group(const PositionTestInfo &pti, QList<int> &xVals, QList<int> &wV… in test_group() function in tst_QGeoCameraTiles
547 test_group(pti, mid_tm1x, mid_tm1w, mid_tm1x, mid_tm1w); in tilesPositions_data()
553 test_group(pti, mid_tm1x, mid_tm1w, top_tm1x, top_tm1w); in tilesPositions_data()
559 test_group(pti, mid_tm1x, mid_tm1w, bottom_tm1x, bottom_tm1w); in tilesPositions_data()
565 test_group(pti, left_tm1x, left_tm1w, mid_tm1x, mid_tm1w); in tilesPositions_data()
571 test_group(pti, right_tm1x, right_tm1w, mid_tm1x, mid_tm1w); in tilesPositions_data()
582 test_group(pti, mid_tm1x, mid_tm1w, mid_tm1x, mid_tm1w); in tilesPositions_data()
588 test_group(pti, mid_tm1x, mid_tm1w, top_tm1x, top_tm1w); in tilesPositions_data()
594 test_group(pti, mid_tm1x, mid_tm1w, bottom_tm1x, bottom_tm1w); in tilesPositions_data()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/kunit/
H A Dkunit_json.py44 test_group = {
55 json_obj = json.dumps(test_group, indent=4)
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/attr/acl/
H A D0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch19 libtestlookup_la_SOURCES = test/test_passwd.c test/test_group.c
/OK3568_Linux_fs/kernel/drivers/vfio/
H A Dvfio.c1744 bool vfio_external_group_match_file(struct vfio_group *test_group, in vfio_external_group_match_file() argument
1749 return (filep->f_op == &vfio_group_fops) && (group == test_group); in vfio_external_group_match_file()