Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 10 of 10) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiConstructorItem.kt78 if (curr is PsiExpressionStatement && curr.expression is PsiMethodCallExpression && in <lambda>()
79 curr.expression.firstChild?.lastChild is PsiKeyword && in <lambda>()
80 curr.expression.firstChild?.lastChild?.text == "super" in <lambda>()
82 val resolved = (curr.expression as PsiMethodCallExpression).resolveMethod() in <lambda>()
/tools/repohooks/tools/
Dpylintrc190 # Python expression which should return a note less than 10 (10 is the highest
269 # A regular expression matching the name of dummy variables (i.e. expectedly
338 # Regular expression matching correct function names
344 # Regular expression matching correct variable names
350 # Regular expression matching correct constant names
356 # Regular expression matching correct attribute names
362 # Regular expression matching correct argument names
368 # Regular expression matching correct class attribute names
374 # Regular expression matching correct inline iteration names
380 # Regular expression matching correct class names
[all …]
Dcpplint.py4153 expression = lines[linenum][start_pos + 1:end_pos - 1]
4155 expression = lines[linenum][start_pos + 1:]
4157 expression += lines[i]
4158 expression += last_line[0:end_pos - 1]
4166 while expression:
4168 r'==|!=|>=|>|<=|<|\()(.*)$', expression)
4173 expression = matched.group(2)
4174 (end, _) = FindEndOfExpressionInLine(expression, 0, ['('])
4177 lhs += '(' + expression[0:end]
4178 expression = expression[end:]
[all …]
Dspelling.txt482 expresion||expression
/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationFilter.kt63 for (expression in inclusionExpressions) { in getIncludedAnnotationNames() constant
64 annotationNames.add(expression.qualifiedName) in getIncludedAnnotationNames()
/tools/tradefederation/core/
Dpylintrc19 # Regular expression matching correct method names
/tools/asuite/
Dpylintrc23 # Regular expression matching correct method names.
/tools/tradefederation/core/res/jacoco/
Djacocoagent.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/jacoco/ org/ ...
Djacocoant.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/jacoco/ org/ ...
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...