Searched refs:getBucket (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/common/tools/
H A Dmake-iana-tld-pattern.py101 def getBucket(buckets, line): function
114 output += getBucket(buckets, 'a').dump(isFirst=True, isWebUrl=isWebUrl)
117 output += getBucket(buckets, chr(letter)).dump(isWebUrl=isWebUrl)
119 output += getBucket(buckets, 'z').dump(isLast=True, isWebUrl=isWebUrl)
141 getBucket(buckets, domain[0]).add(domain.strip())
147 getBucket(buckets, 'xn--').add(result[2:-1])
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h79 inline bucket_type* getBucket() { function in class:mcld::ChainIteratorBase
85 inline const bucket_type* getBucket() const { function in class:mcld::ChainIteratorBase
190 inline bucket_type* getBucket() { function in class:mcld::EntryIteratorBase
196 inline const bucket_type* getBucket() const { function in class:mcld::EntryIteratorBase

Completed in 371 milliseconds