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

  /external/webkit/JavaScriptCore/API/
JSProfilerPrivate.cpp 44 profiler->stopProfiling(exec, title->ustring());
  /external/webkit/WebCore/bindings/js/
ScriptProfiler.cpp 44 return JSC::Profiler::profiler()->stopProfiling(state, title);
  /external/webkit/JavaScriptCore/profiler/
ProfilerServer.mm 44 - (void)stopProfiling;
72 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(stopProfiling) name:@"ProfilerServerStopNotification" object:nil];
82 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(stopProfiling) name:[_serverName stringByAppendingString:@"-Stop"] object:nil];
98 - (void)stopProfiling
ProfileGenerator.h 57 void stopProfiling();
Profiler.h 58 PassRefPtr<Profile> stopProfiling(ExecState*, const UString& title);
ProfileGenerator.cpp 113 void ProfileGenerator::stopProfiling()
115 m_profile->forEach(&ProfileNode::stopProfiling);
Profiler.cpp 80 PassRefPtr<Profile> Profiler::stopProfiling(ExecState* exec, const UString& title)
86 profileGenerator->stopProfiling();
ProfileNode.cpp 159 void ProfileNode::stopProfiling()
ProfileNode.h 60 void stopProfiling();
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListRecyclerProfiling.java 48 ImageButton stopProfiling = (ImageButton) findViewById(R.id.pause);
49 stopProfiling.setOnClickListener(new View.OnClickListener() {
  /external/webkit/WebCore/inspector/
InspectorBackend.h 103 void stopProfiling();
InspectorBackend.idl 75 void stopProfiling();
InspectorBackend.cpp 257 void InspectorBackend::stopProfiling()
  /external/webkit/WebCore/inspector/front-end/
InspectorBackendStub.js 209 stopProfiling: function()
ProfileView.js 599 InspectorBackend.stopProfiling();
  /external/webkit/WebKit/chromium/src/js/
ProfilerAgent.js 180 devtools.ProfilerAgent.prototype.stopProfiling = function(modules)
InspectorControllerImpl.js 199 devtools.InspectorBackendImpl.prototype.stopProfiling = function()
201 devtools.tools.getProfilerAgent().stopProfiling( devtools.ProfilerAgent.ProfilerModules.PROFILER_MODULE_CPU);
Tests.js 457 InspectorBackend.stopProfiling();
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 450 method = "stopProfiling",
460 mInstrumentation.stopProfiling();
  /external/webkit/JavaScriptCore/runtime/
JSGlobalObject.cpp 104 (*profiler)->stopProfiling(globalExec(), UString());
  /frameworks/base/core/java/android/app/
Instrumentation.java 280 public void stopProfiling() {
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 425 milliseconds