HomeSort by relevance Sort by last modified time
    Searched defs:kSuffixLength (Results 1 - 5 of 5) 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 17 const size_t UniquePosition::kSuffixLength = 28;
25 return suffix.length() == kSuffixLength
26 && suffix[kSuffixLength-1] != 0;
36 return bytes.length() >= kSuffixLength
44 return base::RandBytesAsString(kSuffixLength - 1) + "\x7f";
219 const size_t prefix_len = bytes.length() - kSuffixLength;
381 DCHECK(uncompressed.rfind(suffix) + kSuffixLength == uncompressed.length());
  /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 106 const size_t kSuffixLength = arraysize(kCacheEntryKeySuffix) - 1;
107 const int id_length = key.size() - 1 - kSuffixLength;
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp     [all...]

Completed in 727 milliseconds