Searched defs:extended (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/security/pkcs11/KeyStore/
H A DBasic.java240 } else if ("nss-extended".equals(test)) {
248 testnum = Basic.extended(testnum);
391 * SCA1000 does not handle extended secret key tests
887 private static int extended(int testnum) throws Exception { method in class:Basic
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp1328 void Universe::print_on(outputStream* st, bool extended) { argument
1330 if (!extended) {
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp2521 // The extended keys are the Alt and Control on the right of
2524 // Note that neither Shift key is extended.
2526 // (91 and 92) are extended keys, the Context Menu key
2527 // (property key or application key - 93) is extended,
2533 BOOL extended = ((1<<8) & flags); local
2535 if (IsNumPadKey(wkey, extended)) {
2544 if (extended) {
2593 /* Returns Java extended InputEvent modifieres.
2755 // NumPad with NumLock off & extended block (rectangular)
2764 // NumPad with NumLock off & extended arrow
3221 IsNumPadKey(UINT vkey, BOOL extended) argument
[all...]

Completed in 57 milliseconds