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

<<11121314151617181920>>

  /frameworks/base/services/input/
EventHub.cpp     [all...]
InputDispatcher.cpp 188 static void dumpRegion(String8& dump, const SkRegion& region) {
190 dump.append("<empty>");
199 dump.append("|");
202 dump.appendFormat("[%d,%d][%d,%d]", rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
3541 String8 dump; local
4082 void InputDispatcher::dump(String8& dump) { function in class:android::InputDispatcher
    [all...]
  /device/generic/goldfish/audio/
AudioHardwareGeneric.cpp 176 status_t AudioHardwareGeneric::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioHardwareGeneric
180 mInput->dump(fd, args);
183 mOutput->dump(fd, args);
243 status_t AudioStreamOutGeneric::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioStreamOutGeneric
248 snprintf(buffer, SIZE, "AudioStreamOutGeneric::dump\n");
351 status_t AudioStreamInGeneric::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioStreamInGeneric
356 snprintf(buffer, SIZE, "AudioStreamInGeneric::dump\n");
  /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);
  /hardware/libhardware_legacy/audio/
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");
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 53 /// dump - dump the schedule.
57 SU->dump(this);
290 void SUnit::dump(const ScheduleDAG *G) const {
296 dump(G);
364 SUnits[i].dump(this);
373 SUnits[i].dump(this);
382 SUnits[i].dump(this);
390 SUnits[i].dump(this);
LexicalScopes.cpp 314 /// dump - Print data structures.
315 void LexicalScope::dump() const { function in class:LexicalScope
321 N->dump();
330 Children[i]->dump();
  /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
461 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:LoaderManagerImpl.LoaderInfo
467 mLoader.dump(prefix + " ", fd, writer, args);
483 mPendingLoader.dump(prefix + " ", fd, writer, args);
809 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 164 * @param fd The raw file descriptor that the dump is being sent to.
165 * @param writer A PrintWriter to which the dump is to be set.
166 * @param args Additional arguments to the dump request.
168 public abstract void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args); method in class:LoaderManager
447 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:LoaderManagerImpl.LoaderInfo
453 mLoader.dump(prefix + " ", fd, writer, args);
469 mPendingLoader.dump(prefix + " ", fd, writer, args);
795 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:LoaderManagerImpl
    [all...]
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp 174 void dump(String8& dump);
305 void NativeInputManager::dump(String8& dump) { function in class:android::NativeInputManager
306 mInputManager->getReader()->dump(dump);
307 dump.append("\n");
309 mInputManager->getDispatcher()->dump(dump);
310 dump.append("\n")
1333 String8 dump; local
    [all...]
  /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 565 DEBUG_WITH_TYPE("mc-dump", {
567 dump(); });
598 DEBUG_WITH_TYPE("mc-dump", {
600 dump(); });
605 DEBUG_WITH_TYPE("mc-dump", {
607 dump(); });
838 void MCFragment::dump() { function in class:MCFragment
932 void MCSectionData::dump() { function in class:MCSectionData
939 it->dump();
944 void MCSymbolData::dump() { function in class:MCSymbolData
960 void MCAssembler::dump() { function in class:MCAssembler
    [all...]
  /external/libxml2/
xmlmemory.c 635 * @nbBytes: the amount of memory to dump
836 * @nr: number of entries to dump
838 * show a show display of the memory allocated, and dump
884 * Dump in-extenso the memory blocks allocated to the file .memorylist
891 FILE *dump; local
895 dump = fopen(".memdump", "w");
896 if (dump == NULL)
898 else xmlMemoryDumpFile = dump;
902 if (dump != NULL) fclose(dump);
    [all...]
  /device/moto/wingray/libaudio/
AudioHardware.h 159 virtual status_t dump(int fd, const Vector<String16>& args);
225 virtual status_t dump(int fd, const Vector<String16>& args);
287 virtual status_t dump(int fd, const Vector<String16>& args);
  /device/samsung/crespo/libaudio/
AudioHardware.h 150 virtual status_t dump(int fd, const Vector<String16>& args);
192 // trace driver operations for dump
236 virtual status_t dump(int fd, const Vector<String16>& args);
270 // trace driver operations for dump
295 virtual status_t dump(int fd, const Vector<String16>& args);
359 // trace driver operations for dump
  /external/clang/include/clang/Basic/
SourceLocation.h 168 void dump(const SourceManager &SM) const;
326 void dump() const { SourceLocation::dump(*SrcMgr); } function in class:clang::FullSourceLoc
  /external/icu4c/tools/tzcode/
icuzdump.cpp 127 void dump(ostream& out) { function in class:ICUZDump
308 << "\t-a : Dump all available zones." << endl
314 << "\t : When specified, dump transitions starting <low_year>" << endl
396 dumper.dump(*fout);
418 dumper.dump(cout);
  /external/ipsec-tools/src/racoon/
evt.c 66 struct evtdump *dump; member in struct:evt
170 evt->dump = evtdump;
186 evtdump = evt->dump;
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 103 void DIEAbbrev::dump() { print(dbgs()); } function in class:DIEAbbrev
172 void DIE::dump() { function in class:DIE
179 void DIEValue::dump() { function in class:DIEValue
  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.cpp 21 void DWARFDebugInfoEntryMinimal::dump(raw_ostream &OS, function in class:DWARFDebugInfoEntryMinimal
42 // Dump all data in the .debug_info for the attributes
53 child->dump(OS, cu, recurseDepth-1, indent+2);
92 formValue.dump(OS, cu);
  /frameworks/base/libs/ui/
FramebufferNativeWindow.cpp 185 void FramebufferNativeWindow::dump(String8& result) { function in class:android::FramebufferNativeWindow
186 if (fbDev->common.version >= 1 && fbDev->dump) {
190 fbDev->dump(fbDev, buffer, SIZE);
  /hardware/libhardware/modules/audio/
audio_hw.c 230 out->stream.common.dump = out_dump;
324 in->stream.common.dump = in_dump;
414 adev->device.dump = adev_dump;
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 212 virtual status_t dump(int fd, const Vector<String16>& args);
254 virtual status_t dump(int fd, const Vector<String16>& args);
289 virtual status_t dump(int fd, const Vector<String16>& args);
  /cts/tests/tests/content/src/android/content/res/cts/
Resources_ThemeTest.java 55 method = "dump",
68 mResTheme.dump(1, "hello", "world");
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 346 method = "dump",
352 method = "dump",
394 mBinder.dump(new FileDescriptor(),
398 mBinder.dump(new FileDescriptor(), dumpArgs);
493 public void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:BinderTest.MockBinder
494 super.dump(fd, fout, args);

Completed in 2325 milliseconds

<<11121314151617181920>>