Home
last modified time | relevance | path

Searched refs:underscores (Results 1 – 5 of 5) 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/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/
DDesignDoc.md32 Swift convention by removing the underscores and uppercasing the subsequent
614 with underscores (e.g., package `foo.bar` becomes module `Foo_Bar`). Then, users
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest.proto335 // underscores.