OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:handleprofiling
(Results
1 - 25
of
35
) sorted by null
1
2
/frameworks/base/core/java/android/content/pm/
InstrumentationInfo.java
60
public boolean
handleProfiling
;
75
handleProfiling
= orig.
handleProfiling
;
96
dest.writeInt((
handleProfiling
== false) ? 0 : 1);
117
handleProfiling
= source.readInt() != 0;
PackageParser.java
[
all
...]
/cts/tests/tests/content/src/android/content/pm/cts/
InstrumentationInfoTest.java
58
assertEquals(expected.
handleProfiling
, actual.
handleProfiling
);
/sdk/eclipse/scripts/
_mk_icons.sh
15
icon H green
handleProfiling
/frameworks/base/docs/html/guide/topics/manifest/
instrumentation-element.jd
9
android:<a href="#hprof">
handleProfiling
</a>=["true" | "false"]
30
<dt><a name="hprof"></a>{@code android:
handleProfiling
}</dt>
/prebuilts/devtools/tools/lib/
ddmlib.jar
/cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java
248
// by default, profiling was disabled. but after set the
handleProfiling
attribute in the
/prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar
/frameworks/base/core/res/res/values/
attrs_manifest.xml
[
all
...]
public.xml
62
<public type="attr" name="
handleProfiling
" id="0x01010022" />
[
all
...]
/frameworks/base/core/java/android/app/
Instrumentation.java
274
* only call this method if you set the
handleProfiling
attribute in the
[
all
...]
ActivityThread.java
[
all
...]
/prebuilts/sdk/6/
android.jar
/development/sdk/
api-versions.xml
546
<field name="
handleProfiling
" />
[
all
...]
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/api/
14.txt
[
all
...]
15.txt
[
all
...]
1.xml
[
all
...]
10.xml
[
all
...]
11.xml
[
all
...]
12.xml
[
all
...]
13.xml
[
all
...]
16.txt
[
all
...]
/cts/tools/dex-tools/dex/
classes.out.dex
618
public static final int
handleProfiling
[
all
...]
/frameworks/base/api/
current.txt
[
all
...]
Completed in 2434 milliseconds
1
2