/frameworks/base/cmds/am/src/com/android/commands/am/ |
Am.java | 338 String profileFile = null; 349 profileFile = nextArgRequired(); 383 if (!mAm.startInstrumentation(cn, profileFile, 0, args, watcher)) { 399 String profileFile = null; 407 profileFile = nextArgRequired(); 410 new File(profileFile), 415 System.err.println("Error: Unable to open file: " + profileFile); 422 if (!mAm.profileControl(process, start, profileFile, fd)) {
|
/external/webkit/SunSpider/ |
sunspider | 235 my $profileFile = "$resultDirectory/sunspider-profile-$timeString.mshark"; 236 rename $newestMShark, $profileFile or die; 237 exec "/usr/bin/open", $profileFile;
|
/frameworks/base/core/java/android/content/ |
ContextWrapper.java | 357 String profileFile, Bundle arguments) { 358 return mBase.startInstrumentation(className, profileFile, arguments);
|
Context.java | [all...] |
/frameworks/base/test-runner/src/android/test/mock/ |
MockContext.java | 326 String profileFile, Bundle arguments) {
|
/frameworks/base/core/java/android/app/ |
ActivityThread.java | [all...] |
IActivityManager.java | 181 public boolean startInstrumentation(ComponentName className, String profileFile,
|
ActivityManagerNative.java | 723 String profileFile = data.readString(); 728 boolean res = startInstrumentation(className, profileFile, fl, arguments, w); [all...] |
ContextImpl.java | 899 String profileFile, Bundle arguments) { 902 className, profileFile, 0, arguments, null); [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ActivityManagerService.java | [all...] |
/prebuilt/sdk/4/ |
android.jar | |
/prebuilt/sdk/6/ |
android.jar | |
/prebuilt/sdk/7/ |
android.jar | |