HomeSort by relevance Sort by last modified time
    Searched defs:kSuffixLength (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/sync/internal_api/public/base/
unique_position.h 34 // Note that the unique suffixes must be exactly |kSuffixLength| bytes long.
43 static const size_t kSuffixLength;
unique_position.cc 16 const size_t UniquePosition::kSuffixLength = 28;
24 return suffix.length() == kSuffixLength;
34 return bytes.length() >= kSuffixLength
238 const size_t prefix_len = bytes.length() - kSuffixLength;
400 DCHECK(uncompressed.rfind(suffix) + kSuffixLength == uncompressed.length());
  /external/chromium/chrome/browser/autofill/
phone_number.h 46 static const int kSuffixLength = 4;
  /external/chromium_org/components/autofill/core/browser/
phone_number.h 49 static const size_t kSuffixLength = 4;
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_storage.cc 214 const size_t kSuffixLength = arraysize(kCacheEntryKeySuffix) - 1;
215 const int id_length = it_->key().size() - 1 - kSuffixLength;
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp     [all...]

Completed in 1086 milliseconds