HomeSort by relevance Sort by last modified time
    Searched refs:modeName (Results 1 - 4 of 4) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEBlockCipher.java 102 private String modeName = null;
198 modeName = Strings.toUpperCase(mode);
200 if (modeName.equals("ECB"))
205 else if (modeName.equals("CBC"))
211 else if (modeName.startsWith("OFB"))
214 if (modeName.length() != 3)
216 int wordSize = Integer.parseInt(modeName.substring(3));
227 else if (modeName.startsWith("CFB"))
230 if (modeName.length() != 3)
232 int wordSize = Integer.parseInt(modeName.substring(3))
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 172 modeName(mMode),
184 public static String modeName(int mode) {
  /external/speex/include/speex/
speex.h 257 const char *modeName;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 634 R.styleable.Keyboard_Case_mode, id.mMode, KeyboardId.modeName(id.mMode));
    [all...]

Completed in 3690 milliseconds