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

  /frameworks/base/tools/apilint/
apilint.py 189 def _fail(clazz, detail, msg): function
208 _fail(clazz, detail, "%sWarning:%s %s" % (format(fg=YELLOW, bg=BLACK, bold=True), format(reset=True), msg))
211 _fail(clazz, detail, "%sError:%s %s" % (format(fg=RED, bg=BLACK, bold=True), format(reset=True), msg))
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 1396 void _fail(const char * const file, const int line) { function
    [all...]

Completed in 49 milliseconds