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

  /packages/apps/Email/tests/src/com/android/email/mail/transport/
DiscourseLoggerTest.java 126 private void checkDiscourseStore(int storeSize, Object[] discource, String[] expected) {
127 DiscourseLogger store = new DiscourseLogger(storeSize);
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.h 224 FT_UShort storeSize; /* size of current storage */
ttinterp.c 606 exec->storeSize = size->storage_size;
    [all...]
  /external/freetype/src/truetype/
ttinterp.h 224 FT_UShort storeSize; /* size of current storage */
ttinterp.c 606 exec->storeSize = size->storage_size;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttinterp.h 224 FT_UShort storeSize; /* size of current storage */
ttinterp.c 606 exec->storeSize = size->storage_size;
    [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 809 static void storeSize(uint8_t *data, size_t &idx, size_t size) {
836 storeSize(esds, idx, esdsSize1);
841 storeSize(esds, idx, esdsSize2);
848 storeSize(esds, idx, privSize);

Completed in 171 milliseconds