/frameworks/base/core/java/android/app/ |
D | ProfilerInfo.java | 54 public final String profileFile; field in ProfilerInfo 98 profileFile = filename; in ProfilerInfo() 110 profileFile = in.profileFile; in ProfilerInfo() 160 return new ProfilerInfo(this.profileFile, this.profileFd, this.samplingInterval, in setAgent() 190 out.writeString(profileFile); in writeToParcel() 209 proto.write(ProfilerInfoProto.PROFILE_FILE, profileFile); in dumpDebug() 236 profileFile = in.readString(); in ProfilerInfo() 257 return Objects.equals(profileFile, other.profileFile) in equals() 268 result = 31 * result + Objects.hashCode(profileFile); in hashCode()
|
D | ActivityThread.java | 1002 String profileFile; field in ActivityThread.Profiler 1030 profileFile = profilerInfo.profileFile; in setProfiler() 1046 VMDebug.startMethodTracing(profileFile, profileFd.getFileDescriptor(), in startProfiling() 1051 Slog.w(TAG, "Profiling failed on path " + profileFile, e); in startProfiling() 1071 profileFile = null; in stopProfiling() 3014 return mProfiler != null && mProfiler.profileFile != null in isProfiling() 3019 return mProfiler.profileFile; in getProfileFilePath() 6870 Slog.w(TAG, "Profiling failed on path " + profilerInfo.profileFile in handleProfilerControl() 7227 mProfiler.profileFile = data.initProfilerInfo.profileFile; in handleBindApplication() 7754 if (mProfiler.profileFile != null && !ii.handleProfiling in initInstrumentation() [all …]
|
D | IActivityManager.aidl | 237 boolean startInstrumentation(in ComponentName className, in String profileFile, in startInstrumentation() argument
|
D | ContextImpl.java | 2211 String profileFile, Bundle arguments) { in startInstrumentation() argument 2217 className, profileFile, 0, arguments, null, null, getUserId(), in startInstrumentation()
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
D | Am.java | 162 instrument.profileFile = nextArgRequired(); in runInstrument()
|
D | Instrument.java | 85 public String profileFile = null; field in Instrument 541 if (!mAm.startInstrumentation(cn, profileFile, flags, args, watcher, connection, userId, in run()
|
/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/ |
D | RavenwoodBaseContext.java | 570 public boolean startInstrumentation(ComponentName className, String profileFile, in startInstrumentation() argument
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppProfiler.java | 2408 boolean needsInfo = mProfileData.getProfilerInfo().profileFile != null in setupProfilerInfoLocked() 2544 && (mProfileData.getProfilerInfo().profileFile != null in dumpProfileDataLocked() 2554 pw.println(" mProfileFile=" + mProfileData.getProfilerInfo().profileFile in dumpProfileDataLocked() 2654 && (mProfileData.getProfilerInfo().profileFile != null in writeProfileDataToProtoLocked()
|
D | ActivityManagerShellCommand.java | 1069 String profileFile = null; 1134 profileFile = getNextArgRequired(); 1135 fd = openFileForSystem(profileFile, "w"); 1139 profilerInfo = new ProfilerInfo(profileFile, fd, mSamplingInterval, false, mStreaming,
|
/frameworks/base/core/java/android/content/ |
D | ContextWrapper.java | 930 @Nullable String profileFile, @Nullable Bundle arguments) { in startInstrumentation() argument 931 return mBase.startInstrumentation(className, profileFile, arguments); in startInstrumentation()
|
D | Context.java | 4137 @Nullable String profileFile, @Nullable Bundle arguments); in startInstrumentation() argument
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | ApplicationContext.java | 918 public boolean startInstrumentation(ComponentName className, String profileFile, in startInstrumentation() argument 922 return context.startInstrumentation(className, profileFile, arguments); in startInstrumentation()
|
/frameworks/base/test-mock/src/android/test/mock/ |
D | MockContext.java | 670 String profileFile, Bundle arguments) { in startInstrumentation() argument
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowProcessController.java | 1412 if (currentProfilerInfo == null || currentProfilerInfo.profileFile == null in createProfilerInfoIfNeeded()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 2009 Landroid/app/ActivityThread$Profiler;->profileFile:Ljava/lang/String; 8285 Landroid/app/ProfilerInfo;->profileFile:Ljava/lang/String;
|