/hardware/libhardware/modules/sensors/tests/ |
D | SensorEventQueue_test.cpp | 16 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/ |
D | intrapred_test.cc | 97 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()
|
D | variance_test.cc | 159 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/ |
D | mixframemanager.c | 320 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/ |
D | beaglebone.md | 41 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,
|
D | minnow_max.md | 26 will not behave as expected.
|
D | banana_pi.md | 37 work as expected then please check syslog, mraa usually complains with a
|
/hardware/bsp/intel/peripheral/libupm/doxy/ |
D | README.cpp.md | 9 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):
|
D | README.java.md | 8 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/ |
D | struct-offset.cpp | 29 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/ |
D | keymaster_test.cpp | 546 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/ |
D | knownlimitations.md | 31 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/ |
D | README.md | 9 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/ |
D | mm_camera_channel.c | 2758 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/ |
D | mm_camera.h | 362 uint8_t expected; member
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/partials/ |
D | index.handlebars | 16 <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/ |
D | gtest.h | 8068 #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/ |
D | CHANGELOG | 102 (v0.9.0). This is not expected to have any impact. If you are
|