HomeSort by relevance Sort by last modified time
    Searched full:handleprofiling (Results 1 - 25 of 34) sorted by null

1 2

  /frameworks/base/core/java/android/content/pm/
InstrumentationInfo.java 64 public boolean handleProfiling;
79 handleProfiling = orig.handleProfiling;
100 dest.writeInt((handleProfiling == false) ? 0 : 1);
121 handleProfiling = source.readInt() != 0;
PackageParser.java     [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
InstrumentationInfoTest.java 95 assertEquals(expected.handleProfiling, actual.handleProfiling);
  /sdk/eclipse/scripts/
_mk_icons.sh 15 icon H green handleProfiling
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleProfiling.java 28 final class HandleProfiling extends ChunkHandler {
37 private static final HandleProfiling mInst = new HandleProfiling();
39 private HandleProfiling() {}
300 Log.e("HandleProfiling", e);
Client.java 253 HandleProfiling.sendMPSE(this);
255 HandleProfiling.sendMPRE(this);
260 HandleProfiling.sendMPSS(this, bufferSize, 0 /*flags*/);
265 HandleProfiling.sendMPRS(this, file, bufferSize, 0 /*flags*/);
HandleHello.java 67 HandleProfiling.sendMPRQ(client);
AndroidDebugBridge.java 197 HandleProfiling.register(monitorThread);
    [all...]
  /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>
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 452 // by default, profiling was disabled. but after set the handleProfiling attribute in the
    [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java 265 * only call this method if you set the handleProfiling attribute in the
    [all...]
ActivityThread.java     [all...]
  /frameworks/base/core/res/res/values/
attrs_manifest.xml     [all...]
public.xml 68 <public type="attr" name="handleProfiling" id="0x01010022" />
    [all...]
  /prebuilt/sdk/6/
android.jar 
  /development/sdk/
api-versions.xml 507 <field name="handleProfiling" />
    [all...]
  /frameworks/base/api/
14.txt     [all...]
15.txt     [all...]
current.txt     [all...]
1.xml     [all...]
10.xml     [all...]
11.xml     [all...]
12.xml     [all...]
  /cts/tools/dex-tools/dex/
classes.out.dex 618 public static final int handleProfiling
    [all...]

Completed in 752 milliseconds

1 2