HomeSort by relevance Sort by last modified time
    Searched defs:field_exists (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/apilint/
apilint.py 742 def field_exists(api, clazz, test): function in function:verify_compat
767 if not field_exists(cur, cur_clazz, test):
  /external/qemu/include/migration/
vmstate.h 120 bool (*field_exists)(void *opaque, int version_id); member in struct:__anon33610
202 .field_exists = (_test), \
221 .field_exists = (_test), \
249 .field_exists = (_test), \
309 .field_exists = (_test), \
328 .field_exists = (_test), \
348 .field_exists = (_test), \
419 .field_exists = (_test), \
429 .field_exists = (_test), \
441 .field_exists = (_test),
    [all...]

Completed in 98 milliseconds