/external/chromium_org/third_party/skia/src/gpu/ |
GrTextStrike.h | 106 void dump() const;
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsQuad.h | 66 void dump() const;
|
/external/chromium_org/third_party/skia/tests/ |
PathOpsCubicLineIntersectionIdeas.cpp | 68 cubic.dump(); 70 pt.dump(); 230 cubic.dump(); 233 line.dump();
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
dump_dependency_json.py | 77 filename = 'dump.json' 79 json.dump(edges, f)
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
win_tool.py | 192 def dump(filename): function in function:WinTool.ExecLinkWithManifests 196 dump(intermediate_manifest) 197 dump(our_manifest) 198 dump(assert_manifest)
|
/external/chromium_org/tools/memory_inspector/memory_inspector/data/ |
file_storage.py | 9 N Snapshots -> 1 Mmaps dump. 10 -> 0/1 Native heap dump. 55 return json.dump(settings, f) 79 """A collection of snapshots, each one holding one memory dump (per kind).""" 98 json.dump(symbols, f, cls=serialization.Encoder) 132 json.dump(mmaps, f, cls=serialization.Encoder) 150 json.dump(nheap, f, cls=serialization.Encoder)
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
TraversalChecker.cpp | 82 Call.dump(llvm::outs());
|
/external/f2fs-tools/ |
Android.mk | 87 fsck/dump.c \ 105 fsck/dump.c \
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
toy.cpp | 479 LF->dump(); 491 F->dump(); 504 LF->dump(); 562 TheModule->dump();
|
/external/llvm/include/llvm/Analysis/ |
Trace.h | 111 /// dump - Debugger convenience method; writes trace to standard error 114 void dump() const;
|
/external/llvm/include/llvm/CodeGen/ |
LivePhysRegs.h | 136 void dump() const;
|
ResourcePriorityQueue.h | 127 void dump(ScheduleDAG* DAG) const override;
|
/external/llvm/lib/CodeGen/ |
LivePhysRegs.cpp | 110 void LivePhysRegs::dump() const { function in class:LivePhysRegs
|
/external/llvm/lib/DebugInfo/ |
DWARFAbbreviationDeclaration.cpp | 64 void DWARFAbbreviationDeclaration::dump(raw_ostream &OS) const { function in class:DWARFAbbreviationDeclaration
|
DWARFDebugArangeSet.cpp | 92 void DWARFDebugArangeSet::dump(raw_ostream &OS) const { function in class:DWARFDebugArangeSet
|
/external/llvm/test/MC/ELF/ |
discriminator.s | 3 # RUN: llvm-dwarfdump -debug-dump=line %t.o | FileCheck %s -check-prefix=DWARF-DUMP 59 # DWARF-DUMP: Address Line Column File ISA Discriminator Flags 60 # DWARF-DUMP: ------------------ ------ ------ ------ --- ------------- ------------- 61 # DWARF-DUMP: 0x0001021300000000 1 0 1 0 1 is_stmt
|
/external/llvm/tools/llvm-dwarfdump/ |
llvm-dwarfdump.cpp | 42 DumpType("debug-dump", cl::init(DIDT_All), 43 cl::desc("Dump of debug sections:"), 45 clEnumValN(DIDT_All, "all", "Dump all debug sections"), 88 // Dump the complete DWARF structure. 89 DICtx->dump(outs(), DumpType);
|
/external/oprofile/module/ |
oprofile.h | 73 /* sysctl dump */ 74 int dump; member in struct:oprof_sysctl 75 /* dump and stop */
|
/external/skia/include/xml/ |
SkDOM.h | 81 SkDEBUGCODE(void dump(const Node* node = NULL, int tabLevel = 0) const;)
|
/external/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);
|
/external/skia/src/gpu/ |
GrTextStrike.h | 106 void dump() const;
|
/external/skia/src/pathops/ |
SkPathOpsQuad.h | 66 void dump() const;
|
/external/skia/tests/ |
PathOpsCubicLineIntersectionIdeas.cpp | 68 cubic.dump(); 70 pt.dump(); 230 cubic.dump(); 233 line.dump();
|
/frameworks/av/media/libstagefright/ |
SurfaceMediaSource.cpp | 98 void SurfaceMediaSource::dump(String8& result) const function in class:android::SurfaceMediaSource 101 dump(result, "", buffer, 1024); 104 void SurfaceMediaSource::dump( function in class:android::SurfaceMediaSource 113 mConsumer->dump(result, "");
|