/external/dtc/tests/ |
notfound.c | 30 static void check_error(const char *s, int err) function 48 check_error("fdt_get_property(\"nonexistant-property\")", lenerr); 51 check_error("fdt_getprop(\"nonexistant-property\"", lenerr); 58 check_error("fdt_getprop(\"prop-str\")", lenerr); 61 check_error("fdt_subnode_offset(\"nonexistant-subnode\")", offset); 64 check_error("fdt_subnode_offset(\"subsubnode\")", offset); 67 check_error("fdt_path_offset(\"/nonexistant-subnode\")", offset);
|
/frameworks/base/tools/bit/ |
print.h | 37 void check_error(int err);
|
main.cpp | 554 check_error(err); 659 check_error(err); 688 check_error(err); 691 check_error(err); 693 check_error(err); 700 check_error(err); 702 check_error(err); 707 check_error(err); 709 check_error(err); 714 check_error(err) [all...] |
print.cpp | 146 check_error(int err) function
|
aapt.cpp | 171 check_error(err);
|
/external/ltp/testcases/misc/math/float/ |
thread_code.c | 117 static void check_error(TH_DATA * th_data, double e, double r, int index) function 163 check_error(th_data, e, r, index); 177 check_error(th_data, e, r, index); 206 check_error(th_data, e, r, index); 219 check_error(th_data, e, r, index); 252 check_error(th_data, e, r, index); 265 check_error(th_data, e, r, index);
|
/external/ltp/testscripts/ |
test_realtime.sh | 58 function check_error() function 186 check_error make
|
/external/ltp/testcases/realtime/ |
run.sh | 56 check_error() function 195 check_error make
|
/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/chromium-trace/catapult/devil/devil/android/sdk/ |
adb_wrapper.py | 244 check_error=True, cpu_affinity=None): 262 if check_error and output.startswith('error:'): 267 def _RunDeviceAdbCmd(self, args, timeout, retries, check_error=True): 274 check_error: Check that the command doesn't return an error message. This 282 check_error=check_error) 485 output = self._RunDeviceAdbCmd(args, timeout, retries, check_error=False)
|
/external/libmojo/third_party/catapult/devil/devil/android/sdk/ |
adb_wrapper.py | 224 check_error=True, cpu_affinity=None): 242 if check_error and output.startswith('error:'): 247 def _RunDeviceAdbCmd(self, args, timeout, retries, check_error=True): 254 check_error: Check that the command doesn't return an error message. This 262 check_error=check_error) 422 output = self._RunDeviceAdbCmd(args, timeout, retries, check_error=False)
|
/external/autotest/client/cros/chameleon/ |
chameleon_stream_server.py | 185 def _send_and_receive(self, packet, sock, check_error=True): 190 @param check_error: Check the error code. If this is True, this function 197 @raise ValueError if check_error and error code is not OK. 202 if check_error:
|
/external/e2fsprogs/e2fsck/ |
unix.c | 1159 goto check_error; 1164 goto check_error; 1189 goto check_error; 1200 check_error: [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-i386.c | 554 check_error enumerator in enum:check_kind [all...] |