Home
last modified time | relevance | path

Searched defs:sgr (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/libdav1d/src/
H A Dlooprestoration.h54 } sgr; member
74 looprestorationfilter_fn sgr[3]; /* 5x5, 3x3, mix */ member
/aosp_15_r20/external/rust/android-crates-io/crates/anes/src/
Dmacros.rs47 macro_rules! sgr { macro
312 fn sgr() { in sgr() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dansi.py23 sgr: Optional[str] = "" variable in _AnsiToken
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dansi.py23 sgr: Optional[str] = "" variable in _AnsiToken
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dansi.py23 sgr: Optional[str] = "" variable in _AnsiToken
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dansi.py23 sgr: Optional[str] = "" variable in _AnsiToken
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/
Dquickcheck.rs980 let sgr = StableGraph::from(gr1.clone()); localVariable
988 let sgr = StableGraph::from(gr1.clone()); localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/stable_graph/
Dserialization.rs232 let mut sgr = StableGraph { in from_deserialized() localVariable