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

1 2 3 4 56 7 8 91011

  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
typeannotation.py 144 def Dump(self, indent=''):
149 result.append(indent + str(t) + ' =>\n' + t.Dump(indent + ' '))
  /hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
Android.mk 47 ../../common/utils/Dump.cpp
  /hardware/intel/img/hwcomposer/moorefield_hdmi/
Android.mk 54 common/utils/Dump.cpp
  /art/runtime/base/
bit_vector.h 272 void Dump(std::ostream& os, const char* prefix) const;
278 * @brief Dump the bitvector into buffer in a 00101..01 format.
279 * @param buffer the ostringstream used to dump the bitvector into.
  /art/runtime/gc/accounting/
space_bitmap.h 190 std::string Dump() const;
mod_union_table.cc 346 void ModUnionTableReferenceCache::Dump(std::ostream& os) {
505 void ModUnionTableCardCache::Dump(std::ostream& os) {
  /art/runtime/gc/
reference_queue.cc 108 void ReferenceQueue::Dump(std::ostream& os) const {
  /art/runtime/gc/space/
large_object_space.h 173 void Dump(std::ostream& os) const REQUIRES(!lock_);
large_object_space_test.cc 100 // Test that dump doesn't crash.
101 los->Dump(LOG(INFO));
space.h 83 // Dump space. Also key method for C++ vtables.
84 virtual void Dump(std::ostream& os) const;
region_space.h 90 void Dump(std::ostream& os) const;
452 void Dump(std::ostream& os) const;
  /art/runtime/
instrumentation.cc 196 LOG(INFO) << "Pushing shadow frame " << instrumentation_frame.Dump();
241 LOG(INFO) << "Ignoring already instrumented " << frame.Dump();
249 LOG(INFO) << "Pushing frame " << instrumentation_frame.Dump();
    [all...]
java_vm_ext.cc 208 void Dump(std::ostream& os) const NO_THREAD_SAFETY_ANALYSIS {
458 // TODO: is this useful given that we're about to dump the calling thread's stack?
463 self->Dump(os);
709 globals_.Dump(os);
713 weak_globals_.Dump(os);
    [all...]
thread_list.h 52 void Dump(std::ostream& os, bool dump_native_stack = true)
  /art/runtime/verifier/
reg_type_cache.h 148 void Dump(std::ostream& os) SHARED_REQUIRES(Locks::mutator_lock_);
  /external/skia/src/core/
SkGlyphCache.h 110 void dump() const;
153 static void Dump();
155 /** Dump memory usage statistics of all the attaches caches in the process using the
158 static void DumpMemoryStatistics(SkTraceMemoryDump* dump);
  /external/skia/src/pathops/
SkPathOpsPoint.h 223 void dump() const;
224 static void Dump(const SkPoint& pt);
  /frameworks/base/tools/aapt2/
Android.mk 118 dump/Dump.cpp \
  /hardware/intel/img/hwcomposer/merrifield/common/buffers/
BufferManager.cpp 114 void BufferManager::dump(Dump& d) function in class:android::intel::BufferManager
  /hardware/intel/img/hwcomposer/merrifield/common/planes/
DisplayPlaneManager.cpp 323 void DisplayPlaneManager::dump(Dump& d) function in class:android::intel::DisplayPlaneManager
  /hardware/intel/img/hwcomposer/merrifield/include/
VirtualDevice.h 201 virtual void dump(Dump& d);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
BufferManager.cpp 114 void BufferManager::dump(Dump& d) function in class:android::intel::BufferManager
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DisplayPlaneManager.cpp 323 void DisplayPlaneManager::dump(Dump& d) function in class:android::intel::DisplayPlaneManager
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.h 67 static void Dump(hwc_composer_device_1 *device, char *buffer, int length);
  /system/update_engine/payload_consumer/
download_action.cc 176 install_plan_.Dump();

Completed in 773 milliseconds

1 2 3 4 56 7 8 91011