Searched refs:invalid (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/tools/ |
D | pylintrc | 6 invalid-name,
|
/bionic/tools/versioner/tests/version_mismatch/ |
D | expected_fail | 3 foo: invalid
|
/bionic/tools/versioner/tests/multiple_decl_mismatch/ |
D | expected_fail | 3 foo: invalid
|
/bionic/tests/ |
D | langinfo_test.cpp | 129 TEST(langinfo, invalid) { in TEST() argument
|
D | cfi_test.cpp | 135 TEST(cfi_test, invalid) { in TEST() argument
|
D | wchar_test.cpp | 400 const char* invalid = INVALID; in test_mbsrtowcs() local 401 ASSERT_EQ(static_cast<size_t>(-1), mbsrtowcs(out, &invalid, 4, ps)); in test_mbsrtowcs() 403 ASSERT_EQ('\xc2', *invalid); in test_mbsrtowcs() 433 const char* invalid = "\x20"; in TEST() local 436 ASSERT_EQ(static_cast<size_t>(-1), mbsrtowcs(&out, &invalid, 1, &ps)); in TEST() 438 ASSERT_EQ('\x20', *invalid); in TEST()
|
D | threads_test.cpp | 437 timespec invalid = { .tv_sec = -1 }; in TEST() 438 ASSERT_EQ(-2, thrd_sleep(&invalid, nullptr)); in TEST()
|
D | Android.bp | 60 "-Wno-invalid-offsetof",
|
/bionic/docs/ |
D | status.md | 135 * Passing an invalid `pthread_t` to libc is now detected at runtime and 277 and in an attempt to flush out racy code, we changed how an invalid 280 `pthread_kill`, instead of returning ESRCH when passed an invalid 282 message "attempt to use invalid pthread\_t".
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 393 the ELF header and section headers and fails if they are invalid. 400 *Resolution*: don't use tools that produce invalid/malformed
|
D | README.md | 172 an invalid argument helps check that we're generating the right symbol
|