Searched refs:P (Results 1 – 25 of 74) sorted by relevance
123
25 fn paths_to_strs<P: AsRef<Path>>(paths: &[P]) -> Vec<&str> { in paths_to_strs()30 fn gen_mod_rs<P: AsRef<Path>>(out_dir: PathBuf, inputs: &[P], grpc: bool) { in gen_mod_rs() argument
26 # Devices upgrading to P may grant this permission in device-specific29 # P should use /data/vendor/wifi, which is already granted in core
38 P = 3, enumerator
96 pub fn find_auth_token_entry<P: Fn(&AuthTokenEntry) -> bool>( in find_auth_token_entry()98 p: P, in find_auth_token_entry() argument
12 # Frameworks HALs released in Android P
70 Point<pxs> P(pxs(.5), a1 - a0 * (pxs(.5) - a0) / a1); in pixelLineIntersect() local71 TEEUI_LOG << " P: " << P << " Q: " << Q; in pixelLineIntersect()72 Point<pxs> R = P - Q; in pixelLineIntersect()
15 $ nc localhost 8872 | btmon -P -r /dev/stdin
7 // Simpleperf profiles interpreted/jitted Java code on Android >= P.
19 # HALs released in Android P
45 libminijail on vendor partitions older than P does not have constants from <sys/mman.h>.
22 +0P+58VGHkd3ACPFG4PcS8gnmjpx/EXicWq855w+nshr8Ff4Gs9LbUv0pg8s9mZA
24 3hqT75LIXrE7OHd93Zn61+l/ww0K/s8TSuIVYOZjYMSEUXjVJHsm2DHxaMb7/47P
31 # chattr +F and chattr +P /data/media in init
34 NIST CURVE: P-256
35 NIST CURVE: P-256
37 NIST CURVE: P-256
36 NIST CURVE: P-384
199 function-rgx=^(?:(?P<exempt>setUp|tearDown|setUpModule|tearDownModule)|(?P<camel_case>_?[A-Z][a-zA-…226 …P<exempt>_[a-z0-9_]+__|runTest|setUp|tearDown|setUpTestCase|tearDownTestCase|setupSelf|tearDownCla…
205 function-rgx=^(?:(?P<exempt>setUp|tearDown|setUpModule|tearDownModule)|(?P<camel_case>_?[A-Z][a-zA-…232 …P<exempt>_[a-z0-9_]+__|runTest|setUp|tearDown|setUpTestCase|tearDownTestCase|setupSelf|tearDownCla…
80 case Level::P: in GetDescription()