HomeSort by relevance Sort by last modified time
    Searched refs:readAllBytes (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/PrintSpooler/jni/
com_android_printspooler_util_BitmapSerializeUtils.cpp 48 static bool readAllBytes(const int fd, void* buffer, const size_t byteCount) {
85 bool read = readAllBytes(fd, (void*) &readInfo, sizeof(AndroidBitmapInfo));
117 read = readAllBytes(fd, (void*) pixels, byteCount);
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/
FileCheckerCallable.java 48 byte[] encoded = Files.readAllBytes(FileSystems.getDefault().getPath(fileName));
  /libcore/benchmarks/libs/
caliper.jar 

Completed in 144 milliseconds