Searched refs:missing (Results 1 – 15 of 15) sorted by relevance
422 missing = []425 missing.append(regex)427 if missing:428 error = PREBUILT_APK_MSG % '\n '.join(missing)
112 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
255 missing = [f for f in self.REQUIRED_FIELD if not getattr(self, f)]256 if missing:258 "Missing required configuration fields: %s" % missing)
187 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()
86 fun `Test counting annotation usages of missing APIs`() { in Test counting annotation usages of missing APIs()
177 fun `Check Warnings for missing nullness annotations`() { in Check Warnings for missing nullness annotations()
693 fun `Warn about missing field`() { in Warn about missing field()
86 * Address errors in the doclava1 format which for example was missing172 StringBuilder.setLength(int) was missing from the API signatures since it is a177 hooked up to the build it immediately became apparent that it was missing218 324 methods and fields were missing nullness annotations out of 650 total316 missing in older signature files, such as annotation methods) without having
11 due to bugs getting fixed, such as type parameters missing from classes181 in the above it was missing from super interface Collection:222 The old format was completely missing annotation type methods:
29 "-Wno-missing-braces",
717 val missing = ArrayList<String>() in <lambda>() constant723 missing.add(perm) in <lambda>()741 if (any && missing.size == values.size) { in <lambda>()
86 missing-docstring,144 # Tells whether missing members accessed in mixin class should be ignored. A
737 mising||missing
151 remote instance created by you. It will then look for any devices missing in
464 // may return true even if the inner message has missing required fields.