Home
last modified time | relevance | path

Searched defs:underscores (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/av/media/codec2/vndk/util/
H A DC2ParamUtils.cpp136 size_t underscores = countLeadingUnderscores(s); in sanitizeEnumValueNames() local
164 size_t underscores = countLeadingUnderscores(s); in sanitizeEnumValueNames() local
/aosp_15_r20/external/rust/android-crates-io/crates/remain/src/
Datom.rs15 pub fn underscores(&self) -> usize { in underscores() method
/aosp_15_r20/external/rust/android-crates-io/crates/miette-derive/src/
Dforward.rs153 let underscores: Vec<_> = core::iter::repeat(quote! { _, }).take(*index).collect(); in gen_enum_match_arm() localVariable
/aosp_15_r20/external/kmod/shared/
H A Dutil.c126 int underscores(char *s) in underscores() function