Home
last modified time | relevance | path

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

/bionic/tests/
Dmath_log_test.cpp23 double expected; member
Dmath_exp_test.cpp23 double expected; member
Dmath_tan_test.cpp23 double expected; member
Dmath_sinf_test.cpp23 float expected; member
Dmath_logf_test.cpp23 float expected; member
Dmath_sin_test.cpp23 double expected; member
Dmath_cosf_test.cpp23 float expected; member
Dmath_cos_test.cpp23 double expected; member
Dmath_tanf_test.cpp23 float expected; member
Dmath_expf_test.cpp23 float expected; member
Dmath_pow_test.cpp23 double expected; member
Dmath_powf_test.cpp23 float expected; member
Dsys_epoll_test.cpp50 const uint64_t expected = 0x123456789abcdef0; in TEST() local
Dsstream_test.cpp26 static void CheckOverflow(T expected, const char* value, bool should_overflow) { in CheckOverflow()
Dstring_test.cpp396 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
Dfcntl_test.cpp199 char expected[256]; in TEST() local
Dsearch_test.cpp158 int expected = 0; in TEST() local
Dstdatomic_test.cpp110 int expected; in TEST() local
Dpthread_test.cpp75 void* expected = reinterpret_cast<void*>(1234); in TEST() local
88 void* expected = reinterpret_cast<void*>(1234); in TEST() local
Dstdio_test.cpp105 const char* expected[] = { "This ", " ", "is ", "a ", "test" }; in TEST() local
/bionic/libc/include/
Dstdatomic.h397 #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/
Datm_zatm.h44 struct timeval expected; member
Dbtrfs.h202 __u64 expected; member
/bionic/libc/kernel/tools/
Dcpp.py1006 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