/bionic/tests/ |
D | math_log_test.cpp | 23 double expected; member
|
D | math_exp_test.cpp | 23 double expected; member
|
D | math_tan_test.cpp | 23 double expected; member
|
D | math_sinf_test.cpp | 23 float expected; member
|
D | math_logf_test.cpp | 23 float expected; member
|
D | math_sin_test.cpp | 23 double expected; member
|
D | math_cosf_test.cpp | 23 float expected; member
|
D | math_cos_test.cpp | 23 double expected; member
|
D | math_tanf_test.cpp | 23 float expected; member
|
D | math_expf_test.cpp | 23 float expected; member
|
D | math_pow_test.cpp | 23 double expected; member
|
D | math_powf_test.cpp | 23 float expected; member
|
D | sys_epoll_test.cpp | 50 const uint64_t expected = 0x123456789abcdef0; in TEST() local
|
D | sstream_test.cpp | 26 static void CheckOverflow(T expected, const char* value, bool should_overflow) { in CheckOverflow()
|
D | string_test.cpp | 396 char* expected; in TEST() local 426 int expected; in TEST() local 609 int expected; in TEST() local 726 char* expected; in TEST() local 753 char* expected; in TEST() local 784 char* expected; in TEST() local 811 int expected = (static_cast<int>(c1) - static_cast<int>(c2)); in TEST() local 835 int expected = (static_cast<int>(c1) - static_cast<int>(c2)); in TEST() local
|
D | fcntl_test.cpp | 199 char expected[256]; in TEST() local
|
D | search_test.cpp | 158 int expected = 0; in TEST() local
|
D | stdatomic_test.cpp | 110 int expected; in TEST() local
|
D | pthread_test.cpp | 75 void* expected = reinterpret_cast<void*>(1234); in TEST() local 88 void* expected = reinterpret_cast<void*>(1234); in TEST() local
|
D | stdio_test.cpp | 105 const char* expected[] = { "This ", " ", "is ", "a ", "test" }; in TEST() local
|
/bionic/libc/include/ |
D | stdatomic.h | 397 #define atomic_compare_exchange_strong_explicit(object, expected, \ argument 401 #define atomic_compare_exchange_weak_explicit(object, expected, \ argument 422 #define atomic_compare_exchange_strong_explicit(object, expected, \ argument 426 #define atomic_compare_exchange_weak_explicit(object, expected, \ argument 449 #define atomic_compare_exchange_strong_explicit(object, expected, \ argument 457 #define atomic_compare_exchange_weak_explicit(object, expected, \ argument 506 #define atomic_compare_exchange_strong(object, expected, desired) \ argument 509 #define atomic_compare_exchange_weak(object, expected, desired) \ argument
|
/bionic/libc/kernel/uapi/linux/ |
D | atm_zatm.h | 44 struct timeval expected; member
|
D | btrfs.h | 202 __u64 expected; member
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 1006 def test_cpp_expr(expr, expected): argument 1014 def test_cpp_expr_optim(expr, expected, macros={}): argument 1023 def test_cpp_expr_source(expr, expected): argument 1648 def test_block_parsing(lines,expected): argument
|