Home
last modified time | relevance | path

Searched defs:push_line (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/element/
Dtext.rs85 pub fn push_line<L: Into<T>>(&mut self, line: L) { in push_line() method
/aosp_15_r20/external/autotest/client/profilers/powertop/src/
H A Dpowertop.c89 void push_line(char *string, int count) in push_line() function