Home
last modified time | relevance | path

Searched refs:cat2 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/board/olpc/
H A Dolpc.fth35 boot-file " console=ttyS2,115200 " $cat2 to boot-file
39 boot-file " console=ttyS0,115200 reboot=pci " $cat2 to boot-file
44 " OLPC" $= if boot-file " fbcon=font:TER16x32 vt.color=0xf0 " $cat2 to boot-file then
46 boot-file " console=tty0 rootwait" $cat2 to boot-file
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp325 QPlaceCategory cat2; in categoriesTest() local
326 cat2.setName("cat2"); in categoriesTest()
332 categories << cat2 << cat3; in categoriesTest()
336 QVERIFY(place.categories().contains(cat2)); in categoriesTest()