Lines Matching refs:printf
72 printf("Errors occurred\n"); in main()
78 printf("\ntest JavaInfo::JavaInfo(const OUString& usJavaHome\n" \ in test_constructor1()
96 printf("\ntest JavaInfo::JavaInfo(const OUString& usVersion, int requirements)\n" \ in test_constructor2()
187 printf("ok\n"); in test_constructor2()
189 printf("failed\n"); in test_constructor2()
196 printf("\ntest JavaInfo::createAllInfo\n" \ in test_createAllInfo()
208 printf("\ntest JavaInfo::compareVersions \n" \ in test_compareVersions()
285 printf("failed\n"); in test_compareVersions()
287 printf("ok\n"); in test_compareVersions()
294 printf("\ntest JavaInfo::createBestInfo\n" \ in test_createBestInfo()
303 printf("\ntest JavaInfo::isEqual\n"); in test_isEqual()
331 printf("failed\n"); in test_isEqual()
333 printf("ok\n"); in test_isEqual()
339 printf("\ntest JavaInfo::getJarFilePath\n"); in test_getJarFilePath()
343 printf("check if this URL is correct:\n"); in test_getJarFilePath()
345 printf("%s\n", oPath.getStr()); in test_getJarFilePath()
363 printf("%s %s\n",sType.getStr(), sVersion.getStr()); in printInfo()
364 printf("\t%s \n",sHome.getStr()); in printInfo()
365 printf("\t%s \n",sLib.getStr()); in printInfo()
366 printf("\tLibDir: %s \n", sLibLocation.getStr()); in printInfo()
367 printf("\t%s\n", baccess ? "accessible" : "not accessible"); in printInfo()