Searched
full:short (Results
1051 -
1075 of
5109) sorted by null
<<41424344454647484950>>
/bionic/libc/kernel/common/linux/ |
bio.h | 63 unsigned short bi_vcnt; 64 unsigned short bi_idx; 66 unsigned short bi_phys_segments; 68 unsigned short bi_hw_segments;
|
ipx.h | 67 unsigned short ipx_flags;
|
proc_fs.h | 36 unsigned short namelen;
|
/bionic/libc/kernel/common/linux/sunrpc/ |
sched.h | 62 unsigned short tk_flags; 71 unsigned short tk_timeouts; 77 unsigned short tk_pid; 151 unsigned short qlen;
|
/bootable/bootloader/legacy/include/msm7k/ |
dmov.h | 145 #define CMD_DST_SWAP_SHORTS (1 << 15) /* exchange each short n with short n+1 */ 149 #define CMD_SRC_SWAP_SHORTS (1 << 12) /* exchange each short n with short n+1 */
|
/bootable/recovery/minui/ |
minui.h | 21 typedef unsigned short gr_pixel;
|
/build/core/ |
product.mk | 168 # $(1): short product name like "generic" 170 define _resolve-short-product-name 187 define resolve-short-product-name 188 $(strip $(call _resolve-short-product-name,$(1)))
|
/build/tools/droiddoc/test/stubs/expected/com/android/stubs/ |
Parent.java | 14 public static final short public_static_final_short = 43;
|
/build/tools/droiddoc/test/stubs/src/com/android/stubs/ |
Parent.java | 22 public static final short public_static_final_short = 43;
|
/build/tools/soslim/ |
common.h | 35 short val = 0x10;
|
/cts/tests/tests/content/src/android/content/cts/ |
ContentValuesTest.java | 209 Short expected = 20; 210 mContentValues.put("Short", expected); 211 assertEquals(expected, mContentValues.getAsShort("Short")); 214 mContentValues.put("Short", expected); 215 assertEquals(expected, mContentValues.getAsShort("Short")); 231 mContentValues.put("Short", 12); 235 mContentValues.remove("Short"); 238 mContentValues.put("Short", 12); 411 notes = "Test put(String key, Short value).", 413 args = {java.lang.String.class, java.lang.Short.class [all...] |
/cts/tests/tests/jni/src/android/jni/cts/ |
JniInstanceTest.java | 116 short[] array = target.returnShortArray(); 117 assertSame(short[].class, array.getClass()); 166 assertTrue(target.takeShort((short) 19991)); 256 (short) 2, (char) 3, (int) 4, 5L, "six", 7.0f, 8.0,
|
/cts/tools/signature-tools/src/signature/model/ |
IPrimitiveType.java | 31 * <li><code>short</code>
|
/cts/tools/signature-tools/src/signature/model/impl/ |
SigPrimitiveType.java | 23 "char"), SHORT_TYPE("short"), INT_TYPE("int"), LONG_TYPE("long"),
|
/cts/tools/vm-tests/src/dot/junit/opcodes/aget_short/d/ |
T_aget_short_1.d | 30 aget-short v0, v7, v8
|
T_aget_short_2.d | 31 aget-short v0, v7, v1
|
T_aget_short_3.d | 31 aget-short v0, v7, v1
|
T_aget_short_4.d | 30 aget-short v0, v7, v8
|
T_aget_short_5.d | 30 aget-short v0, v7, v8
|
T_aget_short_6.d | 30 aget-short v0, v7, v8
|
T_aget_short_7.d | 30 aget-short v0, v7, v6
|
T_aget_short_8.d | 30 aget-short v0, v7, v8
|
T_aget_short_9.d | 30 aget-short v0, v7, v9
|
/cts/tools/vm-tests/src/dot/junit/opcodes/aput_short/d/ |
T_aput_short_1.d | 30 aput-short v10, v8, v9
|
T_aput_short_10.d | 31 aput-short v10, v8, v9
|
Completed in 894 milliseconds
<<41424344454647484950>>