HomeSort by relevance Sort by last modified time
    Searched full:short (Results 1726 - 1750 of 5109) sorted by null

<<61626364656667686970>>

  /cts/tools/host/src/com/android/cts/
HostUtils.java 86 // the check either. So copy the data into a short[] instead to work around the problem.
87 short shortData[] = new short[rawImage.size / 2];
92 shortData[x] = (short)((b << 8) | a);
  /cts/tools/vm-tests/src/dot/junit/opcodes/xor_int_lit16/
Test_xor_int_lit16.java 65 * @title Arguments = Integer.MAX_VALUE, Short.MIN_VALUE
  /dalvik/docs/opcodes/
opcode-4b-aput.html 40 51: aput-short
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form20t.java 90 write(out, opcodeUnit(insn, 0), (short) offset);
Form21s.java 102 (short) value);
Form21t.java 98 (short) offset);
Form22t.java 101 (short) offset);
Form22x.java 84 (short) regs.get(1).getReg());
  /dalvik/dx/src/com/android/dx/dex/file/
ItemType.java 54 /** {@code non-null;} the short human name */
  /dalvik/dx/src/com/android/dx/rop/cst/
CstLiteralBits.java 65 return (short) bits == bits;
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 58 /** basic type constant for {@code short} */
91 /** {@code non-null;} instance representing {@code short} */
92 public static final Type SHORT = new Type("S", BT_SHORT);
115 putIntern(SHORT);
197 * {@code non-null;} instance representing {@code java.lang.Short}; the
201 public static final Type SHORT_CLASS = intern("Ljava/lang/Short;");
234 /** {@code non-null;} instance representing {@code short[]} */
235 public static final Type SHORT_ARRAY = SHORT.getArrayType();
502 case BT_SHORT: return "short";
  /dalvik/dx/src/com/android/dx/util/
ByteArray.java 131 * Gets the {@code signed short} value at a particular offset.
134 * @return {@code signed short} at that offset
187 * Gets the {@code unsigned short} value at a particular offset.
190 * @return {@code unsigned short} at that offset
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/util/
Resources.java 156 * @param style The style, 0 for long, 1 for short
215 * array for each time zone name type. (standard/long, standard/short,
216 * daylight/long, daylight/short) The native method that fetches these
261 * long and short format. It's exactly the array layout required by
  /dalvik/libcore/luni/src/test/java/java/text/
NumberFormatTest.java 35 public short shortValue() { throw new UnsupportedOperationException(); }
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
CDATASectionImpl.java 44 public short getNodeType() {
DocumentTypeImpl.java 79 public short getNodeType() {
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMNamedNodeMap.java 54 short m_count = -1;
78 short count = 0;
284 public DTMException(short code, String message)
295 public DTMException(short code)
  /dalvik/tests/003-omnibus-opcodes/src/
InstField.java 98 public short mShort1, mShort2;
  /dalvik/tests/061-out-of-memory/src/
Main.java 34 * try to allocate it instead of short-circuiting.
  /dalvik/vm/mterp/x86/
OP_IGET.S 10 * for: iget, iget-object, iget-boolean, iget-byte, iget-char, iget-short
OP_IPUT.S 11 * for: iput, iput-object, iput-boolean, iput-byte, iput-char, iput-short
  /dalvik/vm/mterp/x86-atom/
OP_AGET.S 24 * For: aget, aget-boolean, aget-byte, aget-char, aget-object, sget, aget-short
OP_APUT.S 25 * For: aput-boolean, aput-byte, aput-char, aput-object, aput-short
OP_SGET.S 21 * For: sget-boolean, sget-byte, sget-char, sget-object, sget, sget-short
OP_SPUT.S 21 * For: sput-boolean, sput-byte, sput-char, sput-object, sput, sput-short

Completed in 1142 milliseconds

<<61626364656667686970>>