HomeSort by relevance Sort by last modified time
    Searched refs:_loc (Results 1 - 3 of 3) sorted by null

  /system/extras/tests/framebuffer/
fb_test.c 207 void draw_grid(int w, int h, void* _loc) {
211 uint16_t *loc = _loc;
212 uint32_t *loc32 = _loc;
242 void clear_screen(int w, int h, void* _loc)
246 uint16_t *loc = _loc;
247 uint32_t *loc32 = _loc;
  /external/clang/utils/analyzer/
CmpRuns.py 46 self._loc = self._data['location']
52 fileName = self._report.files[self._loc['file']]
58 return self._loc['line']
61 return self._loc['col']
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 51 milliseconds