Searched refs:dump (Results 1 - 25 of 62) sorted by relevance

123

/system/tools/hidl/test/errors/syntax/1.0/
H A DIIdentifier1.hal39 dump();
50 int32_t dump;
/system/libufdt/utils/tests/
H A Dmkdtimg_testdata.sh34 OUTDTB="${OUTDIR}/dump.dtb"
46 mkdtimg dump "$IMG" -b "$OUTDTB_CFG" | tee "${OUTDIR}/cfg_create.dump"
58 mkdtimg dump "$IMG" -b "$OUTDTB" | tee "${OUTDIR}/create.dump"
63 diff "${OUTDIR}/cfg_create.dump" "${OUTDIR}/create.dump"
/system/core/healthd/
H A DBatteryPropertiesRegistrar.h44 status_t dump(int fd, const Vector<String16>& args);
H A DBatteryPropertiesRegistrar.cpp94 status_t BatteryPropertiesRegistrar::dump(int fd, const Vector<String16>& /*args*/) { function in class:android::BatteryPropertiesRegistrar
/system/core/include/sysutils/
H A DNetlinkEvent.h56 void dump();
/system/core/include/utils/
H A DCallStack.h38 // Immediately dump it to logcat using the given logtag.
46 // The default is to dump the stack of the current call.
55 void dump(int fd, int indent = 0, const char* prefix = 0) const;
H A DProcessCallStack.h49 void dump(int fd, int indent = 0, const char* prefix = 0) const;
/system/core/libsysutils/include/sysutils/
H A DNetlinkEvent.h56 void dump();
/system/core/libutils/include/utils/
H A DCallStack.h38 // Immediately dump it to logcat using the given logtag.
46 // The default is to dump the stack of the current call.
55 void dump(int fd, int indent = 0, const char* prefix = 0) const;
H A DProcessCallStack.h49 void dump(int fd, int indent = 0, const char* prefix = 0) const;
/system/media/audio_utils/
H A DErrorLog.cpp45 return reinterpret_cast<ErrorLog<int32_t> *>(error_log)->dump(fd, prefix, lines, limit_ns);
/system/core/libutils/
H A DCallStack.cpp59 void CallStack::dump(int fd, int indent, const char* prefix) const { function in class:android::CallStack
/system/core/storaged/include/
H A Dstoraged_service.h55 virtual status_t dump(int fd, const Vector<String16>& args);
H A Dstoraged_uid_monitor.h74 // last dump from /proc/uid_io/stats, uid -> uid_info
102 std::map<uint64_t, struct uid_records> dump(
106 // called by storaged periodic_chore or dump with force_report
/system/libvintf/include/vintf/
H A DRuntimeInfo.h78 friend std::string dump(const RuntimeInfo &ki);
H A Dparse_string.h83 std::string dump(const HalManifest &vm);
85 std::string dump(const RuntimeInfo &ki);
/system/media/audio_utils/include/audio_utils/
H A DPowerLog.h73 * \param limitNs limit dump to data more recent than limitNs (0 disables).
84 * \param limitNs limit dump to data more recent than limitNs (0 disables).
88 status_t dump(int fd, const char *prefix = "", size_t lines = 0, int64_t limitNs = 0) const;
147 * \param limit_ns limit dump to data more recent than limit_ns (0 disables).
/system/media/audio_utils/tests/
H A Derrorlog_tests.cpp75 elog->dump(0 /* fd (stdout) */);
H A Dpowerlog_tests.cpp69 plog->dump(0 /* fd (stdout) */);
H A Dsimplelog_tests.cpp67 slog->dump(0 /* fd (stdout) */, " "); // add a prefix
/system/netd/server/
H A DResolverController.h58 void dump(DumpWriter& dw, unsigned netId);
/system/tools/hidl/
H A DAnnotation.h62 void dump(Formatter &out) const;
/system/core/debuggerd/
H A Ddebuggerd_test.cpp627 for (int dump = 0; dump < kDumpCount; ++dump) {
628 pid_t pid = pid_base + dump;
658 for (int dump = 0; dump < kDumpCount; ++dump) {
659 pid_t pid = pid_base + dump;
/system/extras/simpleperf/scripts/
H A Dreport.py56 strs = self.dump()
59 def dump(self): member in class:CallTreeNode
65 child_strs = child.dump()
/system/extras/pagecache/
H A Dpagecache.py223 dump, ret_code = AdbUtils.run_adb_shell(args, serial)
227 dump = ''.join(dump)
228 return dump

Completed in 7161 milliseconds

123