HomeSort by relevance Sort by last modified time
    Searched refs:dump (Results 826 - 850 of 2359) sorted by null

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cpickle.py 58 p.dump(arg)
88 p.dump(arg)
118 p.dump(arg)
pickletester.py 800 # Dump using protocol 1 for comparison.
810 # Dump using protocol 2 for test.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cpickle.py 58 p.dump(arg)
88 p.dump(arg)
118 p.dump(arg)
pickletester.py 800 # Dump using protocol 1 for comparison.
810 # Dump using protocol 2 for test.
    [all...]
  /external/llvm/lib/Target/R600/
R600OptimizeVectorRegisters.cpp 208 DEBUG(dbgs() << " ->"; Tmp->dump(););
214 DEBUG(dbgs() << " ->"; Pos->dump(););
219 DEBUG(dbgs() << " ";(*It).dump(); dbgs() << " ->");
221 DEBUG((*It).dump());
350 MI->dump();
R600Packetizer.cpp 247 DEBUG(dbgs() << "Considering as Trans Inst :"; MI->dump(););
259 MI->dump();
262 CurrentPacketMIs[i]->dump();
276 MI->dump();
279 CurrentPacketMIs[i]->dump();
  /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");
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
CardEmulationManager.java 106 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:CardEmulationManager
107 mServiceCache.dump(fd, pw, args);
108 mPreferredServices.dump(fd, pw, args);
109 mAidCache.dump(fd, pw, args);
110 mHostEmulationManager.dump(fd, pw, args);
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.h 154 virtual status_t dump(int fd);
223 void dump(int fd, int spaces, int index) const;
272 void dump(int fd, int spaces) const;
315 status_t dump(int fd, int spaces, int index) const;
337 status_t dump(int fd, int spaces, int index) const;
392 void dump(int fd);
409 void dump(int fd);
447 status_t dump(int fd);
494 status_t dump(int fd);
522 void dump(int fd)
    [all...]
  /device/asus/fugu/libaudio/
audio_hal_thunks.cpp 164 return tstream->impl->dump(fd);
286 return tstream->impl->dump(fd);
444 in->stream.common.dump = in_dump;
517 out->stream.common.dump = out_dump;
615 int ret = adev->output->dump(fd);
617 ret = adev->input->dump(fd);
680 adev->device.dump = adev_dump;
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 294 void dump() const;
413 virtual void dump() const = 0;
429 void dump() const;
540 void dump() const override;
609 void dump() const override;
679 void dump() const override;
705 void dump() const override;
  /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...]
  /frameworks/native/services/inputflinger/
EventHub.cpp 1619 void EventHub::dump(String8& dump) { function in class:android::EventHub
    [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/chromium_org/third_party/skia/third_party/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...]
  /frameworks/av/services/audioflinger/
Threads.h 59 virtual void dump(char *buffer, size_t size) = 0;
86 void dump(char *buffer, size_t size) { mData->dump(buffer, size); } function in class:ThreadBase::ConfigEvent
104 virtual void dump(char *buffer, size_t size) { function in class:ThreadBase::IoConfigEventData
126 virtual void dump(char *buffer, size_t size) { function in class:ThreadBase::PrioConfigEventData
149 virtual void dump(char *buffer, size_t size) { function in class:ThreadBase::SetParameterConfigEventData
172 virtual void dump(char *buffer, size_t size) { function in class:ThreadBase::CreateAudioPatchConfigEventData
196 virtual void dump(char *buffer, size_t size) { function in class:ThreadBase::ReleaseAudioPatchConfigEventData
471 void dump(int fd, const Vector<String16>& args);
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java 260 public void dump(FileDescriptor fd, final PrintWriter pw, String[] args) { method in class:MediaRouterService
261 if (mContext.checkCallingOrSelfPermission(Manifest.permission.DUMP)
263 pw.println("Permission Denial: can't dump MediaRouterService from from pid="
279 userRecord.dump(pw, "");
528 public void dump(PrintWriter pw, String prefix) { method in class:MediaRouterService.ClientRecord
560 public void dump(final PrintWriter pw, String prefix) { method in class:MediaRouterService.UserRecord
567 mClientRecords.get(i).dump(pw, indent);
580 mHandler.dump(pw, indent);
583 pw.println(indent + "<could not dump handler state>");
703 public void dump(PrintWriter pw, String prefix) method in class:MediaRouterService.UserHandler
1179 public void dump(PrintWriter pw, String prefix) { method in class:MediaRouterService.UserHandler.ProviderRecord
1322 public void dump(PrintWriter pw, String prefix) { method in class:MediaRouterService.UserHandler.RouteRecord
    [all...]
  /external/chromium_org/third_party/libxml/src/
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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 673 bool dump; local
675 dump = debug_get_bool_option("RADEON_DUMP_SHADERS", FALSE);
698 /* Dump TGSI code before doing TGSI->LLVM conversion in case the
700 if (dump) {
712 if (dump) {
715 radeon_llvm_compile(mod, &inst_bytes, &inst_byte_count, "SI", dump);
716 if (dump) {
  /external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp 850 void SkClipStack::Element::dump() const { function in class:SkClipStack::Element
886 this->getRect().dump();
890 this->getRRect().dump();
894 this->getPath().dump(true);
899 void SkClipStack::dump() const { function in class:SkClipStack
903 e->dump();
  /external/chromium_org/tools/clang/blink_gc_plugin/
process-graph.py 320 dump = pickle.load(open(args.pickle_graph, 'rb'))
321 graph = dump[0]
322 roots = dump[1]
326 dump = (graph, roots)
327 pickle.dump(dump, open(args.pickle_graph, 'wb'))
  /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 317 void SUnit::dump(const ScheduleDAG *G) const {
323 dump(G);
395 SUnits[i].dump(this);
404 SUnits[i].dump(this);
413 SUnits[i].dump(this);
421 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.
339 void SDNode::dump() const { dump(nullptr); } function in class:SDNode
340 void SDNode::dump(const SelectionDAG *G) const { function in class:SDNode
392 CSDN->getValueAPF().bitcastToAPInt().dump();
543 N->dump(G);
546 void SelectionDAG::dump() const { function in class:SelectionDAG
571 // Dump the current SDNode, but don't end the line yet.
595 // Dump children that have grandchildren on their own line(s)
    [all...]

Completed in 1225 milliseconds

<<31323334353637383940>>