HomeSort by relevance Sort by last modified time
    Searched full:profiletype (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebCore/inspector/front-end/
ProfilesPanel.js 28 WebInspector.ProfileType = function(id, name)
34 WebInspector.ProfileType.URLRegExp = /webkit-profile:\/\/(.+)\/(.+)#([0-9]+)/;
36 WebInspector.ProfileType.prototype = {
157 function clickHandler(profileType, buttonElement)
159 profileType.buttonClicked.call(profileType);
166 var profileType = this.getProfileType(typeId);
167 if (profileType.buttonStyle) {
168 var button = new WebInspector.StatusBarButton(profileType.buttonTooltip, profileType.buttonStyle, profileType.buttonCaption)
    [all...]
ProfileView.js 576 WebInspector.ProfileType.call(this, WebInspector.CPUProfileType.TypeId, WebInspector.UIString("CPU PROFILES"));
624 WebInspector.CPUProfileType.prototype.__proto__ = WebInspector.ProfileType.prototype;
DetailedHeapshotView.js     [all...]
HeapSnapshotView.js     [all...]
inspector.js 623 const profileMatch = WebInspector.ProfileType.URLRegExp.exec(anchor.href);
    [all...]
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 404 int profileType = data.readInt();
408 profilerControl(start, path, fd, profileType);
    [all...]
IApplicationThread.java 112 void profilerControl(boolean start, String path, ParcelFileDescriptor fd, int profileType)
ActivityManagerNative.java     [all...]
IActivityManager.java 264 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException;
    [all...]
ActivityThread.java 783 int profileType) {
787 queueOrSendMessage(H.PROFILER_CONTROL, pcd, start ? 1 : 0, profileType);
    [all...]
  /external/llvm/runtime/libprofile/
PathProfiling.c 201 * 0x00 | profileType | functionCount |
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 643 int profileType = 0;
693 if (!mAm.profileControl(process, start, profileFile, fd, profileType)) {
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 188 struct ProfileType
252 ProfileType m_sProfile;
    [all...]

Completed in 1200 milliseconds