HomeSort by relevance Sort by last modified time
    Searched refs:Short (Results 26 - 50 of 949) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/curl/docs/cmdline-opts/
manual.d 2 Short: M
silent.d 2 Short: s
help.d 2 Short: h
5 Usage help. This lists all current command line options with a short
http1.0.d 0 Short: 0
show-error.d 2 Short: S
append.d 0 Short: a
disable.d 2 Short: q
ipv4.d 0 Short: 4
ipv6.d 0 Short: 6
verbose.d 0 Short: v
  /external/slf4j/slf4j-api/src/test/java/org/slf4j/
Differentiator.java 34 static public short getDiffentiator() {
35 return (short) random.nextInt(Short.MAX_VALUE);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/
Test_rsub_int.java 59 * 2: a = Short.MAX_VALUE, b = 0, b-a = -Short.MAX_VALUE
64 assertEquals(-Short.MAX_VALUE, t.run(Short.MAX_VALUE));
70 * 2: a = Short.MIN_VALUE, b = 0, b-a = 32768
75 assertEquals(32768, t.run(Short.MIN_VALUE));
88 * 1: a = 0, b = Short.MAX_VALUE, b-a = Short.MAX_VALUE
89 * 2: a = 1, b = Short.MAX_VALUE, b-a = 32766
90 * 3: a = -1, b = Short.MAX_VALUE, b-a = 3276
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_int_lit16/
Test_mul_int_lit16.java 71 * @title Arguments = 0, Short.MAX_VALUE
75 assertEquals(0, t.run(Short.MAX_VALUE));
79 * @title Arguments = 1, Short.MAX_VALUE
83 assertEquals(Short.MAX_VALUE, t.run(Short.MAX_VALUE));
87 * @title Arguments = 1, Short.MIN_VALUE
91 assertEquals(Short.MIN_VALUE, t.run(Short.MIN_VALUE));
95 * @title Arguments = 32767, Short.MIN_VALUE
99 assertEquals(-1073709056, t.run(Short.MIN_VALUE))
    [all...]
  /frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
Decoder.java 21 public static final byte SIG_MAP = 'M'; // a map with an short key
22 public static final short SIG_END_MAP = 0;
66 short len = mBuf.getShort();
72 private Map<Short, Object> readMap() {
73 Map<Short, Object> m = new HashMap<Short, Object>();
77 if (!(o instanceof Short)) {
78 throw new DecoderException("Expected short key, got " + o.getClass());
81 Short key = (Short)o
    [all...]
  /external/guava/guava/src/com/google/common/primitives/
Shorts.java 39 * Static utility methods pertaining to {@code short} primitives, that are not
40 * already found in either {@link Short} or {@link Arrays}.
54 * The number of bytes required to represent a primitive {@code short}
57 public static final int BYTES = Short.SIZE / Byte.SIZE;
60 * The largest power of two that can be represented as a {@code short}.
64 public static final short MAX_POWER_OF_TWO = 1 << (Short.SIZE - 2);
68 * {@code ((Short) value).hashCode()}.
70 * @param value a primitive {@code short} value
73 public static int hashCode(short value)
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Shorts.java 37 * Static utility methods pertaining to {@code short} primitives, that are not
38 * already found in either {@link Short} or {@link Arrays}.
52 * The number of bytes required to represent a primitive {@code short}
55 public static final int BYTES = Short.SIZE / Byte.SIZE;
58 * The largest power of two that can be represented as a {@code short}.
62 public static final short MAX_POWER_OF_TWO = 1 << (Short.SIZE - 2);
66 * {@code ((Short) value).hashCode()}.
68 * @param value a primitive {@code short} value
71 public static int hashCode(short value)
    [all...]
  /art/test/567-checker-compare/src/
Main.java 84 /// CHECK-START: int Main.compareShorts(short, short) intrinsics_recognition (after)
88 /// CHECK-START: int Main.compareShorts(short, short) instruction_simplifier (after)
92 /// CHECK-START: int Main.compareShorts(short, short) instruction_simplifier (after)
95 private static int compareShorts(short x, short y) {
145 /// CHECK-START: int Main.compareByteShort(byte, short) intrinsics_recognition (after)
149 /// CHECK-START: int Main.compareByteShort(byte, short) instruction_simplifier (after
    [all...]
  /art/test/460-multiple-returns3/src/
Main.java 27 short result = (Short) m.invoke(null);
  /external/aac/libAACenc/src/
psy_data.h 111 * temporary storage for the regrouped short energies and thresholds between
119 FIXP_DBL Short[TRANS_FAC][MAX_SFB_SHORT];
125 FIXP_DBL Short[TRANS_FAC][MAX_SFB_SHORT];
131 FIXP_DBL Short[TRANS_FAC][MAX_SFB_SHORT];
137 INT Short[TRANS_FAC][MAX_SFB_SHORT];
  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
ShortsTest.java 39 private static final short[] EMPTY = {};
40 private static final short[] ARRAY1 = {(short) 1};
41 private static final short[] ARRAY234
42 = {(short) 2, (short) 3, (short) 4};
44 private static final short LEAST = Short.MIN_VALUE;
45 private static final short GREATEST = Short.MAX_VALUE
    [all...]
  /external/jline/src/src/main/java/jline/
ConsoleReader.java 43 names.put("MOVE_TO_BEG", new Short(MOVE_TO_BEG));
44 names.put("MOVE_TO_END", new Short(MOVE_TO_END));
45 names.put("PREV_CHAR", new Short(PREV_CHAR));
46 names.put("NEWLINE", new Short(NEWLINE));
47 names.put("KILL_LINE", new Short(KILL_LINE));
48 names.put("PASTE", new Short(PASTE));
49 names.put("CLEAR_SCREEN", new Short(CLEAR_SCREEN));
50 names.put("NEXT_HISTORY", new Short(NEXT_HISTORY));
51 names.put("PREV_HISTORY", new Short(PREV_HISTORY));
52 names.put("START_OF_HISTORY", new Short(START_OF_HISTORY))
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_lib.h 54 Int getBlockSAV(Short block[]);
59 void blockIdct(Short *block);
60 void blockIdct_SSE(Short *input);
61 void BlockDCTEnc(Short *blockData, Short *blockCoeff);
65 Int BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
69 Int BlockQuantDequantH263Intra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
73 Int BlockQuantDequantH263DCInter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam
    [all...]
  /external/javassist/src/main/javassist/bytecode/annotation/
ShortMemberValue.java 24 * Short integer constant value.
33 * Constructs a short constant value. The initial value is specified
44 * Constructs a short constant value.
48 public ShortMemberValue(short s, ConstPool cp) {
54 * Constructs a short constant value. The initial value is 0.
58 setValue((short)0);
62 return new Short(getValue());
66 return short.class;
72 public short getValue() {
73 return (short)cp.getIntegerInfo(valueIndex)
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
BuilderOffsetInstruction.java 58 if (codeOffset < Short.MIN_VALUE || codeOffset > Short.MAX_VALUE) {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
udf.l 2 ^[^:]*:16: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Short branches, Undefined, SVC, LDM/STM

Completed in 951 milliseconds

12 3 4 5 6 7 8 91011>>