HomeSort by relevance Sort by last modified time
    Searched refs:xE0 (Results 1 - 25 of 830) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/javax/crypto/spec/
DESKeySpec.java 42 {(byte) 0xE0, (byte) 0x01, (byte) 0xE0, (byte) 0x01,
45 {(byte) 0x01, (byte) 0xE0, (byte) 0x01, (byte) 0xE0,
54 {(byte) 0xE0, (byte) 0x1F, (byte) 0xE0, (byte) 0x1F,
57 {(byte) 0x1F, (byte) 0xE0, (byte) 0x1F, (byte) 0xE0,
72 {(byte) 0xE0, (byte) 0xFE, (byte) 0xE0, (byte) 0xFE
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESKeySpecTest.java 45 { (byte) 0xE0, (byte) 0x01, (byte) 0xE0, (byte) 0x01,
48 { (byte) 0x01, (byte) 0xE0, (byte) 0x01, (byte) 0xE0,
57 { (byte) 0xE0, (byte) 0x1F, (byte) 0xE0, (byte) 0x1F,
60 { (byte) 0x1F, (byte) 0xE0, (byte) 0x1F, (byte) 0xE0,
75 { (byte) 0xE0, (byte) 0xFE, (byte) 0xE0, (byte) 0xFE
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESKeySpecTest.java 45 {(byte) 0xE0, (byte) 0x01, (byte) 0xE0, (byte) 0x01,
48 {(byte) 0x01, (byte) 0xE0, (byte) 0x01, (byte) 0xE0,
57 {(byte) 0xE0, (byte) 0x1F, (byte) 0xE0, (byte) 0x1F,
60 {(byte) 0x1F, (byte) 0xE0, (byte) 0x1F, (byte) 0xE0,
75 {(byte) 0xE0, (byte) 0xFE, (byte) 0xE0, (byte) 0xFE
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
atsmedia.h 32 0x71985F51, 0x1CA1, 0x11D3, 0x9C, 0xC8, 0x0, 0xC0, 0x4F, 0x79, 0x71, 0xE0
  /external/qemu/distrib/sdl-1.2.15/src/video/
default_cursor.h 58 0xE0,0x00,
66 0xFF,0xE0,
99 0xE0,0x00,
  /external/chromium_org/net/filter/
gzip_header.h 53 FLAG_RESERVED = 0xE0, // bits 5..7: reserved
  /frameworks/av/media/mtp/
MtpStringBuffer.cpp 68 } else if ((ch & 0xE0) == 0xC0) {
78 } else if ((ch & 0xF0) == 0xE0) {
110 *dest++ = (uint8_t)(0xE0 | (ch >> 12));
132 *dest++ = (uint8_t)(0xE0 | (ch >> 12));
159 } else if ((ch1 & 0xE0) == 0xC0) {
  /external/libnfc-nxp/Linux_x86/
phOsalNfc.c 192 } else if ((llc_header & 0xE0) == 0xC0) {
205 } else if ((llc_header & 0xE0) == 0xE0) {
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
set_key.c 124 {0xE0,0xE0,0xE0,0xE0,0xF1,0xF1,0xF1,0xF1},
128 {0x1F,0xE0,0x1F,0xE0,0x0E,0xF1,0x0E,0xF1},
129 {0xE0,0x1F,0xE0,0x1F,0xF1,0x0E,0xF1,0x0E},
130 {0x01,0xE0,0x01,0xE0,0x01,0xF1,0x01,0xF1}
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Utf8.java 158 if (byte1 < (byte) 0xE0) {
181 (byte1 == (byte) 0xE0 && byte2 < (byte) 0xA0) ||
272 if (byte1 < (byte) 0xE0) {
293 (byte1 == (byte) 0xE0 && byte2 < (byte) 0xA0) ||
  /external/openssl/crypto/des/
set_key.c 124 {0xE0,0xE0,0xE0,0xE0,0xF1,0xF1,0xF1,0xF1},
128 {0x1F,0xE0,0x1F,0xE0,0x0E,0xF1,0x0E,0xF1},
129 {0xE0,0x1F,0xE0,0x1F,0xF1,0x0E,0xF1,0x0E},
130 {0x01,0xE0,0x01,0xE0,0x01,0xF1,0x01,0xF1}
    [all...]
  /frameworks/base/obex/javax/obex/
ResponseCodes.java 310 * The value of <code>OBEX_DATABASE_FULL</code> is 0xE0 (224).
312 public static final int OBEX_DATABASE_FULL = 0xE0;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
llc.h 63 #define LLC_SAP_IPX 0xE0 /* IPX/SPX. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
llc.h 63 #define LLC_SAP_IPX 0xE0 /* IPX/SPX. */
  /external/chromium_org/third_party/re2/re2/testing/
compile_test.cc 150 { 0xE0, 0xE0 },
  /external/freetype/src/autofit/
afblue.hin 35 if ( ch < 0xE0 ) \
afblue.h 38 if ( ch < 0xE0 ) \
  /external/libnfc-nxp/src/
phLlcNfc_Frame.h 77 #define PH_LLCNFC_LLC_HEADER_MASK (0xE0)
97 #define PH_LLCNFC_U_HEADER_INIT (0xE0)
phFriNfc_DesfireFormat.h 138 #define PH_FRINFC_DESF_SEC_BYTE_CC_ACCESS_RIGHTS 0xE0
144 #define PH_FRINFC_DESF_FIRST_BYTE_NDEF_ACCESS_RIGHTS 0xE0
  /external/regex-re2/re2/testing/
compile_test.cc 150 { 0xE0, 0xE0 },
  /bionic/libc/kernel/uapi/linux/
llc.h 79 #define LLC_SAP_IPX 0xE0
phonet.h 76 #define PN_PREFIX 0xE0
  /development/ndk/platforms/android-L/include/linux/
llc.h 79 #define LLC_SAP_IPX 0xE0
phonet.h 76 #define PN_PREFIX 0xE0
  /external/e2fsprogs/lib/ext2fs/
dosio.h 133 #define HW_STATUS_ERROR() ((unsigned char)_dio_hw_error == 0xE0)

Completed in 635 milliseconds

1 2 3 4 5 6 7 8 91011>>