Searched refs:removable (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DToken.java96 // whether this token is a removable token
97 private final boolean removable; field in class:Token
99 // for removable tokens: whether this token is valid or has been removed
102 // for removable tokens: time last checked for token presence
126 this.removable = provider.removable;
206 if (removable == false) {
221 if (removable == false) {
H A DSunPKCS11.java82 final boolean removable; field in class:SunPKCS11
364 removable = (slotInfo.flags & CKF_REMOVABLE_DEVICE) != 0;
761 if (removable == false) {
794 if (removable && (slotInfo.flags & CKF_TOKEN_PRESENT) == 0) {
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp1006 bool removable = (kind != safepoint); local
1012 if (removable) bits |= removable_attr;
1022 assert(this->removable() == removable, "removable encoded");
H A DrelocInfo.hpp1297 int instrlen() const { return removable() ? pd_breakpoint_size() : 0; }
1312 bool removable() const { return (bits() & removable_attr) != 0; } function in class:breakpoint_Relocation

Completed in 53 milliseconds