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/chromium_org/third_party/mesa/src/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/
Didempotent-operations.m18 id _attribute; field
26 id oldAttribute = _attribute;
28 needsUpdate |= (_attribute != oldAttribute); // no-warning
34 _attribute = ((void*)0);
/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/asm-generic/
Dsiginfo.h261 void *_attribute; /* really pthread_attr_t */ member
267 #define sigev_notify_attributes _sigev_un._sigev_thread._attribute
/external/kernel-headers/original/linux/
Dcompat.h144 compat_uptr_t _attribute; member
/external/valgrind/main/include/vki/
Dvki-linux.h547 void *_attribute; /* really pthread_attr_t */ member