HomeSort by relevance Sort by last modified time
    Searched refs:Dump (Results 276 - 300 of 436) sorted by null

<<1112131415161718

  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_session.cpp 296 void HWCSession::Dump(hwc2_device_t *device, uint32_t *out_size, char *out_buffer) {
313 s += hwc_session->hwc_display_[id]->Dump();
632 case HWC2::FunctionDescriptor::Dump:
633 return AsFP<HWC2_PFN_DUMP>(HWCSession::Dump);
    [all...]
hwc_display.cpp 319 void HWCColorMode::Dump(std::ostringstream* os) {
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/hwc2/
hwc_session.cpp 290 void HWCSession::Dump(hwc2_device_t *device, uint32_t *out_size, char *out_buffer) {
307 s += hwc_session->hwc_display_[id]->Dump();
606 // (such as Dump or SetPowerMode) may succeed without blocking on the condition
628 case HWC2::FunctionDescriptor::Dump:
629 return AsFP<HWC2_PFN_DUMP>(HWCSession::Dump);
    [all...]
hwc_display.cpp 310 void HWCColorMode::Dump(std::ostringstream* os) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
compile.go 26 // which phases to dump IR before/after, etc.
104 if p.dump != nil && p.dump[f.Name] {
105 // Dump function to appropriately named file
125 fname := fmt.Sprintf("%s__%s_%d.dump", phaseName, f.Name, dumpFileSeq)
132 f.Config.Warnl(0, "Unable to create after-phase dump file %s", fname)
151 dump map[string]bool // dump if function name matches
155 if p.dump == nil {
156 p.dump = make(map[string]bool
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
compile.go 26 // which phases to dump IR before/after, etc.
104 if p.dump != nil && p.dump[f.Name] {
105 // Dump function to appropriately named file
125 fname := fmt.Sprintf("%s__%s_%d.dump", phaseName, f.Name, dumpFileSeq)
132 f.Config.Warnl(0, "Unable to create after-phase dump file %s", fname)
151 dump map[string]bool // dump if function name matches
155 if p.dump == nil {
156 p.dump = make(map[string]bool
    [all...]
  /system/nfc/src/adaptation/
NfcAdaptation.cpp 265 ** Function: NfcAdaptation::Dump
272 void NfcAdaptation::Dump(int fd) { debug_nfcsnoop_dump(fd); }
  /system/update_engine/
update_attempter_android.cc 208 install_plan_.Dump();
  /art/runtime/entrypoints/
entrypoint_utils-inl.h     [all...]
  /art/runtime/verifier/
reg_type_cache.cc 638 void RegTypeCache::Dump(std::ostream& os) {
642 os << i << ": " << cur_entry->Dump() << "\n";
  /bootable/recovery/applypatch/
imgdiff.cpp 198 void Dump() const {
849 chunks[i].Dump();
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFdsGlobalVariable.py 455 def GenerateFirmwareVolume(Output, Input, BaseAddress=None, ForceRebase=None, Capsule=False, Dump=False,
472 if Dump:
  /external/python/cpython2/Demo/rpc/
rpc.py 545 def Dump(self):
821 # Simple test program -- dump local portmapper status
825 list = pmap.Dump()
835 # Test program for broadcast operation -- dump everybody's portmapper status
  /hardware/qcom/display/msm8996/libgralloc1/
gr_buf_mgr.cpp 545 private_handle_t::Dump(hnd);
840 gralloc1_error_t BufferManager::Dump(std::ostringstream *os) {
  /hardware/qcom/display/msm8998/libgralloc1/
gr_buf_mgr.cpp 533 private_handle_t::Dump(hnd);
827 gralloc1_error_t BufferManager::Dump(std::ostringstream *os) {
  /hardware/qcom/display/sdm845/libgralloc1/
gr_buf_mgr.cpp 559 private_handle_t::Dump(hnd);
865 gralloc1_error_t BufferManager::Dump(std::ostringstream *os) {
  /prebuilts/go/darwin-x86/src/net/http/httputil/
dump_test.go 91 // Request with Body, but Dump requested without it.
224 dump, err := DumpRequest(&tt.Req, !tt.NoBody)
229 if string(dump) != tt.WantDump {
230 t.Errorf("DumpRequest %d, expecting:\n%s\nGot:\n%s\n", i, tt.WantDump, string(dump))
237 dump, err := DumpRequestOut(&tt.Req, !tt.NoBody)
242 if string(dump) != tt.WantDumpOut {
243 t.Errorf("DumpRequestOut %d, expecting:\n%s\nGot:\n%s\n", i, tt.WantDumpOut, string(dump))
  /prebuilts/go/linux-x86/src/net/http/httputil/
dump_test.go 91 // Request with Body, but Dump requested without it.
224 dump, err := DumpRequest(&tt.Req, !tt.NoBody)
229 if string(dump) != tt.WantDump {
230 t.Errorf("DumpRequest %d, expecting:\n%s\nGot:\n%s\n", i, tt.WantDump, string(dump))
237 dump, err := DumpRequestOut(&tt.Req, !tt.NoBody)
242 if string(dump) != tt.WantDumpOut {
243 t.Errorf("DumpRequestOut %d, expecting:\n%s\nGot:\n%s\n", i, tt.WantDumpOut, string(dump))
  /art/runtime/
runtime.cc 166 // If a signal isn't handled properly, enable a handler that attempts to dump the Java stack.
303 // The saver will try to dump the profiles before being sopped and that
410 void Dump(std::ostream& os) const {
425 // Dump all threads first and then the aborting thread. While this is counter the logical flow,
450 self->Dump(os);
453 os << "Pending exception " << exception->Dump();
471 thread_list->Dump(os);
483 // Runtime::Abort(), one from previous Dump() call). Use a number that seems large enough.
528 // Sometimes we dump long messages, and the Android abort message only retains the first line.
546 // libpthread, which means the stacks we dump would be useless. Callin
    [all...]
indirect_reference_table_test.cc 35 irt->Dump(oss);
instrumentation.h 667 std::string Dump() const REQUIRES_SHARED(Locks::mutator_lock_);
  /art/compiler/driver/
compiler_driver.cc 123 void Dump() {
422 stats_->Dump();
636 << self->GetException()->Dump();
    [all...]
  /art/runtime/gc/space/
image_space.cc 749 logger.Dump(LOG_STREAM(INFO));
    [all...]
  /art/compiler/optimizing/
ssa_liveness_analysis.cc 298 Dump(stream);
  /build/soong/androidmk/cmd/androidmk/
android.go 568 // returns a function that tells whether mkvalue.Dump equals the given query string
571 return (ctx.mkvalue.Dump() == textToMatch)

Completed in 2290 milliseconds

<<1112131415161718