Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 19 of 19) sorted by relevance

/bionic/benchmarks/tests/
Dinterface_test.cpp156 std::string expected = in TEST_F() local
197 std::string expected = in TEST_F() local
206 std::string expected = in TEST_F() local
224 std::string expected = in TEST_F() local
239 std::string expected = in TEST_F() local
248 std::string expected = in TEST_F() local
256 std::string expected = in TEST_F() local
287 std::string expected = in TEST_F() local
402 std::string expected = in TEST_F() local
868 std::string expected = in TEST_F() local
[all …]
/bionic/tests/
Dmath_data_test.h24 RT expected; member
30 int expected; member
36 long expected; member
42 long long expected; member
48 RT expected; member
77 RT expected; member
Dlibgen_basename_test.cpp60 #define TestGnuBasename(in, expected) __TestGnuBasename(in, expected, __LINE__) argument
61 #define TestPosixBasename(in, expected) __TestPosixBasename(in, expected, __LINE__) argument
Dsstream_test.cpp26 static void CheckOverflow(T expected, const char* value, bool should_overflow) { in CheckOverflow()
Dsys_epoll_test.cpp63 const uint64_t expected = 0x123456789abcdef0; in TEST() local
Dstring_test.cpp449 char* expected; in TEST() local
484 int expected; in TEST() local
652 int expected; in TEST() local
761 char* expected; in TEST() local
786 char* expected; in TEST() local
815 char* expected; in TEST() local
840 int expected = (static_cast<int>(c1) - static_cast<int>(c2)); in TEST() local
862 int expected = (static_cast<int>(c1) - static_cast<int>(c2)); in TEST() local
Dsearch_test.cpp158 int expected = 0; in TEST() local
Dfcntl_test.cpp209 char expected[BUFSIZ]; in TEST() local
Dstdatomic_test.cpp109 int expected; in TEST() local
Dsetjmp_test.cpp87 void AssertSigmaskEquals(const sigset64_t& expected) { in AssertSigmaskEquals()
Dstdio_test.cpp60 static void AssertFileIs(const char* path, const char* expected) { in AssertFileIs()
71 static void AssertFileIs(FILE* fp, const char* expected, bool is_fmemopen = false) { in AssertFileIs()
159 const char* expected[] = { "This ", " ", "is ", "a ", "test" }; in TEST() local
2217 char expected[BUFSIZ]; in TEST() local
Dstdlib_test.cpp859 double expected[3]; in TEST() local
Dwchar_test.cpp933 static void AssertWcwidthRange(wchar_t begin, wchar_t end, int expected) { in AssertWcwidthRange()
Dpthread_test.cpp122 void* expected = reinterpret_cast<void*>(1234); in TEST() local
135 void* expected = reinterpret_cast<void*>(1234); in TEST() local
/bionic/linker/
Dlinker_memory.cpp45 pid_t expected = 0; in __linker_enable_fallback_allocator() local
/bionic/libc/include/
Dstdatomic.h304 #define atomic_compare_exchange_strong_explicit(object, expected, \ argument
308 #define atomic_compare_exchange_weak_explicit(object, expected, \ argument
333 #define atomic_compare_exchange_strong(object, expected, desired) \ argument
336 #define atomic_compare_exchange_weak(object, expected, desired) \ argument
/bionic/libc/malloc_debug/
DGuardData.cpp55 const uint8_t* expected = cmp_mem_.data(); in LogFailure() local
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp1388 std::string expected = in BacktraceDumpOnSignal() local
1452 std::string expected = in TEST_F() local
1503 std::string expected = in TEST_F() local
1561 std::string expected = in TEST_F() local
2132 std::string expected; in VerifyRecordAllocs() local
2226 std::string expected; in TEST_F() local
2279 std::string expected = android::base::StringPrintf("%d: malloc %p 100\n", tid, pointer); in TEST_F() local
2314 std::string expected; in TEST_F() local
/bionic/libc/kernel/uapi/linux/
Dbtrfs.h212 __u64 expected; member