/bionic/benchmarks/tests/ |
D | interface_test.cpp | 156 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/ |
D | math_data_test.h | 24 RT expected; member 30 int expected; member 36 long expected; member 42 long long expected; member 48 RT expected; member 77 RT expected; member
|
D | libgen_basename_test.cpp | 67 #define TestGnuBasename(in, expected) __TestGnuBasename(in, expected, __LINE__) argument 68 #define TestPosixBasename(in, expected) __TestPosixBasename(in, expected, __LINE__) argument
|
D | sstream_test.cpp | 26 static void CheckOverflow(T expected, const char* value, bool should_overflow) { in CheckOverflow()
|
D | sys_epoll_test.cpp | 63 const uint64_t expected = 0x123456789abcdef0; in TEST() local
|
D | __cxa_atexit_test.cpp | 79 std::vector<int> expected; in TEST() local
|
D | string_test.cpp | 459 char* expected; in TEST() local 494 int expected; in TEST() local 662 int expected; in TEST() local 771 char* expected; in TEST() local 796 char* expected; in TEST() local 825 char* expected; in TEST() local 850 int expected = (static_cast<int>(c1) - static_cast<int>(c2)); in TEST() local 872 int expected = (static_cast<int>(c1) - static_cast<int>(c2)); in TEST() local
|
D | stdatomic_test.cpp | 106 int expected; in TEST() local
|
D | search_test.cpp | 163 int expected = 0; in TEST() local
|
D | fcntl_test.cpp | 226 char expected[BUFSIZ]; in TEST() local
|
D | setjmp_test.cpp | 96 void AssertSigmaskEquals(const sigset64_t& expected) { in AssertSigmaskEquals()
|
D | spawn_test.cpp | 563 std::string expected; in TEST() local
|
D | stdio_test.cpp | 72 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() 187 const char* expected[] = { "This ", " ", "is ", "a ", "test" }; in TEST() local 2332 char expected[BUFSIZ]; in TEST() local
|
D | stdlib_test.cpp | 991 double expected[3]; in TEST() local
|
D | wchar_test.cpp | 967 static void AssertWcwidthRange(wchar_t begin, wchar_t end, int expected) { in AssertWcwidthRange()
|
D | pthread_test.cpp | 126 void* expected = reinterpret_cast<void*>(1234); in TEST() local 139 void* expected = reinterpret_cast<void*>(1234); in TEST() local
|
/bionic/libc/bionic/ |
D | malloc_heapprofd.cpp | 235 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
|
D | fdtrack.cpp | 57 bool android_fdtrack_compare_exchange_hook(android_fdtrack_hook_t* expected, in android_fdtrack_compare_exchange_hook()
|
/bionic/libc/include/bits/ |
D | stdatomic.h | 207 #define atomic_compare_exchange_strong_explicit(object, expected, \ argument 211 #define atomic_compare_exchange_weak_explicit(object, expected, \ argument 236 #define atomic_compare_exchange_strong(object, expected, desired) \ argument 239 #define atomic_compare_exchange_weak(object, expected, desired) \ argument
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_unit_tests.cpp | 187 static void VerifyRecords(std::vector<std::string>& expected, std::string& actual) { in VerifyRecords() 1452 std::string expected = in BacktraceDumpOnSignal() local 1514 std::string expected = in TEST_F() local 1563 std::string expected = in TEST_F() local 1621 std::string expected = in TEST_F() local 2191 std::vector<std::string> expected; in VerifyRecordAllocs() local 2276 std::vector<std::string> expected; in TEST_F() local 2323 std::vector<std::string> expected; in TEST_F() local 2350 std::vector<std::string> expected; in TEST_F() local 2397 std::vector<std::string> expected; in TEST_F() local [all …]
|
/bionic/linker/ |
D | linker_gnu_hash_test.cpp | 36 auto expected = calculate_gnu_hash_simple(name); in TEST() local
|
D | linker_memory.cpp | 45 pid_t expected = 0; in __linker_enable_fallback_allocator() local
|
/bionic/libfdtrack/ |
D | fdtrack.cpp | 109 android_fdtrack_hook_t expected = nullptr; in ctor() local 118 android_fdtrack_hook_t expected = &fd_hook; in dtor() local
|
/bionic/libc/malloc_debug/ |
D | GuardData.cpp | 55 const uint8_t* expected = cmp_mem_.data(); in LogFailure() local
|
/bionic/libc/kernel/uapi/linux/ |
D | btrfs.h | 233 __u64 expected; member
|