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.kt91 val new = HashMap<String, String>() in <lambda>() constant
214 val new = HashMap<String, String>() in <lambda>() constant
DComparisonVisitor.kt124 val new = newTree.item() in compare() constant
170 val new = newTree.item() in compare() constant
DApiLint.kt2063 val new = mutableListOf<MethodItem>() in <lambda>() constant
2246 val new = mutableListOf<MethodItem>() in <lambda>() constant
2525 val new = mutableSetOf<MethodItem>() in <lambda>() constant
2536 val new = mutableSetOf<String>() in <lambda>() constant
DExtractAnnotations.kt169 val new = in <lambda>() constant
DDocAnalyzer.kt651 val new = doc.replace(Regex("\\b$typo\\b"), replacement) in <lambda>() constant
DDriver.kt619 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.kt214 val new = Regex("""\b$word\b""") in docContainsWord() constant
DJavadoc.kt118 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