/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | modulefinder.py | 508 missing, maybe = self.any_missing_maybe() 517 if maybe: 521 for name in maybe: 531 missing, maybe = self.any_missing_maybe() 532 return missing + maybe 544 maybe = [] 566 maybe.append(name) 577 maybe.sort() 578 return missing, maybe
|
D | tokenize.py | 46 def maybe(*choices): return group(*choices) + '?' function 50 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment) 59 Pointfloat = group(r'\d+\.\d*', r'\.\d+') + maybe(Exponent)
|
D | pydoc.py | 721 def maybe(self): member in HTMLDoc.docclass.HorizontalRule 730 hr.maybe() 740 hr.maybe() 751 hr.maybe() 760 hr.maybe() 1152 def maybe(self): member in TextDoc.docclass.HorizontalRule 1161 hr.maybe() 1171 hr.maybe() 1180 hr.maybe()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | modulefinder.py | 510 missing, maybe = self.any_missing_maybe() 519 if maybe: 523 for name in maybe: 533 missing, maybe = self.any_missing_maybe() 534 return missing + maybe 546 maybe = [] 568 maybe.append(name) 579 maybe.sort() 580 return missing, maybe
|
D | tokenize.py | 47 def maybe(*choices): return group(*choices) + '?' function 51 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment) 60 Pointfloat = group(r'\d+\.\d*', r'\.\d+') + maybe(Exponent)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_modulefinder.py | 252 bad, maybe = mf.any_missing_maybe() 254 self.assertEqual(maybe, maybe_missing)
|
D | test_sort.py | 31 maybe = raw[i] 32 if good is not maybe: 34 print "out of order at index", i, good, maybe
|
/device/google/marlin/sepolicy/ |
D | hal_graphics_composer_default.te | 24 # Access /sys/devices/virtual/graphics/fb0/mdp/caps and maybe others
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
D | tokenize.py | 50 def maybe(*choices): return group(*choices) + '?' function 54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment) 63 Pointfloat = group(r'\d+\.\d*', r'\.\d+') + maybe(Exponent)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | pydoc.py | 772 def maybe(self): member in HTMLDoc.docclass.HorizontalRule 781 hr.maybe() 791 hr.maybe() 809 hr.maybe() 818 hr.maybe() 1215 def maybe(self): member in TextDoc.docclass.HorizontalRule 1224 hr.maybe() 1241 hr.maybe() 1250 hr.maybe()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
D | pydoc.py | 721 def maybe(self): member in HTMLDoc.docclass.HorizontalRule 730 hr.maybe() 740 hr.maybe() 751 hr.maybe() 760 hr.maybe() 1152 def maybe(self): member in TextDoc.docclass.HorizontalRule 1161 hr.maybe() 1171 hr.maybe() 1180 hr.maybe()
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/ |
D | AsmFuncs.nasm | 414 pop ebp ; restore ebp maybe updated 415 pop esp ; restore esp maybe updated
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/ |
D | Platform.asl | 31 // GpioInt() descriptors maybe used in this file and included .asi files.
|
/device/linaro/bootloader/edk2/ |
D | Maintainers.txt | 22 Orphan: No current maintainer [but maybe you could take the
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | rescale.decTest | 491 -- check bounds (lhs maybe out of range for destination, etc.)
|
D | quantize.decTest | 608 -- check bounds (lhs maybe out of range for destination, etc.)
|
/device/linaro/bootloader/edk2/MdeModulePkg/ |
D | MdeModulePkg.uni | 966 … "Add this PCD mainly consider the use case of simulator. This PCD maybe set to FALSE for\n" 974 … "Add this PCD mainly consider the use case of simulator. This PCD maybe set to FALSE for\n"
|
D | MdeModulePkg.dec | 754 # Add this PCD mainly consider the use case of simulator. This PCD maybe set to FALSE for 768 # Add this PCD mainly consider the use case of simulator. This PCD maybe set to FALSE for
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/ |
D | Common.dsc | 472 # volume FFS file. This FFS file maybe contain one pad section for alignment requirement.
|