Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/tools/trace/
Dformat.py140 def _attribute(self, attr): member in WindowsConsoleFormatter
146 self._attribute(self._bold)
148 self._attribute(self._normal)
151 self._attribute(self._italic)
153 self._attribute(self._normal)
156 self._attribute(self._blue)
158 self._attribute(self._normal)
161 self._attribute(self._green)
163 self._attribute(self._normal)
/external/clang/test/Analysis/inlining/
DInlineObjCInstanceMethod.m66 int _attribute; field
74 return 5/_attribute; // expected-warning {{Division by zero}}
78 _attribute = 0;
83 int _attribute; field
90 _attribute = 0;
95 return 5/_attribute; // expected-warning {{Division by zero}}
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h330 void *_attribute; /* really pthread_attr_t */ member
336 #define sigev_notify_attributes _sigev_un._sigev_thread._attribute
/external/python/cpython2/Doc/reference/
Dexpressions.rst530 .. _attribute-references:
Ddatamodel.rst1474 .. _attribute-access:
/external/python/cpython3/Doc/reference/
Dexpressions.rst753 .. _attribute-references:
Ddatamodel.rst1477 .. _attribute-access: