Searched refs:dvmFprintf (Results 1 – 5 of 5) sorted by relevance
/dalvik/vm/ |
D | Init.c | 65 dvmFprintf(stderr, "%s: [options] class [argument ...]\n", progName); in dvmUsage() 66 dvmFprintf(stderr, "%s: [options] -jar file.jar [argument ...]\n",progName); in dvmUsage() 67 dvmFprintf(stderr, "\n"); in dvmUsage() 68 dvmFprintf(stderr, "The following standard options are recognized:\n"); in dvmUsage() 69 dvmFprintf(stderr, " -classpath classpath\n"); in dvmUsage() 70 dvmFprintf(stderr, " -Dproperty=value\n"); in dvmUsage() 71 dvmFprintf(stderr, " -verbose:tag ('gc', 'jni', or 'class')\n"); in dvmUsage() 72 dvmFprintf(stderr, " -ea[:<package name>... |:<class name>]\n"); in dvmUsage() 73 dvmFprintf(stderr, " -da[:<package name>... |:<class name>]\n"); in dvmUsage() 74 dvmFprintf(stderr, " (-enableassertions, -disableassertions)\n"); in dvmUsage() [all …]
|
D | Common.h | 142 dvmFprintf(stdout, "%s:%-4d ", __FILE__, __LINE__); \ 143 dvmFprintf(stdout, __VA_ARGS__); \
|
D | Init.h | 48 int dvmFprintf(FILE* fp, const char* format, ...)
|
D | AtomicCache.c | 164 dvmFprintf(stdout, in dvmDumpAtomicCacheStats()
|
/dalvik/vm/test/ |
D | AtomicSpeed.c | 81 dvmFprintf(stdout, "%d\n", j); in dvmTestAtomicSpeedSub() 83 dvmFprintf(stdout, "."); in dvmTestAtomicSpeedSub() 105 dvmFprintf(stdout, "\n"); in dvmTestAtomicSpeed() 106 dvmFprintf(stdout, "Atomic speed test results (%d per iteration):\n", in dvmTestAtomicSpeed() 109 dvmFprintf(stdout, in dvmTestAtomicSpeed()
|