Searched refs:missing (Results 1 – 16 of 16) sorted by relevance
317 missing = self.GetMissingFields(self.REQUIRED_FIELD)318 if missing:320 "Missing required configuration fields: %s" % missing)
182 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()
175 fun `Check Warnings for missing nullness annotations`() { in Check Warnings for missing nullness annotations()
726 fun `Warn about missing field`() { in Warn about missing field()
141 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
47 placeholder_file = ctx.actions.declare_file(ctx.label.name + ".missing")50 "Attempting to import missing artifacts for Soong module '%s'; " +
190 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
45 coverage report --show-missing
68 Build errors may arise due to missing dependencies that were previously provided107 the project that defines the missing source.
90 * Address errors in the doclava1 format which for example was missing176 StringBuilder.setLength(int) was missing from the API signatures since it is a181 hooked up to the build it immediately became apparent that it was missing222 324 methods and fields were missing nullness annotations out of 650 total320 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:
26 # Don't complain about missing code for debugging purpose:
151 remote instance created by you. It will then look for any devices missing in
33 "-Wno-missing-braces",
713 val missing = ArrayList<String>() in <lambda>() constant719 missing.add(perm) in <lambda>()737 if (any && missing.size == values.size) { in <lambda>()
464 // may return true even if the inner message has missing required fields.