HomeSort by relevance Sort by last modified time
    Searched refs:Dump (Results 126 - 150 of 394) sorted by null

1 2 3 4 56 7 8 91011>>

  /art/runtime/base/
mutex.h 152 virtual void Dump(std::ostream& os) const = 0;
276 virtual void Dump(std::ostream& os) const;
398 virtual void Dump(std::ostream& os) const;
allocator.h 89 void Dump(std::ostream& os);
  /art/runtime/
indirect_reference_table.cc 336 self->Dump(LOG_STREAM(WARNING));
433 void IndirectReferenceTable::Dump(std::ostream& os) const {
434 os << kind_ << " table dump:\n";
443 ReferenceTable::Dump(os, entries);
runtime_common.cc 133 void Dump(std::ostream& os) const;
146 void UContext::Dump(std::ostream& os) const {
281 os << "Unknown architecture/word size/OS in ucontext dump";
437 // Special timeout signal. Try to dump all threads.
440 runtime->GetThreadList()->Dump(std::cerr, kDumpNativeStackOnTimeout);
479 // Special dump-all timeout.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenTEImage/
GenTEImage.c 51 INT8 Dump;
172 if (mOptions.Dump) {
715 } else if (_stricmp (Argv[0], "-dump") == 0) {
717 // -dump for dumping an image
719 mOptions.Dump = 1;
785 " -dump - to dump the input file to a text file",
804 Dump a specified image information
808 FileName - File name pointer to the image to dump
840 // Dump the header
    [all...]
  /external/v8/src/
counters.cc 280 void RuntimeCallCounter::Dump(v8::tracing::TracedValue* value) {
372 // counter stack, and then reset counters so that we can dump counters into
387 void RuntimeCallStats::Dump(v8::tracing::TracedValue* value) {
391 if (counter->count > 0) counter->Dump(value);
  /hardware/qcom/display/msm8996/libgralloc1/
gr_device_impl.cpp 122 return reinterpret_cast<gralloc1_function_pointer_t>(Dump);
175 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size,
187 os << "QTI gralloc dump:" << std::endl;
190 dev->buf_mgr_->Dump(&os);
  /kernel/tests/net/test/
sock_diag.py 301 def Dump(self, diag_req, bytecode):
319 sockets += self.Dump(diag_req, bytecode)
386 results = self.Dump(req, "")
388 raise ValueError("Dump of %s returned no sockets" % req)
392 raise ValueError("Dump of %s did not contain inode %d" % (req, inode))
  /art/runtime/gc/accounting/
bitmap.h 100 std::string Dump() const;
remembered_set.cc 164 void RememberedSet::Dump(std::ostream& os) {
space_bitmap.h 192 std::string Dump() const;
  /art/runtime/gc/space/
bump_pointer_space.h 104 void Dump(std::ostream& os) const;
malloc_space.h 122 void Dump(std::ostream& os) const;
region_space.cc 395 void RegionSpace::Dump(std::ostream& os) const {
427 regions_[i].Dump(os);
436 reg->Dump(os);
521 void RegionSpace::Region::Dump(std::ostream& os) const {
zygote_space.cc 71 void ZygoteSpace::Dump(std::ostream& os) const {
  /build/soong/androidmk/cmd/androidmk/
values.go 56 return nil, fmt.Errorf("Unsupported non-const variable name %s", name.Dump())
200 return nil, fmt.Errorf("non-const bool expression %s", ms.Dump())
  /build/soong/androidmk/parser/
make_strings.go 83 func (ms *MakeString) Dump() string {
89 ret += ms.Variables[i].Dump()
  /external/chromium-trace/catapult/devil/devil/android/
apk_helper.py 40 aapt_output = aapt.Dump('xmltree', apk_path, 'AndroidManifest.xml')
  /external/drm_hwcomposer/
drmdisplaycomposition.cpp 504 region.frame.Dump(out);
518 void DrmDisplayComposition::Dump(std::ostringstream *out) const {
553 layer.source_crop.Dump(out);
555 layer.display_frame.Dump(out);
drmdisplaycomposition.h 182 void Dump(std::ostringstream *out) const;
  /external/libmojo/third_party/catapult/devil/devil/android/
apk_helper.py 38 aapt_output = aapt.Dump('xmltree', apk_path, 'AndroidManifest.xml')
  /external/pdfium/core/fxge/skia/
fx_skia_device.h 158 void Dump() const;
  /external/skia/samplecode/
SamplePictFile.cpp 142 SkGlyphCache::Dump();
  /external/skia/src/core/
SkResourceCache.h 156 /** Dump memory usage statistics of every Rec in the cache using the
159 static void DumpMemoryStatistics(SkTraceMemoryDump* dump);
179 static void Dump();
249 void dump() const;
  /external/v8/src/heap/
object-stats.h 38 void Dump(std::stringstream& stream);

Completed in 1071 milliseconds

1 2 3 4 56 7 8 91011>>