HomeSort by relevance Sort by last modified time
    Searched refs:dump (Results 501 - 525 of 1186) sorted by null

<<21222324252627282930>>

  /dalvik/dx/src/com/android/dx/command/
Main.java 34 " [--keep-classes] [--output=<file>] [--dump-to=<file>] " +
35 "[--dump-width=<n>]\n" +
36 " [--dump-method=<name>[*]] [--verbose-dump] [--no-files] " +
47 " dx --dump [--debug] [--strict] [--bytes] [--optimize]\n" +
51 " Dump classfiles, or transformations thereof, in a " +
97 } else if (arg.equals("--dump")) {
98 com.android.dx.command.dump.Main.main(without(args, i));
  /dalvik/vm/
IndirectRefTable.h 321 * Dump the contents of a reference table to the log file.
328 void dump(const char* descr) const;
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 99 public void dump() { method in class:MonkeyNetworkMonitor
  /development/tools/emulator/system/camera/
EmulatedCamera.h 272 /* Actual handler for camera_device_ops_t::dump callback.
370 static int dump(struct camera_device* dev, int fd);
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.h 67 #define xdg_mime_dump XDG_ENTRY(dump)
  /external/clang/include/clang/Serialization/
Module.h 311 /// \brief Dump debugging output for this module.
312 void dump();
  /external/clang/lib/CodeGen/
ABIInfo.h 142 void dump() const;
  /external/clang/lib/Serialization/
Module.cpp 70 void Module::dump() { function in class:Module
  /external/llvm/include/llvm/Analysis/
IVUsers.h 171 /// dump - This method is used for debugging.
172 void dump() const;
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 52 void dump() const;
  /external/llvm/include/llvm/Object/
MachOObject.h 181 /// @name Object Dump Facilities
183 /// dump - Support for debugging, callable in GDB: V->dump()
185 void dump() const;
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 118 MI->dump();
  /external/skia/src/animator/
SkDisplayEvents.cpp 45 state->fDisplayable->SkDisplayable::dump(&maker);
88 void SkEvents::dump(SkAnimateMaker& maker) { function in class:SkEvents
SkDisplayable.h 52 virtual void dump(SkAnimateMaker* );
  /external/webkit/Source/WebCore/platform/graphics/filters/
FilterEffect.h 83 virtual void dump() = 0;
  /external/webkit/Source/WebCore/rendering/svg/
SVGResources.h 72 void dump(const RenderObject*);
  /external/webkit/Source/WebKit/android/jni/
PictureSet.h 112 void dump(const char* label) const;
  /frameworks/base/core/java/android/app/
Service.java 659 * named system services and which invokes the {@link IBinder#dump} method
662 * @param fd The raw file descriptor that the dump is being sent to.
663 * @param writer The PrintWriter to which you should dump your state. This will be
665 * @param args additional arguments to the dump request.
667 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:Service
668 writer.println("nothing to dump");
  /frameworks/base/core/java/android/content/
Loader.java 407 * @param fd The raw file descriptor that the dump is being sent to.
408 * @param writer A PrintWriter to which the dump is to be set.
409 * @param args Additional arguments to the dump request.
411 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:Loader
  /frameworks/base/core/java/android/content/pm/
ComponentInfo.java 132 applicationInfo.dump(pw, prefix + " ");
  /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/drm/libdrmframework/include/
DrmManagerService.h 118 virtual status_t dump(int fd, const Vector<String16>& args);
  /frameworks/base/libs/hwui/
Matrix.h 130 void dump() const;
  /frameworks/base/libs/utils/
RefBase.cpp 108 refs->stack.dump();
126 refs->stack.dump();
135 stack.dump();
279 stack.dump();
  /frameworks/base/opengl/libs/EGL/
egl_tls.cpp 83 stack.dump();

Completed in 7388 milliseconds

<<21222324252627282930>>