/device/google/coral/vibrator/tests/ |
D | test-hwcal.cpp | 76 uint32_t actual = ~expect; in TEST_F() local 82 EXPECT_TRUE(mHwCal->getF0(&actual)); in TEST_F() 83 EXPECT_EQ(expect, actual); in TEST_F() 87 uint32_t actual; in TEST_F() local 91 EXPECT_FALSE(mHwCal->getF0(&actual)); in TEST_F() 96 uint32_t actual = ~expect; in TEST_F() local 102 EXPECT_TRUE(mHwCal->getRedc(&actual)); in TEST_F() 103 EXPECT_EQ(expect, actual); in TEST_F() 107 uint32_t actual; in TEST_F() local 111 EXPECT_FALSE(mHwCal->getRedc(&actual)); in TEST_F() [all …]
|
D | test-hwapi.cpp | 88 std::string actual = std::string(std::istreambuf_iterator<char>(file), in verifyContents() local 90 EXPECT_EQ(expect, actual) << a.first; in verifyContents() 147 bool actual = !expect; in TEST_P() local 151 EXPECT_TRUE(func(*mHwApi, &actual)); in TEST_P() 152 EXPECT_EQ(expect, actual); in TEST_P() 160 bool actual = !expect; in TEST_P() local 164 EXPECT_TRUE(func(*mHwApi, &actual)); in TEST_P() 165 EXPECT_EQ(expect, actual); in TEST_P() 190 uint32_t actual = ~expect; in TEST_P() local 194 EXPECT_TRUE(func(*mHwApi, &actual)); in TEST_P() [all …]
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | QemuPipeStream.cpp | 162 ssize_t actual = 0; in commitBufferAndReadFully() local 165 actual = qemu_pipe_read(m_sock, m_buf, maxRead); in commitBufferAndReadFully() 167 if (actual > 0) { in commitBufferAndReadFully() 168 m_read = m_readLeft = actual; in commitBufferAndReadFully() 171 if (actual == 0) { in commitBufferAndReadFully() 189 actual = qemu_pipe_read(m_sock, m_buf, kReadSize); in commitBufferAndReadFully() 191 if (actual == 0) { in commitBufferAndReadFully() 196 if (actual > 0) { in commitBufferAndReadFully() 197 m_read = m_readLeft = actual; in commitBufferAndReadFully() 201 if (!qemu_pipe_try_again(actual)) { in commitBufferAndReadFully()
|
D | AddressSpaceStream.cpp | 401 ssize_t actual = 0; in readFully() local 404 actual = speculativeRead(m_readBuf, maxRead); in readFully() 407 if (actual > 0) { in readFully() 408 m_read = m_readLeft = actual; in readFully() 411 if (actual == 0) { in readFully() 429 actual = speculativeRead(m_readBuf, kReadSize); in readFully() 431 if (actual == 0) { in readFully() 436 if (actual > 0) { in readFully() 437 m_read = m_readLeft = actual; in readFully() 448 ssize_t actual = speculativeRead(dst, wanted); in read() local [all …]
|
D | QemuPipeStreamFuchsia.cpp | 271 if (result.Unwrap()->actual) { in commitBufferAndReadFully() 272 m_read = m_readLeft = result.Unwrap()->actual; in commitBufferAndReadFully() 294 if (result.Unwrap()->actual) { in commitBufferAndReadFully() 295 m_read = m_readLeft = result.Unwrap()->actual; in commitBufferAndReadFully()
|
/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/linaro/dragonboard/qcom/rmtfs/ |
D | storage.c | 20 const char *actual; member 118 file = part->actual; in storage_open()
|
/device/amlogic/yukawa/bootloader/ |
D | README | 12 actual tag : u-boot/v2020.04/seix10-20200706
|
/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/generic/goldfish/radio/librilutils/proto/ |
D | sap-api.proto | 12 // the actual message being sent, as described by the type and id
|
/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/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/ |
D | goldfish_address_space_host.impl | 170 // mmap: is done by interpreting |host_addr| as the actual host address.
|
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | README | 49 returns - the actual number of matching configurations (<= configs_size)
|
/device/linaro/dragonboard/db845c/firmware/ |
D | adsp.b13 | 32 … StreamRouterSvc.cpp:intermediate buffer not defined or small. needed (actual, max) (%lu, %lu). … 39 …actual size %lu is less than the required size %lu for id %lu.AudioDecSvc_CapiV2CallbackHandler…
|