HomeSort by relevance Sort by last modified time
    Searched defs:dump (Results 26 - 50 of 549) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/svg/graphics/filters/
SVGFEImage.cpp 78 void FEImage::dump() function in class:WebCore::FEImage
90 // FIXME: should this dump also object returned by SVGFEImage::image() ?
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUI.java 33 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:SystemUI
SystemUIService.java 113 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:SystemUIService
114 if (checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
116 pw.println("Permission Denial: can't dump StatusBar from from pid="
125 ui.dump(fd, pw, args);
132 ui.dump(fd, pw, args);
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_DebugMem.h 39 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__) macro
42 #define dump() macro
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_DebugMem.h 63 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__) macro
66 #define dump() macro
  /build/core/
device.mk 22 define dump-device
29 define dump-devices
30 $(foreach p,$(DEVICES),$(call dump-device,$(p)))
  /frameworks/base/services/java/com/android/server/am/
BroadcastFilter.java 39 public void dump(PrintWriter pw, String prefix) { method in class:BroadcastFilter
49 super.dump(pr, prefix);
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 17 package com.android.dx.command.dump;
53 * Does the dump.
56 * @param out {@code non-null;} where to dump to
61 public static void dump(byte[] bytes, PrintStream out, method in class:SsaDumper
64 sd.dump();
71 * @param out {@code non-null;} where to dump to
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneSubInfoProxy.java 130 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:PhoneSubInfoProxy
131 mPhoneSubInfo.dump(fd, pw, args);
  /dalvik/hit/src/com/android/hit/
StackTrace.java 57 public final void dump() { method in class:StackTrace
  /external/clang/lib/AST/
TemplateName.cpp 171 void TemplateName::dump() const { function in class:TemplateName
  /external/clang/lib/Serialization/
Module.cpp 70 void Module::dump() { function in class:Module
  /external/llvm/lib/CodeGen/
MachineLoopInfo.cpp 81 void MachineLoop::dump() const { function in class:MachineLoop
SlotIndexes.cpp 107 DEBUG(dump());
149 void SlotIndexes::dump() const { function in class:SlotIndexes
174 // Dump a SlotIndex to stderr.
175 void SlotIndex::dump() const { function in class:SlotIndex
  /external/llvm/lib/DebugInfo/
DWARFDebugAbbrev.cpp 35 void DWARFAbbreviationDeclarationSet::dump(raw_ostream &OS) const { function in class:DWARFAbbreviationDeclarationSet
37 Decls[i].dump(OS);
78 void DWARFDebugAbbrev::dump(raw_ostream &OS) const { function in class:DWARFDebugAbbrev
87 pos->second.dump(OS);
DWARFDebugArangeSet.cpp 116 void DWARFDebugArangeSet::dump(raw_ostream &OS) const { function in class:DWARFDebugArangeSet
  /external/llvm/lib/MC/
MCSymbol.cpp 82 void MCSymbol::dump() const { function in class:MCSymbol
  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessageDecoder.java 88 public void dump(Map<String, Object> into) throws IOException { method in class:HttpMessageDecoder
89 in.dump(into);
HttpResponseMessage.java 36 public void dump(Map<String, Object> into) throws IOException { method in class:HttpResponseMessage
37 super.dump(into);
47 /** The name of a dump entry whose value is the response Location header. */
50 /** The name of a dump entry whose value is the HTTP status code. */
  /external/skia/src/animator/
SkAnimateField.cpp 44 void SkAnimate::dump(SkAnimateMaker* maker) { function in class:SkAnimate
45 INHERITED::dump(maker); //from animateBase
SkDrawRectangle.cpp 63 void SkDrawRect::dump(SkAnimateMaker* maker) { function in class:SkDrawRect
144 void SkRoundRect::dump(SkAnimateMaker* maker) { function in class:SkRoundRect
SkDrawSaveLayer.cpp 65 void SkSaveLayer::dump(SkAnimateMaker* maker) function in class:SkSaveLayer
68 //would dump enabled be defined but not debug?
SkPaintParts.cpp 103 void SkDrawTypeface::dump(SkAnimateMaker* maker) { function in class:SkDrawTypeface
  /external/skia/src/core/
SkAlphaRuns.cpp 154 void SkAlphaRuns::dump() const { function in class:SkAlphaRuns
  /external/webkit/Source/JavaScriptCore/dfg/
DFGGraph.cpp 44 void Graph::dump(NodeIndex nodeIndex, CodeBlock* codeBlock) function in class:JSC::DFG::Graph
56 // Example/explanation of dataflow dump output
71 // id# - the index in the CodeBlock of an identifier { if codeBlock is passed to dump(), the string representation is displayed }.
125 void Graph::dump(CodeBlock* codeBlock) function in class:JSC::DFG::Graph
131 dump(i, codeBlock);

Completed in 1006 milliseconds

12 3 4 5 6 7 8 91011>>