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

  /external/chromium_org/third_party/ots/src/
ots.cc 288 uint32_t meta_length; local
291 !file.ReadU32(&meta_length) ||
296 if (meta_offset >= length || length - meta_offset < meta_length) {
368 static_cast<uint64_t>(meta_length));
woff2.cc 899 // uint32_t meta_offset, meta_length, meta_orig_length
    [all...]
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 525 public static final int META_LENGTH = 4;
547 public char[] meta = new char[META_LENGTH];
562 if (results.meta.length < KeyData.META_LENGTH) {
564 "results.meta.length must be >= " + KeyData.META_LENGTH);
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 180 milliseconds