Home
last modified time | relevance | path

Searched refs:statement (Results 1 – 15 of 15) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceJUnit4ClassRunner.java123 protected Statement withBeforeClasses(Statement statement) { in withBeforeClasses() argument
124 Statement s = super.withBeforeClasses(statement); in withBeforeClasses()
130 : new RunBeforesWithInfo(statement, beforesWithDevice, mTestInformation); in withBeforeClasses()
134 protected Statement withAfterClasses(Statement statement) { in withAfterClasses() argument
135 Statement s = super.withAfterClasses(statement); in withAfterClasses()
141 : new RunAftersWithInfo(statement, aftersWithDevice, mTestInformation); in withAfterClasses()
/tools/metalava/metalava-model/src/testFixtures/java/com/android/tools/metalava/model/testing/
DBaseModelProviderRunner.kt217 val statement = super.methodInvoker(method, test) in methodInvoker() constant
223 return baselineTestRule.apply(statement, describeChild(method)) in methodInvoker()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DExtractAnnotations.kt287 override fun visitReturnStatement(statement: PsiReturnStatement) { in <lambda>()
288 val value = statement.returnValue in <lambda>()
/tools/repohooks/tools/
Dpylintrc130 # note). You have access to the variables errors warning, statement which
134 #evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
385 # Maximum number of boolean expressions in a if statement
Dcheckpatch.pl1753 my $statement = substr($blk, $soff, $off - $soff + 1);
1761 return ($statement, $condition,
1810 my ($statement, $condition, $level);
1815 ($statement, $condition, $linenr, $remain, $off, $level) =
1818 push(@chunks, [ $condition, $statement ]);
1826 ($statement, $condition, $linenr, $remain, $off, $level) =
1831 push(@chunks, [ $condition, $statement ]);
5562 my $statement = $3;
5568 fix_insert_line($fixlinenr, "$space$statement;");
/tools/security/sanitizer-status/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/tools/apksig/
DLICENSE136 You may add Your own copyright statement to Your modifications and
/tools/netsim/
DLICENSE124 You may add Your own copyright statement to Your modifications and
/tools/test/openhst/
DLICENSE124 You may add Your own copyright statement to Your modifications and
/tools/test/mobly_snippets/gft/
DLICENSE124 You may add Your own copyright statement to Your modifications and
/tools/acloud/
DLICENSE124 You may add Your own copyright statement to Your modifications and
/tools/test/connectivity/
DLICENSE124 You may add Your own copyright statement to Your modifications and
/tools/treble/
DLICENSE124 You may add Your own copyright statement to Your modifications and
/tools/trebuchet/
DLICENSE124 You may add Your own copyright statement to Your modifications and
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto321 // - Otherwise, the package statement in the .proto file, if present.