Searched refs:_profile (Results 1 - 5 of 5) sorted by last modified time

/external/lldb/scripts/
H A Dsed-sources54 Skip variants when doing multiple files (no _profile or _debug variants).
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java628 _profile(pr);
632 private native void _profile(Profile pr); method in class:Database
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DCPUProfileView.js79 this.profile = new WebInspector.CPUProfileDataModel(profileHeader._profile || profileHeader.protocolProfile());
707 this._profile = JSON.parse(this._jsonifiedProfile);
H A DCanvasProfileView.js42 this._profile = profile;
130 return this._profile;
360 this._profile._updateCapturingStatus(traceLog);
H A DHeapSnapshotView.js140 this._profile = profile;
466 if (snapshotObjectId <= this._profile.maxJSObjectId)
474 this._profile.load(profileCallback.bind(this));
484 var profileIndex = list.indexOf(this._profile);
517 if (this._profile.profileType() !== WebInspector.ProfileTypeRegistry.instance.trackingHeapSnapshotProfileType)
526 this._profile.load(profileCallback.bind(this));
532 this._profile._wasShown();
754 return this._profile.profileType().getProfiles();
784 var target = this._profile.target();
846 this._profile
[all...]

Completed in 206 milliseconds