/frameworks/minikin/tests/unittest/ |
D | LayoutCacheTest.cpp | 54 layoutCache.getOrCreate(text, range, paint, false /* LTR */, StartHyphenEdit::NO_EDIT, in TEST() 58 layoutCache.getOrCreate(text, range, paint, false /* LTR */, StartHyphenEdit::NO_EDIT, in TEST() 76 layoutCache.getOrCreate(text1, Range(0, text1.size()), paint, false /* LTR */, in TEST() 78 layoutCache.getOrCreate(text2, Range(0, text2.size()), paint, false /* LTR */, in TEST() 84 layoutCache.getOrCreate(text1, Range(0, text1.size()), paint, false /* LTR */, in TEST() 86 layoutCache.getOrCreate(text1, Range(1, text1.size()), paint, false /* LTR */, in TEST() 92 layoutCache.getOrCreate(text1, Range(0, text1.size()), paint, false /* LTR */, in TEST() 94 layoutCache.getOrCreate(text2, Range(0, text2.size()), paint, false /* LTR */, in TEST() 100 layoutCache.getOrCreate(text1, Range(0, text1.size()), paint, false /* LTR */, in TEST() 102 layoutCache.getOrCreate(text1, Range(0, text1.size()), paint, true /* RTL */, in TEST() [all …]
|
/frameworks/minikin/include/minikin/ |
D | LayoutPieces.h | 54 void getOrCreate(const U16StringPiece& textBuf, const Range& range, const MinikinPaint& paint, in getOrCreate() function 58 LayoutCache::getInstance().getOrCreate(textBuf, range, paint, dir, startEdit, endEdit, in getOrCreate()
|
D | LayoutCache.h | 138 void getOrCreate(const U16StringPiece& text, const Range& range, const MinikinPaint& paint, in getOrCreate() function
|
/frameworks/base/sax/java/android/sax/ |
D | Children.java | 30 Element getOrCreate(Element parent, String uri, String localName) { in getOrCreate() method in Children
|
D | Element.java | 74 return children.getOrCreate(this, uri, localName); in getChild()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ |
D | BackgroundScanScheduler.java | 275 public Bucket getOrCreate(int index) { in getOrCreate() method in BackgroundScanScheduler.BucketList 502 mBuckets.getOrCreate(bucketIndex).addSettings(settings); in addScanToBuckets() 543 mBuckets.getOrCreate(newBucketIndex).addSettings(scanRequest); in compactBuckets()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | LocationFudger.java | 165 public Location getOrCreate(Location location) { in getOrCreate() method in LocationFudger
|
/frameworks/minikin/libs/minikin/ |
D | Layout.cpp | 415 lpIn->getOrCreate(textBuf, range, paint, isRtl, startHyphen, endHyphen, f); in doLayoutWord() 417 LayoutCache::getInstance().getOrCreate(textBuf, range, paint, isRtl, startHyphen, endHyphen, in doLayoutWord()
|
/frameworks/base/services/core/java/com/android/server/ |
D | LocationManagerService.java | 2268 return new Location(mLocationFudger.getOrCreate(noGPSLocation)); in getLastLocation() 2921 coarseLocation = mLocationFudger.getOrCreate(noGPSLocation); in handleLocationChangedLocked()
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
D | databinding-studio-bundle.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/databinding/
android/ ... |