Home
last modified time | relevance | path

Searched refs:character (Results 1 – 25 of 76) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/importlib/
D__init__.py32 for character in name:
33 if character != '.':
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/importlib/
D__init__.py32 for character in name:
33 if character != '.':
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/
DScanMem.asm59 ; 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/
Ddlg1.txt26 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.2/Objects/stringlib/
DREADME.txt12 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.10/Objects/stringlib/
DREADME.txt12 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/
DREADME8 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/
Dsemihosting.c138 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/
Dtarget.template15 # 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/
Dsemihosting.h54 void semihosting_write_char(char character);
/device/sample/sdk_addon/
Dmanifest.ini9 # any special characters. Also, the character ':' is forbidden.
10 # Mandatory character set: a-z A-Z 0-9 _.-
/device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
DTlsAuthConfigDxeStrings.uni33 #string STR_TLS_AUTH_CONFIG_CERT_GUID_HELP #language en-US "Input digit character in 1111…
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Dconfig.ini106 # 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/StdLib/LibC/Stdio/
DStdio.inf78 # Wide character functions
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
DREADME51 is shown as a full width character, mapping to U+FF3C can make
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
DREADME51 is shown as a full width character, mapping to U+FF3C can make
/device/linaro/bootloader/edk2/ArmVirtPkg/
DArmVirtQemu.fdf46 # the pipe "|" character, followed by the size of the region, also in hex with the leading
DArmVirtQemuKernel.fdf46 # the pipe "|" character, followed by the size of the region, also in hex with the leading
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/
DPythonReadMe.txt148 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/
DPy2710ReadMe.txt170 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/
DOpalHiiFormStrings.uni90 #string STR_REVERT_HELP #language en-US "PSID is a 32 character case sensit…
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigStrings.uni33 #string STR_SECURE_BOOT_SIGNATURE_GUID_HELP #language en-US "Input digit character in 11111111-2222…
/device/google/contexthub/firmware/
DCodingStandard.txt6 That being said, this is not an endorsement of 500-character lines. Be reasonable.
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DUefiShellLevel1CommandsLib.uni115 " 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/
DShellPkg.dec98 ## This is the character count for allocation for consistent mappings

1234