/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/ |
D | slots.py | 4 def __init__(self, name, cast=None, special=None, default="0"): argument 7 self.special = special
|
D | bases.py | 158 if s.special is not None: 159 meth = self.__methods.get(s.special)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_long.py | 28 special = map(long, [0, 1, 2, BASE, BASE >> 1]) variable 29 special.append(0x5555555555555555L) 30 special.append(0xaaaaaaaaaaaaaaaaL) 34 special.append(p2 - 1) 38 special = special + map(lambda x: ~x, special) + \ variable 39 map(lambda x: -x, special) 256 for x in special: 301 for x in special: 623 special = [0, 1, 2, 3, sys.maxint-1, sys.maxint, sys.maxint+1] 625 special.extend([sqrt-1, sqrt, sqrt+1]) [all …]
|
D | cmath_testcases.txt | 189 -- special values 361 -- special values 519 -- special values 691 -- special values 850 -- special values 1027 -- special values 1199 -- special values 1367 -- special values 1515 -- special values 1617 -- special values [all …]
|
D | math_testcases.txt | 173 -- special values 278 -- special values 377 -- special values
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
D | fix_dict.py | 68 special = not tail and self.in_special_context(node, isiter) 75 if not (special or isview):
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/ |
D | DxeIpl.uni | 4 // This module produces a special PPI named the DXE Initial Program Load (IPL) 23 #string STR_MODULE_DESCRIPTION #language en-US "This module produces a special PPI named t…
|
D | DxeIpl.inf | 4 # This module produces a special PPI named the DXE Initial Program Load (IPL)
|
/device/linaro/bootloader/edk2/ShellPkg/Application/ShellCTestApp/ |
D | TestArgv.nsh | 22 # '^' should escape all special characters (including space) 23 # but has no impact to non-special characters
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/ |
D | README | 1 Examples of classes that implement special operators (see reference manual):
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | ns_name.c | 73 static int special(int); 120 if (special(c)) { in ns_name_ntop() 539 special(int ch) { in special() function
|
/device/linaro/hikey/uefi-tools/ |
D | edk2-platforms.config | 51 # - BUILDFLAGS Any special flags you want to pass to the build command. 52 # - ATF_BUILDFLAGS Any special flags you want to pass to the ARM Trusted 54 # - TOS_BUILDFLAGS Any special flags you want to pass to the Trusted OS
|
D | platforms.config | 54 # - BUILDFLAGS Any special flags you want to pass to the build command. 55 # - ATF_BUILDFLAGS Any special flags you want to pass to the ARM Trusted 57 # - TOS_BUILDFLAGS Any special flags you want to pass to the Trusted OS
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeCapsuleTxt/ |
D | MicrocodeCapsuleTxt.fdf | 27 CAPSULE_GUID = 6dcbd5ed-e82d-4c44-bda1-7194199ad92a # FMP special Guid (do not chang…
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeCapsulePdb/ |
D | MicrocodeCapsulePdb.fdf | 27 CAPSULE_GUID = 6dcbd5ed-e82d-4c44-bda1-7194199ad92a # FMP special Guid (do not chang…
|
/device/linaro/hikey/installer/hikey/ |
D | README | 18 3-4 causes the HiKey SoC internal ROM to start up in at a special
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/UserManuals/ |
D | GenCfgOptUserManual.md | 66 the special keywords ```!EXPORT EXTERNAL_BOOTLOADER_STRUCT_BEGIN``` and 70 the FspUpd.h header file is in special commands that appear in the comments of 71 the DSC file. The special commands begin with ```!HDR```, for header. The 130 file. It does this by parsing special commands found in the comments of the DSC 215 There is a special **None** type that puts the variable in the **StructDef**
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/I2CLib/ |
D | I2CHw.h | 98 UINT32 special : 1 ; member
|
/device/sample/sdk_addon/ |
D | manifest.ini | 9 # any special characters. Also, the character ':' is forbidden.
|
/device/linaro/hikey/hikey/ |
D | README | 19 Select special bootloader mode by linking J15 1-2 and 3-4 pins
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/ |
D | meta-vladimir.txt | 67 Instance objects have one more special property, indicating the class 100 Classes define one special property, indicating whether a class 200 Class objects have one more special property, indicating the meta-class 233 Meta-classes define one special property, indicating whether a
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ |
D | ast.txt | 3 # The descriptions use the following special notation to describe
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | listsort.txt | 46 cases samplesort was special-casing the snot out of. I believe that lists 48 strongest argument in favor of timsort (indeed, samplesort's special cases 51 someone has suggested "and it would be cool if list.sort() had a special 67 First the trivial cases, trivial for samplesort because it special-cased 146 not of the specific kinds samplesort special-cases. Note that structure 151 +sort: samplesort special-cases this data, and does a few less compares 155 (for it) special case. 157 ~sort: samplesort's special cases for large masses of equal elements are 672 samplesort special-casing at most one ascending run at the start, then 675 [2, 1]. Gratifyingly, timsort doesn't do any special-casing, so had to be
|
/device/generic/mini-emulator-arm64/ |
D | init.mini-emulator.rc | 80 # -Q is a special logcat option that forces the
|
/device/generic/mini-emulator-armv7-a-neon/ |
D | init.mini-emulator.rc | 80 # -Q is a special logcat option that forces the
|