OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:api_headers
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/
sort_includes.py
30
api_headers
= []
44
api_headers
.append(header)
70
headers =
api_headers
+ local_headers + project_headers + system_headers
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
mapi_abi.py
303
self.
api_headers
= ['"KHR/khrplatform.h"']
322
includes = ['#include ' + h for h in self.
api_headers
]
694
self.
api_headers
= ['"GL/gl.h"', '"GL/glext.h"']
828
self.
api_headers
= ['"VG/openvg.h"', '"VG/vgext.h"']
/external/mesa3d/src/mapi/mapi/
mapi_abi.py
303
self.
api_headers
= ['"KHR/khrplatform.h"']
322
includes = ['#include ' + h for h in self.
api_headers
]
694
self.
api_headers
= ['"GL/gl.h"', '"GL/glext.h"']
828
self.
api_headers
= ['"VG/openvg.h"', '"VG/vgext.h"']
Completed in 123 milliseconds