/external/webkit/PerformanceTests/SunSpider/ |
sunspider | 240 my $profileFile = "$resultDirectory/sunspider-profile-$timeString.mshark"; 241 rename $newestMShark, $profileFile or die; 242 exec "/usr/bin/open", $profileFile;
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
Am.java | 485 String profileFile = null; 496 profileFile = nextArgRequired(); 531 if (!mAm.startInstrumentation(cn, profileFile, 0, args, watcher)) { 556 String profileFile = null; 589 profileFile = nextArgRequired(); 592 new File(profileFile), 597 System.err.println("Error: Unable to open file: " + profileFile); 613 if (!mAm.profileControl(process, start, profileFile, fd, profileType)) { [all...] |
/frameworks/base/core/java/android/content/ |
ContextWrapper.java | 380 String profileFile, Bundle arguments) { 381 return mBase.startInstrumentation(className, profileFile, arguments);
|
Context.java | [all...] |
/frameworks/base/core/java/android/app/ |
ActivityThread.java | 229 String profileFile; 387 String profileFile; 408 profileFile = file; 416 Debug.startMethodTracing(profileFile, profileFd.getFileDescriptor(), 420 Slog.w(TAG, "Profiling failed on path " + profileFile); 440 profileFile = null; 561 r.profileFile = profileName; 666 ComponentName instrumentationName, String profileFile, 692 data.initProfileFile = profileFile; [all...] |
IActivityManager.java | 87 boolean onlyIfNeeded, boolean debug, String profileFile, 92 boolean onlyIfNeeded, boolean debug, String profileFile, 187 public boolean startInstrumentation(ComponentName className, String profileFile, [all...] |
ActivityManagerNative.java | 127 String profileFile = data.readString(); 133 requestCode, onlyIfNeeded, debug, profileFile, profileFd, autoStopProfiler); 153 String profileFile = data.readString(); 159 requestCode, onlyIfNeeded, debug, profileFile, profileFd, autoStopProfiler); 731 String profileFile = data.readString(); 736 boolean res = startInstrumentation(className, profileFile, fl, arguments, w); [all...] |
ContextImpl.java | [all...] |
/frameworks/base/test-runner/src/android/test/mock/ |
MockContext.java | 343 String profileFile, Bundle arguments) {
|
/frameworks/base/services/java/com/android/server/am/ |
ActivityStack.java | 573 String profileFile = null; 579 profileFile = mService.mProfileFile; 596 mService.isNextTransitionForward(), profileFile, profileFd, [all...] |
ActivityManagerService.java | [all...] |
/prebuilt/sdk/11/ |
android.jar | |
/prebuilt/sdk/14/ |
android.jar | |
/prebuilt/sdk/4/ |
android.jar | |
/prebuilt/sdk/6/ |
android.jar | |
/prebuilt/sdk/9/ |
android.jar | |
/prebuilt/sdk/12/ |
android.jar | |
/prebuilt/sdk/7/ |
android.jar | |