/device/google/sunfish/vibrator/drv2624/tests/ |
D | test-hwcal.cpp | 84 uint32_t actual = ~expect; in TEST_F() local 90 EXPECT_TRUE(mHwCal->getCloseLoopThreshold(&actual)); in TEST_F() 91 EXPECT_EQ(expect, actual); in TEST_F() 97 uint32_t actual = ~expect; in TEST_F() local 103 EXPECT_TRUE(mHwCal->getCloseLoopThreshold(&actual)); in TEST_F() 104 EXPECT_EQ(expect, actual); in TEST_F() 110 bool actual = !expect; in TEST_F() local 116 EXPECT_TRUE(mHwCal->getDynamicConfig(&actual)); in TEST_F() 117 EXPECT_EQ(expect, actual); in TEST_F() 123 bool actual = !expect; in TEST_F() local [all …]
|
D | test-hwapi.cpp | 112 std::string actual = std::string(std::istreambuf_iterator<char>(file), in verifyContents() local 114 EXPECT_EQ(expect, actual) << a.first; in verifyContents()
|
/device/google/barbet/vibrator/drv2624/tests/ |
D | test-hwcal.cpp | 83 uint32_t actual = ~expect; in TEST_F() local 89 EXPECT_TRUE(mHwCal->getCloseLoopThreshold(&actual)); in TEST_F() 90 EXPECT_EQ(expect, actual); in TEST_F() 96 uint32_t actual = ~expect; in TEST_F() local 102 EXPECT_TRUE(mHwCal->getCloseLoopThreshold(&actual)); in TEST_F() 103 EXPECT_EQ(expect, actual); in TEST_F() 109 bool actual = !expect; in TEST_F() local 115 EXPECT_TRUE(mHwCal->getDynamicConfig(&actual)); in TEST_F() 116 EXPECT_EQ(expect, actual); in TEST_F() 122 bool actual = !expect; in TEST_F() local [all …]
|
D | test-hwapi.cpp | 111 std::string actual = std::string(std::istreambuf_iterator<char>(file), in verifyContents() local 113 EXPECT_EQ(expect, actual) << a.first; in verifyContents()
|
/device/google/redfin/vibrator/drv2624/tests/ |
D | test-hwcal.cpp | 83 uint32_t actual = ~expect; in TEST_F() local 89 EXPECT_TRUE(mHwCal->getCloseLoopThreshold(&actual)); in TEST_F() 90 EXPECT_EQ(expect, actual); in TEST_F() 96 uint32_t actual = ~expect; in TEST_F() local 102 EXPECT_TRUE(mHwCal->getCloseLoopThreshold(&actual)); in TEST_F() 103 EXPECT_EQ(expect, actual); in TEST_F() 109 bool actual = !expect; in TEST_F() local 115 EXPECT_TRUE(mHwCal->getDynamicConfig(&actual)); in TEST_F() 116 EXPECT_EQ(expect, actual); in TEST_F() 122 bool actual = !expect; in TEST_F() local [all …]
|
D | test-hwapi.cpp | 111 std::string actual = std::string(std::istreambuf_iterator<char>(file), in verifyContents() local 113 EXPECT_EQ(expect, actual) << a.first; in verifyContents()
|
/device/google/felix/vibrator/cs40l26/tests/ |
D | test-hwcal.cpp | 76 std::string actual = std::to_string(~randInput); in TEST_F() local 82 EXPECT_TRUE(mHwCal->getF0(&actual)); in TEST_F() 83 EXPECT_EQ(expect, actual); in TEST_F() 87 std::string actual; in TEST_F() local 91 EXPECT_FALSE(mHwCal->getF0(&actual)); in TEST_F() 97 std::string actual = std::to_string(~randInput); in TEST_F() local 103 EXPECT_TRUE(mHwCal->getRedc(&actual)); in TEST_F() 104 EXPECT_EQ(expect, actual); in TEST_F() 108 std::string actual; in TEST_F() local 112 EXPECT_FALSE(mHwCal->getRedc(&actual)); in TEST_F() [all …]
|
D | test-hwapi.cpp | 104 std::string actual = std::string(std::istreambuf_iterator<char>(file), in verifyContents() local 106 EXPECT_EQ(expect, actual) << a.first; in verifyContents() 161 uint32_t actual = ~expect; in TEST_P() local 165 EXPECT_TRUE(func(*mHwApi, &actual)); in TEST_P() 166 EXPECT_EQ(expect, actual); in TEST_P()
|
/device/google/contexthub/sensorhal/ |
D | hubconnection.h | 330 inline static bool intervalLargeEnough(uint64_t actual, uint64_t desired) { in intervalLargeEnough() 331 return (actual + (actual >> 4)) >= desired; // >= 94.11% of desired in intervalLargeEnough()
|
/device/google/felix/vibrator/common/ |
D | HardwareBase.h | 135 T actual; in poll() local 149 while ((ret = get(&actual, stream)) && (actual != value)) { in poll()
|
D | HardwareBase.cpp | 128 const std::string actual{key, std::min(strlen(key), expect.size())}; in debug() local 129 if (actual == expect) { in debug()
|
/device/google/sunfish/vibrator/common/ |
D | HardwareBase.h | 141 T actual; in poll() local 149 while ((ret = get(&actual, stream)) && (actual != value)) { in poll()
|
D | HardwareBase.cpp | 110 const std::string actual{key, std::min(strlen(key), expect.size())}; in debug() local 111 if (actual == expect) { in debug()
|
/device/linaro/dragonboard/shared/utils/rmtfs/ |
D | storage.c | 20 const char *actual; member 119 file = part->actual; in storage_open()
|
/device/sample/apps/SampleEmailPolicy/ |
D | Android.bp | 16 // When deploying to an actual device, you must change the name property to the name desired for
|
/device/google/tangorpro/audio/tangorpro/cs35l41/fw/ |
D | readme_top.md | 39 _For use in actual phone_
|
D | readme_bottom.md | 39 _For use in actual phone_
|
/device/amlogic/yukawa/bootloader/ |
D | README | 12 actual tag : u-boot/v2021.07/integ-20210712
|
/device/google/contexthub/firmware/os/platform/stm32/lkr/ |
D | app.lkr | 19 - ".flash" will contain all parts of the app that go into actual flash
|
/device/google/raviole/audio/oriole/cs35l41/fw/ |
D | readme.md | 79 _For use in actual phone_
|
/device/google/raviole/audio/raven/cs35l41/fw/ |
D | readme.md | 85 _For use in actual phone_
|
/device/generic/goldfish/radio/librilutils/proto/ |
D | sap-api.proto | 12 // the actual message being sent, as described by the type and id
|
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/ |
D | style.css | 200 /* The actual <video> element for each display. */
|
/device/google/contexthub/firmware/ |
D | CodingStandard.txt | 24 12. Do not use short. char is allowed for actual printable strings only. Use uint8_t/uint16_t/
|
/device/google/cuttlefish/tools/gigabyte-ampere-cuttlefish-installer/ |
D | README.md | 72 …lude screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools lik…
|