Home
last modified time | relevance | path

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

/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/
DBaseline.kt94 val new = HashMap<String, String>() in <lambda>() constant
226 val new = HashMap<String, String>() in <lambda>() constant
DComparisonVisitor.kt138 val new = newTree.item() in compare() constant
186 val new = newTree.item() in compare() constant
DApiLint.kt1762 val new = mutableListOf<MethodItem>() in <lambda>() constant
1891 val new = mutableListOf<MethodItem>() in <lambda>() constant
2090 val new = mutableSetOf<MethodItem>() in <lambda>() constant
2101 val new = mutableSetOf<String>() in <lambda>() constant
DExtractAnnotations.kt165 val new = in <lambda>() constant
DDocAnalyzer.kt636 val new = doc.replace(Regex("\\b$typo\\b"), replacement) in <lambda>() constant
DDriver.kt537 val new = in checkCompatibility() constant
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiSourceFileItem.kt245 val new = Regex("""\b$word\b""") in hashCode() constant
DJavadoc.kt112 val new = insertInto(initial, content, initial.indexOf("*/")) in mergeDocumentation() constant
/tools/security/remote_provisioning/cert_validator/src/
Dpublickey.rs59 fn new(key: PubKey) -> Result<Self> { in new() method
/tools/dexter/slicer/export/slicer/
Ddex_ir.h87 void* operator new(size_t size) { in new() function