/external/chromium_org/tools/grit/grit/gather/ |
chrome_scaled_image_unittest.py | 30 '\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52' 31 '\x00\x00\x00\x01\x00\x00\x00\x01\x08\x02\x00\x00\x00\x90\x77\x53 [all...] |
/external/icu4c/test/testdata/ |
test2.ucm | 22 <U0040> \x00 |0 40 <U101234>+<U50005>+<U60006> \x07+\x00+\x01\x0f+\x09 |0 41 <U101234>+<U50005> \x07+\x00+\x01\x0e+\x05 |0 42 <U101234>+<U60006> \x07+\x00+\x01\x0f+\x06 |0 43 <U101234>+<U70007> \x07+\x00+\x01\x0f |1
|
/external/llvm/test/MC/Mips/ |
micromips-alu-instructions.s | 7 # CHECK: add $9, $6, $7 # encoding: [0x10,0x49,0xe6,0x00] 12 # CHECK: addu $9, $6, $7 # encoding: [0x50,0x49,0xe6,0x00] 13 # CHECK: sub $9, $6, $7 # encoding: [0x90,0x49,0xe6,0x00] 14 # CHECK: subu $4, $3, $5 # encoding: [0xd0,0x21,0xa3,0x00] 15 # CHECK: neg $6, $7 # encoding: [0x90,0x31,0xe0,0x00] 16 # CHECK: negu $6, $7 # encoding: [0xd0,0x31,0xe0,0x00] 17 # CHECK: move $7, $8 # encoding: [0x50,0x39,0x08,0x00] 18 # CHECK: slt $3, $3, $5 # encoding: [0x50,0x1b,0xa3,0x00] 19 # CHECK: slti $3, $3, 103 # encoding: [0x67,0x00,0x63,0x90] 20 # CHECK: slti $3, $3, 103 # encoding: [0x67,0x00,0x63,0x90 [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
802.3.h | 37 uint8 oui[DOT3_OUI_LEN]; /* RFC1042: 0x00 0x00 0x00 38 * Bridge-Tunnel: 0x00 0x00 0xF8
|
/external/sonivox/jet_tools/JetCreator/ |
img_Find.py | 10 'x\xda\x01d\x06\x9b\xf9\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00 \x00\
11 \x00\x00 \x08\x06\x00\x00\x00szz\xf4\x00\x00\x00\x04sBIT\x08\x08\x08\x08|\ [all...] |
img_Open.py | 10 'x\xda\x01\x96\x05i\xfa\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00 \x00\
11 \x00\x00 \x08\x06\x00\x00\x00szz\xf4\x00\x00\x00\x04sBIT\x08\x08\x08\x08|\ [all...] |
/external/chromium_org/chrome/tools/profiles/ |
thumbnail-inl.h | 8 "\xff\xd8\xff\xe0\x00\x10\x4a\x46\x49\x46\x00\x01\x01\x00\x00\x01\x00\x01\x00" 9 "\x00\xff\xdb\x00\x43\x00\x03\x02\x02\x03\x02\x02\x03\x03\x03\x03\x04\x03\x03" 12 "\x15\x15\x0c\x0f\x17\x18\x16\x14\x18\x12\x14\x15\x14\xff\xdb\x00\x43\x01\x03 [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SwtDrawingStyle.java | 37 SELECTION(new RGB(0x00, 0x99, 0xFF), 192, new RGB(0x00, 0x99, 0xFF), 192, 1, SWT.LINE_SOLID), 42 GUIDELINE(new RGB(0x00, 0xAA, 0x00), 192, SWT.LINE_SOLID), 47 GUIDELINE_SHADOW(new RGB(0x00, 0xAA, 0x00), 192, SWT.LINE_SOLID), 52 GUIDELINE_DASHED(new RGB(0x00, 0xAA, 0x00), 192, SWT.LINE_CUSTOM), 57 DISTANCE(new RGB(0xFF, 0x00, 0x00), 192 - 32, SWT.LINE_SOLID) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
stun_unittest.cc | 100 0x00, 0x01, 0x00, 0x18, // message header 104 0xf2, 0x41, 0x01, 0x00, 105 0x00, 0x01, 0x00, 0x14, // Address type (mapped), length 106 0x00, 0x02, 0xb8, 0x81, // family (IPv6), port 107 0x24, 0x01, 0xfa, 0x00, // an IPv6 address 108 0x00, 0x04, 0x10, 0x00, 110 0xfe, 0xe5, 0x00, 0xc [all...] |
/external/llvm/test/MC/ARM/ |
arm-shift-encoding.s | 13 @ CHECK: ldr r0, [r0, r0] @ encoding: [0x00,0x00,0x90,0xe7] 14 @ CHECK: ldr r0, [r0, r0, lsr #32] @ encoding: [0x20,0x00,0x90,0xe7] 16 @ CHECK: ldr r0, [r0, r0] @ encoding: [0x00,0x00,0x90,0xe7] 17 @ CHECK: ldr r0, [r0, r0, lsl #16] @ encoding: [0x00,0x08,0x90,0xe7] 18 @ CHECK: ldr r0, [r0, r0, asr #32] @ encoding: [0x40,0x00,0x90,0xe7] 20 @ CHECK: ldr r0, [r0, r0, rrx] @ encoding: [0x60,0x00,0x90,0xe7] 33 @ CHECK: [r0, r0] @ encoding: [0x00,0xf0,0xd0,0xf7] 36 @ CHECK: [r0, r0] @ encoding: [0x00,0xf0,0xd0,0xf7 [all...] |
neont2-add-encoding.s | 18 @ CHECK: vaddl.s8 q8, d17, d16 @ encoding: [0xc1,0xef,0xa0,0x00] 20 @ CHECK: vaddl.s16 q8, d17, d16 @ encoding: [0xd1,0xef,0xa0,0x00] 22 @ CHECK: vaddl.s32 q8, d17, d16 @ encoding: [0xe1,0xef,0xa0,0x00] 24 @ CHECK: vaddl.u8 q8, d17, d16 @ encoding: [0xc1,0xff,0xa0,0x00] 26 @ CHECK: vaddl.u16 q8, d17, d16 @ encoding: [0xd1,0xff,0xa0,0x00] 28 @ CHECK: vaddl.u32 q8, d17, d16 @ encoding: [0xe1,0xff,0xa0,0x00] 44 @ CHECK: vhadd.s8 d16, d16, d17 @ encoding: [0x40,0xef,0xa1,0x00] 46 @ CHECK: vhadd.s16 d16, d16, d17 @ encoding: [0x50,0xef,0xa1,0x00] 48 @ CHECK: vhadd.s32 d16, d16, d17 @ encoding: [0x60,0xef,0xa1,0x00] 50 @ CHECK: vhadd.u8 d16, d16, d17 @ encoding: [0x40,0xff,0xa1,0x00] [all...] |
arm-thumb-cpus-default.s | 11 @ CHECK-ARM-THUMB: movs r0, r0 @ encoding: [0x00,0x00,0xb0,0xe1] 12 @ CHECK-ARM-ONLY: movs r0, r0 @ encoding: [0x00,0x00,0xb0,0xe1] 13 @ CHECK-THUMB-ONLY: movs r0, r0 @ encoding: [0x00,0x00]
|
/frameworks/av/libvideoeditor/vss/3gpwriter/src/ |
M4MP4W_Writer.c | 73 0x00, 0x00, 0x00, 0x18, 'f', 't', 'y', 'p', '3', 'g', 'p', '7', 0x00, 0x00, 74 0x03, 0x00, '3', 'g', 'p', '7', 'i', 's', 'o', 'm' 84 'm', 'o', 'o', 'v', 0x00, 0x00, 0x00, 0x6C, 'm', 'v', 'h', 'd', 0x00, [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format_tests.c | 190 {PIPE_FORMAT_L8_UNORM, PACKED_1x8(0xff), PACKED_1x8(0x00), UNPACKED_1x1(0.0, 0.0, 0.0, 1.0)}, 193 {PIPE_FORMAT_A8_UNORM, PACKED_1x8(0xff), PACKED_1x8(0x00), UNPACKED_1x1(0.0, 0.0, 0.0, 0.0)}, 196 {PIPE_FORMAT_I8_UNORM, PACKED_1x8(0xff), PACKED_1x8(0x00), UNPACKED_1x1(0.0, 0.0, 0.0, 0.0)}, 199 {PIPE_FORMAT_L4A4_UNORM, PACKED_1x8(0xff), PACKED_1x8(0x00), UNPACKED_1x1(0.0, 0.0, 0.0, 0.0)}, 216 {PIPE_FORMAT_L8_SRGB, PACKED_1x8(0xff), PACKED_1x8(0x00), UNPACKED_1x1(0.0, 0.0, 0.0, 1.0)}, 227 {PIPE_FORMAT_R8G8B8_SRGB, PACKED_3x8(0xff, 0xff, 0xff), PACKED_3x8(0x00, 0x00, 0x00), UNPACKED_1x1(0.0, 0.0, 0.0, 1.0)}, 228 {PIPE_FORMAT_R8G8B8_SRGB, PACKED_3x8(0xff, 0xff, 0xff), PACKED_3x8(0xbc, 0x00, 0x00), UNPACKED_1x1(0.502886458033, 0.0, 0.0, 1.0)} [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_tests.c | 190 {PIPE_FORMAT_L8_UNORM, PACKED_1x8(0xff), PACKED_1x8(0x00), UNPACKED_1x1(0.0, 0.0, 0.0, 1.0)}, 193 {PIPE_FORMAT_A8_UNORM, PACKED_1x8(0xff), PACKED_1x8(0x00), UNPACKED_1x1(0.0, 0.0, 0.0, 0.0)}, 196 {PIPE_FORMAT_I8_UNORM, PACKED_1x8(0xff), PACKED_1x8(0x00), UNPACKED_1x1(0.0, 0.0, 0.0, 0.0)}, 199 {PIPE_FORMAT_L4A4_UNORM, PACKED_1x8(0xff), PACKED_1x8(0x00), UNPACKED_1x1(0.0, 0.0, 0.0, 0.0)}, 216 {PIPE_FORMAT_L8_SRGB, PACKED_1x8(0xff), PACKED_1x8(0x00), UNPACKED_1x1(0.0, 0.0, 0.0, 1.0)}, 227 {PIPE_FORMAT_R8G8B8_SRGB, PACKED_3x8(0xff, 0xff, 0xff), PACKED_3x8(0x00, 0x00, 0x00), UNPACKED_1x1(0.0, 0.0, 0.0, 1.0)}, 228 {PIPE_FORMAT_R8G8B8_SRGB, PACKED_3x8(0xff, 0xff, 0xff), PACKED_3x8(0xbc, 0x00, 0x00), UNPACKED_1x1(0.502886458033, 0.0, 0.0, 1.0)} [all...] |
/external/srtp/crypto/cipher/ |
aes_icm.c | 467 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 468 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0 [all...] |
/external/chromium_org/chrome_frame/test/ |
delete_chrome_history_test.cc | 87 "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52" 88 "\x00\x00\x00\x01\x00\x00\x00\x01\x01\x03\x00\x00\x00\x25\xdb\x56 [all...] |
/external/chromium_org/jingle/glue/ |
fake_ssl_client_socket.cc | 30 0x00, 0x2d, // ciphersuite len 31 0x00, 0x00, // session id len 32 0x00, 0x10, // challenge len 33 0x01, 0x00, 0x80, 0x03, 0x00, 0x80, 0x07, 0x00, 0xc0, // ciphersuites 34 0x06, 0x00, 0x40, 0x02, 0x00, 0x80, 0x04, 0x00, 0x80, / [all...] |
/external/bluetooth/bluedroid/bta/sys/ |
bd.c | 34 const BD_ADDR bd_addr_null= {0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
/external/oprofile/events/i386/p6_mobile/ |
unit_masks | 14 0x00 self-generated transactions 17 0x00 prefetch NTA 24 0x00 SSE Packed Single 39 0x00 MMX->float operations 42 0x00 All transitions 45 0x00 All fused micro-ops
|
/packages/inputmethods/OpenWnn/libs/libwnnJpnDic/ |
WnnJpnDic.c | 20 0x4e, 0x4a, 0x44, 0x43, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x01, 0x32, 0xf7, 21 0x00, 0x00, 0x00, 0x36, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x14, 0x80, 0x00, 0x00, 0x00 [all...] |
/external/chromium_org/net/websockets/ |
websocket_deflater_test.cc | 40 EXPECT_EQ(std::string("\xf2\x48\xcd\xc9\xc9\x07\x00", 7), 46 EXPECT_EQ(std::string("\xf2\x00\x11\x00\x00", 5), ToString(actual2.get())); 57 EXPECT_EQ(std::string("\xf2\x48\xcd\xc9\xc9\x07\x00", 7), 63 EXPECT_EQ(std::string("\xf2\x48\xcd\xc9\xc9\x07\x00", 7), 78 EXPECT_EQ(std::string("\x4a\x4c\xc4\x0f\x00\x00", 6), ToString(actual.get())); 95 EXPECT_EQ(std::string("\xf2\x48\xcd\xc9\xc9\x07\x00\x00\x00\xff\xff [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
DeferredImageDecoderTest.cpp | 49 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 50 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x01, 51 0x00, 0x00, 0x00, 0x01, 0x08, 0x02, 0x00, 0x00, 0x00, 0x90 [all...] |
/external/chromium_org/third_party/icu/source/test/testdata/ |
test1.ucm | 20 <U20ac> \x00 |0 21 <U20ad> \x00 |1
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
message_test.py | 135 golden_data = ('\x5D\x00\x00\x80\x7F' 136 '\x61\x00\x00\x00\x00\x00\x00\xF0\x7F' 137 '\xCD\x02\x00\x00\x80\x7F [all...] |