HomeSort by relevance Sort by last modified time
    Searched refs:profileType (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
ProfileLauncherView.js 59 * @param {!WebInspector.ProfileType} profileType
61 addProfileType: function(profileType)
64 descriptionElement.textContent = profileType.description;
65 var decorationElement = profileType.decorationElement();
68 this._isInstantProfile = profileType.isInstantProfile();
69 this._isEnabled = profileType.isEnabled();
70 this._profileTypeId = profileType.id;
115 * @param {!WebInspector.ProfileType} profileType
    [all...]
ProfilesPanel.js 32 WebInspector.ProfileType = function(id, name)
49 WebInspector.ProfileType.Events = {
56 WebInspector.ProfileType.prototype = {
135 * @this {WebInspector.ProfileType}
197 this.dispatchEventToListeners(WebInspector.ProfileType.Events.AddProfileHeader, profile);
258 this.dispatchEventToListeners(WebInspector.ProfileType.Events.RemoveProfileHeader, profile);
272 WebInspector.ProfileType.DataDisplayDelegate = function()
276 WebInspector.ProfileType.DataDisplayDelegate.prototype = {
294 * @param {!WebInspector.ProfileType} profileType
    [all...]
HeapSnapshotView.js 40 * @param {!WebInspector.ProfileType.DataDisplayDelegate} dataDisplayDelegate
49 profile.profileType().addEventListener(WebInspector.HeapSnapshotProfileType.SnapshotReceived, this._onReceiveSnapshot, this);
50 profile.profileType().addEventListener(WebInspector.ProfileType.Events.RemoveProfileHeader, this._onProfileHeaderRemoved, this);
88 if (WebInspector.experimentsSettings.heapAllocationProfiler.isEnabled() && profile.profileType() === WebInspector.ProfileTypeRegistry.instance.trackingHeapSnapshotProfileType) {
138 if (profile.profileType() !== WebInspector.ProfileTypeRegistry.instance.trackingHeapSnapshotProfileType)
539 if (this._profile.profileType() !== WebInspector.ProfileTypeRegistry.instance.trackingHeapSnapshotProfileType)
776 return this._profile.profileType().getProfiles();
    [all...]
CanvasProfileView.js 614 * @extends {WebInspector.ProfileType}
618 WebInspector.ProfileType.call(this, WebInspector.CanvasProfileType.TypeId, WebInspector.UIString("Capture Canvas Frame"));
759 WebInspector.ProfileType.prototype.removeProfile.call(this, profile);
    [all...]
  /frameworks/base/core/java/android/app/
IApplicationThread.java 118 void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType)
ApplicationThreadNative.java 412 int profileType = data.readInt();
415 profilerControl(start, profilerInfo, profileType);
    [all...]
ActivityThread.java     [all...]
IActivityManager.java 299 ProfilerInfo profilerInfo, int profileType) throws RemoteException;
    [all...]
ActivityManagerNative.java     [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp 564 char profileType[sizeof("-Xprofile-type:")-1 + PROPERTY_VALUE_MAX];
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Renderer11.cpp     [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 585 milliseconds