Searched
full:short (Results
701 -
725 of
5109) sorted by null
<<21222324252627282930>>
/external/webkit/WebCore/dom/ |
NodeRareData.h | 92 short tabIndex() const { return m_tabIndex; } 93 void setTabIndexExplicitly(short index) { m_tabIndex = index; m_tabIndexWasSetExplicitly = true; } 115 short m_tabIndex;
|
/external/webkit/WebCore/svg/ |
SVGColor.h | 58 unsigned short colorType() const; 67 void setColor(unsigned short colorType, const String& rgbColor, const String& iccColor, ExceptionCode&); 87 unsigned short m_colorType;
|
/external/webkit/WebCore/xml/ |
XPathResult.h | 61 void convertTo(unsigned short type, ExceptionCode&); 63 unsigned short resultType() const; 81 unsigned short m_resultType;
|
/external/zlib/contrib/infback9/ |
inftree9.h | 27 unsigned short val; /* offset in table or code value */ 53 extern int inflate_table9 OF((codetype type, unsigned short FAR *lens, 55 unsigned FAR *bits, unsigned short FAR *work));
|
/external/zlib/ |
inftrees.h | 27 unsigned short val; /* offset in table or code value */ 53 extern int inflate_table OF((codetype type, unsigned short FAR *lens, 55 unsigned FAR *bits, unsigned short FAR *work));
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
filter.h | 31 unsigned short len; 88 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } 91 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k }
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
filter.h | 31 unsigned short len; 88 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } 91 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k }
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
filter.h | 31 unsigned short len; 88 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } 91 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k }
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
filter.h | 31 unsigned short len; 88 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } 91 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k }
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
filter.h | 31 unsigned short len; 88 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } 91 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k }
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
filter.h | 31 unsigned short len; 88 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } 91 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k }
|
/frameworks/base/awt/java/awt/image/ |
ComponentColorModel.java | 53 // DataBuffer.TYPE_USHORT, DataBuffer.Short and 123 private short to_LINEAR_16RGB_LUT[]; // Lookup table for conversion from 199 maxValues[i] = Short.MAX_VALUE; 361 short sa[]; 363 sa = new short[numComponents]; 365 sa = (short[])obj; 368 sa[i] = (short)components[idx]; 423 short usa[]; 425 usa = new short[numComponents]; 427 usa = (short[])obj [all...] |
/bionic/libc/bionic/ |
rand48.h | 22 void _dorand48(unsigned short[3]);
|
/bionic/libc/kernel/common/linux/ |
ipc.h | 27 unsigned short seq;
|
/bionic/libc/kernel/common/linux/mtd/ |
nftl.h | 33 unsigned short cylinders;
|
/bionic/libc/private/ |
rand48.h | 22 void __dorand48(unsigned short[3]);
|
/cts/tests/tests/jni/src/android/jni/cts/ |
StaticNonce.java | 41 public static native short returnShort(); 49 public static native short[] returnShortArray(); 56 public static native boolean takeShort(short v); 67 public static native boolean takeOneOfEach(boolean v0, byte v1, short v2,
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/sipush/jm/ |
T_sipush_2.java | 21 public short run() {
|
T_sipush_3.java | 21 public short run() {
|
T_sipush_4.java | 21 public short run() {
|
/cts/tools/vm-tests/src/dot/junit/opcodes/add_int_lit16/d/ |
T_add_int_lit16_7.java | 22 return 0 + Short.MAX_VALUE;
|
T_add_int_lit16_8.java | 22 return Integer.MAX_VALUE + Short.MAX_VALUE;
|
/cts/tools/vm-tests/src/dot/junit/opcodes/add_int_lit8/d/ |
T_add_int_lit8_12.java | 22 return Short.MIN_VALUE + Byte.MIN_VALUE;
|
/cts/tools/vm-tests/src/dot/junit/opcodes/div_int_lit16/d/ |
T_div_int_lit16_10.java | 22 return Integer.MIN_VALUE / Short.MAX_VALUE;
|
T_div_int_lit16_11.java | 22 return 1 / Short.MAX_VALUE;
|
Completed in 150 milliseconds
<<21222324252627282930>>