/system/core/libpixelflinger/tests/gglmul/ |
D | gglmul_test.cpp | 123 GGLfixed actual, expected; in gglMulx_test() local 131 actual = gglMulx(test->x, test->y, test->shift); in gglMulx_test() 134 if(actual == expected) in gglMulx_test() 138 actual, expected); in gglMulx_test() 166 GGLfixed actual, expected; in gglMulAddx_test() local 174 actual = gglMulAddx(test->x, test->y,test->a, test->shift); in gglMulAddx_test() 177 if(actual == expected) in gglMulAddx_test() 181 actual, expected); in gglMulAddx_test() 209 GGLfixed actual, expected; in gglMulSubx_test() local 217 actual = gglMulSubx(test->x, test->y, test->a, test->shift); in gglMulSubx_test() [all …]
|
/system/media/audio_utils/ |
D | tinysndfile.c | 82 size_t actual; in sf_open_read() local 83 actual = fread(wav, sizeof(char), sizeof(wav), stream); in sf_open_read() 84 if (actual < 12) { in sf_open_read() 86 fprintf(stderr, "actual %zu < 44\n", actual); in sf_open_read() 115 actual = fread(chunk, sizeof(char), sizeof(chunk), stream); in sf_open_read() 116 if (actual != sizeof(chunk)) { in sf_open_read() 118 fprintf(stderr, "actual %zu != %zu\n", actual, sizeof(chunk)); in sf_open_read() 144 actual = fread(fmt, sizeof(char), 2, stream); in sf_open_read() 145 if (actual != 2) { in sf_open_read() 147 fprintf(stderr, "actual %zu != 2\n", actual); in sf_open_read() [all …]
|
/system/extras/tests/net_test/ |
D | multinetwork_base.py | 488 def assertPacketMatches(self, expected, actual): argument 497 actual = actual.copy() 500 actualip = actual.getlayer("IP") 509 actualudp = actual.getlayer("UDP") 519 actualipv6 = actual.getlayer("IPv6") 524 actualtcp = actual.getlayer("TCP") 541 actual_real = actual.__class__(str(actual)) 547 def PacketMatches(self, expected, actual): argument 549 self.assertPacketMatches(expected, actual)
|
D | ping6_test.py | 300 actual = self.ReadProcNetSocket(name)[-1] 301 self.assertListEqual(expected, actual)
|
/system/core/libziparchive/ |
D | zip_archive.cc | 419 ssize_t actual = TEMP_FAILURE_RETRY( in MapCentralDirectory0() local 421 if (actual != static_cast<ssize_t>(read_amount)) { in MapCentralDirectory0() 676 ssize_t actual = TEMP_FAILURE_RETRY(read(fd, ddBuf, sizeof(ddBuf))); in UpdateEntryFromDataDescriptor() local 677 if (actual != sizeof(ddBuf)) { in UpdateEntryFromDataDescriptor() 762 ssize_t actual = ReadAtOffset(archive->fd, lfh_buf, sizeof(lfh_buf), in FindEntry() local 764 if (actual != sizeof(lfh_buf)) { in FindEntry() 805 ssize_t actual = ReadAtOffset(archive->fd, name_buf, nameLen, in FindEntry() local 808 if (actual != nameLen) { in FindEntry() 1140 const ZD_TYPE actual = TEMP_FAILURE_RETRY(read(fd, &read_buf[0], getSize)); in InflateEntryToWriter() local 1141 if (actual != getSize) { in InflateEntryToWriter() [all …]
|
/system/core/debuggerd/ |
D | tombstone.cpp | 509 ssize_t actual = android_logger_list_read(logger_list, &log_entry); in dump_log_file() local 512 if (actual < 0) { in dump_log_file() 513 if (actual == -EINTR) { in dump_log_file() 516 } else if (actual == -EAGAIN) { in dump_log_file() 521 strerror(-actual)); in dump_log_file() 524 } else if (actual == 0) { in dump_log_file()
|
/system/core/adb/ |
D | SYNC.TXT | 55 comma (","). The first part is the actual path, while the second is a decimal 63 After this the actual file is sent in chunks. Each chucks has the following
|
/system/bt/doc/ |
D | power_management.md | 6 various `bta/sys` events via a callback. The actual state switching calls are 55 hex bitfields. The actual actions taken are determined by the 69 definitions available up to SNIFF7, but actual SSR values are only defined
|
/system/core/sdcard/ |
D | sdcard.c | 365 char* actual; in find_file_within() local 373 actual = buf + pathlen + 1; in find_file_within() 374 memcpy(actual, name, namelen + 1); in find_file_within() 381 return actual; in find_file_within() 386 memcpy(actual, entry->d_name, namelen); in find_file_within() 392 return actual; in find_file_within()
|
/system/extras/perfprofd/tests/ |
D | perfprofd_test.cc | 274 static void compareLogMessages(const std::string &actual, in compareLogMessages() argument 280 std::string sqact = squeezeWhite(actual, "actual"); in compareLogMessages()
|
/system/core/libutils/ |
D | README | 7 the Linux interface. That way the actual device runs as "light" as 86 tt value, but depending on available types, the actual numerical
|