Home
last modified time | relevance | path

Searched defs:Dump (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
DDump.cpp222 int DumpConfigsCommand::Dump(LoadedApk* apk) { in Dump() function in aapt::DumpConfigsCommand
253 int DumpPackageNameCommand::Dump(LoadedApk* apk) { in Dump() function in aapt::DumpPackageNameCommand
263 int DumpStringsCommand::Dump(LoadedApk* apk) { in Dump() function in aapt::DumpStringsCommand
279 int DumpStyleParentCommand::Dump(LoadedApk* apk) { in Dump() function in aapt::DumpStyleParentCommand
304 int DumpTableCommand::Dump(LoadedApk* apk) { in Dump() function in aapt::DumpTableCommand
324 int DumpXmlStringsCommand::Dump(LoadedApk* apk) { in Dump() function in aapt::DumpXmlStringsCommand
380 int DumpXmlTreeCommand::Dump(LoadedApk* apk) { in Dump() function in aapt::DumpXmlTreeCommand
DDump.h131 int Dump(LoadedApk* apk) override { in Dump() function
166 int Dump(LoadedApk* apk) override { in Dump() function
/frameworks/base/cmds/idmap2/idmap2/
DDump.cpp39 Result<Unit> Dump(const std::vector<std::string>& args) { in Dump() function
/frameworks/native/libs/vr/libvrflinger/
Dvr_flinger.cpp128 std::string VrFlinger::Dump() { in Dump() function in android::dvr::VrFlinger
Dhardware_composer.cpp447 std::string HardwareComposer::Dump() { in Dump() function in android::dvr::HardwareComposer
/frameworks/native/vulkan/vkjson/
Dvkjson_info.cc100 bool Dump(const VkJsonInstance& instance, const Options& options) { in Dump() function
/frameworks/base/libs/hwui/service/
DGraphicsStatsService.cpp310 class GraphicsStatsService::Dump { class in android::uirenderer::GraphicsStatsService
312 Dump(int outFd, DumpType type) : mFd(outFd), mType(type) {} in Dump() function in android::uirenderer::GraphicsStatsService::Dump
/frameworks/base/cmds/idmap2/tests/
DIdmap2BinaryTests.cpp110 TEST_F(Idmap2BinaryTests, Dump) { in TEST_F() argument
/frameworks/base/core/java/com/android/internal/util/
DDumpUtils.java79 public interface Dump { interface in DumpUtils
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_tool.cpp64 std::string ControlClient::Dump() { in Dump() function in __anon5281a59a0111::ControlClient
/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp226 TEST_F(AudioPolicyManagerTest, Dump) { in TEST_F() argument
353 TEST_F(AudioPolicyManagerTestMsd, Dump) { in TEST_F() argument
/frameworks/base/cmds/statsd/src/config/
DConfigManager.cpp291 void ConfigManager::Dump(FILE* out) { in Dump() function in android::os::statsd::ConfigManager
/frameworks/native/cmds/lshal/
Dtest.cpp541 TEST_F(ListTest, Dump) { in TEST_F() argument
/frameworks/native/cmds/dumpstate/
Dutils.cpp216 void Progress::Dump(int fd, const std::string& prefix) const { in Dump() function in Progress
/frameworks/base/libs/androidfw/
DAssetManager2.cpp1485 void Theme::Dump() const { in Dump() function in android::Theme
/frameworks/ml/nn/tools/test_generator/
Dtest_generator.py1131 def Dump(self, DumpModel, model_fd, DumpExample, example_fd, DumpTest, test_fd): member in Example
/frameworks/base/core/proto/android/server/
Dactivitymanagerservice.proto754 message Dump { message
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp1785 bool ManifestExtractor::Dump(text::Printer* printer, IDiagnostics* diag) { in Dump() function in aapt::ManifestExtractor