Home
last modified time | relevance | path

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

12

/bionic/benchmarks/tests/
Dinterface_test.cpp153 std::string expected = in TEST_F() local
198 std::string expected = in TEST_F() local
209 std::string expected = in TEST_F() local
229 std::string expected = in TEST_F() local
244 std::string expected = in TEST_F() local
253 std::string expected = in TEST_F() local
262 std::string expected = in TEST_F() local
297 std::string expected = in TEST_F() local
414 std::string expected = in TEST_F() local
882 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.cpp67 #define TestGnuBasename(in, expected) __TestGnuBasename(in, expected, __LINE__) argument
68 #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()
D__cxa_atexit_test.cpp79 std::vector<int> expected; in TEST() local
Dstring_test.cpp461 char* expected; in TEST() local
496 int expected; in TEST() local
664 int expected; in TEST() local
769 char* expected; in TEST() local
794 char* expected; in TEST() local
823 char* expected; in TEST() local
848 int expected = (static_cast<int>(c1) - static_cast<int>(c2)); in TEST() local
870 int expected = (static_cast<int>(c1) - static_cast<int>(c2)); in TEST() local
Dsys_epoll_test.cpp135 const uint64_t expected = 0x123456789abcdef0; in TEST() local
Dsearch_test.cpp165 int expected = 0; in TEST() local
Dstdatomic_test.cpp121 int expected; in TEST() local
Dfcntl_test.cpp228 char expected[BUFSIZ]; in TEST() local
Dstdio_test.cpp72 static void AssertFileIs(const char* path, const char* expected) { in AssertFileIs()
83 static void AssertFileIs(FILE* fp, const char* expected, bool is_fmemopen = false) { in AssertFileIs()
102 #define EXPECT_SNPRINTF_N(expected, n, fmt, ...) \ argument
110 #define EXPECT_SNPRINTF(expected, fmt, ...) \ argument
113 #define EXPECT_SWPRINTF_N(expected, n, fmt, ...) \ argument
120 #define EXPECT_SWPRINTF(expected, fmt, ...) \ argument
211 const char* expected[] = { "This ", " ", "is ", "a ", "test" }; in TEST() local
2380 char expected[BUFSIZ]; in TEST() local
Dsetjmp_test.cpp97 void AssertSigmaskEquals(const sigset64_t& expected) { in AssertSigmaskEquals()
Dspawn_test.cpp563 std::string expected; in TEST() local
Dstdlib_test.cpp1075 double expected[3]; in TEST() local
Dwchar_test.cpp1043 static void AssertWcwidthRange(wchar_t begin, wchar_t end, int expected) { in AssertWcwidthRange()
Dpthread_test.cpp161 void* expected = reinterpret_cast<void*>(1234); in TEST() local
174 void* expected = reinterpret_cast<void*>(1234); in TEST() local
/bionic/libc/bionic/
Dmalloc_heapprofd.cpp235 MallocHeapprofdState expected = kInitialState; in HandleHeapprofdSignal() local
371 MallocHeapprofdState expected = kInitialState; in HeapprofdInstallHooksAtInit() local
384 MallocHeapprofdState expected = kInitialState; in InitHeapprofd() local
400 MallocHeapprofdState expected = kEphemeralHookInstalled; in MallocInitHeapprofdHook() local
455 MallocHeapprofdState expected = kHookInstalled; in DispatchReset() local
Dfdtrack.cpp57 bool android_fdtrack_compare_exchange_hook(android_fdtrack_hook_t* expected, in android_fdtrack_compare_exchange_hook()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp188 static void VerifyRecords(std::vector<std::string>& expected, std::string& actual) { in VerifyRecords()
206 static void VerifyRecordEntries(const std::vector<memory_trace::Entry>& expected, in VerifyRecordEntries()
1506 std::string expected = in BacktraceDumpOnSignal() local
1568 std::string expected = in TEST_F() local
1617 std::string expected = in TEST_F() local
1675 std::string expected = in TEST_F() local
2245 std::vector<std::string> expected; in VerifyRecordAllocs() local
2330 std::vector<std::string> expected; in TEST_F() local
2377 std::vector<std::string> expected; in TEST_F() local
2404 std::vector<std::string> expected; in TEST_F() local
[all …]
/bionic/libc/include/bits/
Dstdatomic.h164 #define atomic_compare_exchange_strong_explicit(object, expected, \ argument
168 #define atomic_compare_exchange_weak_explicit(object, expected, \ argument
193 #define atomic_compare_exchange_strong(object, expected, desired) \ argument
196 #define atomic_compare_exchange_weak(object, expected, desired) \ argument
/bionic/libc/malloc_debug/
DLogAllocatorStats.cpp54 bool expected = true; in CheckIfShouldLog() local
DGuardData.cpp55 const uint8_t* expected = cmp_mem_.data(); in LogFailure() local
/bionic/linker/
Dlinker_gnu_hash_test.cpp36 auto expected = calculate_gnu_hash_simple(name); in TEST() local
Dlinker_memory.cpp45 pid_t expected = 0; in __linker_enable_fallback_allocator() local
/bionic/libfdtrack/
Dfdtrack.cpp101 android_fdtrack_hook_t expected = nullptr; in ctor() local
110 android_fdtrack_hook_t expected = &fd_hook; in dtor() local

12