Home
last modified time | relevance | path

Searched refs:special (Results 1 – 25 of 119) sorted by relevance

12345

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
Dslots.py4 def __init__(self, name, cast=None, special=None, default="0"): argument
7 self.special = special
Dbases.py158 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/
Dtest_long.py28 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 …]
Dcmath_testcases.txt189 -- 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 …]
Dmath_testcases.txt173 -- special values
278 -- special values
377 -- special values
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_dict.py68 special = not tail and self.in_special_context(node, isiter)
75 if not (special or isview):
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/
DDxeIpl.uni4 // 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…
DDxeIpl.inf4 # This module produces a special PPI named the DXE Initial Program Load (IPL)
/device/linaro/bootloader/edk2/ShellPkg/Application/ShellCTestApp/
DTestArgv.nsh22 # '^' 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/
DREADME1 Examples of classes that implement special operators (see reference manual):
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_name.c73 static int special(int);
120 if (special(c)) { in ns_name_ntop()
539 special(int ch) { in special() function
/device/linaro/hikey/uefi-tools/
Dedk2-platforms.config51 # - 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
Dplatforms.config54 # - 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/
DMicrocodeCapsuleTxt.fdf27 CAPSULE_GUID = 6dcbd5ed-e82d-4c44-bda1-7194199ad92a # FMP special Guid (do not chang…
/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeCapsulePdb/
DMicrocodeCapsulePdb.fdf27 CAPSULE_GUID = 6dcbd5ed-e82d-4c44-bda1-7194199ad92a # FMP special Guid (do not chang…
/device/linaro/hikey/installer/hikey/
DREADME18 3-4 causes the HiKey SoC internal ROM to start up in at a special
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/UserManuals/
DGenCfgOptUserManual.md66 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/
DI2CHw.h98 UINT32 special : 1 ; member
/device/sample/sdk_addon/
Dmanifest.ini9 # any special characters. Also, the character ':' is forbidden.
/device/linaro/hikey/hikey/
DREADME19 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/
Dmeta-vladimir.txt67 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/
Dast.txt3 # The descriptions use the following special notation to describe
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistsort.txt46 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/
Dinit.mini-emulator.rc80 # -Q is a special logcat option that forces the
/device/generic/mini-emulator-armv7-a-neon/
Dinit.mini-emulator.rc80 # -Q is a special logcat option that forces the

12345