Home
last modified time | relevance | path

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

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dmessage.py321 missing = object()
322 return self.get(name, missing) is not missing
445 missing = object()
446 value = self.get('content-type', missing)
447 if value is missing:
495 missing = object()
496 value = self.get(header, missing)
497 if value is missing:
526 missing = object()
527 params = self._get_params_preserve(missing, header)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dutil.py30 missing = []
37 missing.append(e)
56 missing.extend(expected[i:])
59 return missing, unexpected
69 missing = []
76 missing.append(item)
93 return missing, unexpected
96 return missing, actual
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Ddep_util.py51 def newer_group(sources, target, missing='error'): argument
78 if missing == 'error': # blow up when we stat() the file
80 elif missing == 'ignore': # missing source dropped from
82 elif missing == 'newer': # missing source means target is
/device/google/cuttlefish/tests/hal/
Dhal_implementation_test.cpp232 FQName missing; in TEST() local
233 ASSERT_TRUE(missing.setTo(package, major, maxMinor)); in TEST()
235 if (thoughtMissing.erase(missing.string()) > 0) continue; in TEST()
237 ADD_FAILURE() << "Missing implementation from " << missing.string(); in TEST()
241 for (const std::string& missing : thoughtMissing) { in TEST() local
243 << missing << std::endl; in TEST()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dcheck.py88 missing = []
91 missing.append(attr)
93 if missing:
94 self.warn("missing required meta-data: %s" % ', '.join(missing))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dmodulefinder.py510 missing, maybe = self.any_missing_maybe()
511 if missing:
514 for name in missing:
533 missing, maybe = self.any_missing_maybe()
534 return missing + maybe
545 missing = []
552 missing.append(name)
561 missing.append(name)
575 missing.append(name)
577 missing.append(name)
[all …]
Dgettext.py347 missing = object()
348 tmsg = self._catalog.get(message, missing)
349 if tmsg is missing:
361 missing = object()
362 tmsg = self._catalog.get(message, missing)
363 if tmsg is missing:
402 missing = object()
403 tmsg = self._catalog.get(message, missing)
404 if tmsg is missing:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmodulefinder.py508 missing, maybe = self.any_missing_maybe()
509 if missing:
512 for name in missing:
531 missing, maybe = self.any_missing_maybe()
532 return missing + maybe
543 missing = []
550 missing.append(name)
559 missing.append(name)
573 missing.append(name)
575 missing.append(name)
[all …]
Dgettext.py344 missing = object()
345 tmsg = self._catalog.get(message, missing)
346 if tmsg is missing:
358 missing = object()
359 tmsg = self._catalog.get(message, missing)
360 if tmsg is missing:
399 missing = object()
400 tmsg = self._catalog.get(message, missing)
401 if tmsg is missing:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pyclbr.py31 missing = (set(l1) ^ set(l2)) - set(ignore)
32 if missing:
34 self.fail("%r missing" % missing.pop())
Dtest_modulefinder.py228 import_this, modules, missing, maybe_missing, source = info
253 self.assertEqual(bad, missing)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_dep_util.py71 missing='ignore'))
74 missing='newer'))
/device/google/vrservices/vrcore/sepolicy/
Dseapp_contexts3 # A fallback in case vrcore is missing something critical that untrusted_app provides.
/device/generic/goldfish-opengl/system/gralloc/
DCMakeLists.txt9 …oc.goldfish PRIVATE "-fvisibility=default" "-Wno-unused-parameter" "-Wno-missing-field-initializer…
19 …lloc.ranchu PRIVATE "-fvisibility=default" "-Wno-unused-parameter" "-Wno-missing-field-initializer…
/device/generic/goldfish-opengl/android-emu/
DAndroid.bp31 "-Wno-missing-field-initializers",
/device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
DEnquire.c712 Void missing ARGS((char *s));
1449 missing(char *s)
1588 missing("CHAR_BIT");
1593 missing("CHAR_MAX");
1598 missing("CHAR_MIN");
1603 missing("SCHAR_MAX");
1608 missing("SCHAR_MIN");
1613 missing("UCHAR_MAX");
1618 missing("SHRT_MAX");
1623 missing("SHRT_MIN");
[all …]
/device/google/cuttlefish/guest/hals/gps/
DAndroid.bp30 "-Wno-missing-field-initializers",
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
Dfreeze.py378 missing = mf.any_missing()
379 if missing:
380 sys.exit("There are some missing modules: %r" % missing)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_renamed.py928 missing = []
930 unless(self._au.get_param('foo', failobj=missing,
931 header='content-disposition') is missing)
933 unless(self._au.get_param('foobar', missing) is missing)
934 unless(self._au.get_param('attachment', missing,
935 header='foobar') is missing)
971 missing = []
973 unless(self._im.get_param('foo', failobj=missing,
974 header='content-disposition') is missing)
976 unless(self._im.get_param('foobar', missing) is missing)
[all …]
Dtest_email.py991 missing = []
993 unless(self._au.get_param('foo', failobj=missing,
994 header='content-disposition') is missing)
996 unless(self._au.get_param('foobar', missing) is missing)
997 unless(self._au.get_param('attachment', missing,
998 header='foobar') is missing)
1034 missing = []
1036 unless(self._im.get_param('foo', failobj=missing,
1037 header='content-disposition') is missing)
1039 unless(self._im.get_param('foobar', missing) is missing)
[all …]
/device/linaro/bootloader/edk2/BaseTools/
Dtoolsetup.bat207 echo Error: target.template is missing at folder %EDK_TOOLS_PATH%\Conf\
218 echo Error: tools_def.template is missing at folder %EDK_TOOLS_PATH%\Conf\
229 echo Error: build_rule.template is missing at folder %EDK_TOOLS_PATH%\Conf\
283 …echo !!! ERROR !!! Binary C tools are missing. They are requried to be built from BaseTools Source.
312 … echo !!! ERROR !!! Binary python tools are missing. PYTHON_HOME environment variable is not set.
/device/google/crosshatch/json-c/
DMakefile.am51 …Makefile.in aclocal.m4 autom4te.cache/ config.guess config.sub depcomp install-sh ltmain.sh missing
/device/google/coral/json-c/
DMakefile.am51 …Makefile.in aclocal.m4 autom4te.cache/ config.guess config.sub depcomp install-sh ltmain.sh missing
/device/google/sunfish/json-c/
DMakefile.am51 …Makefile.in aclocal.m4 autom4te.cache/ config.guess config.sub depcomp install-sh ltmain.sh missing
/device/google/bonito/json-c/
DMakefile.am51 …Makefile.in aclocal.m4 autom4te.cache/ config.guess config.sub depcomp install-sh ltmain.sh missing

123