Lines Matching full:all
63 printf("* ALL:\n"); in cmd_groups_help()
64 printf(" [.] rktest all - test all\n"); in cmd_groups_help()
65 printf(" [.] rktest all v1 - test all, ignore noreturn items\n"); in cmd_groups_help()
66 printf(" [.] rktest all v2 - test all, ignore interactive items\n"); in cmd_groups_help()
67 …printf(" [.] rktest all v3 - test all, ignore interactive and noreturn ite… in cmd_groups_help()
68 printf(" [.] rktest storage - test all storage\n"); in cmd_groups_help()
69 printf(" [.] rktest power - test all power\n"); in cmd_groups_help()
70 printf(" [.] rktest misc - test all misc\n"); in cmd_groups_help()
71 printf(" [.] rktest net - test all net\n"); in cmd_groups_help()
72 printf(" [.] rktest display - test all display\n"); in cmd_groups_help()
115 if (!strcmp(argv[0], "all")) { in do_rockchip_test()
116 /* Test all skip_mode: v1, v2, v3... */ in do_rockchip_test()
125 /* rktest all has no valid parameter */ in do_rockchip_test()
175 /* Run all commands in 'this' grp */ in do_rockchip_test()