/system/core/healthd/ |
D | BatteryPropertiesRegistrar.h | 43 status_t dump(int fd, const Vector<String16>& args);
|
D | BatteryPropertiesRegistrar.cpp | 79 status_t BatteryPropertiesRegistrar::dump(int fd, const Vector<String16>& /*args*/) { in dump() function in android::BatteryPropertiesRegistrar
|
/system/core/include/utils/ |
D | CallStack.h | 55 void dump(int fd, int indent = 0, const char* prefix = 0) const;
|
D | ProcessCallStack.h | 49 void dump(int fd, int indent = 0, const char* prefix = 0) const;
|
/system/core/include/sysutils/ |
D | NetlinkEvent.h | 52 void dump();
|
/system/extras/tests/sdcard/ |
D | README | 44 If you want to plot the data, you need to use the --dump option and provide a file: 46 …rf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100 --dump >/tmp/data.txt
|
/system/core/libutils/ |
D | CallStack.cpp | 57 void CallStack::dump(int fd, int indent, const char* prefix) const { in dump() function in android::CallStack
|
D | ProcessCallStack.cpp | 239 void ProcessCallStack::dump(int fd, int indent, const char* prefix) const { in dump() function in android::ProcessCallStack
|
/system/extras/tests/bionic/libc/ |
D | run-test.sh | 132 dump "INTERNAL ERROR: ADB_CMD_LOG not set!"
|
/system/extras/verity/ |
D | KeystoreSigner.java | 80 public void dump() throws Exception { in dump() method in BootKey 158 public void dump() throws Exception { in dump() method in BootKeystore
|
/system/core/libbacktrace/ |
D | backtrace_test.cpp | 560 dump_thread_t* dump = reinterpret_cast<dump_thread_t*>(data); in ThreadDump() local 562 if (android_atomic_acquire_load(dump->now)) { in ThreadDump() 568 dump->backtrace = Backtrace::Create(getpid(), dump->thread.tid); in ThreadDump() 569 dump->backtrace->Unwind(0); in ThreadDump() 571 android_atomic_acquire_store(1, &dump->done); in ThreadDump()
|
/system/netd/server/ |
D | NetlinkHandler.cpp | 69 evt->dump(); in onEvent()
|
/system/core/libsysutils/src/ |
D | NetlinkEvent.cpp | 74 void NetlinkEvent::dump() { in dump() function in NetlinkEvent
|
/system/core/libutils/tests/ |
D | BasicHashtable_test.cpp | 158 static void dump(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h) { in dump() function
|
/system/core/rootdir/ |
D | init.rc | 234 # Create dump dir and collect dumps. 236 # storing dumps on platforms which do not have a dedicated dump partition.
|
/system/core/libpixelflinger/ |
D | trap.cpp | 830 void dump(); 833 void AAEdge::dump() in dump() function in android::AAEdge
|