/external/llvm/tools/llvm-diff/ |
DiffConsumer.cpp | 198 Log.getLeft(I)->dump(); 203 Log.getLeft(I)->dump(); 208 Log.getRight(I)->dump();
|
/external/skia/legacy/src/animator/ |
SkDrawGradient.cpp | 118 color->dump(maker); 177 void SkLinearGradient::dump(SkAnimateMaker* maker) { function in class:SkLinearGradient 212 void SkRadialGradient::dump(SkAnimateMaker* maker) { function in class:SkRadialGradient
|
/external/skia/src/animator/ |
SkDrawGradient.cpp | 117 color->dump(maker); 176 void SkDrawLinearGradient::dump(SkAnimateMaker* maker) { function in class:SkDrawLinearGradient 211 void SkDrawRadialGradient::dump(SkAnimateMaker* maker) { function in class:SkDrawRadialGradient
|
/external/webkit/Tools/DumpRenderTree/wx/ |
DumpRenderTreeWx.cpp | 98 dump(); 148 dump(); 162 void dump() function
|
/hardware/libhardware_legacy/audio/ |
AudioHardwareStub.cpp | 111 status_t AudioHardwareStub::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioHardwareStub 140 status_t AudioStreamOutStub::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioStreamOutStub 145 snprintf(buffer, SIZE, "AudioStreamOutStub::dump\n"); 182 status_t AudioStreamInStub::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioStreamInStub 187 snprintf(buffer, SIZE, "AudioStreamInStub::dump\n");
|
AudioHardwareGeneric.cpp | 178 status_t AudioHardwareGeneric::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioHardwareGeneric 182 mInput->dump(fd, args); 185 mOutput->dump(fd, args); 245 status_t AudioStreamOutGeneric::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioStreamOutGeneric 250 snprintf(buffer, SIZE, "AudioStreamOutGeneric::dump\n"); 353 status_t AudioStreamInGeneric::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioStreamInGeneric 358 snprintf(buffer, SIZE, "AudioStreamInGeneric::dump\n");
|
/hardware/msm7k/libaudio/ |
AudioHardware.h | 146 virtual status_t dump(int fd, const Vector<String16>& args); 177 virtual status_t dump(int fd, const Vector<String16>& args); 215 virtual status_t dump(int fd, const Vector<String16>& args);
|
/ndk/build/tools/ |
build-host-python.sh | 300 dump "$TEXT Building" 322 dump "$(bh_host_text) python-$BH_HOST_ARCH-$2: Installing" 356 dump "$(bh_host_text) $PACKAGENAME: Packaging"
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
GattDebugUtils.java | 88 svc.mClientMap.dump(); 91 svc.mServerMap.dump(); 94 svc.mHandleMap.dump();
|
/packages/apps/Mms/src/com/android/mms/data/ |
RecipientIdCache.java | 98 dump(); method 121 dump(); method 204 public static void dump() { method in class:RecipientIdCache 205 // Only dump user private data if we're in special debug mode 207 Log.d(TAG, "*** Recipient ID cache dump ***"); 215 Log.d(TAG, "**** Dump of canoncial_addresses table ****");
|
/packages/apps/Mms/src/com/android/mms/util/ |
DraftCache.java | 126 dump(); method 180 dump(); method 246 public void dump() { method in class:DraftCache 247 Log.i(TAG, "dump:");
|
/external/webkit/Source/JavaScriptCore/jit/ |
ExecutableAllocatorFixedVMPool.cpp | 160 void dump(size_t parentOffset = 0, unsigned indent = 0) function in class:JSC::AllocationTableLeaf 222 void dump(size_t parentOffset = 0, unsigned indent = 0) function in class:JSC::LazyAllocationTable 225 m_ptr->dump(parentOffset, indent); 353 void dump(size_t parentOffset = 0, unsigned indent = 0) function in class:JSC::AllocationTableDirectory 371 m_suballocations[i].dump(offset, indent + 1);
|
/frameworks/base/core/java/android/app/ |
LoaderManager.java | 184 * @param fd The raw file descriptor that the dump is being sent to. 185 * @param writer A PrintWriter to which the dump is to be set. 186 * @param args Additional arguments to the dump request. 188 public abstract void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args); method in class:LoaderManager 506 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:LoaderManagerImpl.LoaderInfo 512 mLoader.dump(prefix + " ", fd, writer, args); 528 mPendingLoader.dump(prefix + " ", fd, writer, args); 858 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:LoaderManagerImpl [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
LoaderManager.java | 165 * @param fd The raw file descriptor that the dump is being sent to. 166 * @param writer A PrintWriter to which the dump is to be set. 167 * @param args Additional arguments to the dump request. 169 public abstract void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args); method in class:LoaderManager 450 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:LoaderManagerImpl.LoaderInfo 456 mLoader.dump(prefix + " ", fd, writer, args); 472 mPendingLoader.dump(prefix + " ", fd, writer, args); 800 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:LoaderManagerImpl [all...] |
/device/generic/goldfish/opengl/ |
common.mk | 47 $(if $(EMUGL_DEBUG),$(call emugl-dump-module)) 163 _emugl-dump-list = \ 166 emugl-dump-module = \ 174 $(call _emugl-dump-list,$(_emugl.$(_emugl_MODULE).export.$(_type)))\ 176 $(call _emugl-dump-list,$(LOCAL_$(_type)))\
|
/external/harfbuzz/src/ |
harfbuzz-dump.c | 28 #include "harfbuzz-dump.h" 35 #define DUMP(format) dump (stream, indent, format) 36 #define DUMP1(format, arg1) dump (stream, indent, format, arg1) 37 #define DUMP2(format, arg1, arg2) dump (stream, indent, format, arg1, arg2) 38 #define DUMP3(format, arg1, arg2, arg3) dump (stream, indent, format, arg1, arg2, arg3) 40 #define DUMP_FINT(strct,fld) dump (stream, indent, "<" #fld ">%d</" #fld ">\n", (strct)->fld) 41 #define DUMP_FUINT(strct,fld) dump (stream, indent, "<" #fld ">%u</" #fld ">\n", (strct)->fld) 42 #define DUMP_FGLYPH(strct,fld) dump (stream, indent, "<" #fld ">%#06x</" #fld ">\n", (strct)->fld) 43 #define DUMP_FGLYPH(strct,fld) dump (stream, indent, "<" #fld ">%#06x</" #fld ">\n", (strct)->fld 58 dump (FILE *stream, int indent, const char *format, ...) function [all...] |
/external/llvm/lib/MC/ |
MCAssembler.cpp | 729 DEBUG_WITH_TYPE("mc-dump", { 731 dump(); }); 762 DEBUG_WITH_TYPE("mc-dump", { 764 dump(); }); 769 DEBUG_WITH_TYPE("mc-dump", { 771 dump(); }); 989 void MCFragment::dump() { function in class:MCFragment 1100 void MCSectionData::dump() { function in class:MCSectionData 1113 void MCSymbolData::dump() { function in class:MCSymbolData 1129 void MCAssembler::dump() { function in class:MCAssembler [all...] |
/sdk/emulator/opengl/ |
common.mk | 49 $(if $(EMUGL_DEBUG),$(call emugl-dump-module)) 165 _emugl-dump-list = \ 168 emugl-dump-module = \ 176 $(call _emugl-dump-list,$(_emugl.$(_emugl_MODULE).export.$(_type)))\ 178 $(call _emugl-dump-list,$(LOCAL_$(_type)))\
|
/frameworks/base/services/input/ |
EventHub.cpp | [all...] |
/external/libxml2/ |
xmlmemory.c | 638 * @nbBytes: the amount of memory to dump 839 * @nr: number of entries to dump 841 * show a show display of the memory allocated, and dump 887 * Dump in-extenso the memory blocks allocated to the file .memorylist 894 FILE *dump; local 898 dump = fopen(".memdump", "w"); 899 if (dump == NULL) 901 else xmlMemoryDumpFile = dump; 905 if (dump != NULL) fclose(dump); [all...] |
/external/llvm/lib/CodeGen/ |
ScheduleDAG.cpp | 316 void SUnit::dump(const ScheduleDAG *G) const { 322 dump(G); 394 SUnits[i].dump(this); 403 SUnits[i].dump(this); 412 SUnits[i].dump(this); 420 SUnits[i].dump(this);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 1 //===-- SelectionDAGDumper.cpp - Implement SelectionDAG::dump() -----------===// 10 // This implements the SelectionDAG::dump method and friends. 330 void SDNode::dump() const { dump(0); } function in class:SDNode 331 void SDNode::dump(const SelectionDAG *G) const { function in class:SDNode 383 CSDN->getValueAPF().bitcastToAPInt().dump(); 526 N->dump(G); 529 void SelectionDAG::dump() const { function in class:SelectionDAG 554 // Dump the current SDNode, but don't end the line yet. 578 // Dump children that have grandchildren on their own line(s) [all...] |
/external/llvm/lib/DebugInfo/ |
DWARFDebugLine.cpp | 19 void DWARFDebugLine::Prologue::dump(raw_ostream &OS) const { function in class:DWARFDebugLine::Prologue 72 void DWARFDebugLine::Row::dump(raw_ostream &OS) const { function in class:DWARFDebugLine::Row 83 void DWARFDebugLine::LineTable::dump(raw_ostream &OS) const { function in class:DWARFDebugLine::LineTable 84 Prologue.dump(OS); 92 pos->dump(OS); 139 LineTable::dump(OS);
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXUtilities.cpp | 435 // Dump a block by name 444 B->dump(); 466 // Dump an instruction by nane 470 I->dump(); 473 // Dump an instruction and all dependent instructions 485 I->dump(); 489 // Dump an instruction and all dependent instructions 498 // Dump the parent for Instruction, block or function 501 I->getParent()->dump(); 506 B->getParent()->dump(); [all...] |
/build/core/ |
product_config.mk | 216 ifneq (,$(filter product-graph dump-products, $(MAKECMDGOALS))) 233 ifneq ($(filter dump-products, $(MAKECMDGOALS)),) 234 $(dump-products)
|