/external/skia/src/animator/ |
SkDisplayList.cpp | 145 void SkDisplayList::dump(SkAnimateMaker* maker) { function in class:SkDisplayList 153 fDrawList[fDumpIndex]->dump(maker);
|
SkDrawPath.cpp | 89 void SkDrawPath::dump(SkAnimateMaker* maker) { function in class:SkDrawPath 99 (*part)->dump(maker);
|
/external/skia/src/images/ |
SkImageRefPool.cpp | 169 void SkImageRefPool::dump() const { function in class:SkImageRefPool 171 SkDebugf("ImagePool dump: bugdet: %d used: %d count: %d\n",
|
/external/srec/srec/cfront/ |
chelfep.c | 73 /* if doing fb dump then skip frame making. A top level will 74 read channel->fbo and dump it. */
|
/external/webkit/WebKit/android/wds/ |
Command.cpp | 127 s_commands->append(new Command("DDOM", "Dump Dom Tree", 129 s_commands->append(new Command("DDRT", "Dump Render Tree",
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/ |
text_diff.py | 45 """Returns true if data appears to be a render tree dump as opposed to a 46 plain text dump."""
|
/frameworks/base/core/java/android/os/ |
TokenWatcher.java | 63 * @param tag A string used by the {@link #dump} method for debugging, 116 public void dump() method in class:TokenWatcher
|
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
android.location.Location.html | 87 <nobr><code>void</code> <A HREF="../../../../reference/android/location/Location.html#dump(android.util.Printer, java.lang.String)" target="_top"><code>dump</code></A>(<code>Printer,</nobr> String<nobr><nobr></code>)</nobr>
|
android.os.Binder.html | 87 <nobr><code>void</code> <A HREF="../../../../reference/android/os/Binder.html#dump(java.io.FileDescriptor, java.lang.String[])" target="_top"><code>dump</code></A>(<code>FileDescriptor,</nobr> String[]<nobr><nobr></code>)</nobr>
|
android.os.IBinder.html | 87 <nobr><code>void</code> <A HREF="../../../../reference/android/os/IBinder.html#dump(java.io.FileDescriptor, java.lang.String[])" target="_top"><code>dump</code></A>(<code>FileDescriptor,</nobr> String[]<nobr><nobr></code>)</nobr>
|
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
android.content.pm.ServiceInfo.html | 87 <nobr><code>void</code> <A HREF="../../../../reference/android/content/pm/ServiceInfo.html#dump(android.util.Printer, java.lang.String)" target="_top"><code>dump</code></A>(<code>Printer,</nobr> String<nobr><nobr></code>)</nobr>
|
/frameworks/base/include/camera/ |
CameraHardwareInterface.h | 211 * Dump state of the camera hardware 213 virtual status_t dump(int fd, const Vector<String16>& args) const = 0;
|
/frameworks/base/libs/ui/ |
GraphicBufferAllocator.cpp | 52 void GraphicBufferAllocator::dump(String8& result) const function in class:android::GraphicBufferAllocator 110 dump(s);
|
/frameworks/base/media/jni/soundpool/ |
SoundPool.h | 142 void dump(); 204 void dump();
|
/frameworks/base/services/java/com/android/server/am/ |
BroadcastRecord.java | 75 void dump(PrintWriter pw, String prefix) { method in class:BroadcastRecord 150 ((ResolveInfo)o).dump(printer, p2);
|
/hardware/msm7k/libcamera/ |
QualcommCameraHardware.h | 36 virtual status_t dump(int fd, const Vector<String16>& args) const; 119 virtual status_t dump(int fd, const Vector<String16>& args) const;
|
/ndk/build/core/ |
build-local.mk | 112 # If a goal is DUMP_xxx then we dump a variable xxx instead 122 $(call __ndk_error,!!TOO-MANY-DUMP-VARIABLES!!)
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
ClientData.java | 133 * String for feature allowing to dump hprof files 136 public final static String FEATURE_HPROF = "hprof-heap-dump"; // $NON-NLS-1$ 142 public final static String FEATURE_HPROF_STREAMING = "hprof-heap-dump-streaming"; // $NON-NLS-1$ 299 * Called when a HPROF dump succeeded. 306 * Called when a HPROF dump was successful. 313 * Called when a hprof dump failed to end on the VM side 354 * Sets the handler to receive notifications when an HPROF dump succeeded or failed. 365 * Sets the handler to receive notifications when an HPROF dump succeeded or failed.
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyLoader.java | 58 System.out.println("==> DUMP"); 60 out.write("DUMP " + window.encode());
|
/frameworks/base/core/java/android/view/ |
ViewDebug.java | 106 * when it is set, we dump interested fields and methods for the view on focus 347 private static final String REMOTE_COMMAND_DUMP = "DUMP"; 542 Log.e("View", "Could not dump recycler content"); 565 Log.e("View", "Could not dump recycler traces"); 643 Log.e("View", "Could not dump view hierarchy"); 690 Log.e("View", "Could not dump view hierarchy"); 701 Log.e("View", "Could not dump view hierarchy"); 781 Log.e("View", "Could not dump view hierarchy"); 830 Log.e("View", "Could not dump view hierarchy"); 841 Log.e("View", "Could not dump view hierarchy") 855 dump(view, clientStream); method 1155 private static void dump(View root, OutputStream clientStream) throws IOException { method in class:ViewDebug [all...] |
/bootable/diskinstaller/ |
installer.c | 53 fprintf(stderr, "\t-d - Dump the compiled in partition info.\n"); 380 int dump = 0; local 401 dump = 1; 411 if (inst_data_dev && !dump) { 439 if (dump) {
|
/external/blktrace/doc/ |
btt.1 | 15 [ \-B <\fIoutput name\fR> | \-\-dump\-blocknos=<\fIoutput name\fR> ] 37 [ \-p <\fIoutput name\fR> | \-\-per\-io\-dump=<\fIoutput name\fR> ] 71 btt will take in binary dump data from blkparse, and analyse the events, 108 .B \-\-dump\-blocknos=<\fIoutput name\fR> 219 .B \-\-per\-io\-dump=<\fIoutput name\fR>
|
/external/e2fsprogs/lib/ext2fs/ |
tdbtool.c | 81 {"dump", CMD_DUMP}, 163 " dump : dump the database as strings\n" 164 " keys : dump the database keys as strings\n" 165 " hexkeys : dump the database keys as hex values\n"
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
SysinfoPanel.java | 317 if ((line.startsWith("DUMP OF SERVICE ") || line.startsWith("-----")) && 373 if (line == null || line.startsWith("DUMP OF SERVICE")) { 411 if (line == null || line.startsWith("DUMP OF SERVICE")) { 437 if (line == null || line.startsWith("DUMP OF SERVICE")) { 560 if (line == null || line.startsWith("DUMP OF SERVICE")) {
|
/dalvik/dx/src/com/android/dx/command/dexer/ |
Main.java | 423 * Simply dump the requested method. Note: The call 432 * and write it, dump it, etc. 638 * @param out {@code non-null;} where to dump to 746 /** whether to emit verbose human-oriented output in the dump file */ 752 /** {@code null-ok;} particular method to dump */ 761 /** {@code null-ok;} output file name for human-oriented dump */ 825 } else if (arg.equals("--verbose-dump")) { 869 } else if (arg.startsWith("--dump-to=")) { 871 } else if (arg.startsWith("--dump-width=")) { 874 } else if (arg.startsWith("--dump-method=")) [all...] |