Home
last modified time | relevance | path

Searched refs:Check (Results 1 – 9 of 9) sorted by relevance

/bionic/tests/
Dsys_statvfs_test.cpp27 template <typename StatVfsT> void Check(StatVfsT& sb) { in Check() function
53 Check(sb); in TEST()
59 Check(sb); in TEST()
67 Check(sb); in TEST()
75 Check(sb); in TEST()
Diconv_test.cpp364 static void Check(int expected_errno, const char* src_enc, const char* src, size_t n) { in Check() function
378 Check(EILSEQ, "ASCII", "\xac", 1); // > 0x7f, so not ASCII. in TEST()
382 Check(EILSEQ, "utf8", "\x82", 1); // Invalid initial byte. in TEST()
386 Check(EILSEQ, "utf8", "\xe2\xe2\x82", 3); // Invalid second byte. in TEST()
390 Check(EILSEQ, "utf16be", "\xdc\x37" "\xd8\x01", 4); in TEST()
394 Check(EILSEQ, "utf16le", "\x37\xdc" "\x01\xd8", 4); in TEST()
398 Check(EINVAL, "utf8", "\xe2\x82", 2); // Missing final byte of 3-byte sequence. in TEST()
402 Check(EINVAL, "utf16be", "\x00", 1); // Missing second byte. in TEST()
406 Check(EINVAL, "utf16be", "\xd8\x01", 2); in TEST()
410 Check(EINVAL, "utf16be", "\xd8\x01\xdc", 3); in TEST()
[all …]
Dsys_vfs_test.cpp29 template <typename StatFsT> void Check(StatFsT& sb) { in Check() function
57 Check(sb); in TEST()
70 Check(sb); in TEST()
85 Check(sb); in TEST()
100 Check(sb); in TEST()
Dstack_protector_test.cpp44 void Check() { in Check() function
74 checker.Check(); in TEST()
81 checker->Check(); in TEST()
Dleak_test.cpp70 Check(); in ~LeakChecker()
85 void Check() { in Check() function in LeakChecker
Dstdio_test.cpp1093 void Check() { in TEST() function
1112 s.Check(); in TEST()
1118 s.Check(); in TEST()
/bionic/libc/arch-x86/bionic/
D__bionic_clone.S33 # Check result.
/bionic/tests/libs/
DAndroid.bp459 // 1. Check that private libraries loaded in different namespaces are
460 // different. Check that dlsym does not confuse them.
461 // 2. Check that public libraries loaded in different namespaces are shared
463 // 3. Check that namespace sticks on dlopen
464 // 4. Check that having access to shared library (libnstest_public.so)
522 // 1. Check that namespace a exposes libnstest_ns_a_public1 to
525 // 2. Check that namespace b exposes all libraries to namespace a.
1396 // Check that RTLD_NEXT of a libc symbol works in dlopened library
1647 // Check that we support all kinds of relocations: regular, "relocation packer",
/bionic/
DREADME.md299 Possible Solution: Check everything ready in the files mentioned above first.