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

  /external/chromium_org/third_party/icu/source/common/
putil.cpp 857 #define MAX_READ_SIZE 512
877 char bufferFile[MAX_READ_SIZE];
910 uprv_memset(bufferFile, 0, MAX_READ_SIZE);
911 sizeFileToRead = sizeFileLeft < MAX_READ_SIZE ? sizeFileLeft : MAX_READ_SIZE;
    [all...]
  /external/icu/icu4c/source/common/
putil.cpp 857 #define MAX_READ_SIZE 512
877 char bufferFile[MAX_READ_SIZE];
910 uprv_memset(bufferFile, 0, MAX_READ_SIZE);
911 sizeFileToRead = sizeFileLeft < MAX_READ_SIZE ? sizeFileLeft : MAX_READ_SIZE;
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.h 147 #define MAX_READ_SIZE BYTES_QUAT_DATA
MPLSensor.cpp     [all...]

Completed in 139 milliseconds