/frameworks/base/cmds/incident_helper/src/parsers/ |
D | PageTypeInfoParser.cpp | 48 pageBlockOrder = toInt(line); in Parse() 53 proto.write(PageTypeInfoProto::PAGES_PER_BLOCK, toInt(line)); in Parse() 70 proto.write(PageTypeInfoProto::MigrateType::NODE, toInt(record[0])); in Parse() 85 … proto.write(PageTypeInfoProto::MigrateType::FREE_PAGES_COUNT, toInt(pageCounts[i])); in Parse() 93 proto.write(PageTypeInfoProto::Block::NODE, toInt(record[0])); in Parse()
|
D | EventLogTagsParser.cpp | 45 proto.write(EventLogTag::TAG_NUMBER, toInt(tagNumber)); in Parse() 57 proto.write(EventLogTag::ValueDescriptor::TYPE, toInt(valueDescriptor[1])); in Parse() 64 unit = toInt(valueDescriptor[2]); in Parse()
|
D | CpuFreqParser.cpp | 53 int freq = toInt(record[0]); in Parse()
|
D | CpuInfoParser.cpp | 35 proto->write(ids[j], toInt(record[i])); in writeSuffixLine()
|
/frameworks/base/services/backup/java/com/android/server/backup/encryption/chunk/ |
D | ChunkHash.java | 78 int result = toInt(left[i]) - toInt(right[i]); in lexicographicalCompareUnsignedBytes() 86 private static int toInt(byte value) { in toInt() method in ChunkHash
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/ |
D | QuaresActivity.kt | 140 it.setBounds(0, 0, (32 * dp).toInt(), (32 * dp).toInt()) in checkVictory() 177 val size = (minSide / (q.height + 0.5) * dp).toInt() in loadPuzzle() 219 params.height = (96 * dp).toInt() in loadPuzzle() 230 params.width = (96 * dp).toInt() in loadPuzzle()
|
D | Quare.kt | 43 data[i] = (round(f) * s).toInt() shl 24 in <lambda>() 55 drawable.setTint(0xFF000000.toInt()) in <lambda>()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/ |
D | Painting.kt | 87 var paperColor: Int = 0xFFFFFFFF.toInt() 193 val N = (2 * d / Math.min(4f, r + newR)).toInt() in plot() 283 val localX = (x - left).toInt() in sampleAt() 284 val localY = (y - top).toInt() in sampleAt()
|
D | BrushPropertyDrawable.kt | 36 _size = (24 * context.resources.displayMetrics.density).toInt()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/util/ |
D | BurnInHelper.kt | 35 if (xAxis) BURN_IN_PREVENTION_PERIOD_X else BURN_IN_PREVENTION_PERIOD_Y).toInt() in getBurnInOffset()
|
/frameworks/base/cmds/incident_helper/src/ |
D | ih_util.cpp | 224 int toInt(const std::string& s) { in toInt() function 350 proto->write(found, toInt(value)); in insertField() 360 proto->write(found, toInt(value)); in insertField() 366 proto->write(found, toInt(repeats[i])); in insertField()
|
D | ih_util.h | 101 int toInt(const std::string& s);
|
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | find_region.rscript | 38 foreach(toInt, poly , border_coords); 94 int2 __attribute__((kernel)) toInt(float2 in) {
|
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
D | find_region.rscript | 67 uint2 __attribute__((kernel)) toInt(float2 in) { 158 rsForEach(toInt, pointsXY, mBorderCoords);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | MediaArtworkProcessor.kt | 37 private const val COLOR_ALPHA = (255 * 0.7f).toInt()
|
D | PulseExpansionHandler.kt | 238 val newHeight = Math.min((child.collapsedHeight + expansionHeight).toInt(), in <lambda>()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | ThemedBatteryDrawable.kt | 156 intrinsicHeight = (Companion.HEIGHT * density).toInt() in <lambda>() 157 intrinsicWidth = (Companion.WIDTH * density).toInt() in <lambda>()
|
/frameworks/libs/net/common/devicetests/com/android/testutils/ |
D | ConcurrentInterpreter.kt | 187 fun MatchResult.intArg(index: Int) = strArg(index).toInt()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiControlService.java | 656 mMhlController.setOption(OPTION_MHL_POWER_CHARGE, toInt(enabled)); in onChange() 666 private static int toInt(boolean enabled) { in toInt() method in HdmiControlService 673 return Global.getInt(cr, key, toInt(defVal)) == ENABLED; in readBooleanSetting() 678 Global.putInt(cr, key, toInt(value)); in writeBooleanSetting() 3036 mMhlController.setOption(OPTION_MHL_INPUT_SWITCHING, toInt(enabled)); in setMhlInputChangeEnabled()
|