HomeSort by relevance Sort by last modified time
    Searched refs:x1A (Results 1 - 25 of 549) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/core/src/fxcrt/
fx_xml_parser.cpp 69 0x00, 0x00, 0x00, 0x00, 0x00, 0x7A, 0x7A, 0x7A, 0x7A, 0x7A, 0x7A, 0x1A,
70 0x1A, 0x1A, 0x1A, 0x1A, 0x1A, 0x1A, 0x1A, 0x1A, 0x1A, 0x1A, 0x1A, 0x1A
    [all...]
  /device/google/dragon/bluetooth/
bdroid_buildcfg.h 20 #define BTA_DM_COD {0x1A, 0x01, 0x1C}
  /device/htc/flounder/bluetooth/
bdroid_buildcfg.h 20 #define BTA_DM_COD {0x1A, 0x01, 0x1C}
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmSmsCbTest.java 82 (byte)0x3A, (byte)0x1A, (byte)0x34, (byte)0x0E, (byte)0xCB, (byte)0xE5, (byte)0xE9,
85 (byte)0xF7, (byte)0xB9, (byte)0xD1, (byte)0x68, (byte)0x34, (byte)0x1A, (byte)0x8D,
86 (byte)0x46, (byte)0xA3, (byte)0xD1, (byte)0x68, (byte)0x34, (byte)0x1A, (byte)0x8D,
87 (byte)0x46, (byte)0xA3, (byte)0xD1, (byte)0x68, (byte)0x34, (byte)0x1A, (byte)0x8D,
88 (byte)0x46, (byte)0xA3, (byte)0xD1, (byte)0x68, (byte)0x34, (byte)0x1A, (byte)0x8D,
111 (byte)0x1A, (byte)0x34, (byte)0x0E, (byte)0xCB, (byte)0xE5, (byte)0xE9,
115 (byte)0x34, (byte)0x1A, (byte)0x8D, (byte)0x46, (byte)0xA3, (byte)0xD1,
116 (byte)0x68, (byte)0x34, (byte)0x1A, (byte)0x8D, (byte)0x46, (byte)0xA3,
117 (byte)0xD1, (byte)0x68, (byte)0x34, (byte)0x1A, (byte)0x8D, (byte)0x46,
118 (byte)0xA3, (byte)0xD1, (byte)0x68, (byte)0x34, (byte)0x1A, (byte)0x8D
    [all...]
  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
SendTestMessages.java 69 (byte)0x3A, (byte)0x1A, (byte)0x34, (byte)0x0E, (byte)0xCB, (byte)0xE5, (byte)0xE9,
72 (byte)0xF7, (byte)0xB9, (byte)0xD1, (byte)0x68, (byte)0x34, (byte)0x1A, (byte)0x8D,
73 (byte)0x46, (byte)0xA3, (byte)0xD1, (byte)0x68, (byte)0x34, (byte)0x1A, (byte)0x8D,
74 (byte)0x46, (byte)0xA3, (byte)0xD1, (byte)0x68, (byte)0x34, (byte)0x1A, (byte)0x8D,
75 (byte)0x46, (byte)0xA3, (byte)0xD1, (byte)0x68, (byte)0x34, (byte)0x1A, (byte)0x8D,
89 (byte)0x1A, (byte)0x34, (byte)0x0E, (byte)0xCB, (byte)0xE5, (byte)0xE9,
93 (byte)0x34, (byte)0x1A, (byte)0x8D, (byte)0x46, (byte)0xA3, (byte)0xD1,
94 (byte)0x68, (byte)0x34, (byte)0x1A, (byte)0x8D, (byte)0x46, (byte)0xA3,
95 (byte)0xD1, (byte)0x68, (byte)0x34, (byte)0x1A, (byte)0x8D, (byte)0x46,
96 (byte)0xA3, (byte)0xD1, (byte)0x68, (byte)0x34, (byte)0x1A, (byte)0x8D
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
Int16Rect.h 73 struct bts_Int16Rect bts_Int16Rect_create( int16 x1A, int16 y1A, int16 x2A, int16 y2A );
Int16Rect.c 82 struct bts_Int16Rect bts_Int16Rect_create( int16 x1A, int16 y1A, int16 x2A, int16 y2A )
85 rectL.x1E = x1A;
  /external/pdfium/xfa/src/fgas/include/
fx_lbk.h 15 FX_LBT_DIRECT_BRK = 0x1A,
  /external/libnfc-nci/halimpl/pn54x/dnld/
phDnldNfc_Status.h 40 PH_DL_STATUS_NOT_AUTHENTICATED = 0x1A,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evcode.h 48 #define EC_STREAM_CONTROL_STOPPED 0x1A
  /external/libnfc-nci/halimpl/pn54x/
libnfc-nxp-PN66T_example.conf 52 # min value = 0x01 to max = 0x1A
54 NXP_SYS_CLOCK_TO_CFG=0x1A
  /external/neven/Embedded/common/src/b_BasicEm/
Math.h 179 /** matrix multiply rA = x1A * x2A, input/output 1.15, no overflow protection, in-place not allowed */
180 void bbs_matMultiplyFlt16( const int16 *x1A, int16 row1A, int16 col1A,
183 /** matrix multiply rA = x1A * transposed( x2A ), input/output 1.15, no overflow protection, in-place not allowed */
184 void bbs_matMultiplyTranspFlt16( const int16 *x1A, int16 row1A, int16 col1A,
  /bionic/libc/kernel/uapi/linux/can/
error.h 79 #define CAN_ERR_PROT_LOC_EOF 0x1A
  /development/ndk/platforms/android-21/include/linux/can/
error.h 77 #define CAN_ERR_PROT_LOC_EOF 0x1A
  /external/kernel-headers/original/uapi/linux/can/
error.h 106 #define CAN_ERR_PROT_LOC_EOF 0x1A /* end of frame */
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILDeviceInfo.h 63 MacroDB = 0x1A, // Flag to specify that backend handles macrodb.
  /external/rmi4utils/rmi4update/
firmware_image.h 29 #define RMI_IMG_PACKAGE_ID_OFFSET 0x1A
  /external/wpa_supplicant_8/src/tls/
asn1.h 36 #define ASN1_TAG_VISIBLESTRING 0x1A
  /hardware/bsp/intel/peripheral/libupm/src/adis16448/
adis16448.h 56 #define XGYRO_OFF 0x1A //X-axis gyroscope bias offset factor
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_dic.h 72 #define NJ_GET_MAX_KLEN(h) ((NJ_INT16)(NJ_INT16_READ((h)+0x1A)/sizeof(NJ_CHAR)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/can/
error.h 75 #define CAN_ERR_PROT_LOC_EOF 0x1A /* end of frame */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/can/
error.h 73 #define CAN_ERR_PROT_LOC_EOF 0x1A /* end of frame */
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/can/
error.h 77 #define CAN_ERR_PROT_LOC_EOF 0x1A
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/can/
error.h 77 #define CAN_ERR_PROT_LOC_EOF 0x1A
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/can/
error.h 77 #define CAN_ERR_PROT_LOC_EOF 0x1A

Completed in 431 milliseconds

1 2 3 4 5 6 7 8 91011>>