/external/libffi/testsuite/libffi.call/ |
cls_ushort.c | 13 *(ffi_arg*)resp = *(unsigned short *)args[0]; 15 printf("%d: %d\n",*(unsigned short *)args[0], 18 typedef unsigned short (*cls_ret_ushort)(unsigned short); 28 unsigned short res;
|
/external/webkit/WebCore/css/ |
CSSValue.idl | 29 const unsigned short CSS_INHERIT = 0; 30 const unsigned short CSS_PRIMITIVE_VALUE = 1; 31 const unsigned short CSS_VALUE_LIST = 2; 32 const unsigned short CSS_CUSTOM = 3; 37 readonly attribute unsigned short cssValueType;
|
/external/webkit/WebCore/dom/ |
MutationEvent.idl | 26 const unsigned short MODIFICATION = 1; 27 const unsigned short ADDITION = 2; 28 const unsigned short REMOVAL = 3; 34 readonly attribute unsigned short attrChange; 43 in unsigned short attrChange);
|
OverflowEvent.idl | 28 const unsigned short HORIZONTAL = 0; 29 const unsigned short VERTICAL = 1; 30 const unsigned short BOTH = 2; 32 readonly attribute unsigned short orient; 36 void initOverflowEvent(in unsigned short orient,
|
/external/webkit/WebCore/html/ |
MediaError.idl | 28 const unsigned short MEDIA_ERR_ABORTED = 1; 29 const unsigned short MEDIA_ERR_NETWORK = 2; 30 const unsigned short MEDIA_ERR_DECODE = 3; 31 const unsigned short MEDIA_ERR_SRC_NOT_SUPPORTED = 4; 32 readonly attribute unsigned short code;
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
sem.h | 38 unsigned short sem_nsems; 44 unsigned short sem_num; 45 short sem_op; 46 short sem_flg; 52 unsigned short __user *array;
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
sem.h | 38 unsigned short sem_nsems; 44 unsigned short sem_num; 45 short sem_op; 46 short sem_flg; 52 unsigned short __user *array;
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
sem.h | 38 unsigned short sem_nsems; 44 unsigned short sem_num; 45 short sem_op; 46 short sem_flg; 52 unsigned short __user *array;
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
sem.h | 38 unsigned short sem_nsems; 44 unsigned short sem_num; 45 short sem_op; 46 short sem_flg; 52 unsigned short __user *array;
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
sem.h | 38 unsigned short sem_nsems; 44 unsigned short sem_num; 45 short sem_op; 46 short sem_flg; 52 unsigned short __user *array;
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
sem.h | 38 unsigned short sem_nsems; 44 unsigned short sem_num; 45 short sem_op; 46 short sem_flg; 52 unsigned short __user *array;
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementTargetAttributes.java | 26 public static final short ATTRIBUTE_TYPE_AUTO = 0; 27 public static final short ATTRIBUTE_TYPE_CSS = 1; 28 public static final short ATTRIBUTE_TYPE_XML = 2; 34 public short getAttributeType(); 35 public void setAttributeType(short attributeType);
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
DOMException.java | 34 public DOMException(short code, String message) { 38 public short code; 43 public static final short INDEX_SIZE_ERR = 1; 48 public static final short DOMSTRING_SIZE_ERR = 2; 52 public static final short HIERARCHY_REQUEST_ERR = 3; 57 public static final short WRONG_DOCUMENT_ERR = 4; 61 public static final short INVALID_CHARACTER_ERR = 5; 66 public static final short NO_DATA_ALLOWED_ERR = 6; 71 public static final short NO_MODIFICATION_ALLOWED_ERR = 7; 76 public static final short NOT_FOUND_ERR = 8 [all...] |
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
ShortBufferTest.java | 101 short array[] = buf.array(); 124 short array[] = buf.array(); 126 array[i] = (short) i; 186 assertContentLikeTestData1(buf, 0, (short) 0, buf.capacity()); 202 assertContentLikeTestData1(buf, 0, (short) 0, buf.capacity()); 222 assertContentLikeTestData1(buf, 0, (short) 1, 4); 327 * Class under test for short get() 350 * Class under test for java.nio.ShortBuffer get(short[]) 356 args = {short[].class} 359 short array[] = new short[1] [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/aget_short/ |
Test_aget_short.java | 26 * @title get short from array 30 short[] arr = new short[2]; 36 * @title get short from array 40 short[] arr = new short[2]; 51 short[] arr = new short[2]; 64 short[] arr = new short[2] [all...] |
/external/skia/src/ports/ |
SkXMLParser_expat.cpp | 29 inline size_t sk_wcslen(const short* char16) { 30 const short* start = char16; 36 inline const char* ConvertUnicodeToChar(const short* ch16, size_t len, SkAutoMalloc& ch8Malloc) { 49 size_t len = sk_wcslen((const short*) el); 51 el = ConvertUnicodeToChar((const short*) el, len, el8); 62 size_t len0 = sk_wcslen((const short*) attr0); 64 attr0 = ConvertUnicodeToChar((const short*) attr0, len0, attr0_8); 65 size_t len1 = sk_wcslen((const short*) attr1); 67 attr1 = ConvertUnicodeToChar((const short*) attr1, len1, attr1_8); 80 size_t len = sk_wcslen((const short*) el) [all...] |
/hardware/broadcom/wlan/bcm4329/src/include/proto/ |
ethernet.h | 116 #define ether_cmp(a, b) (!(((short*)a)[0] == ((short*)b)[0]) | \ 117 !(((short*)a)[1] == ((short*)b)[1]) | \ 118 !(((short*)a)[2] == ((short*)b)[2])) 122 ((short*)d)[0] = ((short*)s)[0]; \ 123 ((short*)d)[1] = ((short*)s)[1]; [all...] |
/ndk/samples/hello-neon/jni/ |
helloneon-intrinsics.h | 20 void fir_filter_neon_intrinsics(short *output, const short* input, const short* kernel, int width, int kernelSize);
|
/bionic/libc/kernel/arch-x86/asm/ |
vm86.h | 68 unsigned short cs, __csh; 71 unsigned short ss, __ssh; 73 unsigned short es, __esh; 74 unsigned short ds, __dsh; 75 unsigned short fs, __fsh; 76 unsigned short gs, __gsh;
|
/dalvik/tests/041-narrowing/ |
expected.txt | 10 (short) Double.NaN = 0000 expected: 0000 15 (short) Float.NaN = 0000 expected: 0000 20 (short) Double.POSITIVE_INFINITY = ffff expected: ffff 25 (short) Double.NEGATIVE_INFINITY = 0000 expected: 0000 30 (short) Float.POSITIVE_INFINITY = ffff expected: ffff 35 (short) Float.NEGATIVE_INFINITY = 0000 expected: 0000
|
/external/iproute2/include/linux/hdlc/ |
ioctl.h | 40 unsigned short loopback; 46 unsigned short loopback; 51 unsigned short encoding; 52 unsigned short parity; 61 unsigned short lmi; 62 unsigned short dce; /* 1 for DCE (network side) operation */
|
/external/webkit/WebCore/svg/ |
SVGColor.idl | 26 const unsigned short SVG_COLORTYPE_UNKNOWN = 0; 27 const unsigned short SVG_COLORTYPE_RGBCOLOR = 1; 28 const unsigned short SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2; 29 const unsigned short SVG_COLORTYPE_CURRENTCOLOR = 3; 31 readonly attribute unsigned short colorType; 40 void setColor(in unsigned short colorType,
|
SVGComponentTransferFunctionElement.idl | 30 const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0; 31 const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1; 32 const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2; 33 const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3; 34 const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4; 35 const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5;
|
SVGFEBlendElement.idl | 31 const unsigned short SVG_FEBLEND_MODE_UNKNOWN = 0; 32 const unsigned short SVG_FEBLEND_MODE_NORMAL = 1; 33 const unsigned short SVG_FEBLEND_MODE_MULTIPLY = 2; 34 const unsigned short SVG_FEBLEND_MODE_SCREEN = 3; 35 const unsigned short SVG_FEBLEND_MODE_DARKEN = 4; 36 const unsigned short SVG_FEBLEND_MODE_LIGHTEN = 5;
|
SVGFETurbulenceElement.idl | 31 const unsigned short SVG_TURBULENCE_TYPE_UNKNOWN = 0; 32 const unsigned short SVG_TURBULENCE_TYPE_FRACTALNOISE = 1; 33 const unsigned short SVG_TURBULENCE_TYPE_TURBULENCE = 2; 36 const unsigned short SVG_STITCHTYPE_UNKNOWN = 0; 37 const unsigned short SVG_STITCHTYPE_STITCH = 1; 38 const unsigned short SVG_STITCHTYPE_NOSTITCH = 2;
|