Home
last modified time | relevance | path

Searched defs:target_style (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/base/tools/aapt2/cmd/
H A DDump.cpp290 const auto target_style = ResourceName(*package_name, ResourceType::kStyle, style_); in Dump() local
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/format/
Dpretty.rs214 let target_style = if writer.has_ansi_escapes() { in format_event() localVariable
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DDebug.cpp383 void Debug::PrintStyleGraph(ResourceTable* table, const ResourceName& target_style) { in PrintStyleGraph()