Home
last modified time | relevance | path

Searched refs:tracePath (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
DDebug.java1274 public static void startMethodTracing(String tracePath) { in startMethodTracing() argument
1275 startMethodTracing(tracePath, 0, 0); in startMethodTracing()
1306 public static void startMethodTracing(String tracePath, int bufferSize) { in startMethodTracing() argument
1307 startMethodTracing(tracePath, bufferSize, 0); in startMethodTracing()
1340 public static void startMethodTracing(String tracePath, int bufferSize, int flags) { in startMethodTracing() argument
1341 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, flags, false, 0); in startMethodTracing()
1363 public static void startMethodTracingSampling(String tracePath, int bufferSize, in startMethodTracingSampling() argument
1365 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, 0, true, intervalUs); in startMethodTracingSampling()
1371 private static String fixTracePath(String tracePath) { in fixTracePath() argument
1372 if (tracePath == null || tracePath.charAt(0) != '/') { in fixTracePath()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/dex/
DArtManagerService.java589 Path tracePath = Paths.get(IORAP_DIR, in checkIorapCompiledTrace() local
596 boolean exists = Files.exists(tracePath); in checkIorapCompiledTrace()
598 Log.d(TAG, tracePath.toString() + (exists? " exists" : " doesn't exist")); in checkIorapCompiledTrace()
601 long bytes = Files.size(tracePath); in checkIorapCompiledTrace()
603 Log.d(TAG, tracePath.toString() + " size is " + Long.toString(bytes)); in checkIorapCompiledTrace()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...