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

  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper.py 110 check_error=True, cpu_affinity=None):
128 if check_error and output.startswith('error:'):
133 def _RunDeviceAdbCmd(self, args, timeout, retries, check_error=True):
140 check_error: Check that the command doesn't return an error message. This
148 check_error=check_error)
308 output = self._RunDeviceAdbCmd(args, timeout, retries, check_error=False)
  /external/libpng/contrib/libtests/
pngunknown.c 869 check_error(display *d, png_uint_32 flags, const char *message) function
1034 check_error(d, (flags[0][0]|flags[0][2]) & (flags[0][1]|flags[0][3]),
1036 check_error(d, (flags[1][0]|flags[1][2]) & (flags[1][1]|flags[1][3]),
1048 check_error(d, test, "new known chunk before IDAT");
1050 check_error(d, test, "new unknown chunk before IDAT");
1052 check_error(d, test, "new known chunk after IDAT");
1054 check_error(d, test, "new unknown chunk after IDAT");
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 1093 goto check_error;
1098 goto check_error;
1123 goto check_error;
1134 check_error:
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c 554 check_error enumerator in enum:check_kind
    [all...]

Completed in 2481 milliseconds