• Home
  • Raw
  • Download

Lines Matching refs:dvmFprintf

237     dvmFprintf(stdout, ".");  in testAtomicSpeedSub()
255 dvmFprintf(stdout, "\n"); in testAtomicSpeed()
256 dvmFprintf(stdout, "%s speed test results (%d per iteration):\n", in testAtomicSpeed()
259 dvmFprintf(stdout, in testAtomicSpeed()
274 dvmFprintf(stdout, "__ARM_ARCH__ is %d\n", __ARM_ARCH__); in dvmTestAtomicSpeed()
277 dvmFprintf(stdout, "ANDROID_SMP is %d\n", ANDROID_SMP); in dvmTestAtomicSpeed()
279 dvmFprintf(stdout, "Creating threads\n"); in dvmTestAtomicSpeed()
285 dvmFprintf(stderr, "thread create failed\n"); in dvmTestAtomicSpeed()
293 dvmFprintf(stdout, "Starting test\n"); in dvmTestAtomicSpeed()
306 dvmFprintf(stderr, "thread join (%d) failed\n", i); in dvmTestAtomicSpeed()
311 dvmFprintf(stdout, "All threads stopped, time is %.6fms\n", in dvmTestAtomicSpeed()
323 dvmFprintf(stdout, "incTest = %d\n", incTest); in dvmTestAtomicSpeed()
324 dvmFprintf(stdout, "decTest = %d\n", decTest); in dvmTestAtomicSpeed()
325 dvmFprintf(stdout, "addTest = %d\n", addTest); in dvmTestAtomicSpeed()
326 dvmFprintf(stdout, "casTest = %d\n", casTest); in dvmTestAtomicSpeed()
327 dvmFprintf(stdout, "wideCasTest = 0x%llx\n", wideCasTest); in dvmTestAtomicSpeed()
335 dvmFprintf(stdout, "Same iterations done serially: time is %.6fms\n", in dvmTestAtomicSpeed()
348 dvmFprintf(stdout, "failing test did not fail!\n"); in dvmTestAtomicSpeed()
350 dvmFprintf(stdout, "andTest = %#x\n", andTest); in dvmTestAtomicSpeed()
351 dvmFprintf(stdout, "orTest = %#x\n", orTest); in dvmTestAtomicSpeed()
352 dvmFprintf(stdout, "failingCasTest = %d\n", failingCasTest); in dvmTestAtomicSpeed()
363 dvmFprintf(stdout, "bionic 3 inc: %d -> %d\n", prev, tester); in dvmTestAtomicSpeed()
367 dvmFprintf(stdout, "bionic 3 dec: %d -> %d\n", prev, tester); in dvmTestAtomicSpeed()
369 dvmFprintf(stdout, "bionic swap: %d -> %d\n", prev, tester); in dvmTestAtomicSpeed()
371 dvmFprintf(stdout, "bionic cmpxchg: %d (%d)\n", tester, swapok); in dvmTestAtomicSpeed()