Home
last modified time | relevance | path

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

/tools/acloud/public/
Dconfig.py317 missing = self.GetMissingFields(self.REQUIRED_FIELD)
318 if missing:
320 "Missing required configuration fields: %s" % missing)
/tools/metalava/src/test/java/com/android/tools/metalava/
DSystemServiceCheckTest.kt182 fun `Check SystemService -- missing one permission with allOf`() { in Check SystemService -- missing one permission with allOf()
255 fun `Check SystemService -- missing manifest permissions`() { in Check SystemService -- missing manifest permissions()
DAndroidApiChecksTest.kt175 fun `Check Warnings for missing nullness annotations`() { in Check Warnings for missing nullness annotations()
DDocAnalyzerTest.kt726 fun `Warn about missing field`() { in Warn about missing field()
/tools/asuite/atest-py2/
Datest.py141 missing = filter(None, [x for x in EXPECTED_VARS if not os.environ.get(x)])
142 if missing:
145 'Environment Variables: %s.', missing)
146 return missing
/tools/asuite/atest/bazel/rules/
Dsoong_prebuilt.bzl47 placeholder_file = ctx.actions.declare_file(ctx.label.name + ".missing")
50 "Attempting to import missing artifacts for Soong module '%s'; " +
/tools/asuite/atest/
Datest.py190 missing = list(filter(None, [x for x in EXPECTED_VARS if not os.environ.get(x)]))
191 if missing:
194 'Environment Variables: %s.', missing)
195 return missing
Drun_atest_unittests.sh45 coverage report --show-missing
/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/metalava/
DREADME.md90 * Address errors in the doclava1 format which for example was missing
176 StringBuilder.setLength(int) was missing from the API signatures since it is a
181 hooked up to the build it immediately became apparent that it was missing
222 324 methods and fields were missing nullness annotations out of 650 total
320 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
181 in the above it was missing from super interface Collection:
222 The old format was completely missing annotation type methods:
/tools/acloud/
D.coveragerc26 # Don't complain about missing code for debugging purpose:
DREADME.md151 remote instance created by you. It will then look for any devices missing in
/tools/dexter/slicer/
DAndroid.bp33 "-Wno-missing-braces",
/tools/metalava/src/main/java/com/android/tools/metalava/
DApiAnalyzer.kt713 val missing = ArrayList<String>() in <lambda>() constant
719 missing.add(perm) in <lambda>()
737 if (any && missing.size == values.size) { in <lambda>()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto464 // may return true even if the inner message has missing required fields.