Searched refs:modeStr (Results 1 – 3 of 3) sorted by relevance
187 protected void engineSetMode(String modeStr) throws NoSuchAlgorithmException { in engineSetMode() argument190 mode = Mode.valueOf(modeStr.toUpperCase(Locale.US)); in engineSetMode()192 … NoSuchAlgorithmException newE = new NoSuchAlgorithmException("No such mode: " + modeStr); in engineSetMode()
190 protected void engineSetMode(String modeStr) throws NoSuchAlgorithmException { in engineSetMode() argument193 mode = Mode.valueOf(modeStr.toUpperCase(Locale.US)); in engineSetMode()195 … NoSuchAlgorithmException newE = new NoSuchAlgorithmException("No such mode: " + modeStr); in engineSetMode()
291 static const char *modeStr [] = { in PktRXmodeStr() local300 if (mode > DIM(modeStr)) in PktRXmodeStr()302 return (modeStr [mode-1]); in PktRXmodeStr()