Home
last modified time | relevance | path

Searched refs:missing (Results 1 – 25 of 30) sorted by relevance

12

/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/
DApiFileTest.kt327 fun `Test missing all containing classes`() { in <lambda>()
342 fun `Test missing outer class`() { in <lambda>()
359 fun `Test missing middle class`() { in <lambda>()
376 fun `Test split across multiple files, middle missing`() { in <lambda>()
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DSystemServiceCheckTest.kt196 fun `Check SystemService -- missing one permission with allOf`() { in Check SystemService -- missing one permission with allOf()
275 fun `Check SystemService -- missing manifest permissions`() { in Check SystemService -- missing manifest permissions()
DAndroidApiChecksTest.kt187 fun `Check Warnings for missing nullness annotations`() { in Check Warnings for missing nullness annotations()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApi.kt162 val missing = cls.findMissingClasses(mClasses) in verifyNoMissingClasses() constant
164 for (missingClass in missing) { in verifyNoMissingClasses()
/tools/netsim/guide/src/misc/
Dcontributors.md10 If you feel you're missing from this list, feel free to add yourself in a PR.
/tools/asuite/atest/
Dmodule_info_unittest_base.py61 missing = set(expected_subset) - set(actual_set)
62 if not missing:
Drun_atest_unittests.sh45 coverage report --show-missing
Datest_main.py299 missing = list(
302 if missing:
307 missing,
309 return missing
/tools/external_updater/
Dpyproject.toml21 "missing-docstring",
/tools/acloud/public/
Dconfig.py326 missing = self.GetMissingFields(self.REQUIRED_FIELD)
327 if missing:
329 "Missing required configuration fields: %s" % missing)
/tools/acloud/
D.coveragerc26 # Don't complain about missing code for debugging purpose:
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/lint/
DNullabilityLintTest.kt84 fun `Test no missing nullability errors for enums`() { in Test no missing nullability errors for enums()
114 fun `Test no missing nullability errors for kotlin constructs`() { in Test no missing nullability errors for kotlin constructs()
/tools/dexter/slicer/
DAndroid.bp33 "-Wno-missing-braces",
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/apilevels/
DApiGeneratorTest.kt228 fun `Generate API while removing missing class references`() { in <lambda>()
276 fun `Generate API finds missing class references`() { in <lambda>()
/tools/treble/split/
DREADME.md68 Build errors may arise due to missing dependencies that were previously provided
107 the project that defines the missing source.
/tools/repohooks/rh/
Dhooks.py558 missing = []
561 missing.append(regex)
563 if missing:
564 error = PREBUILT_APK_MSG % '\n '.join(missing)
/tools/netsim/testing/netsim-grpc/
Dsetup.cfg51 --cov netsim --cov-report term-missing
/tools/metalava/metalava/src/test/resources/
Dsource-model-provider-baseline.txt124 Check RequiresFeature handling - missing feature[turbine]
141 Check SystemService -- missing manifest permissions[turbine]
142 Check SystemService -- missing one permission with allOf[turbine]
224 Warn about missing field[turbine]
/tools/asuite/atest/bazel/resources/rules/
Dsoong_prebuilt.bzl54 placeholder_file = ctx.actions.declare_file(ctx.label.name + ".missing")
57 "Attempting to import missing artifacts for Soong module '%s'; " +
/tools/metalava/
DREADME.md111 * Address errors in the doclava1 format which for example was missing
197 StringBuilder.setLength(int) was missing from the API signatures since it is a
202 hooked up to the build it immediately became apparent that it was missing
243 324 methods and fields were missing nullness annotations out of 650 total
341 missing in older signature files, such as annotation methods) without having
DFORMAT.md11 due to bugs getting fixed, such as type parameters missing from classes
185 in the above it was missing from super interface Collection:
226 The old format was completely missing annotation type methods:
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DApiAnalyzer.kt783 val missing = ArrayList<String>() in <lambda>() constant
789 missing.add(perm) in <lambda>()
810 if (any && missing.size == values.size) { in <lambda>()
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/doc/
DDocAnalyzerTest.kt592 fun `Warn about missing field`() { in Warn about missing field()
/tools/repohooks/tools/
Dpylintrc94 missing-docstring,
158 # Tells whether missing members accessed in mixin class should be ignored. A
Dspelling.txt956 mising||missing
958 missign||missing
961 misssing||missing

12