Searched refs:getBucket (Results 1 – 6 of 6) sorted by relevance
/frameworks/ex/common/tools/ |
D | make-iana-tld-pattern.py | 124 def getBucket(buckets, line): function 137 output += getBucket(buckets, 'a').dump(isFirst=True, isWebUrl=isWebUrl) 140 output += getBucket(buckets, chr(letter)).dump(isWebUrl=isWebUrl) 142 output += getBucket(buckets, 'z').dump(isLast=True, isWebUrl=isWebUrl) 164 getBucket(buckets, domain[0]).add(domain.strip()) 170 getBucket(buckets, 'xn--').add(result[2:-1])
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
D | PowerUI.java | 362 final boolean playSound = currentSnapshot.getBucket() != lastSnapshot.getBucket() in maybeShowHybridWarning() 436 final boolean playSound = currentSnapshot.getBucket() != lastSnapshot.getBucket() in maybeShowBatteryWarning() 454 && (((currentSnapshot.getBucket() < lastSnapshot.getBucket() in shouldShowLowBatteryWarning() 456 && currentSnapshot.getBucket() < 0)) in shouldShowLowBatteryWarning() 466 || (currentSnapshot.getBucket() > lastSnapshot.getBucket() in shouldDismissLowBatteryWarning() 467 && currentSnapshot.getBucket() > 0); in shouldDismissLowBatteryWarning()
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashIterator.h | 71 inline bucket_type* getBucket() { in getBucket() function 77 inline const bucket_type* getBucket() const { in getBucket() function 175 inline bucket_type* getBucket() { in getBucket() function 181 inline const bucket_type* getBucket() const { in getBucket() function
|
/frameworks/layoutlib/bridge/src/android/util/imagepool/ |
D | ImagePoolHelper.java | 135 …public static Bucket getBucket(Map<String, Bucket> map, BucketCreationMetaData metaData, ImagePool… in getBucket() method in ImagePoolHelper
|
D | ImagePoolImpl.java | 68 final Bucket existingBucket = ImagePoolHelper.getBucket(mPool, metaData, mPolicy); in acquire()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |