Home
last modified time | relevance | path

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

/bionic/tests/
Dsys_statvfs_test.cpp27 template <typename StatVfsT> void Check(StatVfsT& sb) { in Check() function
43 Check(sb); in TEST()
49 Check(sb); in TEST()
57 Check(sb); in TEST()
65 Check(sb); in TEST()
Dsys_vfs_test.cpp27 template <typename StatFsT> void Check(StatFsT& sb) { in Check() function
44 Check(sb); in TEST()
57 Check(sb); in TEST()
72 Check(sb); in TEST()
87 Check(sb); in TEST()
Diconv_test.cpp362 static void Check(int expected_errno, const char* src_enc, const char* src, size_t n) { in Check() function
376 Check(EILSEQ, "ASCII", "\xac", 1); // > 0x7f, so not ASCII. in TEST()
380 Check(EILSEQ, "utf8", "\x82", 1); // Invalid initial byte. in TEST()
384 Check(EILSEQ, "utf8", "\xe2\xe2\x82", 3); // Invalid second byte. in TEST()
388 Check(EILSEQ, "utf16be", "\xdc\x37" "\xd8\x01", 4); in TEST()
392 Check(EILSEQ, "utf16le", "\x37\xdc" "\x01\xd8", 4); in TEST()
396 Check(EINVAL, "utf8", "\xe2\x82", 2); // Missing final byte of 3-byte sequence. in TEST()
400 Check(EINVAL, "utf16be", "\x00", 1); // Missing second byte. in TEST()
404 Check(EINVAL, "utf16be", "\xd8\x01", 2); in TEST()
408 Check(EINVAL, "utf16be", "\xd8\x01\xdc", 3); in TEST()
[all …]
Dstack_protector_test.cpp43 void Check() { in Check() function
73 checker.Check(); in TEST()
80 checker->Check(); in TEST()
Dleak_test.cpp69 Check(); in ~LeakChecker()
84 void Check() { in Check() function in LeakChecker
Dstdio_test.cpp1038 void Check() { in TEST() function
1057 s.Check(); in TEST()
1063 s.Check(); in TEST()
/bionic/libc/arch-x86/bionic/
D__bionic_clone.S33 # Check result.
/bionic/tests/libs/
DAndroid.bp331 // 1. Check that private libraries loaded in different namespaces are
332 // different. Check that dlsym does not confuse them.
333 // 2. Check that public libraries loaded in different namespaces are shared
335 // 3. Check that namespace sticks on dlopen
336 // 4. Check that having access to shared library (libnstest_public.so)
394 // 1. Check that namespace a exposes libnstest_ns_a_public1 to
397 // 2. Check that namespace b exposes all libraries to namespace a.
1285 // Check that RTLD_NEXT of a libc symbol works in dlopened library
1537 // Check that we support all kinds of relocations: regular, "relocation packer",