Home
last modified time | relevance | path

Searched refs:Style (Results 1 – 7 of 7) sorted by relevance

/system/tools/hidl/lint/lints/
Dsafeunion.cpp53 if (compoundType->style() == CompoundType::Style::STYLE_UNION) { in lintUnionRecursively()
69 if (compoundType->style() == CompoundType::Style::STYLE_UNION) { in lintUnionRecursively()
91 if (compoundType->style() == CompoundType::Style::STYLE_UNION) { in lintUnionRecursively()
/system/extras/libjsonpb/verify/
Dtest.proto21 // Note: this file explicitly uses names that does NOT follow the Protobuf Style
24 // - Follow the Protobuf Style Guide for field names / enum value names
26 // Protobuf Style Guide (a.k.a lower_snake_case), use json_name option to
29 // the Protobuf Style Guide (a.k.a CAPITALIZED_SNAKE_CASE), use strings.
/system/tools/hidl/
DCompoundType.h30 enum Style { enum
36 CompoundType(Style style, const std::string& localName, const FQName& fullName,
39 Style style() const;
149 Style mStyle;
Dhidl-gen_y.yy112 bool isValidCompoundTypeField(CompoundType::Style style, const std::string& identifier,
332 android::CompoundType::Style compoundStyle;
DCompoundType.cpp34 CompoundType::CompoundType(Style style, const std::string& localName, const FQName& fullName, in CompoundType()
38 CompoundType::Style CompoundType::style() const { in style()
/system/bt/doc/
Dstyle_guide.md1 # Fluoride Style Guide
7 [Style Guide](https://google.github.io/styleguide/cppguide.html).
/system/chre/doc/
Dframework_overview.md185 indents, camelCase method names, an mPrefix on class members and so on. Style