OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isprofiling
(Results
1 - 25
of
34
) sorted by null
1
2
/external/chromium_org/base/allocator/
type_profiler_tcmalloc.cc
19
if (Controller::
IsProfiling
())
28
if (Controller::
IsProfiling
())
type_profiler_control.cc
28
bool Controller::
IsProfiling
() {
type_profiler_control.h
16
static bool
IsProfiling
();
type_profiler_unittest.cc
160
EXPECT_TRUE(Controller::
IsProfiling
());
164
EXPECT_FALSE(Controller::
IsProfiling
());
175
EXPECT_TRUE(Controller::
IsProfiling
());
/external/chromium_org/v8/src/
sampler.h
77
bool
IsProfiling
() const {
sampler.cc
552
if (!sampler->
IsProfiling
()) continue;
/frameworks/base/core/java/android/app/
Instrumentation.java
210
if (!
isProfiling
()) {
216
if (!
isProfiling
()) {
273
public boolean
isProfiling
() {
274
return mThread.
isProfiling
();
278
* This method will start profiling if
isProfiling
() returns true. You should
283
if (mThread.
isProfiling
()) {
291
* Stops profiling if
isProfiling
() returns true.
294
if (mThread.
isProfiling
()) {
[
all
...]
ActivityThread.java
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
ProfilesPanel.js
570
var
isProfiling
= type.buttonClicked();
571
this._updateRecordButton(
isProfiling
);
572
if (
isProfiling
) {
[
all
...]
/cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java
253
assertFalse(mInstrumentation.
isProfiling
());
/external/chromium_org/third_party/WebKit/Source/devtools/
Inspector-0.1.json
[
all
...]
Inspector-1.0.json
[
all
...]
Inspector-1.1.json
[
all
...]
/cts/tools/dex-tools/dex/
classes.out.dex
[
all
...]
/external/chromium_org/third_party/libaddressinput/src/java/
android.jar
/prebuilts/tools/common/api-versions/android-1/
android.jar
/prebuilts/tools/common/api-versions/android-2/
android.jar
/prebuilts/tools/common/api-versions/android-3/
android.jar
/frameworks/base/api/
current.txt
[
all
...]
system-current.txt
[
all
...]
/prebuilts/sdk/api/
1.xml
[
all
...]
14.txt
[
all
...]
15.txt
[
all
...]
16.txt
[
all
...]
17.txt
[
all
...]
Completed in 352 milliseconds
1
2