Searched refs:actual (Results 1 - 10 of 10) sorted by relevance

/hardware/libhardware/modules/sensors/tests/
H A DSensorEventQueue_test.cpp18 int actual = queue->getWritableRegion(requested, &buffer); local
19 if (actual != expected) {
20 printf("Expected buffer size was %d; actual was %d\n", expected, actual);
27 int actual = queue->getSize(); local
28 if (actual != expected) {
29 printf("Expected queue size was %d; actual was %d\n", expected, actual);
35 bool checkInt(char* msg, int expected, int actual) { argument
36 if (actual !
[all...]
/hardware/libhardware/tests/hardware/
H A Dstruct-offset.cpp29 template <size_t actual, size_t expected> void check_member(void) {
30 static_assert(actual == expected, "");
/hardware/libhardware/tests/keymaster/
H A Dkeymaster_test.cpp421 Unique_EVP_PKEY actual(d2i_PUBKEY((EVP_PKEY**) NULL, &tmp,
424 ASSERT_EQ(EVP_PKEY_RSA, EVP_PKEY_type(actual.get()->type))
427 Unique_RSA rsa(EVP_PKEY_get1_RSA(actual.get()));
468 Unique_EVP_PKEY actual(d2i_PUBKEY((EVP_PKEY**) NULL, &tmp,
471 ASSERT_EQ(EVP_PKEY_EC, EVP_PKEY_type(actual.get()->type))
474 Unique_EC_KEY ecKey(EVP_PKEY_get1_EC_KEY(actual.get()));
535 Unique_EVP_PKEY actual(d2i_PUBKEY((EVP_PKEY**) NULL, &tmp,
538 ASSERT_EQ(EVP_PKEY_type(actual.get()->type), EVP_PKEY_RSA)
548 ASSERT_EQ(1, EVP_PKEY_cmp(expected.get(), actual.get()))
549 << "Expected and actual key
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc541 // Normalizes the actual seed to range [1, kMaxRandomSeed] such that
2601 BiggestInt actual) {
2602 if (expected == actual) {
2608 FormatForComparisonFailureMessage(expected, actual),
2609 FormatForComparisonFailureMessage(actual, expected),
2624 << "), actual: " << FormatForComparisonFailureMessage(val1, val2)\
2651 const char* actual) {
2652 if (String::CStringEquals(expected, actual)) {
2659 PrintToString(actual),
2667 const char* actual) {
2598 CmpHelperEQ(const char* expected_expression, const char* actual_expression, BiggestInt expected, BiggestInt actual) argument
2648 CmpHelperSTREQ(const char* expected_expression, const char* actual_expression, const char* expected, const char* actual) argument
2664 CmpHelperSTRCASEEQ(const char* expected_expression, const char* actual_expression, const char* expected, const char* actual) argument
3030 CmpHelperSTREQ(const char* expected_expression, const char* actual_expression, const wchar_t* expected, const wchar_t* actual) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dmfqe_sse2.asm190 ; Because we're working with the actual output frames
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_quantize_ssse3.asm25 ; actual quantize loop - setup pointers, rounders, etc.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
H A Dvp8_packtokens_partitions_armv5.asm107 ; actual work gets done here!
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3542 // it may or may not represent an actual file or directory in the file system.
7298 // The data type used to store the actual floating-point number.
8068 #define GTEST_TEST_BOOLEAN_(expression, text, actual, expected, fail) \
8075 gtest_ar_, text, #actual, #expected).c_str())
8839 // actual test case name. Remember to pick unique prefixes for different
9284 // actual need for it. Note that this fix cannot rely on value_type
13871 // current[i]_ is the actual traversing iterator.
13999 // current[i]_ is the actual traversing iterator.
14146 // current[i]_ is the actual traversing iterator.
14309 // current[i]_ is the actual traversin
18851 CmpHelperEQ(const char* expected_expression, const char* actual_expression, const T1& expected, const T2& actual) argument
18893 Compare(const char* expected_expression, const char* actual_expression, const T1& expected, const T2& actual) argument
18907 Compare(const char* expected_expression, const char* actual_expression, BiggestInt expected, BiggestInt actual) argument
18926 Compare( const char* expected_expression, const char* actual_expression, const T1& expected, const T2& actual, typename EnableIf<!is_pointer<T2>::value>::type* = 0) argument
18944 Compare( const char* expected_expression, const char* actual_expression, Secret* , T* actual) argument
19099 CmpHelperFloatingPointEQ(const char* expected_expression, const char* actual_expression, RawType expected, RawType actual) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm807 ;# Change the output pointer and pitch to be the actual
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm1271 ; removing/adding dest_stride * 8. The actual increment by eight

Completed in 739 milliseconds