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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/MC/
MCValue.h 52 /// dump - Print the value to stderr.
53 void dump() const;
SubtargetFeature.h 105 // Dump feature info.
106 void dump() const;
  /external/llvm/include/llvm/Support/
GCOV.h 162 void dump();
174 void dump();
192 void dump();
207 void dump();
  /external/llvm/lib/DebugInfo/
DWARFAbbreviationDeclaration.h 46 void dump(raw_ostream &OS) const;
DWARFContext.cpp 18 void DWARFContext::dump(raw_ostream &OS) { function in class:DWARFContext
20 getDebugAbbrev()->dump(OS);
24 getCompileUnitAtIndex(i)->dump(OS);
31 set.dump(OS);
  /external/llvm/test/MC/ARM/
darwin-ARM-reloc.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck < %t.dump %s
elf-thumbfunc.s 3 @ RUN: elf-dump | FileCheck %s
  /external/proguard/src/proguard/
Configuration.java 320 public File dump; field in class:Configuration
  /external/skia/include/views/
SkViewInflate.h 44 SkDEBUGCODE(void dump() const;)
  /external/skia/src/animator/
SkDisplayAdd.h 36 virtual void dump(SkAnimateMaker* );
SkDrawPath.h 37 virtual void dump(SkAnimateMaker* );
SkDrawTo.cpp 56 void SkDrawTo::dump(SkAnimateMaker* maker) { function in class:SkDrawTo
SkPaintParts.h 73 virtual void dump(SkAnimateMaker *);
  /external/skia/src/core/
SkAntiRun.h 44 SkDEBUGCODE(void dump() const;)
  /external/webkit/Source/WebCore/platform/graphics/filters/
FETurbulence.h 62 virtual void dump();
SourceGraphic.cpp 66 void SourceGraphic::dump() function in class:WebCore::SourceGraphic
  /external/webkit/Source/WebCore/wml/
WMLPageState.h 44 void dump();
  /frameworks/base/core/java/android/os/
IBinder.java 102 * IBinder protocol transaction code: dump internal state.
185 * @param fd The raw file descriptor that the dump is being sent to.
186 * @param args additional arguments to the dump request.
188 public void dump(FileDescriptor fd, String[] args) throws RemoteException; method in interface:IBinder
191 * Like {@link #dump(FileDescriptor, String[])} but always executes
193 * to perform the dump.
195 * @param fd The raw file descriptor that the dump is being sent to.
196 * @param args additional arguments to the dump request.
  /frameworks/base/include/media/stagefright/
MediaWriter.h 47 virtual status_t dump(int fd, const Vector<String16>& args) { function in struct:android::MediaWriter
  /frameworks/base/include/utils/
CallStack.h 55 // Dump a stack trace to the log
56 void dump(const char* prefix = 0) const;
  /frameworks/base/libs/ui/
GraphicBufferAllocator.cpp 52 void GraphicBufferAllocator::dump(String8& result) const function in class:android::GraphicBufferAllocator
78 if (mAllocDev->common.version >= 1 && mAllocDev->dump) {
79 mAllocDev->dump(mAllocDev, buffer, SIZE);
87 GraphicBufferAllocator::getInstance().dump(s);
  /frameworks/base/media/mtp/
MtpPacket.h 45 void dump();
  /frameworks/base/opengl/libagl/
Tokenizer.h 41 void dump() const;
  /frameworks/base/services/java/com/android/server/usb/
UsbService.java 168 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:UsbService
169 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
171 pw.println("Permission Denial: can't dump UsbManager from from pid="
180 mDeviceManager.dump(fd, pw);
183 mHostManager.dump(fd, pw);
185 mSettingsManager.dump(fd, pw);
  /frameworks/base/services/sensorservice/
SensorDevice.h 58 void dump(String8& result, char* buffer, size_t SIZE);

Completed in 796 milliseconds

1 2 3 4 5 6 7 8 91011>>