/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/ |
D | Strings.uni | 21 #string STR_PERFORM_MEM_TEST #language en-US "Perform memory test (ESC to skip)" 22 … #language fr-FR "Exécute l'examen de mémoire (ESC pour sauter)" 25 #string STR_ESC_TO_SKIP_MEM_TEST #language en-US "Press ESC key to skip memory test" 26 #language fr-FR "Appuie sur ESC sauter examen de mémoire"
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/ |
D | TerminalConOut.c | 82 CHAR16 mSetModeString[] = { ESC, '[', '=', '3', 'h', 0 }; 83 CHAR16 mSetAttributeString[] = { ESC, '[', '0', 'm', ESC, '[', '4', '0', 'm', ESC, '[', '4', … 84 CHAR16 mClearScreenString[] = { ESC, '[', '2', 'J', 0 }; 85 CHAR16 mSetCursorPositionString[] = { ESC, '[', '0', '0', ';', '0', '0', 'H', 0 }; 86 CHAR16 mCursorForwardString[] = { ESC, '[', '0', '0', 'C', 0 }; 87 CHAR16 mCursorBackwardString[] = { ESC, '[', '0', '0', 'D', 0 };
|
D | Terminal.h | 155 #define ESC 27 macro
|
D | TerminalConIn.c | 1831 if (UnicodeChar == ESC) { in UnicodeToEfiKey()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
D | Strings.uni | 41 #string STR_PERFORM_MEM_TEST #language en-US "Perform memory test (ESC to skip)" 42 … #language fr-FR "Exécute l'examen de mémoire (ESC pour sauter)" 45 #string STR_ESC_TO_SKIP_MEM_TEST #language en-US "Press ESC key to skip memory test" 46 #language fr-FR "Appuie sur ESC sauter examen de mémoire"
|
/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/ |
D | BootManagerMenuStrings.uni | 28 #string STR_BOOT_POPUP_MENU_HELP3_STRING #language en-US "ESC to exit" 29 #language fr-FR "ESC to exit"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
D | _codecs_iso2022.c | 35 #define ESC 0x1B macro 149 WRITE3(ESC, '(', 'B') in ENCODER_RESET() 166 WRITE3(ESC, '(', 'B') in ENCODER() 230 WRITE3(ESC, '(', ESCMARK(dsg->mark)) in ENCODER() 235 WRITE3(ESC, '$', ESCMARK(dsg->mark)) in ENCODER() 240 WRITE4(ESC, '$', '(', in ENCODER() 250 WRITE3(ESC, ')', ESCMARK(dsg->mark)) in ENCODER() 255 WRITE4(ESC, '$', ')', in ENCODER() 350 (*inbuf)[3] == ESC && (*inbuf)[4] == '$' && in iso2022processesc() 441 case ESC: in DECODER() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
D | _codecs_iso2022.c | 35 #define ESC 0x1B macro 149 WRITE3(ESC, '(', 'B') in ENCODER_RESET() 166 WRITE3(ESC, '(', 'B') in ENCODER() 230 WRITE3(ESC, '(', ESCMARK(dsg->mark)) in ENCODER() 235 WRITE3(ESC, '$', ESCMARK(dsg->mark)) in ENCODER() 240 WRITE4(ESC, '$', '(', in ENCODER() 250 WRITE3(ESC, ')', ESCMARK(dsg->mark)) in ENCODER() 255 WRITE4(ESC, '$', ')', in ENCODER() 350 (*inbuf)[3] == ESC && (*inbuf)[4] == '$' && in iso2022processesc() 441 case ESC: in DECODER() [all …]
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/ |
D | BootManagerStrings.uni | 23 … #language en-US "↑ and ↓ to change option, ENTER to select an option, ESC to exit" 24 … #language fr-FR "↑ pour ↓ changer l'option, ENTRER choisir une option, ESC pour sortir"
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiResourcesSampleDxe/ |
D | SampleStrings.uni | 41 #string STR_SAMPLE_ESC #language en-US "Press ESC to exit." 42 #language fr-FR "Press ESC to exit."
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_multibytecodec.py | 135 ESC = '\x1b' 136 self.assertEqual(decoder.decode(ESC + '('), u'') 138 self.assertEqual(decoder.decode(ESC + '$'), u'') 144 self.assertEqual(decoder.decode(ESC + '$'), u'')
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/ |
D | InventoryStrings.uni | 61 #string STR_INV_VERSION_TEXT12 #language en-US "Press ESC to exit." 62 #language fr-FR "Press ESC to exit."
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/ |
D | DeviceManagerStrings.uni | 43 #string STR_EXIT_STRING #language en-US "Press ESC to exit." 44 #language fr-FR "Press ESC to exit."
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/ |
D | BootManagerStrings.uni | 33 … #language fr-FR "<↑> pour <↓> changer l'option, <ENTRER> choisir une option, <ESC> pour sortir"
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/ |
D | DeviceManagerStrings.uni | 62 #string STR_EXIT_STRING #language en-US "Press ESC to exit." 63 #language fr-FR "Press ESC to exit."
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/ |
D | PhysicalPresenceStrings.uni | 22 #string TPM_REJECT_KEY #language en-US "to %s the TPM \nPress ESC to reject this …
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/ |
D | PhysicalPresenceStrings.uni | 22 #string TPM_REJECT_KEY #language en-US "to %s the TPM \nPress ESC to reject this … 53 #string TCG_STORAGE_REJECT_KEY #language en-US "to %s\nPress ESC to reject this c…
|
/device/generic/goldfish/input/ |
D | qwerty.kl | 111 # On an AT keyboard: ESC, F10
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/ |
D | CustomizedDisplayLib.uni | 62 … #language en-US "Press 'Y' to save and exit, 'N' to discard and exit, 'ESC' to cancel."
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/ |
D | FormDisplayStr.uni | 100 #string CONFIRM_OPTION #language en-US "Press 'Y' to confirm, 'N'/'ESC' to ignore." 101 #language fr-FR "Press 'Y' to confirm, 'N'/'ESC' to ignore."
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/ |
D | BuildAndIntegrationInstructions.txt | 79 5. Press ESC key to exit the Coreboot configuration surface. If there is a question prompted like "…
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/ |
D | PhysicalPresenceStrings.uni | 24 #string TPM_REJECT_KEY #language en-US "to %s the TPM \nPress ESC to reject this …
|