Home
last modified time | relevance | path

Searched refs:numbers (Results 1 – 25 of 65) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dfixer_base.py31 numbers = itertools.count(1) # For new_name() variable in BaseFix
115 name = template + unicode(self.numbers.next())
159 self.numbers = itertools.count(1)
/device/linaro/bootloader/edk2/MdePkg/Library/BaseRngLib/
DBaseRngLib.uni5 // high-quality random numbers.
21 …US "BaseRng Library that uses CPU RdRand instruction access to provide high-quality random numbers"
DBaseRngLib.inf5 # high-quality random numbers.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dfractions.py9 import numbers
15 Rational = numbers.Rational
175 if isinstance(f, numbers.Integral):
188 if isinstance(dec, numbers.Integral):
376 elif isinstance(a, numbers.Real):
378 elif isinstance(a, numbers.Complex):
532 if isinstance(b, numbers.Complex) and b.imag == 0:
Dftplib.py798 numbers = m.groups()
799 host = '.'.join(numbers[:4])
800 port = (int(numbers[4]) << 8) + int(numbers[5])
Dpdb.doc95 With a space separated list of breakpoint numbers, clear those
101 breakpoint numbers. Disabling a breakpoint means it cannot
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
DREADME7 fact.py Factorize numbers
18 primes.py Print prime numbers
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosMeasurementDxe/
DSmbiosMeasurementDxe.inf8 # asset numbers or serial numbers, MUST NOT be measured into PCR [1],
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DREADME3 Complex.py Complex numbers
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
Dprotocols3 # Updated from http://www.iana.org/assignments/protocol-numbers and other
7 # If you need a huge list of used numbers please install the nmap package.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
DREADME73 numbers are used, the server should handle duplicate requests, so its
113 comma- separated numbers. The security system at the moment makes no
115 key file exists and contains the same numbers at both ends for this to
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_abstract_numbers.py5 from numbers import Complex, Real, Rational, Integral
Dtokenize_tests.txt56 # Floating-point numbers
/device/linaro/bootloader/edk2/SecurityPkg/RandomNumberGenerator/RngDxe/
DRngDxe.uni5 // Number Generator protocol, which is used to provide high-quality random numbers
DRngDxe.inf5 # Number Generator protocol, which is used to provide high-quality random numbers
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/
DSourceLevelDebugPkg.dec75 ## The mask of exception numbers whose handlers would be ignored and cannot be replaced or
77 # @Prompt Configure exception numbers not to be hooked by Debug Agent.
DSourceLevelDebugPkg.uni57 …ExceptionsIgnoredByDebugger_PROMPT #language en-US "Configure exception numbers not to be hooked …
59 …ExceptionsIgnoredByDebugger_HELP #language en-US "The mask of exception numbers whose handlers wo…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlnotab_notes.txt18 Instead of storing these numbers literally, we compress the list by storing only
52 The above is sufficient to reconstruct line numbers for tracebacks, but not for
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlnotab_notes.txt18 Instead of storing these numbers literally, we compress the list by storing only
52 The above is sufficient to reconstruct line numbers for tracebacks, but not for
/device/linaro/bootloader/edk2/StdLib/
DISSUES.txt41 On error, applications will sometimes return large positive numbers.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/
DREADME14 numbers and tells the user about new versions of packages available.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/world/
DREADME60 codes and numbers, which are also provided in the standard format
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Ddlg1.txt63 numbers of the expressions in the dlg lexical specifi-
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/
DArmVExpressPkg.dec44 # For a list of mode numbers look in LcdArmVExpress.c
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
DPciHostBridge.asi18 …WORDBusNumber( //Bus number resource (0); the bridge produces bus numbers for its subse…

123