HomeSort by relevance Sort by last modified time
    Searched defs:USHORT (Results 1 - 18 of 18) sorted by null

  /external/dexmaker/src/dx/java/com/android/dx/dex/
SizeOf.java 23 public static final int USHORT = 2;
66 * type_idx ushort
68 public static final int TYPE_ITEM = USHORT;
78 * class_idx ushort
79 * type_idx/proto_idx ushort
82 public static final int MEMBER_ID_ITEM = USHORT + USHORT + UINT;
97 * type ushort
98 * unused ushort
102 public static final int MAP_ITEM = USHORT + USHORT + UINT + UINT
    [all...]
  /libcore/dex/src/main/java/com/android/dex/
SizeOf.java 23 public static final int USHORT = 2;
66 * type_idx ushort
68 public static final int TYPE_ITEM = USHORT;
78 * class_idx ushort
79 * type_idx/proto_idx ushort
82 public static final int MEMBER_ID_ITEM = USHORT + USHORT + UINT;
97 * type ushort
98 * unused ushort
102 public static final int MAP_ITEM = USHORT + USHORT + UINT + UINT
    [all...]
  /external/clang/test/Lexer/
ms-extensions.c 19 #define USHORT 0xffffui16
25 unsigned short s = USHORT;
  /external/kernel-headers/original/asm-mips/fw/arc/
types.h 20 typedef unsigned short USHORT;
45 typedef unsigned short USHORT;
56 typedef USHORT *_PUSHORT;
67 typedef USHORT *PUSHORT;
75 USHORT CursorXPosition;
76 USHORT CursorYPosition;
77 USHORT CursorMaxXPosition;
78 USHORT CursorMaxYPosition;
79 USHORT ForegroundColor;
80 USHORT BackgroundColor
    [all...]
  /external/aac/libSYS/include/
machine_type.h 133 /** \var USHORT
167 typedef unsigned short USHORT;
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 116 typedef unsigned short USHORT; /* us */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 116 typedef unsigned short USHORT; /* us */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 31 USHORT = c_ushort
181 'SMALL_RECT', 'UINT', 'ULARGE_INTEGER', 'ULONG', 'USHORT',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 31 USHORT = c_ushort
181 'SMALL_RECT', 'UINT', 'ULARGE_INTEGER', 'ULONG', 'USHORT',
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 44 #define USHORT EAS_U16
  /ndk/sources/android/support/src/stdio/
vfwprintf.c 159 SHORT, USHORT, CHAR, UCHAR,
200 S('o') = USHORT, S('u') = USHORT,
201 S('x') = USHORT, S('X') = USHORT,
249 break; case USHORT: arg->i = (unsigned short)va_arg(*ap, int);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 577 typedef IntType<uint16_t, 2> USHORT; /* 16-bit unsigned integer. */
586 /* 16-bit unsigned integer (USHORT) that describes a quantity in FUnits. */
587 typedef USHORT UFWORD;
617 typedef USHORT GlyphID;
620 struct Index : USHORT {
626 struct Offset : USHORT
678 USHORT major;
679 USHORT minor;
855 /* An array with a USHORT number of elements. */
857 struct ArrayOf : GenericArrayOf<USHORT, Type> {}
    [all...]
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 577 typedef IntType<uint16_t, 2> USHORT; /* 16-bit unsigned integer. */
586 /* 16-bit unsigned integer (USHORT) that describes a quantity in FUnits. */
587 typedef USHORT UFWORD;
617 typedef USHORT GlyphID;
620 struct Index : USHORT {
626 struct Offset : USHORT
672 USHORT major;
673 USHORT minor;
849 /* An array with a USHORT number of elements. */
851 struct ArrayOf : GenericArrayOf<USHORT, Type> {}
    [all...]
  /external/lzma/CPP/Common/
MyWindows.h 24 typedef unsigned short USHORT;
161 USHORT uiVal;
  /prebuilts/runtime/common/dex/
dex-host-prebuilt.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 1322 milliseconds