Home
last modified time | relevance | path

Searched defs:new (Results 1 – 11 of 11) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/
DDocReplacement.kt47 val new = doc.replace(regex, replacement) in <lambda>() constant
DBaseline.kt94 val new = HashMap<String, String>() in <lambda>() constant
227 val new = HashMap<String, String>() in <lambda>() constant
DComparisonVisitor.kt123 val new = newTree.item() in compare() constant
169 val new = newTree.item() in compare() constant
DApiLint.kt2161 val new = mutableListOf<MethodItem>() in <lambda>() constant
2344 val new = mutableListOf<MethodItem>() in <lambda>() constant
2622 val new = mutableSetOf<MethodItem>() in <lambda>() constant
2633 val new = mutableSetOf<String>() in <lambda>() constant
DExtractAnnotations.kt169 val new = in <lambda>() constant
DDocAnalyzer.kt652 val new = doc.replace(Regex("\\b$typo\\b"), replacement) in <lambda>() constant
DDriver.kt585 val new = in checkCompatibility() constant
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBuilders.kt24 private val new: () -> P, in noReset() constant in trebuchet.util.StartEndBuilder
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiCompilationUnit.kt236 val new = Regex("""\b$word\b""") in docContainsWord() constant
DJavadoc.kt112 val new = insertInto(initial, content, initial.indexOf("*/")) in mergeDocumentation() constant
/tools/dexter/slicer/export/slicer/
Ddex_ir.h87 void* operator new(size_t size) { in new() function