/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
D | message.py | 321 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/ |
D | util.py | 30 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/ |
D | dep_util.py | 51 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/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | check.py | 88 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.2/Lib/ |
D | modulefinder.py | 508 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 …]
|
D | gettext.py | 344 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:
|
D | trace.py | 692 missing = 0 743 missing = 1 795 results.write_results(missing, summary=summary, coverdir=coverdir) 824 results.write_results(missing, summary=summary, coverdir=coverdir)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | modulefinder.py | 510 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 …]
|
D | gettext.py | 347 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/test/ |
D | test_pyclbr.py | 31 missing = (set(l1) ^ set(l2)) - set(ignore) 32 if missing: 34 self.fail("%r missing" % missing.pop())
|
D | test_modulefinder.py | 228 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/ |
D | test_dep_util.py | 71 missing='ignore')) 74 missing='newer'))
|
/device/google/cuttlefish_common/guest/hals/gps/ |
D | Android.mk | 38 -Wall -Werror -Wno-missing-field-initializers \
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | CMakeLists.txt | 9 target_compile_options(gralloc.goldfish PRIVATE "-fvisibility=default" "-Wno-missing-field-initiali… 19 target_compile_options(gralloc.ranchu PRIVATE "-fvisibility=default" "-Wno-missing-field-initialize…
|
/device/google/vrservices/vrcore/sepolicy/ |
D | seapp_contexts | 3 # A fallback in case vrcore is missing something critical that untrusted_app provides.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/ |
D | Enquire.c | 712 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/generic/goldfish-opengl/android-emu/ |
D | CMakeLists.txt | 9 target_compile_options(androidemu PRIVATE "-fvisibility=default" "-Wno-missing-field-initializers" …
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
D | freeze.py | 378 missing = mf.any_missing() 379 if missing: 380 sys.exit("There are some missing modules: %r" % missing)
|
/device/generic/goldfish-opengl/system/vulkan/ |
D | CMakeLists.txt | 9 target_compile_options(vulkan.ranchu PRIVATE "-fvisibility=default" "-Wno-missing-field-initializer…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/ |
D | test_email_renamed.py | 928 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 …]
|
D | test_email.py | 991 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/generic/goldfish-opengl/system/vulkan_enc/ |
D | CMakeLists.txt | 9 target_compile_options(vulkan_enc PRIVATE "-fvisibility=default" "-Wno-missing-field-initializers" …
|
/device/linaro/bootloader/edk2/BaseTools/ |
D | toolsetup.bat | 207 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/bonito/json-c/ |
D | Makefile.am | 51 …Makefile.in aclocal.m4 autom4te.cache/ config.guess config.sub depcomp install-sh ltmain.sh missing
|
/device/google/crosshatch/json-c/ |
D | Makefile.am | 51 …Makefile.in aclocal.m4 autom4te.cache/ config.guess config.sub depcomp install-sh ltmain.sh missing
|