HomeSort by relevance Sort by last modified time
    Searched refs:x03 (Results 601 - 625 of 1461) sorted by null

<<21222324252627282930>>

  /bionic/libc/kernel/arch-x86/asm/
voyager.h 57 #define VOYAGER_SUBADDRDATA 0x03
197 #define VMC_BANK0_MASK 0x03
266 #define PSI_ALARM_DISABLE 0x03
  /development/ndk/platforms/android-9/arch-x86/include/asm/
voyager.h 57 #define VOYAGER_SUBADDRDATA 0x03
197 #define VMC_BANK0_MASK 0x03
266 #define PSI_ALARM_DISABLE 0x03
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
SecureClassLoaderTest.java 64 (byte) 0x07, (byte) 0x00, (byte) 0x03, (byte) 0x01, (byte) 0x00,
66 (byte) 0x74, (byte) 0x3E, (byte) 0x01, (byte) 0x00, (byte) 0x03,
93 (byte) 0x00, (byte) 0x10, (byte) 0x01, (byte) 0x00, (byte) 0x03,
  /external/kernel-headers/original/linux/
ethtool.h 534 #define PORT_FIBRE 0x03
541 #define XCVR_DUMMY2 0x03
562 #define SCTP_V4_FLOW 0x03
filter.h 62 #define BPF_STX 0x03
  /external/openssl/crypto/aes/
aes_wrap.c 189 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
198 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
221 0x03, 0x1d, 0x33, 0x26, 0x4e, 0x15, 0xd3, 0x32,
  /frameworks/base/obex/javax/obex/
ClientOperation.java 549 more = sendRequest(0x03);
609 sendRequest(0x03);
716 more = sendRequest(0x03);
  /libcore/luni/src/test/java/tests/java/security/
SecureClassLoaderTest.java 70 (byte) 0x07, (byte) 0x00, (byte) 0x03, (byte) 0x01, (byte) 0x00,
72 (byte) 0x74, (byte) 0x3E, (byte) 0x01, (byte) 0x00, (byte) 0x03,
99 (byte) 0x00, (byte) 0x10, (byte) 0x01, (byte) 0x00, (byte) 0x03,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
voyager.h 57 #define VOYAGER_SUBADDRDATA 0x03
197 #define VMC_BANK0_MASK 0x03
266 #define PSI_ALARM_DISABLE 0x03
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
voyager.h 57 #define VOYAGER_SUBADDRDATA 0x03
197 #define VMC_BANK0_MASK 0x03
266 #define PSI_ALARM_DISABLE 0x03
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
voyager.h 57 #define VOYAGER_SUBADDRDATA 0x03
197 #define VMC_BANK0_MASK 0x03
266 #define PSI_ALARM_DISABLE 0x03
  /external/libnfc-nxp/src/
phFriNfc_MifStdFormat.c 338 NDEFMsgTLV[16] = {0x03, 0x00, 0xFE, 0x00, 0x00, 0x00, /* NDEF message TLV (INITIALISED state) */
341 MADBlk[16] = {0x0F, 0x00, 0x03, 0xE1, 0x03, 0xE1,
342 0x03, 0xE1, 0x03, 0xE1,
343 0x03, 0xE1, 0x03, 0xE1, 0x03, 0xE1};
459 /* MAD block number 2, 65 and 66 has 0x03, 0xE1 in the
461 MADBlk[PH_FRINFC_MFSTD_FMT_VAL_0] = 0x03;
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_cavlc.c 222 0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03};
300 static const u8 totalZeros_13[8] = {0x03,0x13,0x32,0x32,0x21,0x21,0x21,0x21};
  /bionic/libc/kernel/common/linux/
hil.h 90 HIL_CMD_IDD = 0x03,
180 #define HIL_IDD_HEADER_AXSET_MASK 0x03
214 #define HIL_EXD_HEADER_WRG 0x03
242 #define HIL_POL_NUM_AXES_MASK 0x03
  /bionic/libm/alpha/
fenv.h 51 #define FE_UPWARD 0x03
  /bionic/libm/include/alpha/
fenv.h 51 #define FE_UPWARD 0x03
  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptor_AutoCloseOutputStreamTest.java 37 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08
  /dalvik/dx/src/com/android/dx/io/
EncodedValueReader.java 29 public static final int ENCODED_CHAR = 0x03;
  /dalvik/vm/
IndirectRefTable.h 113 return (IndirectRefKind)((u4) iref & 0x03);
  /development/ndk/platforms/android-3/include/linux/
hil.h 90 HIL_CMD_IDD = 0x03,
180 #define HIL_IDD_HEADER_AXSET_MASK 0x03
214 #define HIL_EXD_HEADER_WRG 0x03
242 #define HIL_POL_NUM_AXES_MASK 0x03
  /development/samples/NFCDemo/src/com/example/android/nfc/simulator/
FakeTagsActivity.java 42 static final byte[] UID = new byte[] {0x05, 0x00, 0x03, 0x08};
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
AlgorithmParametersTest.java 85 final byte[] enc = new byte[] { 0x02, 0x01, 0x03 };
118 final byte[] enc = new byte[] { 0x02, 0x01, 0x03 };
358 final byte[] enc = new byte[] { 0x02, 0x01, 0x03 };
425 final byte[] enc = new byte[] { 0x02, 0x01, 0x03 };
  /external/bluetooth/bluez/test/
lmptest.c 165 if (ericsson_write_events(dd, 0x03) < 0) {
  /external/iproute2/include/linux/netfilter_ipv4/
ip_tables.h 58 #define IPT_F_MASK 0x03 /* All possible flag bits mask. */
  /external/iptables/include/linux/netfilter_ipv4/
ip_tables.h 58 #define IPT_F_MASK 0x03 /* All possible flag bits mask. */

Completed in 742 milliseconds

<<21222324252627282930>>