Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 25 of 178) sorted by relevance

12345678

/system/libufdt/utils/tests/
Dmkdtboimg_acpi_testdata.sh31 MKDTIMG_DUMP="${MKDTIMG_OUT}"/dump.aml
36 MKDTBOIMG_CREATEDUMP="${MKDTBOIMG_OUTCREATE}"/dump.aml
37 MKDTBOIMG_CFGDUMP="${MKDTBOIMG_OUTCFG}"/dump.aml
62 mkdtimg dump ${MKDTIMG_OUT}/create_acpi.img -b "${MKDTIMG_DUMP}"| grep -v 'FDT' > ${MKDTIMG_OUT}/cr…
65 ../src/mkdtboimg.py dump ${MKDTBOIMG_OUTCREATE}/create_acpi.img --output ${MKDTBOIMG_OUTCREATE}/cre…
68 ../src/mkdtboimg.py dump ${MKDTBOIMG_OUTCFG}/create_acpi.img --output ${MKDTBOIMG_OUTCFG}/create.du…
Dmkdtboimg_testdata.sh35 MKDTIMG_DUMP="${MKDTIMG_OUT}"/dump.dtb
40 MKDTBOIMG_CREATEDUMP="${MKDTBOIMG_OUTCREATE}"/dump.dtb
41 MKDTBOIMG_CFGDUMP="${MKDTBOIMG_OUTCFG}"/dump.dtb
73 mkdtimg dump ${MKDTIMG_OUT}/create.img -b "${MKDTIMG_DUMP}"| grep -v 'FDT' > ${MKDTIMG_OUT}/create.
76 ../src/mkdtboimg.py dump ${MKDTBOIMG_OUTCREATE}/create.img --output ${MKDTBOIMG_OUTCREATE}/create.d…
79 ../src/mkdtboimg.py dump ${MKDTBOIMG_OUTCFG}/create.img --output ${MKDTBOIMG_OUTCFG}/create.dump -b…
Dmkdtimg_acpi_testdata.sh48 mkdtimg dump "$IMG" -b "$OUTDTB_CFG" | grep -v 'FDT' | tee "${OUTDIR}/cfg_create_acpi.dump"
56 mkdtimg dump "$IMG" -b "$OUTDTB" | grep -v 'FDT' | tee "${OUTDIR}/create_acpi.dump"
Dmkdtimg_testdata.sh46 mkdtimg dump "$IMG" -b "$OUTDTB_CFG" | tee "${OUTDIR}/cfg_create.dump"
58 mkdtimg dump "$IMG" -b "$OUTDTB" | tee "${OUTDIR}/create.dump"
/system/libhidl/libhidlcache/
DMemoryDealer.cpp55 void dump(const char* tag) const;
56 void dump(string& res, const char* tag) const;
98 void MemoryDealer::dump(const char* tag) const { in dump() function in android::hardware::MemoryDealer
99 mAllocator->dump(tag); in dump()
247 void SimpleBestFitAllocator::dump(const char* tag) const { in dump() function in android::hardware::SimpleBestFitAllocator
258 void SimpleBestFitAllocator::dump(string& result, const char* tag) const { in dump() function in android::hardware::SimpleBestFitAllocator
/system/extras/boottime_tools/io_analysis/
Dcheck_io_trace_all.py93 def dump(self): member in ProcessData
179 def dump(self): member in IoTrace
195 process[1].dump()
204 process[1].dump()
285 def dump(self): member in SchedProcess
361 def dump(self): member in SchedTrace
366 v.dump()
381 io_trace.dump()
383 sched_trace.dump()
Dcheck_file_read.py100 def dump(self): member in FileAccess
155 def dump(self, name_to_pid_map): member in FileEvent
166 self.read.dump()
169 self.write.dump()
404 f.dump(name_to_pid_map)
411 def dump(self): member in Trace
438 trace.dump()
Dcheck_verity.py114 def dump(self): member in VerityTrace
136 trace.dump()
/system/libhwbinder/vts/performance/
DPerfTest.cpp150 void Results::dump() const { in dump() function in Results
194 void PResults::dump() const { in dump() function in PResults
201 other.dump(); in dump()
204 fifo.dump(); in dump()
DPerfTest.h101 void dump() const;
133 void dump() const;
/system/extras/boottime_tools/bootanalyze/
Dbugreport_anayze.py112 def dump(self): member in Events
362 def dump(self): member in Parser
366 self.current_boot_kernel.dump()
369 self.current_boot_logcat.dump()
373 self.last_boot_kernel.dump()
376 self.last_boot_logcat.dump()
383 parser.dump()
/system/sepolicy/vendor/
Dhal_audio_default.te9 # allow audioserver to call hal_audio dump with its own fd to retrieve status
/system/sepolicy/prebuilts/api/29.0/public/
Dhal_configstore.te42 -anr_data_file # for crash dump collection
43 -tombstone_data_file # for crash dump collection
/system/sepolicy/public/
Dhal_configstore.te42 -anr_data_file # for crash dump collection
43 -tombstone_data_file # for crash dump collection
/system/libufdt/utils/
DREADME.md62 and `dump`.
183 #### `dump` Command
185 For `dtb`/`dtbo` images, use the `dump` command to print the information in
189 $mkdtimg dump dtbo.img
/system/bt/stack/gatt/
Dconnection_manager.h55 extern void dump(int fd);
/system/sepolicy/prebuilts/api/27.0/public/
Dhal_configstore.te46 -anr_data_file # for crash dump collection
47 -tombstone_data_file # for crash dump collection
/system/core/libutils/include/utils/
DProcessCallStack.h49 void dump(int fd, int indent = 0, const char* prefix = nullptr) const;
/system/netd/server/
DProcess.h54 void dump(netdutils::DumpWriter& dw);
/system/media/audio_utils/
DErrorLog.cpp45 return reinterpret_cast<ErrorLog<int32_t> *>(error_log)->dump(fd, prefix, lines, limit_ns); in error_log_dump()
/system/chre/platform/slpi/
Dinit.cc98 UniquePtr<char> dump = chre::EventLoopManagerSingleton::get()->debugDump(); in performDebugDumpCallback() local
99 chre::commitDebugDump(*handle, dump.get(), true /*done*/); in performDebugDumpCallback()
/system/sepolicy/prebuilts/api/28.0/public/
Dhal_configstore.te46 -anr_data_file # for crash dump collection
47 -tombstone_data_file # for crash dump collection
/system/libufdt/tests/
DverifyDTBO.sh28 $mkdtimg_path dump dtbo.img -b dumped_dtbo > /dev/null
/system/core/libsysutils/include/sysutils/
DNetlinkEvent.h56 void dump();
/system/netd/resolv/
DResolverController.h59 void dump(netdutils::DumpWriter& dw, unsigned netId);

12345678