Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 18 of 18) sorted by relevance

/hardware/libhardware/modules/sensors/tests/
DSensorEventQueue_test.cpp16 bool checkWritableBufferSize(SensorEventQueue* queue, int requested, int expected) { in checkWritableBufferSize() argument
19 if (actual != expected) { in checkWritableBufferSize()
20 printf("Expected buffer size was %d; actual was %d\n", expected, actual); in checkWritableBufferSize()
26 bool checkSize(SensorEventQueue* queue, int expected) { in checkSize() argument
28 if (actual != expected) { in checkSize()
29 printf("Expected queue size was %d; actual was %d\n", expected, actual); in checkSize()
35 bool checkInt(char* msg, int expected, int actual) { in checkInt() argument
36 if (actual != expected) { in checkInt()
37 printf("%s; expected %d; actual was %d\n", msg, expected, actual); in checkInt()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dintrapred_test.cc97 int expected; in CheckDCPrediction() local
107 expected = (sum + (1 << (shift - 1))) >> shift; in CheckDCPrediction()
109 expected = 0x80; in CheckDCPrediction()
119 ASSERT_EQ(expected, data_ptr_[p][0]); in CheckDCPrediction()
155 const int expected = ClipByte(data_ptr_[p][x - stride_] in CheckTMPrediction() local
158 ASSERT_EQ(expected, data_ptr_[p][y * stride_ + x]); in CheckTMPrediction()
Dvariance_test.cc159 const unsigned int expected = block_size_ * 255 * 255 / 4; in OneQuarterTest() local
160 EXPECT_EQ(expected, var); in OneQuarterTest()
/hardware/intel/common/libmix/mix_video/src/
Dmixframemanager.c320 guint64 expected, guint64 tolerance, guint64 *frametimestamp) { in get_expected_frame_from_array() argument
330 if (!array || !expected || !tolerance || !frametimestamp || expected < tolerance) { in get_expected_frame_from_array()
375 if (lowest_timestamp <= expected + tolerance) in get_expected_frame_from_array()
/hardware/bsp/intel/peripheral/libmraa/docs/
Dbeaglebone.md41 work as expected then please check syslog, mraa usually complains with a
53 When something does not work as expected make sure to first check the syslog,
Dminnow_max.md26 will not behave as expected.
Dbanana_pi.md37 work as expected then please check syslog, mraa usually complains with a
/hardware/bsp/intel/peripheral/libupm/doxy/
DREADME.cpp.md9 The constructor is expected to initialise the sensor and parameters may be used
17 A sensor/actuator is expected to work as such (here is the servo ES08A API):
DREADME.java.md8 The constructor is expected to initialise the sensor and parameters may be used
16 A sensor/actuator is expected to work as such (here is the servo ES08A API):
/hardware/libhardware/tests/hardware/
Dstruct-offset.cpp29 template <size_t actual, size_t expected> void check_member(void) { in check_member()
30 static_assert(actual == expected, ""); in check_member()
/hardware/libhardware/tests/keymaster/
Dkeymaster_test.cpp546 Unique_EVP_PKEY expected(EVP_PKCS82PKEY(expectedPkcs8.get())); in TEST_F() local
548 ASSERT_EQ(1, EVP_PKEY_cmp(expected.get(), actual.get())) in TEST_F()
582 Unique_EVP_PKEY expected(EVP_PKCS82PKEY(expectedPkcs8.get())); in TEST_F() local
584 ASSERT_EQ(1, EVP_PKEY_cmp(expected.get(), actual.get())) in TEST_F()
932 Unique_EVP_PKEY expected(d2i_PUBKEY((EVP_PKEY**) NULL, &tmp, in TEST_F() local
935 Unique_EC_KEY ecKey(EVP_PKEY_get1_EC_KEY(expected.get())); in TEST_F()
/hardware/bsp/intel/peripheral/libupm/docs/
Dknownlimitations.md31 initialize properly. Works as expected with the Mini-breakout.
51 Edison SPI bus limitation. Sensor works as expected with the Intel Galileo
/hardware/bsp/intel/peripheral/libupm/
DREADME.md9 The constructor is expected to initialise the sensor and parameters may be used
17 A sensor/actuator is expected to work as such (here is the MMA7660 accelerometer API):
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c2758 super_buf->expected = FALSE; in mm_channel_superbuf_comp_and_enqueue()
2794 super_buf->expected = TRUE; in mm_channel_superbuf_comp_and_enqueue()
2811 if (NULL != super_buf && super_buf->expected == FALSE in mm_channel_superbuf_comp_and_enqueue()
2857 new_buf->expected = TRUE; in mm_channel_superbuf_comp_and_enqueue()
2871 new_buf->expected = FALSE; in mm_channel_superbuf_comp_and_enqueue()
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h362 uint8_t expected; member
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/partials/
Dindex.handlebars16 <p>The constructor is expected to initialise the sensor and parameters
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h8068 #define GTEST_TEST_BOOLEAN_(expression, text, actual, expected, fail) \
8075 gtest_ar_, text, #actual, #expected).c_str())
18853 const T1& expected,
18861 if (expected == actual) {
18871 FormatForComparisonFailureMessage(expected, actual),
18872 FormatForComparisonFailureMessage(actual, expected),
18881 BiggestInt expected,
18895 const T1& expected,
18897 return CmpHelperEQ(expected_expression, actual_expression, expected,
18909 BiggestInt expected,
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
DCHANGELOG102 (v0.9.0). This is not expected to have any impact. If you are