Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 34) sorted by relevance

12

/tools/metalava/src/test/java/com/android/tools/metalava/
DApiFileTest.kt63 check( in Basic class signature extraction()
86 check( in Parameter Names in Java()
117 check( in Default Values Names in Java()
152 check( in Default Values and Names in Kotlin()
180 check( in Basic Kotlin class()
261 check( in Kotlin Reified Methods()
302 check( in Propagate Platform types in Kotlin()
428 check( in JvmOverloads()
483 check( in Extract class with generics()
571 check( in Basic class without default constructor, has constructors with args()
[all …]
DNullnessMigrationTest.kt24 check( in Test Kotlin-style null signatures()
55 check( in Method which is now marked null should be marked as recently migrated null()
85 check( in Parameter which is now marked null should be marked as recently migrated null()
114 fun `Comprehensive check of migration`() { in Comprehensive check of migration()
115 check( in Comprehensive check of migration()
159 fun `Comprehensive check of migration, Kotlin-style output`() { in Comprehensive check of migration, Kotlin-style output()
160 check( in Comprehensive check of migration, Kotlin-style output()
205 check( in Convert libcore nullness annotations to support()
256 check( in Check type use annotations()
294 check( in Check androidx package annotation()
[all …]
DApiFromTextTest.kt38 check( in Loading a signature file and writing the API back out()
47 check( in Infer fully qualified names from shorter names()
83 check( in Loading a signature file with alternate modifier order()
136 check( in Test generics, superclasses and interfaces()
167 check( in Test constants()
196 check( in Test inner classes()
214 check( in Test throws()
235 check( in Loading a signature file with annotations on classes, fields, methods and parameters()
263 check( in Enums and annotations()
286 check( in Enums and annotations exported to compat()
[all …]
DSystemServiceCheckTest.kt24 check( in SystemService OK, loaded from signature file()
61 check( in SystemService OK, loaded from source()
98 check( in Check SystemService -- no permission annotation()
123 check( in Check SystemService -- can miss a permission with anyOf()
157 check( in Check SystemService -- at least one permission must be defined with anyOf()
188 check( in Check SystemService -- missing one permission with allOf()
222 check( in Check SystemService -- must be system permission, not normal()
263 check( in Check SystemService -- missing manifest permissions()
294 check( in Invalid manifest()
326 check( in Warning suppressed via annotation()
DAndroidApiChecksTest.kt24 check( in Flag TODO documentation()
67 check( in Document Permissions()
127 check( in Document Intent Actions()
178 check( in Check Warnings for missing nullness annotations()
224 check( in Check IntDef Warnings()
DKotlinInteropChecksTest.kt24 check( in Hard Kotlin keywords()
51 check( in Sam-compatible parameters should be last()
90 check( in Companion object methods should be marked with JvmStatic()
125 check( in Methods with default parameters should specify JvmOverloads()
152 check( in Methods which throw exceptions should document them()
DAnnotationsMergerTest.kt29 check( in Signature files contain annotations()
77 check( in Merged class and method annotations with no arguments()
137 check( in Merge jaif files()
178 check( in Merge signature files()
DShowAnnotationTest.kt10 check( in Basic showAnnotation test()
66 check( in Basic showAnnotation with showUnannotated test()
130 check( in Check @TestApi handling()
DAnnotationStatisticsTest.kt26 check( in Test emitting annotation statistics()
59 check( in Static final initialized fields are not nullable()
85 check( in Test counting annotation usages of missing APIs()
DExtractAnnotationsTest.kt27 check( in Check java typedef extraction and warning about non-source retention of typedefs()
106 check( in Check Kotlin and referencing hidden constants from typedef()
183 check( in Include merged annotations in exported source annotations()
DSdkFileWriterTest.kt26 check( in Test generating broadcast actions()
58 check( in Test generating widgets()
DJava9LanguageFeaturesTest.kt27 check( in Private Interface Method()
58 check( in Basic class signature extraction()
DKeepFileTest.kt24 check( in Generate Keep file()
DArtifactTaggerTest.kt25 check( in Tag API()
/tools/tradefederation/core/src/com/android/tradefed/result/
DBugreportCollector.java313 boolean check(Relation relation, Noun noun) { in check() method in BugreportCollector
314 return check(relation, noun, null); in check()
317 boolean check(Relation relation, Noun noun, TestDescription test) { in check() method in BugreportCollector
439 check(Relation.AFTER, Noun.TESTCASE, test); in testEnded()
448 check(Relation.AFTER, Noun.FAILED_TESTCASE, test); in testFailed()
457 check(Relation.AFTER, Noun.FAILED_TESTCASE, test); in testAssumptionFailure()
466 check(Relation.AFTER, Noun.TESTRUN); in testRunEnded()
476 check(Relation.AFTER, Noun.FAILED_TESTRUN); in testRunFailed()
486 check(Relation.AT_START_OF, Noun.TESTRUN); in testRunStarted()
504 check(Relation.AT_START_OF, Noun.TESTCASE, test); in testStarted()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DPythonUnitTestRunner.java166 boolean check = false; in checkPythonVersion()
169 check = true; in checkPythonVersion()
172 check = true; in checkPythonVersion()
175 check = true; in checkPythonVersion()
180 if (check == false) { in checkPythonVersion()
/tools/tradefederation/core/tests/res/testtype/
Dgtest_list4.txt4 Leak check took 77ms
Dgtest_list3.txt8 Leak check took 79ms
Dgtest_list1.txt25 Leak check took 77ms
Dgtest_list2.txt157 Leak check took 79ms
/tools/tradefederation/core/
Dtradefed_win.bat24 :: check java version
31 :: check debug flag and set up remote debugging
79 :: check command exist or not
/tools/metalava/src/test/java/com/android/tools/metalava/apilevels/
DApiGeneratorTest.kt47 check( in Extract API levels()
/tools/tradefederation/core/tests/res/config/suite/
Dsuite.md6 presubmit check. If a test becomes unstable, we can make a single test config
7 change to pull it out of presubmit check.
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dbluez_test_utils.py72 def get_properties(self,props, path, check): argument
80 return props.Get(path,check)
/tools/metalava/
Dbuild.gradle120 check.dependsOn ktlint

12