Searched refs:character (Results 1 – 25 of 75) sorted by relevance
123
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/importlib/ |
D | __init__.py | 32 for character in name: 33 if character != '.':
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/importlib/ |
D | __init__.py | 32 for character in name: 33 if character != '.':
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/ |
D | ScanMem.asm | 59 ; r2 = character to look for 60 ; returns r0 = pointer to character or NULL if not found 100 and r2, r2, #0xff ; Get r2 back to a single character from the expansion above 131 tst r5, #CHARTSTMASK(0) ; 1st character 134 tst r5, #CHARTSTMASK(1) ; 2nd character 137 tsteq r5, #(3 << 15) ; 2nd & 3rd character
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
D | dlg1.txt | 26 characters into the same character classes. It is sug- 35 is produced. A character is only obtained when 38 require look ahead at the next character to determine 41 another character of look ahead. 62 the same character sequence. The warnings give the
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ |
D | README.txt | 12 the type used to hold a character (char or Py_UNICODE) 30 returns the pointer to the character data for the given string
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ |
D | README.txt | 12 the type used to hold a character (char or Py_UNICODE) 30 returns the pointer to the character data for the given string
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | README | 8 The characteristics of this library is that different character encoding 11 Supported character encodings: 117 regenc.h character encodings framework header file. 121 regenc.c character encodings framework. 139 enc/mktable.c character type table generator.
|
/device/linaro/bootloader/arm-trusted-firmware/lib/semihosting/ |
D | semihosting.c | 138 void semihosting_write_char(char character) in semihosting_write_char() argument 140 semihosting_call(SEMIHOSTING_SYS_WRITEC, (void *) &character); in semihosting_write_char()
|
/device/linaro/bootloader/edk2/BaseTools/Conf/ |
D | target.template | 15 # Separate multiple LIST entries with a SINGLE SPACE character, do not use comma characters. 29 # UserDefined; separated by a space character. 59 # used for the build. The list uses space character se…
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/ |
D | semihosting.h | 54 void semihosting_write_char(char character);
|
/device/sample/sdk_addon/ |
D | manifest.ini | 9 # any special characters. Also, the character ':' is forbidden. 10 # Mandatory character set: a-z A-Z 0-9 _.-
|
/device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/ |
D | TlsAuthConfigDxeStrings.uni | 33 #string STR_TLS_AUTH_CONFIG_CERT_GUID_HELP #language en-US "Input digit character in 1111…
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | Stdio.inf | 78 # Wide character functions
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | config.ini | 106 # Check whether C File header Comment's each reference at list should begin with a bullet character… 182 # 1. First character should be upper case 192 # Check whether NO use short variable name with single character
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
D | README | 51 is shown as a full width character, mapping to U+FF3C can make
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
D | README | 51 is shown as a full width character, mapping to U+FF3C can make
|
/device/linaro/bootloader/edk2/ArmVirtPkg/ |
D | ArmVirtQemu.fdf | 46 # the pipe "|" character, followed by the size of the region, also in hex with the leading
|
D | ArmVirtQemuKernel.fdf | 46 # the pipe "|" character, followed by the size of the region, also in hex with the leading
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/ |
D | PythonReadMe.txt | 148 to escape the '#' character so that the Shell doesn't interpret it as 149 the start of a comment. The escape character is '^'.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | Py2710ReadMe.txt | 170 to escape the '#' character so that the Shell doesn't interpret it as 171 the start of a comment. The escape character is '^'.
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/ |
D | OpalHiiFormStrings.uni | 90 #string STR_REVERT_HELP #language en-US "PSID is a 32 character case sensit…
|
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ |
D | SecureBootConfigStrings.uni | 33 #string STR_SECURE_BOOT_SIGNATURE_GUID_HELP #language en-US "Input digit character in 11111111-2222…
|
/device/google/contexthub/firmware/ |
D | CodingStandard.txt | 6 That being said, this is not an endorsement of 500-character lines. Be reasonable.
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/ |
D | UefiShellLevel1CommandsLib.uni | 115 " kept. %indexvar is any alphabet character from 'a' to 'z' or 'A' to 'Z',\r\n" 295 " redirection, the expressions use common two character (FORTRAN)\r\n" 314 " (as defined below) and in case sensitive character sort\r\n" 404 " # assumes "input y" stores a character of user input into variable y\r\n"
|
/device/linaro/bootloader/edk2/ShellPkg/ |
D | ShellPkg.dec | 98 ## This is the character count for allocation for consistent mappings
|
123