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

1 2

  /external/webkit/Source/JavaScriptCore/API/
JSProfilerPrivate.cpp 44 profiler->stopProfiling(exec, title->ustring());
  /external/webkit/Source/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
Profiler.h 60 PassRefPtr<Profile> stopProfiling(ExecState*, const UString& title);
61 void stopProfiling(JSGlobalObject*);
ProfileGenerator.h 60 void stopProfiling();
Profiler.cpp 82 PassRefPtr<Profile> Profiler::stopProfiling(ExecState* exec, const UString& title)
88 profileGenerator->stopProfiling();
102 void Profiler::stopProfiling(JSGlobalObject* origin)
107 profileGenerator->stopProfiling();
ProfileGenerator.cpp 124 void ProfileGenerator::stopProfiling()
126 m_profile->forEach(&ProfileNode::stopProfiling);
ProfileNode.h 62 void stopProfiling();
ProfileNode.cpp 162 void ProfileNode::stopProfiling()
  /external/webkit/Source/WebCore/bindings/js/
ScriptProfiler.cpp 51 RefPtr<JSC::Profile> profile = JSC::Profiler::profiler()->stopProfiling(state, stringToUString(title));
  /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() {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ListActivity.java 98 public void stopProfiling(View v) {
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 253 mInstrumentation.stopProfiling();
  /frameworks/base/core/java/android/app/
ActivityThread.java 486 public void stopProfiling() {
    [all...]
IActivityManager.java 94 boolean stopProfiling) throws RemoteException;
    [all...]
Instrumentation.java 288 public void stopProfiling() {
    [all...]
ActivityManagerNative.java 403 boolean stopProfiling = data.readInt() != 0;
405 activityIdle(token, config, stopProfiling);
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.cpp 96 (*profiler)->stopProfiling(this);
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 

Completed in 204 milliseconds

1 2