Home
last modified time | relevance | path

Searched refs:newType (Results 1 – 4 of 4) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/
DNullnessMigration.kt53 val newType = new.returnType() ?: return in compare() constant
55 checkType(oldType, newType) in compare()
62 val newType = new.type() in compare() constant
64 checkType(oldType, newType) in compare()
71 val newType = new.type() in compare() constant
73 checkType(oldType, newType) in compare()
DCompatibilityCheck.kt552 val newType = new.type() in compare() constant
553 if (oldType != newType) { in compare()
554 … val message = "${describe(new, capitalize = true)} has changed type from $oldType to $newType" in compare()
/tools/tradefederation/core/src/com/android/tradefed/result/
DDeviceFileReporter.java219 final LogDataType newType = DATA_TYPE_REVERSE_MAP.get(ext); in getDataType() local
220 CLog.d("Inferred data type %s", newType); in getDataType()
221 return newType; in getDataType()
/tools/dexter/slicer/
Dreader.cc144 auto newType = ParseType(index); in GetType() local
146 p = newType; in GetType()