Searched refs:wrote (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | test_utils.h | 112 size_t wrote = 0; in WriteBase64ToFile() local 113 while (wrote < length) { in WriteBase64ToFile() 114 ssize_t cur = write(fd, bytes.get() + wrote, length - wrote); in WriteBase64ToFile() 119 wrote += cur; in WriteBase64ToFile()
|
/frameworks/base/services/robotests/ |
D | README | 12 want to test against what we wrote in the tree. Because of this we use a custom test runner,
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | check_dims.rscript | 25 // each row). If we don't see the pattern that we wrote, we know that we
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | check_dims.rscript | 27 // each row). If we don't see the pattern that we wrote, we know that we
|
/frameworks/base/libs/hwui/service/ |
D | GraphicsStatsService.cpp | 349 int wrote = write(outFd, &sCurrentFileVersion, sHeaderSize); in saveBuffer() local 350 if (wrote != sHeaderSize) { in saveBuffer() 352 ALOGW("Failed to write header to '%s', returned=%d errno=%d (%s)", path.c_str(), wrote, err, in saveBuffer()
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 198 entire whole, and thus to each and every part regardless of who wrote
|