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

/bionic/tests/
H A Dsys_statvfs_test.cpp27 template <typename StatVfsT> void Check(StatVfsT& sb) { function
43 Check(sb);
49 Check(sb);
57 Check(sb);
65 Check(sb);
H A Dsys_vfs_test.cpp27 template <typename StatFsT> void Check(StatFsT& sb) { function
44 Check(sb);
50 Check(sb);
58 Check(sb);
66 Check(sb);
H A Dstack_protector_test.cpp42 void Check() { function in struct:stack_protector_checker
70 // Check the main thread.
72 checker.Check();
79 checker->Check();
H A Diconv_test.cpp305 // Check we got the bytes we were expecting.
362 static void Check(int expected_errno, const char* src_enc, const char* src, size_t n) { function
376 Check(EILSEQ, "ASCII", "\xac", 1); // > 0x7f, so not ASCII.
380 Check(EILSEQ, "utf8", "\x82", 1); // Invalid initial byte.
384 Check(EILSEQ, "utf8", "\xe2\xe2\x82", 3); // Invalid second byte.
388 Check(EILSEQ, "utf16be", "\xdc\x37" "\xd8\x01", 4);
392 Check(EILSEQ, "utf16le", "\x37\xdc" "\x01\xd8", 4);
396 Check(EINVAL, "utf8", "\xe2\x82", 2); // Missing final byte of 3-byte sequence.
400 Check(EINVAL, "utf16be", "\x00", 1); // Missing second byte.
404 Check(EINVA
[all...]
H A Dleak_test.cpp66 Check();
81 void Check() { function in class:LeakChecker
H A Dstdio_test.cpp88 // Check that we have a _recursive_ mutex for flockfile.
499 // Check case-insensitivity.
934 void Check() { function in struct:stuff
953 s.Check();
959 s.Check();
2089 // Check that ftell balks on an unseekable FILE*.
2214 // Check that our fpos64_t from 16KiB works...
/bionic/libc/arch-x86/bionic/
H A D__bionic_clone.S33 # Check result.
/bionic/tools/relocation_packer/src/
H A Ddebug_unittest.cc109 TEST(DebugDeathTest, Check) {

Completed in 214 milliseconds