Home
last modified time | relevance | path

Searched defs:sw1 (Results 1 – 2 of 2) sorted by relevance

/external/libese/libapdu/include/apdu/
Dapdu.h85 uint8_t sw1() const { return *(std::end(mData) - 2); } in sw1() function
92 const uint8_t sw1 = this->sw1(); in isWarning() local
97 const uint8_t sw1 = this->sw1(); in isExecutionError() local
101 const uint8_t sw1 = this->sw1(); in isCheckingError() local
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DSQLWarningTest.java322 SQLWarning sw1 = new SQLWarning("reason", "SQLState", 1); in test_setNextWarning_SQLWarning() local