HomeSort by relevance Sort by last modified time
    Searched refs:F5 (Results 1 - 25 of 35) sorted by null

1 2

  /external/openssl/crypto/ripemd/
rmd_locl.h 106 #define F5(x,y,z) ((x)^((y)|(~(z))))
115 #define F5(x,y,z) (((~(z)) | (y)) ^ (x))
147 a+=F5(b,c,d)+X(w)+K; \
  /external/webkit/WebCore/inspector/front-end/
KeyboardShortcut.js 65 F5: 116,
  /external/webkit/WebKit/chromium/src/mac/
WebInputEventFactory.mm 393 // VK_F5 (74) F5 key
620 // "F5"
622 return @"F5";
    [all...]
  /frameworks/base/awt/java/awt/
Event.java 123 * The Constant F5 indicates F5 key.
125 public static final int F5 = 1012;
  /external/v8/test/cctest/
test-assembler-ia32.cc 258 typedef double (*F5)(double x, double y);
296 F5 f = FUNCTION_CAST<F5>(code->entry());
  /external/qemu/
curses_keys.h 464 { "F5", 0x10d },
  /external/icu4c/data/sprep/
rfc3530cs.txt 47 05F5..060B; ; UNASSIGNED
250 13F5..1400; ; UNASSIGNED
rfc3530mixp.txt 48 05F5..060B; ; UNASSIGNED
251 13F5..1400; ; UNASSIGNED
rfc3920res.txt 48 05F5..060B; ; UNASSIGNED
251 13F5..1400; ; UNASSIGNED
rfc4011.txt 47 05F5..060B; ; UNASSIGNED
250 13F5..1400; ; UNASSIGNED
rfc4013.txt 48 05F5..060B; ; UNASSIGNED
251 13F5..1400; ; UNASSIGNED
rfc4505.txt 47 05F5..060B; ; UNASSIGNED
250 13F5..1400; ; UNASSIGNED
rfc3491.txt 48 05F5..060B; ; UNASSIGNED
251 13F5..1400; ; UNASSIGNED
507 00D5; 00F5; MAP
644 01F4; 01F5; MAP
738 03F5; 03B5; MAP
856 04F4; 04F5; MAP
    [all...]
rfc3530csci.txt 47 05F5..060B; ; UNASSIGNED
250 13F5..1400; ; UNASSIGNED
506 00D5; 00F5; MAP
643 01F4; 01F5; MAP
737 03F5; 03B5; MAP
855 04F4; 04F5; MAP
    [all...]
rfc3722.txt 48 05F5..060B; ; UNASSIGNED
251 13F5..1400; ; UNASSIGNED
507 00D5; 00F5; MAP
644 01F4; 01F5; MAP
738 03F5; 03B5; MAP
856 04F4; 04F5; MAP
    [all...]
rfc3920node.txt 48 05F5..060B; ; UNASSIGNED
251 13F5..1400; ; UNASSIGNED
507 00D5; 00F5; MAP
644 01F4; 01F5; MAP
738 03F5; 03B5; MAP
856 04F4; 04F5; MAP
    [all...]
rfc4518ci.txt 47 05F5..060B; ; UNASSIGNED
250 13F5..1400; ; UNASSIGNED
474 00D5; 00F5; MAP
611 01F4; 01F5; MAP
705 03F5; 03B5; MAP
823 04F4; 04F5; MAP
    [all...]
rfc4518.txt 47 05F5..060B; ; UNASSIGNED
250 13F5..1400; ; UNASSIGNED
  /external/icu4c/test/testdata/
nfs4_cs_prep_cs.txt 39 05F5..060B; ; UNASSIGNED
242 13F5..1400; ; UNASSIGNED
nfs4_mixed_prep_p.txt 39 05F5..060B; ; UNASSIGNED
242 13F5..1400; ; UNASSIGNED
nfs4_cis_prep.txt 39 05F5..060B; ; UNASSIGNED
242 13F5..1400; ; UNASSIGNED
497 00D5; 00F5; MAP
634 01F4; 01F5; MAP
728 03F5; 03B5; MAP
846 04F4; 04F5; MAP
    [all...]
nfs4_cs_prep_ci.txt 39 05F5..060B; ; UNASSIGNED
242 13F5..1400; ; UNASSIGNED
497 00D5; 00F5; MAP
634 01F4; 01F5; MAP
728 03F5; 03B5; MAP
846 04F4; 04F5; MAP
    [all...]
nfs4_mixed_prep_s.txt 39 05F5..060B; ; UNASSIGNED
242 13F5..1400; ; UNASSIGNED
497 00D5; 00F5; MAP
634 01F4; 01F5; MAP
728 03F5; 03B5; MAP
846 04F4; 04F5; MAP
    [all...]
  /external/qemu/android/skin/
keyset.c 182 _KEYSYM1_(F5) \
519 "BUTTON_SEARCH F5\n"
521 "BUTTON_VOLUME_UP Keypad_Plus, Ctrl-F5\n"
  /external/qemu/android/
hw-events.h 107 KEY_CODE(F5 ,63) \

Completed in 326 milliseconds

1 2