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

  /external/webkit/Source/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 43 static String keyIdentifierForHaikuKeyCode(char singleByte, int keyCode)
45 switch (singleByte) {
110 return String::format("U+%04X", toASCIIUpper(singleByte));
113 static int windowsKeyCodeForKeyEvent(char singleByte, int keyCode)
115 switch (singleByte) {
324 return singleByte;
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLMessageDigestJDK.java 45 private final byte[] singleByte = new byte[1];
70 singleByte[0] = input;
71 engineUpdate(singleByte, 0, 1);
OpenSSLMac.java 56 private final byte[] singleByte = new byte[1];
102 singleByte[0] = input;
103 engineUpdate(singleByte, 0, 1);
OpenSSLSignature.java 66 private final byte[] singleByte = new byte[1];
88 singleByte[0] = input;
89 engineUpdate(singleByte, 0, 1);
  /external/guava/guava-tests/test/com/google/common/io/
FileBackedOutputStreamTest.java 78 private void testThreshold(int fileThreshold, int dataSize, boolean singleByte,
88 write(out, data, 0, chunk1, singleByte);
97 write(out, data, chunk1, chunk2, singleByte);
115 OutputStream out, byte[] b, int off, int len, boolean singleByte)
117 if (singleByte) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
OpenSSLDigest.java 57 private final byte[] singleByte = new byte[1];
87 singleByte[0] = in;
88 update(singleByte, 0, 1);
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /external/robolectric/lib/main/
commons-codec-1.6.jar 

Completed in 216 milliseconds