Searched defs:attributes (Results 1 - 4 of 4) sorted by relevance

/build/make/tools/
H A Dwarn.py115 """Severity levels and attributes."""
127 attributes = [ variable in class:Severity
139 colors = [a[0] for a in attributes]
140 column_headers = [a[1] for a in attributes]
141 headers = [a[2] for a in attributes]
299 {'category': 'C/C++', 'severity': Severity.MEDIUM, 'option': '-Wunknown-attributes',
302 {'category': 'C/C++', 'severity': Severity.MEDIUM, 'option': '-Wignored-attributes',
305 r".*: warning: attribute declaration must precede definition .+ignored-attributes"]},
/build/tools/
H A Dwarn.py115 """Severity levels and attributes."""
127 attributes = [ variable in class:Severity
139 colors = [a[0] for a in attributes]
140 column_headers = [a[1] for a in attributes]
141 headers = [a[2] for a in attributes]
299 {'category': 'C/C++', 'severity': Severity.MEDIUM, 'option': '-Wunknown-attributes',
302 {'category': 'C/C++', 'severity': Severity.MEDIUM, 'option': '-Wignored-attributes',
305 r".*: warning: attribute declaration must precede definition .+ignored-attributes"]},
/build/make/tools/ijar/
H A Dclassfile.cc542 // We preserve EnclosingMethod attributes to be able to identify local and
545 // EnclosingMethod attributes can lead to type-checking failures in the presence
569 // Used by AnnotationDefault and other attributes.
933 // We preserve AnnotationDefault attributes because they are required
961 // We preserve ConstantValue attributes because they are required for
981 // We preserve Signature attributes because they are required by the
1006 // We preserve Deprecated attributes because they are required by the
1172 std::vector<Attribute*> attributes; member in struct:devtools_ijar::HasAttrs
1178 for (size_t i = 0; i < attributes.size(); i++) {
1179 delete attributes[
[all...]
/build/tools/ijar/
H A Dclassfile.cc542 // We preserve EnclosingMethod attributes to be able to identify local and
545 // EnclosingMethod attributes can lead to type-checking failures in the presence
569 // Used by AnnotationDefault and other attributes.
933 // We preserve AnnotationDefault attributes because they are required
961 // We preserve ConstantValue attributes because they are required for
981 // We preserve Signature attributes because they are required by the
1006 // We preserve Deprecated attributes because they are required by the
1172 std::vector<Attribute*> attributes; member in struct:devtools_ijar::HasAttrs
1178 for (size_t i = 0; i < attributes.size(); i++) {
1179 delete attributes[
[all...]

Completed in 131 milliseconds