/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_argparse.py | 65 class NS(object): class 267 ('', NS(x=None)), 268 ('-x a', NS(x='a')), 269 ('-xa', NS(x='a')), 270 ('-x -1', NS(x='-1')), 271 ('-x-1', NS(x='-1')), 286 ('', NS(x=False, yyy=None, z=None)), 287 ('-x', NS(x=True, yyy=None, z=None)), 288 ('-za', NS(x=False, yyy=None, z='a')), 289 ('-z a', NS(x=False, yyy=None, z='a')), [all …]
|
D | test_complex.py | 225 class NS(object): class 229 self.assertEqual(complex(NS(1+10j)), 1+10j) 231 self.assertRaises(TypeError, complex, NS(None))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/ |
D | xmltok_ns.c | 9 NS(XmlGetUtf8InternalEncoding)(void) in NS() function 15 NS(XmlGetUtf16InternalEncoding)(void) in NS() function 29 static const ENCODING * const NS(encodings)[] = { 40 NS(initScanProlog)(const ENCODING *enc, const char *ptr, const char *end, in NS() function 43 return initScan(NS(encodings), (const INIT_ENCODING *)enc, in NS() 48 NS(initScanContent)(const ENCODING *enc, const char *ptr, const char *end, in NS() function 51 return initScan(NS(encodings), (const INIT_ENCODING *)enc, in NS() 56 NS(XmlInitEncoding)(INIT_ENCODING *p, const ENCODING **encPtr, in NS() function 63 p->initEnc.scanners[XML_PROLOG_STATE] = NS(initScanProlog); in NS() 64 p->initEnc.scanners[XML_CONTENT_STATE] = NS(initScanContent); in NS() [all …]
|
D | xmltok.c | 1619 #define NS(x) x macro 1624 #undef NS 1629 #define NS(x) x ## NS macro 1636 #undef NS
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ |
D | xmltok_ns.c | 2 NS(XmlGetUtf8InternalEncoding)(void) in NS() function 8 NS(XmlGetUtf16InternalEncoding)(void) in NS() function 22 static const ENCODING * const NS(encodings)[] = { 33 NS(initScanProlog)(const ENCODING *enc, const char *ptr, const char *end, in NS() function 36 return initScan(NS(encodings), (const INIT_ENCODING *)enc, in NS() 41 NS(initScanContent)(const ENCODING *enc, const char *ptr, const char *end, in NS() function 44 return initScan(NS(encodings), (const INIT_ENCODING *)enc, in NS() 49 NS(XmlInitEncoding)(INIT_ENCODING *p, const ENCODING **encPtr, in NS() function 56 p->initEnc.scanners[XML_PROLOG_STATE] = NS(initScanProlog); in NS() 57 p->initEnc.scanners[XML_CONTENT_STATE] = NS(initScanContent); in NS() [all …]
|
D | xmltok.c | 1611 #define NS(x) x macro 1614 #undef NS 1619 #define NS(x) x ## NS macro 1624 #undef NS
|
/device/linaro/bootloader/edk2/ArmPkg/ |
D | ArmPkg.dec | 155 # - BIT0 : NS - Non Secure bit 165 # 0x31 = NS | EA | FW 195 # - BIT0 : NS - Non Secure bit 209 # 0x501 = NS | HCE | RW 214 # NS EL2 SP2 all interrupts disabled = 0x3c9 215 # NS EL1 SP1 all interrupts disabled = 0x3c5
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/xlat_tables/ |
D | xlat_tables_defs.h | 130 #define NS (U(0x1) << 3) macro
|
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/ |
D | protocols | 22 xns-idp 22 XNS-IDP # Xerox NS IDP
|
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables/ |
D | xlat_tables_common.c | 195 desc |= (attr & MT_NS) ? LOWER_ATTRS(NS) : 0; in mmap_desc()
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/ |
D | DebugCommunicationLibUsb3Internal.h | 280 UINT32 NS:1; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/ |
D | XhciSched.h | 230 UINT32 NS:1; member 282 UINT32 NS:1; member
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | arm-sip-service.rst | 35 Exception Level (either EL2, or NS EL1 if EL2 isn't implemented) to request to
|
D | porting-guide.rst | 291 Firmware Update (FWU) certificate identifier, used by NS\_BL1U to load the 327 If the Non-Secure Firmware Updater ROM, NS\_BL1U is used, the following must 330 - **#define : NS\_BL1U\_BASE** 332 Defines the base address in non-secure ROM where NS\_BL1U executes. 336 - **#define : NS\_BL1U\_IMAGE\_ID** 338 NS\_BL1U image identifier, used by BL1 to fetch an image descriptor 339 corresponding to NS\_BL1U. 341 If the Non-Secure Firmware Updater, NS\_BL2U is used, the following must also 344 - **#define : NS\_BL2U\_BASE** 346 Defines the base address in non-secure memory where NS\_BL2U executes. [all …]
|
D | user-guide.rst | 456 - ``NS_BL2U``: Path to NS\_BL2U image in the host file system. This image is 1037 - NS\_BL2U. The AP non-secure Firmware Updater image. 1059 Note: Building and installing the non-secure and SCP FWU images (NS\_BL1U, 1060 NS\_BL2U and SCP\_BL2U) is outside the scope of this document. 1214 that have to be loaded, the Non-Secure FWU ROM (NS-BL1U), and the
|
D | psci-lib-integration-guide.rst | 161 for AArch32 and in EL3 for AArch64. The NS bit in SCR (in AArch32) or SCR\_EL3
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/ |
D | XhciSched.h | 234 UINT32 NS:1; member 286 UINT32 NS:1; member
|
/device/linaro/bootloader/arm-trusted-firmware/docs/plat/ |
D | nvidia-tegra.rst | 73 memory controller driver programs this base/size in order to restrict NS
|
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/ |
D | xlat_tables_internal.c | 140 desc |= (attr & MT_NS) ? LOWER_ATTRS(NS) : 0; in xlat_desc() 1081 tf_printf(LOWER_ATTRS(NS) & desc ? "-NS" : "-S"); in xlat_desc_print()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/ |
D | ArmVExpress-FVP-AArch64.dsc | 122 ## Trustzone enable (to make the transition from EL3 to NS EL2 in ArmPlatformPkg/Sec)
|
/device/google/coral/audio/acdbdata/OEM/sm8150-iaxxx-coral-snd-card/ |
D | workspaceFile.qwsp | 1 …F9PAELIraZb6s04bwYUqaJRJuglimhmIgQoNL0y71WW/1OfGBZSA2EkBG1seUnvLfS+0SNwne4/NS+ywc/S/AcTnreYwNsssZe…
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Binary/ |
D | mcuimage.bin | 14 w NS��� 24 w NS��CC
|
/device/linaro/hikey/hifi/firmware/ |
D | hifi-hikey960.img | 70 …�Q�b��Q�qbv�Q�QbR�1b�BRUbiR�a��R��a�R(�a;�R��a�Soa�(SsNa�NS�-auS
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/ |
D | xa_hikey.img | 68 …�Q�b��Q�qbv�Q�QbR�1b�BRUbiR�a��R��a�R(�a;�R��a�Soa�(SsNa�NS�-auS
|