Home
last modified time | relevance | path

Searched refs:maybe (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmodulefinder.py508 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
Dtokenize.py46 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)
Dpydoc.py721 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/
Dmodulefinder.py510 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
Dtokenize.py47 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/
Dtest_modulefinder.py252 bad, maybe = mf.any_missing_maybe()
254 self.assertEqual(maybe, maybe_missing)
Dtest_sort.py31 maybe = raw[i]
32 if good is not maybe:
34 print "out of order at index", i, good, maybe
/device/google/marlin/sepolicy/
Dhal_graphics_composer_default.te22 # 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/
Dtokenize.py50 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/PyMod-2.7.2/Lib/
Dpydoc.py721 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/PyMod-2.7.10/Lib/
Dpydoc.py772 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/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
DPlatform.asl31 // GpioInt() descriptors maybe used in this file and included .asi files.
/device/linaro/bootloader/edk2/
DMaintainers.txt22 Orphan: No current maintainer [but maybe you could take the
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
Drescale.decTest491 -- check bounds (lhs maybe out of range for destination, etc.)
Dquantize.decTest608 -- check bounds (lhs maybe out of range for destination, etc.)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/
DCommon.dsc472 # volume FFS file. This FFS file maybe contain one pad section for alignment requirement.