Home
last modified time | relevance | path

Searched defs:initial_indent (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/handlers/
Dgraphical.rs212 let initial_indent = format!(" {} ", severity_icon.style(severity_style)); localVariable
238 let initial_indent = format!( localVariable
282 let initial_indent = " help: ".style(self.theme.styles.help).to_string(); localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/textwrap/src/
Dlib.rs241 pub initial_indent: &'a str, field
388 pub fn initial_indent(self, indent: &'a str) -> Self { in initial_indent() method
/aosp_15_r20/external/python/cpython2/Lib/
Dtextwrap.py117 initial_indent="", argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dtextwrap.py114 initial_indent="", argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dtextwrap.py114 initial_indent="", argument
/aosp_15_r20/external/python/cpython3/Lib/
Dtextwrap.py114 initial_indent="", argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dtextwrap.py114 initial_indent="", argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dtextwrap.py114 initial_indent="", argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dtextwrap.py114 initial_indent="", argument
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dutils.py861 def __init__(self, initial_indent=0): argument