Home
last modified time | relevance | path

Searched refs:underscores (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/codec2/vndk/util/
DC2ParamUtils.cpp136 size_t underscores = countLeadingUnderscores(s); in sanitizeEnumValueNames() local
138 extraUnderscores = underscores; in sanitizeEnumValueNames()
139 prefix = s + underscores; in sanitizeEnumValueNames()
143 s + underscores, in sanitizeEnumValueNames()
146 extraUnderscores = std::min(underscores, extraUnderscores); in sanitizeEnumValueNames()
164 size_t underscores = countLeadingUnderscores(s); in sanitizeEnumValueNames() local
165 C2String sanitized = C2String(s, underscores - extraUnderscores); in sanitizeEnumValueNames()
166 sanitized.append(s + prefix.size() + underscores + in sanitizeEnumValueNames()
167 (upperCasePrefix && s[prefix.size() + underscores] == '_')); in sanitizeEnumValueNames()
/frameworks/av/media/utils/
DEventLogTags.logtags7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
/frameworks/native/services/inputflinger/dispatcher/
DEventLogTags.logtags7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
/frameworks/base/core/java/android/view/
DEventLogTags.logtags11 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
/frameworks/av/media/audio/aconfig/
DREADME.md17 of the form {PACKAGE}{FLAG}, where both fields are stripped of spaces, underscores and dashes. This