Searched refs:check (Results 1 – 23 of 23) sorted by relevance
/bionic/tests/ |
D | netinet_udp_test.cpp | 34 static_assert(offsetof(udphdr, uh_sum) == offsetof(udphdr, check), "udphdr::check"); in TEST() 44 ASSERT_EQ(0x4444, u.check); in TEST()
|
D | Android.mk | 68 $(LOCAL_PATH)/file-check-cxx \ 71 LOCAL_CXX = $(LOCAL_PATH)/file-check-cxx \ 87 $(LOCAL_PATH)/file-check-cxx \ 90 LOCAL_CXX := $(LOCAL_PATH)/file-check-cxx \
|
D | file-check-cxx | 8 $CXX "$@" -Wno-error 2>&1 | $FILECHECK -check-prefix=$PREFIX $SOURCE
|
D | string_posix_strerror_r_test.cpp | 30 # error check whether we can build this now...
|
/bionic/tools/versioner/tests/missing_api/ |
D | expected_fail | 4 versioner: version check failed
|
/bionic/tools/versioner/tests/missing_arch/ |
D | expected_fail | 4 versioner: version check failed
|
/bionic/libc/kernel/uapi/linux/ |
D | udp.h | 26 __sum16 check; member
|
D | ip.h | 88 __sum16 check; member
|
D | tcp.h | 37 __sum16 check; member
|
/bionic/libc/include/netinet/ |
D | udp.h | 49 u_int16_t check; member
|
D | tcp.h | 70 uint16_t check; member
|
D | ip.h | 235 uint16_t check; member
|
/bionic/tools/versioner/tests/multiple_decl_mismatch/ |
D | expected_fail | 8 versioner: sanity check failed
|
/bionic/tools/versioner/tests/version_mismatch/ |
D | expected_fail | 8 versioner: sanity check failed
|
/bionic/tools/versioner/tests/multiple_definition/ |
D | expected_fail | 7 versioner: sanity check failed
|
/bionic/tools/bionicbb/ |
D | presubmit.py | 61 for check in checks: 62 if check(change_id, patch_set):
|
/bionic/tests/libs/ |
D | Android.bp | 356 // This library is used by dl_load test to check symbol preempting 366 // This library is used by dl_load test to check symbol preempting 412 // Library to check RTLD_LOCAL with dlsym in 'this' 507 // Libraries used to check init/fini call order
|
/bionic/libc/tools/ |
D | pylintrc | 173 # Tells whether we should check for unused import in __init__ files. 198 no-space-check=trailing-comma,dict-separator 263 # instance to not check methods defines in Zope's Interface base class.
|
/bionic/ |
D | README.md | 151 Note that you should check to see whether the constants are already in 159 an invalid argument helps check that we're generating the right symbol 223 the test should check `getuid() == 0` and do nothing otherwise (typically 256 As a way to check that our tests do in fact test the correct behavior (and not
|
D | android-changes-for-ndk-developers.md | 30 check logcat for warnings until their app stops functioning, so the 224 check with readelf instead, look for either a TEXTREL entry or the
|
/bionic/libc/arch-mips/string/ |
D | strcmp.S | 156 andi t2, a0, (NSIZE - 1) #check if a0 aligned
|
/bionic/libc/arch-mips64/bionic/ |
D | setjmp.S | 399 # check cookie
|
/bionic/libc/arch-mips/bionic/ |
D | setjmp.S | 399 # check cookie
|