HomeSort by relevance Sort by last modified time
    Searched full:hprof (Results 26 - 50 of 72) sorted by null

12 3

  /frameworks/base/core/java/android/ddm/
DdmHandleHeap.java 152 * the entire contents of the file and return them, but hprof dump
169 Log.w("ddm-heap", "hprof dumps not supported in this VM");
201 failMsg = "hprof dumps not supported in this VM";
  /dalvik/vm/hprof/
HprofString.cpp 19 #include "Hprof.h"
Hprof.h 96 /* Represents a top-level hprof record, whose serialized
218 * Hprof.cpp functions
HprofClass.cpp 20 #include "Hprof.h"
  /development/build/
windows_sdk_whitelist.mk 36 dalvik/tools/hprof-conv \
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 125 public final static String ACTION_SAVE = "hprof.save"; //$NON-NLS-1$
126 public final static String ACTION_OPEN = "hprof.open"; //$NON-NLS-1$
128 public final static String DOT_HPROF = ".hprof"; //$NON-NLS-1$
150 // this will make sure the dump hprof button is
153 // an hprof file
167 // get the sync service to pull the HPROF file
220 // this will make sure the dump hprof button is
223 // an hprof file
262 // make a temp file to convert the hprof into something
    [all...]
  /sdk/build/
tools.atree 56 bin/hprof-conv strip tools/hprof-conv
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferenceInitializer.java 117 // When obtaining hprof files from the device, default to opening the file
118 // only if there is a registered content type for the hprof extension.
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/
PdtPlugin.java 95 * Returns the location of hprof-conv or <code>null</code> if unknown.
101 return devTreeBin + "hprof-conv"; //$NON-NLS-1$
  /dalvik/tools/hprof-conv/
HprofConv.c 18 * Strip Android-specific records out of hprof data, back-converting from
20 * Android hprof data to be handled by widely-available tools (like "jhat").
268 * Hprof stuff
571 * Filter an hprof data file.
592 fprintf(stderr, "ERROR: HPROF file already in 1.0.2 format.\n");
594 fprintf(stderr, "ERROR: expecting HPROF file format 1.0.3\n");
681 fprintf(stderr, "Usage: hprof-conf infile outfile\n\n");
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofData.java 31 * binary hprof-style output using {@link AsciiHprofWriter} or
363 // hold true in the binary hprof BinaryHprofWriter
364 // produces, it is not true of hprof files created
AsciiHprofWriter.java 29 * AsciiHprofWriter produces hprof compatible text output for use with
BinaryHprofWriter.java 27 * BinaryHprofWriter produces hprof compatible binary output for use
88 throw new IllegalArgumentException("depth too large for binary hprof: "
BinaryHprofReader.java 109 * Read the hprof header and records from the input
128 throw new MalformedHprofException("Could not find HPROF version");
  /dalvik/hit/src/com/android/hit/
Instance.java 46 * After the whole HPROF file is read and parsed this method will be
State.java 26 * During parsing of the HPROF file HEAP_DUMP_INFO chunks change which heap
  /development/build/tools/
windows_sdk.mk 39 hprof-conv \
  /device/generic/armv7-a-neon/
mini_common.mk 58 hprof-conv \
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SdkToolsLocator.java 46 public static final String FN_HPROF_CONV = "hprof-conv" + PLATFORM_EXECUTABLE_EXTENSION; //$NON-NLS-1$
  /art/runtime/
Android.mk 61 hprof/hprof.cc \
signal_catcher.cc 159 LOG(INFO) << "SIGUSR1 forcing GC (no HPROF)";
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 280 File file = new File("/sdcard/java.hprof");
284 System.out.println("Wrote binary hprof data to " + file);
  /packages/apps/Launcher3/src/com/android/launcher3/
MemoryDumpActivity.java 46 final String zipfilePath = String.format("%s/hprof-%d.zip",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtConstants.java 89 "hprof-conv.exe" : "hprof-conv"; //$NON-NLS-1$ //$NON-NLS-2$
  /art/test/074-gc-thrash/src/
Main.java 28 private static final String OUTPUT_FILE = "gc-thrash.hprof";

Completed in 2778 milliseconds

12 3