/frameworks/base/core/java/android/text/ |
Spanned.java | 32 public static final int SPAN_POINT_MARK_MASK = 0x33; 70 public static final int SPAN_PARAGRAPH = 0x33;
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_cavlc.c | 219 0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33, 230 0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33 [all...] |
/external/icu4c/samples/numfmt/ |
capi.c | 22 UChar str[] = { 0x39, 0x38, 0x37, 0x36, 0x35, 0x34, 0x33, 23 0x32, 0x31, 0x30, 0x2E, 0x31, 0x32, 0x33, 0 };
|
/external/openssl/crypto/dh/ |
p512.c | 68 0xDD,0x4B,0xE5,0x33,0xB8,0x04,0xFB,0x0F, 73 0xD8,0x00,0x3E,0x7C,0x47,0x74,0xE8,0x33,
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
GeneralizedTimeTest.java | 65 0x32, 0x30, 0x33, 0x30, 0x34, 0x30, 0x35, 0x30, 77 0x32, 0x31, 0x33, 0x31, 0x34, 0x31, 0x35, 0x31, 82 new byte[] { 0x18, 0x0F, 0x32, 0x33, 0x33, 0x32, 0x30, 83 0x33, 0x32, 0x39, 0x30, 0x36, 0x35, 0x36, 0x34,
|
UTCTimeTest.java | 62 0x33, 0x31, 0x34, 0x31, 0x35, 0x31, 0x36, 0x5A }, 74 0x33, 0x30, 0x34, 0x30, 0x35, 0x30, 0x36, 0x5A },
|
BooleanTest.java | 76 new byte[] { 0x01, 0x01, 0x33 } };
|
/external/sonivox/arm-wt-22k/lib_src/ |
dls2.h | 118 DEFINE_DLSID(DLSID_ManufacturersID, 0xb03e1181, 0x8095, 0x11d2, 0xa1, 0xef, 0x0, 0x60, 0x8, 0x33, 0xdb, 0xd8); 119 DEFINE_DLSID(DLSID_ProductID, 0xb03e1182, 0x8095, 0x11d2, 0xa1, 0xef, 0x0, 0x60, 0x8, 0x33, 0xdb, 0xd8); 120 DEFINE_DLSID(DLSID_SamplePlaybackRate, 0x2a91f713, 0xa4bf, 0x11d2, 0xbb, 0xdf, 0x0, 0x60, 0x8, 0x33, 0xdb, 0xd8);
|
/bionic/libc/kernel/common/linux/ |
ipmi_msgdefs.h | 26 #define IPMI_GET_MSG_CMD 0x33
|
/development/ndk/platforms/android-3/include/linux/ |
ipmi_msgdefs.h | 26 #define IPMI_GET_MSG_CMD 0x33
|
/external/kernel-headers/original/linux/ |
ipmi_msgdefs.h | 53 #define IPMI_GET_MSG_CMD 0x33
|
/frameworks/media/libvideoeditor/vss/inc/ |
M4VSS3GPP_InternalConfig.h | 121 0x04, 0xFF, 0x18, 0xC7, 0xF0, 0x0D, 0x04, 0x33,
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
ipmi_msgdefs.h | 26 #define IPMI_GET_MSG_CMD 0x33
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
ipmi_msgdefs.h | 26 #define IPMI_GET_MSG_CMD 0x33
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
ipmi_msgdefs.h | 26 #define IPMI_GET_MSG_CMD 0x33
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
ipmi_msgdefs.h | 26 #define IPMI_GET_MSG_CMD 0x33
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
ipmi_msgdefs.h | 26 #define IPMI_GET_MSG_CMD 0x33
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
ipmi_msgdefs.h | 26 #define IPMI_GET_MSG_CMD 0x33
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
ipmi_msgdefs.h | 26 #define IPMI_GET_MSG_CMD 0x33
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
ipmi_msgdefs.h | 26 #define IPMI_GET_MSG_CMD 0x33
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
ipmi_msgdefs.h | 26 #define IPMI_GET_MSG_CMD 0x33
|
/external/dropbear/libtomcrypt/src/hashes/sha2/ |
sha384.c | 103 { 0x09, 0x33, 0x0c, 0x33, 0xf7, 0x11, 0x47, 0xe8,
|
/external/openssl/crypto/des/ |
str2key.c | 83 j=((j<<2)&0xcc)|((j>>2)&0x33); 143 j=((j<<2)&0xcc)|((j>>2)&0x33);
|
/bootable/bootloader/legacy/include/msm7k/ |
nand.h | 75 #define NAND_CMD_PAGE_READ_ECC 0x33
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
GeneralNameTest.java | 93 new int[] {0x01, 0x0a, 0x02, 0x0b, 0x33, 0x37, 0x10, 0x00, 0xFF, 96 new int[] {0x01, 0x0a, 0x02, 0x0b, 0x33, 0x37, 0x10, 0x00, 0xFF, 101 new int[] {0x01, 0x0a, 0x02, 0x0b, 0x11, 0x33, 0x10, 0x00, 0xFF, 106 new int[] {0x01, 0x0a, 0x02, 0x0b, 0x11, 0x33, 0x10, 0x00, 0xFF,
|