HomeSort by relevance Sort by last modified time
    Searched refs:InputKey (Results 1 - 8 of 8) sorted by null

  /external/libcxx/test/support/
poisoned_hash_helper.hpp 25 template <class Hash, class Key, class InputKey = Key>
26 void test_hash_enabled(InputKey const& key = InputKey{});
28 template <class T, class InputKey = T>
29 void test_hash_enabled_for_type(InputKey const& key = InputKey{}) {
30 return test_hash_enabled<std::hash<T>, T, InputKey>(key);
130 template <class Hash, class Key, class InputKey>
131 void test_hash_enabled(InputKey const& key) {
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/
DxeTrEEPhysicalPresenceLib.c 173 UINT16 InputKey;
175 InputKey = 0;
181 InputKey = Key.ScanCode;
184 InputKey = Key.ScanCode;
187 InputKey = Key.ScanCode;
190 } while (InputKey == 0);
192 if (InputKey != SCAN_ESC) {
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcBoot.c 73 EFI_INPUT_KEY InputKey;
193 if (gST->ConIn->ReadKeyStroke (gST->ConIn, &InputKey) == EFI_NOT_READY) {
201 if (InputKey.ScanCode == 0) {
203 switch (InputKey.UnicodeChar) {
221 switch (InputKey.ScanCode) {
278 EFI_INPUT_KEY InputKey;
363 while (gST->ConIn->ReadKeyStroke (gST->ConIn, &InputKey) == EFI_NOT_READY) {
367 if (InputKey.ScanCode == 0) {
368 switch (InputKey.UnicodeChar) {
370 InputKey.ScanCode = SCAN_ESC;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Main.c 326 EFI_INPUT_KEY InputKey;
338 EblGetCharKey (&InputKey, 0, NULL);
343 if (InputKey.UnicodeChar == 'Q' || InputKey.UnicodeChar == 'q') {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcDhcp.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
Hotkey.c 321 EFI_INPUT_KEY *InputKey;
361 InputKey = (EFI_INPUT_KEY *) (((UINT8 *) KeyOption) + sizeof (EFI_KEY_OPTION));
370 KeyData->Key.ScanCode = InputKey[Index].ScanCode;
371 KeyData->Key.UnicodeChar = InputKey[Index].UnicodeChar;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DxeTcg2PhysicalPresenceLib.c 375 UINT16 InputKey;
377 InputKey = 0;
383 InputKey = Key.ScanCode;
386 InputKey = Key.ScanCode;
389 InputKey = Key.ScanCode;
392 } while (InputKey == 0);
394 if (InputKey != SCAN_ESC) {
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
DxeTcgPhysicalPresenceLib.c 453 UINT16 InputKey;
456 InputKey = 0;
469 InputKey = Key.ScanCode;
472 InputKey = Key.ScanCode;
475 InputKey = Key.ScanCode;
477 } while (InputKey == 0);
479 if (InputKey != SCAN_ESC) {
    [all...]

Completed in 362 milliseconds