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

  /frameworks/base/tools/apilint/
apilint.py 661 def is_get(m): return len(m.args) == 0 and m.typ == "boolean" function in function:verify_boolean
664 gets = [ m for m in clazz.methods if is_get(m) ]
673 if is_get(m):
    [all...]
  /external/v8/src/
preparser.h 476 IdentifierT ParseIdentifierNameOrGetOrSet(bool* is_get,
485 IdentifierT ParsePropertyName(bool* is_get, bool* is_set, bool* is_static,
1945 bool is_get = false; local
    [all...]

Completed in 93 milliseconds