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;
  /system/core/libcutils/
tzstrftime.c 725 _loc P((void)) function
  /external/clang/bindings/python/clang/
cindex.py 961 if not hasattr(self, '_loc'):
962 self._loc = Cursor_loc(self)
963 return self._loc
    [all...]

Completed in 110 milliseconds