Searched refs:translate (Results 1 – 10 of 10) sorted by relevance
/system/vold/ |
D | VoldNativeService.cpp | 62 static binder::Status translate(int status) { in translate() function 168 return translate(VolumeManager::Instance()->reset()); in reset() 175 return translate(VolumeManager::Instance()->shutdown()); in shutdown() 182 return translate(VolumeManager::Instance()->onUserAdded(userId, userSerial)); in onUserAdded() 189 return translate(VolumeManager::Instance()->onUserRemoved(userId)); in onUserRemoved() 196 return translate(VolumeManager::Instance()->onUserStarted(userId)); in onUserStarted() 203 return translate(VolumeManager::Instance()->onUserStopped(userId)); in onUserStopped() 220 return translate(VolumeManager::Instance()->onSecureKeyguardStateChanged(isShowing)); in onSecureKeyguardStateChanged() 235 return translate(disk->partitionPublic()); in partition() 237 return translate(disk->partitionPrivate()); in partition() [all …]
|
/system/teeui/libteeui/src/ |
D | button.cpp | 89 Box<intpxs>(0, 0, intRadius, intRadius).translate(intBounds.topLeft()), color_)) { in draw() 98 .translate(intBounds.topLeft()), in draw() 108 .translate(intBounds.topLeft()), in draw() 119 .translate(intBounds.topLeft()), in draw() 127 .translate(intBounds.topLeft()); in draw() 133 .translate(intBounds.topLeft()), in draw() 139 .translate(intBounds.topLeft()), in draw() 145 .translate(intBounds.topLeft()), in draw() 151 .translate(intBounds.topLeft()), in draw()
|
D | label.cpp | 123 drawBox(boundingBox->translate(offset), 0xff00); in draw()
|
/system/teeui/libteeui/example/ |
D | example_utils.h | 68 void translate(LabelImpl* label); 71 translate(&std::get<T>(*layout)); in translateLabel()
|
D | example_utils.cpp | 53 void translate(LabelImpl* label) { in translate() function
|
/system/extras/simpleperf/scripts/ |
D | test_monitor.py | 94 patterns = [re.compile(fnmatch.translate(x)) for x in CONFIG.test_patterns]
|
D | test.py | 1814 patterns = [re.compile(fnmatch.translate(x)) for x in args.pattern]
|
/system/keymaster/ |
D | Android.bp | 69 // class to provide environment-specific services and a wrapper to translate from
|
/system/teeui/libteeui/include/teeui/ |
D | utils.h | 840 Box translate(const Point<Coord>& offset) const& { 848 Box translate(const Point<Coord>& offset) && {
|
/system/core/libutils/ |
D | README | 174 an overlay package. To translate between the two, a resource ID mapping
|