Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dhooks.py422 missing = []
425 missing.append(regex)
427 if missing:
428 error = PREBUILT_APK_MSG % '\n '.join(missing)
/tools/tradefederation/core/atest/
Datest.py112 missing = filter(None, [x for x in EXPECTED_VARS if not os.environ.get(x)])
113 if missing:
116 'Environment Variables: %s.', missing)
117 return missing
/tools/acloud/public/
Dconfig.py255 missing = [f for f in self.REQUIRED_FIELD if not getattr(self, f)]
256 if missing:
258 "Missing required configuration fields: %s" % missing)
/tools/metalava/src/test/java/com/android/tools/metalava/
DSystemServiceCheckTest.kt187 fun `Check SystemService -- missing one permission with allOf`() { in Check SystemService -- missing one permission with allOf()
262 fun `Check SystemService -- missing manifest permissions`() { in Check SystemService -- missing manifest permissions()
DAnnotationStatisticsTest.kt86 fun `Test counting annotation usages of missing APIs`() { in Test counting annotation usages of missing APIs()
DAndroidApiChecksTest.kt177 fun `Check Warnings for missing nullness annotations`() { in Check Warnings for missing nullness annotations()
DDocAnalyzerTest.kt693 fun `Warn about missing field`() { in Warn about missing field()
/tools/metalava/
DREADME.md86 * Address errors in the doclava1 format which for example was missing
172 StringBuilder.setLength(int) was missing from the API signatures since it is a
177 hooked up to the build it immediately became apparent that it was missing
218 324 methods and fields were missing nullness annotations out of 650 total
316 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/dexter/slicer/
DAndroid.bp29 "-Wno-missing-braces",
/tools/metalava/src/main/java/com/android/tools/metalava/
DApiAnalyzer.kt717 val missing = ArrayList<String>() in <lambda>() constant
723 missing.add(perm) in <lambda>()
741 if (any && missing.size == values.size) { in <lambda>()
/tools/repohooks/tools/
Dpylintrc86 missing-docstring,
144 # Tells whether missing members accessed in mixin class should be ignored. A
Dspelling.txt737 mising||missing
/tools/acloud/
DREADME.md151 remote instance created by you. It will then look for any devices missing in
/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.