HomeSort by relevance Sort by last modified time
    Searched full:x00 (Results 451 - 475 of 6016) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/safe_browsing/
protocol_parser_unittest.cc 795 "a:129057:4:34\n\xd9\xb8\xb2\x14\x00\xe4""B7P\x00\xaf\x91"
796 "{\xd7\x01\xad\xa6\xb5""X\xbb\xcf""F\xcf\x00\xf7""A\xbd"
797 "p\x00\xab\xd7\x89\xd3\x00", 48);
822 ":\x80\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00", 43)
    [all...]
  /external/qemu/hw/
msmouse.c 38 unsigned char bytes[4] = { 0x40, 0x00, 0x00, 0x00 };
46 bytes[0] |= (buttons_state & 0x01 ? 0x20 : 0x00);
47 bytes[0] |= (buttons_state & 0x02 ? 0x10 : 0x00);
48 bytes[3] |= (buttons_state & 0x04 ? 0x20 : 0x00);
  /external/wpa_supplicant_8/src/eap_common/
eap_peap_common.c 37 * T1 = HMAC-SHA1(K, S | 0x01 | 0x00 | 0x00)
38 * T2 = HMAC-SHA1(K, T1 | S | 0x02 | 0x00 | 0x00)
40 * Tn = HMAC-SHA1(K, Tn-1 | S | n | 0x00 | 0x00)
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AbstractionLayer.java 28 static final int BT_STATE_OFF = 0x00;
31 static final int BT_SCAN_MODE_NONE = 0x00;
52 static final int BT_BOND_STATE_NONE = 0x00;
55 static final int BT_SSP_VARIANT_PASSKEY_CONFIRMATION = 0x00;
60 static final int BT_DISCOVERY_STOPPED = 0x00;
63 static final int BT_ACL_STATE_CONNECTED = 0x00;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ImplicitTest.java 62 new byte[] { 0x05, 0x01, 0x00 },
69 new byte[] { 0x45, 0x01, 0x00 },
76 new byte[] { (byte) 0x85, 0x01, 0x00 },
81 { Boolean.FALSE, new byte[] { (byte) 0x85, 0x01, 0x00 },
87 new byte[] { (byte) 0xC5, 0x01, 0x00 },
136 new byte[] { 0x25, 0x00 },
142 new byte[] { 0x65, 0x00 },
149 new byte[] { (byte) 0xA5, 0x00 },
156 new byte[] { (byte) 0xA5, 0x00 },
161 { new ArrayList(), new byte[] { (byte) 0xE5, 0x00 },
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aifc.py 46 self.assertEqual(f.readframes(2), '\x00\x00\x00\x00\x0b\xd4\x0b\xd4')
50 self.assertEqual(f.readframes(2), '\x00\x00\x00\x00\x0b\xd4\x0b\xd4')
57 self.assertEqual(f.readframes(2), '\x00\x00\x00\x00\x0b\xd4\x0b\xd4'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aifc.py 46 self.assertEqual(f.readframes(2), '\x00\x00\x00\x00\x0b\xd4\x0b\xd4')
50 self.assertEqual(f.readframes(2), '\x00\x00\x00\x00\x0b\xd4\x0b\xd4')
57 self.assertEqual(f.readframes(2), '\x00\x00\x00\x00\x0b\xd4\x0b\xd4'
    [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 44 {(byte)0x00, (byte)0xa4, (byte)0x04, (byte)0x00, (byte)0x00},
45 {(byte)0x00, (byte)0xa4, (byte)0x04, (byte)0x00, (byte)0x07, (byte)0xa0, (byte)0x00,
46 (byte)0x00, (byte)0x04, (byte)0x76, (byte)0x20, (byte)0x10, (byte)0x00},
47 {(byte)0x80, (byte)0xe2, (byte)0x01, (byte)0x03, (byte)0x00},
48 {(byte)0x00, (byte)0xa4, (byte)0x04, (byte)0x00, (byte)0x00}
    [all...]
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcManager.java 53 {(byte)0x00, (byte)0xa4, (byte)0x04, (byte)0x00, (byte)0x00},
54 {(byte)0x00, (byte)0xa4, (byte)0x04, (byte)0x00, (byte)0x07, (byte)0xa0, (byte)0x00,
55 (byte)0x00, (byte)0x04, (byte)0x76, (byte)0x20, (byte)0x10, (byte)0x00},
56 {(byte)0x80, (byte)0xe2, (byte)0x01, (byte)0x03, (byte)0x00},
57 {(byte)0x00, (byte)0xa4, (byte)0x04, (byte)0x00, (byte)0x00}
    [all...]
  /external/llvm/test/MC/ARM/
neon-add-encoding.s 17 @ CHECK: vaddl.s8 q8, d17, d16 @ encoding: [0xa0,0x00,0xc1,0xf2]
19 @ CHECK: vaddl.s16 q8, d17, d16 @ encoding: [0xa0,0x00,0xd1,0xf2]
21 @ CHECK: vaddl.s32 q8, d17, d16 @ encoding: [0xa0,0x00,0xe1,0xf2]
23 @ CHECK: vaddl.u8 q8, d17, d16 @ encoding: [0xa0,0x00,0xc1,0xf3]
25 @ CHECK: vaddl.u16 q8, d17, d16 @ encoding: [0xa0,0x00,0xd1,0xf3]
27 @ CHECK: vaddl.u32 q8, d17, d16 @ encoding: [0xa0,0x00,0xe1,0xf3]
43 @ CHECK: vhadd.s8 d16, d16, d17 @ encoding: [0xa1,0x00,0x40,0xf2]
45 @ CHECK: vhadd.s16 d16, d16, d17 @ encoding: [0xa1,0x00,0x50,0xf2]
47 @ CHECK: vhadd.s32 d16, d16, d17 @ encoding: [0xa1,0x00,0x60,0xf2]
49 @ CHECK: vhadd.u8 d16, d16, d17 @ encoding: [0xa1,0x00,0x40,0xf3
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
yuv2rgb_converter.c 391 const vector unsigned char vec_char2int_first = { 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x13 }
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERSequence.java 70 out.write(0x00);
71 out.write(0x00);
BERSet.java 70 out.write(0x00);
71 out.write(0x00);
  /external/chromium_org/net/quic/
quic_utils_test.cc 19 0x00, 0x90, 0x69, 0xbd, 0x54, 0x00, 0x00, 0x0d,
20 0x61, 0x0f, 0x01, 0x89, 0x08, 0x00, 0x45, 0x00,
21 0x00, 0x1c, 0xfb, 0x98, 0x40, 0x00, 0x40, 0x01,
23 0x7f, 0xe2, 0x08, 0x00, 0x6b, 0xcb, 0x0b, 0xc6,
  /external/chromium_org/third_party/icu/source/test/testdata/
test1bmp.ucm 22 <U0040> \x00 |0
23 <U0061> \x00 |1
  /external/icu4c/test/testdata/
test1bmp.ucm 22 <U0040> \x00 |0
23 <U0061> \x00 |1
  /external/llvm/test/MC/Disassembler/ARM/
unpredictable-swp-arm.txt 24 # CHECK: 0x90 0x10 0x00 0x01
25 0x90 0x10 0x00 0x01
  /external/oprofile/events/i386/core/
unit_masks 29 name:est_trans type:exclusive default:0x00
30 0x00 any transitions
34 0x00 prefetch NTA
41 0x00 SSE Packed Single
54 0x00 MMX->float operations
57 0x00 All fused micro-ops
61 0x00 Weighted cycles
64 0x00 PREFETCHNTA
  /external/smali/smali/src/test/resources/LexerTest/
ByteLiteralTest.tokens 2 POSITIVE_INTEGER_LITERAL("0x00")
8 NEGATIVE_INTEGER_LITERAL("-0x00")
IntegerLiteralTest.tokens 2 POSITIVE_INTEGER_LITERAL("0x00")
8 NEGATIVE_INTEGER_LITERAL("-0x00")
ShortLiteralTest.tokens 2 POSITIVE_INTEGER_LITERAL("0x00")
8 NEGATIVE_INTEGER_LITERAL("-0x00")
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_wext.h 21 #define WEXT_CSCAN_HEADER "CSCAN S\x01\x00\x00S\x00"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
isdn_divertif.h 18 #define DIVERT_CMD_REG 0x00 /* register command */
20 #define DIVERT_NO_ERR 0x00 /* return value no error */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
isdn_divertif.h 18 #define DIVERT_CMD_REG 0x00 /* register command */
20 #define DIVERT_NO_ERR 0x00 /* return value no error */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
isdn_divertif.h 18 #define DIVERT_CMD_REG 0x00 /* register command */
20 #define DIVERT_NO_ERR 0x00 /* return value no error */

Completed in 830 milliseconds

<<11121314151617181920>>