Searched refs:Style (Results 1 – 7 of 7) sorted by relevance
/system/tools/hidl/lint/lints/ |
D | safeunion.cpp | 53 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/ |
D | test.proto | 21 // 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/ |
D | CompoundType.h | 30 enum Style { enum 36 CompoundType(Style style, const std::string& localName, const FQName& fullName, 39 Style style() const; 149 Style mStyle;
|
D | hidl-gen_y.yy | 112 bool isValidCompoundTypeField(CompoundType::Style style, const std::string& identifier, 332 android::CompoundType::Style compoundStyle;
|
D | CompoundType.cpp | 34 CompoundType::CompoundType(Style style, const std::string& localName, const FQName& fullName, in CompoundType() 38 CompoundType::Style CompoundType::style() const { in style()
|
/system/bt/doc/ |
D | style_guide.md | 1 # Fluoride Style Guide 7 [Style Guide](https://google.github.io/styleguide/cppguide.html).
|
/system/chre/doc/ |
D | framework_overview.md | 185 indents, camelCase method names, an mPrefix on class members and so on. Style
|