HomeSort by relevance Sort by last modified time
    Searched refs:x00 (Results 1051 - 1075 of 1956) sorted by null

<<41424344454647484950>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
ata.h 84 ATA_REG_DATA = 0x00,
157 XFER_PIO_SLOW = 0x00,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
ata.h 84 ATA_REG_DATA = 0x00,
157 XFER_PIO_SLOW = 0x00,
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
ata.h 84 ATA_REG_DATA = 0x00,
157 XFER_PIO_SLOW = 0x00,
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
ata.h 84 ATA_REG_DATA = 0x00,
157 XFER_PIO_SLOW = 0x00,
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
ata.h 84 ATA_REG_DATA = 0x00,
157 XFER_PIO_SLOW = 0x00,
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
ata.h 84 ATA_REG_DATA = 0x00,
157 XFER_PIO_SLOW = 0x00,
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
ata.h 84 ATA_REG_DATA = 0x00,
157 XFER_PIO_SLOW = 0x00,
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
JdwpPacket.java 100 mBuffer.putInt(0x00, mLength);
295 length = buf.getInt(0x00);
  /bionic/libc/kernel/common/sound/
asound.h 92 #define SNDRV_HWDEP_IOCTL_PVERSION _IOR ('H', 0x00, int)
434 #define SNDRV_PCM_IOCTL_PVERSION _IOR('A', 0x00, int)
515 #define SNDRV_RAWMIDI_IOCTL_PVERSION _IOR('W', 0x00, int)
630 #define SNDRV_TIMER_IOCTL_PVERSION _IOR('T', 0x00, int)
    [all...]
  /external/bluetooth/bluez/tools/
avinfo.c 53 #define AVDTP_PKT_TYPE_SINGLE 0x00
55 #define AVDTP_MSG_TYPE_COMMAND 0x00
67 #define AVDTP_SEP_TYPE_SOURCE 0x00
71 #define AVDTP_MEDIA_TYPE_AUDIO 0x00
75 #define A2DP_CODEC_SBC 0x00
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 44 const GdkColor kContentTextColor = GDK_COLOR_RGB(0x00, 0x00, 0x00);
45 const GdkColor kURLTextColor = GDK_COLOR_RGB(0x00, 0x88, 0x00);
  /external/kernel-headers/original/sound/
asound.h 130 #define SNDRV_HWDEP_IOCTL_PVERSION _IOR ('H', 0x00, int)
454 #define SNDRV_PCM_IOCTL_PVERSION _IOR('A', 0x00, int)
536 #define SNDRV_RAWMIDI_IOCTL_PVERSION _IOR('W', 0x00, int)
650 #define SNDRV_TIMER_IOCTL_PVERSION _IOR('T', 0x00, int)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_iconv.c 260 p[2] == 0x00 && p[3] == 0x00 ) {
263 } else if ( p[0] == 0x00 && p[1] == 0x00 &&
393 if ( (p[0] & 0x80) != 0x00 ) {
  /frameworks/base/media/libstagefright/mpeg2ts/
ESQueue.cpp 128 if (size < 4 || memcmp("\x00\x00\x00\x01", data, 4)) {
136 if (!memcmp("\x00\x00\x00\x01", &ptr[i], 4)) {
161 if (size < 3 || memcmp("\x00\x00\x01", data, 3)) {
169 if (!memcmp("\x00\x00\x01", &ptr[i], 3))
    [all...]
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcSecureElement.cpp 193 uint8_t ExternalRFDetected[3] = {0x00, 0xFC, 0x01};
194 uint8_t GpioGetValue[3] = {0x00, 0xF8, 0x2B};
399 GpioSetValue[0] = 0x00;
471 uint8_t GpioGetValue[3] = {0x00, 0xF8, 0x2B};
545 GpioSetValue[0] = 0x00;
  /external/icu4c/i18n/
timezone.cpp 103 static const UChar WORLD[] = {0x30, 0x30, 0x31, 0x00}; /* "001" */
105 static const UChar GMT_ID[] = {0x47, 0x4D, 0x54, 0x00}; /* "GMT" */
106 static const UChar Z_STR[] = {0x7A, 0x00}; /* "z" */
107 static const UChar ZZZZ_STR[] = {0x7A, 0x7A, 0x7A, 0x7A, 0x00}; /* "zzzz" */
108 static const UChar Z_UC_STR[] = {0x5A, 0x00}; /* "Z" */
109 static const UChar ZZZZ_UC_STR[] = {0x5A, 0x5A, 0x5A, 0x5A, 0x00}; /* "ZZZZ" */
110 static const UChar V_STR[] = {0x76, 0x00}; /* "v" */
111 static const UChar VVVV_STR[] = {0x76, 0x76, 0x76, 0x76, 0x00}; /* "vvvv" */
112 static const UChar V_UC_STR[] = {0x56, 0x00}; /* "V" */
113 static const UChar VVVV_UC_STR[] = {0x56, 0x56, 0x56, 0x56, 0x00}; /* "VVVV" *
    [all...]
  /external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
EncryptedPrivateKeyInfoData.java 43 (byte) 0x1e, (byte) 0x02, (byte) 0x81, (byte) 0x81, (byte) 0x00,
67 (byte) 0x3f, (byte) 0x2b, (byte) 0x85, (byte) 0x00, (byte) 0xd5,
70 (byte) 0x00, (byte) 0x9a, (byte) 0xfb, (byte) 0x6f, (byte) 0x72,
101 (byte) 0x04, (byte) 0x00, (byte) 0x00, //
153 (byte) 0x00, (byte) 0x01, (byte) 0x02, (byte) 0x03, (byte) 0x04,
204 (byte) 0xff, (byte) 0x00, (byte) 0x01, (byte) 0x02, (byte) 0x03,
255 (byte) 0xfe, (byte) 0xff, (byte) 0x00, (byte) 0x01, (byte) 0x02,
315 (byte) 0x05, (byte) 0x00, (byte) 0x04, (byte) 0x82, (byte) 0x04,
316 (byte) 0x00, (byte) 0x00, (byte) 0x01, (byte) 0x02, (byte) 0x03
    [all...]
  /external/chromium/net/base/
x509_certificate_known_roots_win.h 17 {0x00, 0x48, 0xf8, 0xd3, 0x7b, 0x15, 0x3f, 0x6e, 0xa2, 0x79,
19 {0x00, 0xea, 0x52, 0x2c, 0x8a, 0x9c, 0x06, 0xaa, 0x3e, 0xcc,
30 0xac, 0x00, 0x60, 0xa7, 0x23, 0x54, 0xe6, 0x4b, 0x01, 0x92},
36 0x22, 0xed, 0xbc, 0x5e, 0x46, 0x00, 0xe3, 0xbe, 0xf9, 0xd7},
75 {0x20, 0x99, 0x00, 0xb6, 0x3d, 0x95, 0x57, 0x28, 0x14, 0x0c,
76 0xd1, 0x36, 0x22, 0xd8, 0xc6, 0x87, 0xa4, 0xeb, 0x00, 0x85},
81 {0x21, 0x6b, 0x2a, 0x29, 0xe6, 0x2a, 0x00, 0xce, 0x82, 0x01,
110 0xc5, 0x32, 0xd1, 0xd6, 0xed, 0x90, 0x9f, 0x45, 0x00, 0x2f},
166 0x47, 0x50, 0xd2, 0xe4, 0xd6, 0xab, 0x00, 0x48, 0xfd, 0xc4},
185 {0x44, 0x63, 0xc5, 0x31, 0xd7, 0xcc, 0xc1, 0x00, 0x67, 0x94
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
EncryptedPrivateKeyInfoData.java 43 (byte) 0x1e, (byte) 0x02, (byte) 0x81, (byte) 0x81, (byte) 0x00,
67 (byte) 0x3f, (byte) 0x2b, (byte) 0x85, (byte) 0x00, (byte) 0xd5,
70 (byte) 0x00, (byte) 0x9a, (byte) 0xfb, (byte) 0x6f, (byte) 0x72,
101 (byte) 0x04, (byte) 0x00, (byte) 0x00, //
153 (byte) 0x00, (byte) 0x01, (byte) 0x02, (byte) 0x03, (byte) 0x04,
204 (byte) 0xff, (byte) 0x00, (byte) 0x01, (byte) 0x02, (byte) 0x03,
255 (byte) 0xfe, (byte) 0xff, (byte) 0x00, (byte) 0x01, (byte) 0x02,
315 (byte) 0x05, (byte) 0x00, (byte) 0x04, (byte) 0x82, (byte) 0x04,
316 (byte) 0x00, (byte) 0x00, (byte) 0x01, (byte) 0x02, (byte) 0x03
    [all...]
  /external/wpa_supplicant/
wpa.c 33 static const u8 WPA_OUI_TYPE[] = { 0x00, 0x50, 0xf2, 1 };
35 static const u8 WPA_AUTH_KEY_MGMT_NONE[] = { 0x00, 0x50, 0xf2, 0 };
36 static const u8 WPA_AUTH_KEY_MGMT_UNSPEC_802_1X[] = { 0x00, 0x50, 0xf2, 1 };
37 static const u8 WPA_AUTH_KEY_MGMT_PSK_OVER_802_1X[] = { 0x00, 0x50, 0xf2, 2 };
38 static const u8 WPA_CIPHER_SUITE_NONE[] = { 0x00, 0x50, 0xf2, 0 };
39 static const u8 WPA_CIPHER_SUITE_WEP40[] = { 0x00, 0x50, 0xf2, 1 };
40 static const u8 WPA_CIPHER_SUITE_TKIP[] = { 0x00, 0x50, 0xf2, 2 };
42 static const u8 WPA_CIPHER_SUITE_WRAP[] = { 0x00, 0x50, 0xf2, 3 };
44 static const u8 WPA_CIPHER_SUITE_CCMP[] = { 0x00, 0x50, 0xf2, 4 };
45 static const u8 WPA_CIPHER_SUITE_WEP104[] = { 0x00, 0x50, 0xf2, 5 }
    [all...]
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc     [all...]
  /external/qemu/hw/
pci.c 497 case 0x00:
500 case 0x00:
525 case 0x00:
887 s->dev.config[0x05] = 0x00;
889 s->dev.config[0x07] = 0x00; // status = fast devsel
890 s->dev.config[0x08] = 0x00; // revision
891 s->dev.config[0x09] = 0x00; // programming i/f
  /frameworks/base/obex/javax/obex/
ObexHelper.java 99 public static final int OBEX_AUTH_REALM_CHARSET_ASCII = 0x00;
135 * <TD>0x00</TD>
178 * 0x00 is a unicode null terminate string with the first
181 case 0x00:
264 if ((headerID & 0xC0) == 0x00) {
407 out.write(0x00);
705 case 0x00:
    [all...]
  /external/grub/netboot/
depca.c 239 #define DEPCA_NICSR ioaddr+0x00 /* Network interface CSR */
669 u8 sig[] = { 0xFF, 0x00, 0x55, 0xAA, 0xFF, 0x00, 0x55, 0xAA };
  /external/icu4c/common/
ucnvhz.c 238 if(args->converter->toUnicodeStatus == 0x00){
281 args->converter->toUnicodeStatus =0x00;
460 args->converter->fromUChar32=0x00;

Completed in 1238 milliseconds

<<41424344454647484950>>