Lines Matching refs:printf
103 printf("Usage:\n"); in Usage()
104 printf("bionic_benchmarks [--bionic_cpu=<cpu_to_isolate>]\n"); in Usage()
105 printf(" [--bionic_xml=<path_to_xml>]\n"); in Usage()
106 printf(" [--bionic_iterations=<num_iter>]\n"); in Usage()
107 printf(" [--bionic_extra=\"<fn_name> <arg1> <arg 2> ...\"]\n"); in Usage()
108 printf(" [<Google benchmark flags>]\n"); in Usage()
109 printf("Google benchmark flags:\n"); in Usage()
171 printf("ERROR: no argument specified for bionic_cpu\n"); in ParseOpts()
179 printf("ERROR: no argument specified for bionic_xml\n"); in ParseOpts()
187 printf("ERROR: no argument specified for bionic_extra\n"); in ParseOpts()
199 printf("ERROR: no argument specified for bionic_iterations\n"); in ParseOpts()
584 printf("Cannot find xml file %s: does not exist or is not a file.\n", opts.xmlpath.c_str()); in main()