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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
mailerdaemon.py 161 errorfirst = {}
203 errorfirst[e] = '%s (%s)' % (fn, date)
220 list.append((errordict[e], errorfirst[e], errorlast[e], e))
  /external/python/cpython2/Tools/scripts/
mailerdaemon.py 162 errorfirst = {}
204 errorfirst[e] = '%s (%s)' % (fn, date)
221 list.append((errordict[e], errorfirst[e], errorlast[e], e))
  /external/python/cpython3/Tools/scripts/
mailerdaemon.py 170 errorfirst = {}
212 errorfirst[e] = '%s (%s)' % (fn, date)
229 list.append((errordict[e], errorfirst[e], errorlast[e], e))

Completed in 332 milliseconds