HomeSort by relevance Sort by last modified time
    Searched refs:dump (Results 726 - 750 of 2359) sorted by null

<<21222324252627282930>>

  /frameworks/native/services/surfaceflinger/DisplayHardware/
FramebufferSurface.cpp 166 // void dump(FrameBufferSurface* fbs, String8& s) {
167 // // calls FramebufferSurface::dump()
168 // fbs->dump(s);
170 // // calls ConsumerBase::dump() since it is non-virtual
171 // static_cast<ConsumerBase*>(fbs)->dump(s);
173 // // calls FramebufferSurface::dump() since it is virtual
174 // static_cast<DisplaySurface*>(fbs)->dump(s);
177 // to ConsumerBase::dump() here. It will take the internal lock, and then call
179 void FramebufferSurface::dump(String8& result) const { function in class:android::FramebufferSurface
180 ConsumerBase::dump(result)
    [all...]
  /frameworks/rs/
rsObjectBase.cpp 46 mDH->dump();
122 mDH->dump();
  /frameworks/support/v4/java/android/support/v4/content/
CursorLoader.java 195 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:CursorLoader
196 super.dump(prefix, fd, writer, args);
  /hardware/qcom/display/msm8084/liboverlay/
overlayMem.h 71 /* dump the state of the object */
72 void dump() const;
250 inline void OvMem::dump() const function in class:overlay::OvMem
252 ALOGE("== Dump OvMem start ==");
255 ALOGE("== Dump OvMem end ==");
overlayUtils.h 186 void dump() const;
210 void dump() const;
403 void dump(const char* const s) const;
571 inline void Whf::dump() const { function in class:overlay::utils::Whf
572 ALOGE("== Dump WHF w=%d h=%d f=%d s=%d start/end ==",
576 inline void Dim::dump() const { function in class:overlay::utils::Dim
577 ALOGE("== Dump Dim x=%d y=%d w=%d h=%d start/end ==", x, y, w, h);
686 inline void ScreenInfo::dump(const char* const s) const { function in class:overlay::utils::ScreenInfo
687 ALOGE("== Dump %s ScreenInfo w=%d h=%d"
775 /* dump the state of the instance *
843 inline void OvFD::dump() const function in class:overlay::OvFD
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.h 186 void dump() const;
210 void dump() const;
403 void dump(const char* const s) const;
571 inline void Whf::dump() const { function in class:overlay::utils::Whf
572 ALOGE("== Dump WHF w=%d h=%d f=%d s=%d start/end ==",
576 inline void Dim::dump() const { function in class:overlay::utils::Dim
577 ALOGE("== Dump Dim x=%d y=%d w=%d h=%d start/end ==", x, y, w, h);
686 inline void ScreenInfo::dump(const char* const s) const { function in class:overlay::utils::ScreenInfo
687 ALOGE("== Dump %s ScreenInfo w=%d h=%d"
775 /* dump the state of the instance *
843 inline void OvFD::dump() const function in class:overlay::OvFD
    [all...]
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 182 void dump() const;
206 void dump() const;
402 void dump(const char* const s) const;
550 inline void Whf::dump() const { function in class:overlay::utils::Whf
551 ALOGE("== Dump WHF w=%d h=%d f=%d s=%d start/end ==",
555 inline void Dim::dump() const { function in class:overlay::utils::Dim
556 ALOGE("== Dump Dim x=%d y=%d w=%d h=%d start/end ==", x, y, w, h);
688 inline void ScreenInfo::dump(const char* const s) const { function in class:overlay::utils::ScreenInfo
689 ALOGE("== Dump %s ScreenInfo w=%d h=%d"
777 /* dump the state of the instance *
845 inline void OvFD::dump() const function in class:overlay::OvFD
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.h 182 void dump() const;
206 void dump() const;
396 void dump(const char* const s) const;
551 inline void Whf::dump() const { function in class:overlay::utils::Whf
552 ALOGE("== Dump WHF w=%d h=%d f=%d s=%d start/end ==",
556 inline void Dim::dump() const { function in class:overlay::utils::Dim
557 ALOGE("== Dump Dim x=%d y=%d w=%d h=%d start/end ==", x, y, w, h);
666 inline void ScreenInfo::dump(const char* const s) const { function in class:overlay::utils::ScreenInfo
667 ALOGE("== Dump %s ScreenInfo w=%d h=%d"
755 /* dump the state of the instance *
823 inline void OvFD::dump() const function in class:overlay::OvFD
    [all...]
  /ndk/build/tools/
build-host-awk.sh 94 dump "Packaging: $ARCHIVE"
build-host-sed.sh 85 dump "Packaging: $ARCHIVE"
build-host-toolbox.sh 119 dump "Packaging : $ARCHIVE"
deploy-host-mcld.sh 131 dump "Done."
  /packages/apps/Contacts/src/com/android/contacts/interactions/
TestLoaderManager.java 223 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) {
224 mDelegate.dump(prefix, fd, writer, args);
  /packages/apps/UnifiedEmail/src/com/android/mail/content/
ObjectCursorLoader.java 172 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:ObjectCursorLoader
173 super.dump(prefix, fd, writer, args);
  /system/extras/verity/
KeystoreSigner.java 75 public void dump() throws Exception { method in class:BootKey
119 public void dump() throws Exception { method in class:BootKeystore
  /cts/tests/tests/content/src/android/content/res/cts/
Resources_ThemeTest.java 46 mResTheme.dump(1, "hello", "world");
  /dalvik/dx/src/com/android/dx/command/
Main.java 32 " [--keep-classes] [--output=<file>] [--dump-to=<file>] " +
33 "[--dump-width=<n>]\n" +
34 " [--dump-method=<name>[*]] [--verbose-dump] [--no-files] " +
60 " dx --dump [--debug] [--strict] [--bytes] [--optimize]\n" +
64 " Dump classfiles, or transformations thereof, in a " +
108 } else if (arg.equals("--dump")) {
109 com.android.dx.command.dump.Main.main(without(args, i));
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 17 package com.android.dx.command.dump;
47 * Utility to dump basic block info from methods in a human-friendly form.
56 * becomes non-null during {@link #dump}
74 * @param out {@code non-null;} where to dump to
80 public static void dump(byte[] bytes, PrintStream out, method in class:BlockDumper
84 bd.dump();
89 * Use {@link #dump}.
105 public void dump() { method in class:BlockDumper
162 // Reset the dump cursor to the start of the method.
205 * Does a regular basic block dump
    [all...]
  /device/asus/fugu/libaudio/
AudioHardwareOutput.h 47 status_t dump(int fd);
AudioStreamIn.h 45 status_t dump(int fd);
  /device/generic/goldfish/camera/
EmulatedCamera2.cpp 201 int EmulatedCamera2::dump(int fd) { function in class:android::EmulatedCamera2
363 int EmulatedCamera2::dump(const camera2_device_t *d, int fd) { function in class:android::EmulatedCamera2
365 return ec->dump(fd);
407 EmulatedCamera2::dump
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGResources.h 79 void dump(const RenderObject*);
  /external/chromium_org/third_party/skia/include/xml/
SkDOM.h 81 SkDEBUGCODE(void dump(const Node* node = NULL, int tabLevel = 0) const;)
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayApply.h 47 virtual void dump(SkAnimateMaker* );
SkDrawPaint.cpp 118 void SkDrawPaint::dump(SkAnimateMaker* maker) { function in class:SkDrawPaint
126 maskFilter->dump(maker);
134 pathEffect->dump(maker);
141 typeface->dump(maker);

Completed in 2439 milliseconds

<<21222324252627282930>>