HomeSort by relevance Sort by last modified time
    Searched refs:Short (Results 151 - 175 of 254) sorted by null

1 2 3 4 5 67 8 91011

  /libcore/luni/src/main/java/java/text/
NumberFormat.java 276 * The number must be a subclass of {@code Number}. Instances of {@code Byte}, {@code Short},
299 if (object instanceof Byte || object instanceof Short || object instanceof Integer ||
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 608 if (bytecode.length + length > Short.MAX_VALUE) {
    [all...]
  /external/valgrind/main/VEX/priv/
main_main.c 135 vassert(2 == sizeof(Short));
180 HInstr* (*directReload) ( HInstr*, HReg, Short );
248 directReload = (HInstr*(*)(HInstr*,HReg,Short)) directReload_X86;
    [all...]
host_x86_defs.h 486 /* Mem fence (not just sse2, but sse0 and 1 too). In short,
684 HReg vreg, Short spill_off );
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 721 uw1 = *(Short *)expr;
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp     [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ArraysTest.java 59 short[] shortArray;
299 * java.util.Arrays#binarySearch(short[], short)
302 // Test for method int java.util.Arrays.binarySearch(short [], short)
303 for (short counter = 0; counter < arraySize; counter++)
304 assertTrue("Binary search on short[] answered incorrect position",
307 -1, Arrays.binarySearch(intArray, (short) -1));
310 Arrays.binarySearch(intArray, (short) arraySize) == -(arraySize + 1));
311 for (short counter = 0; counter < arraySize; counter++
    [all...]
LinkedHashMapTest.java 161 m.put(new Short((short) 0), "short");
164 assertEquals("Failed adding to bucket containing null", "short", m.get(
165 new Short((short) 0)));
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 94 static int Get16m(const void * Short)
96 return(((uchar *)Short)[0] << 8) | ((uchar *)Short)[1];
124 short H[4],V[4];
    [all...]
  /dalvik/vm/
Jni.cpp     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
FormatterTest.java     [all...]
HashMapTest.java 452 m.put(new Short((short) 0), "short");
455 assertEquals("Failed adding to bucket containing null", "short", m
456 .get(new Short((short) 0)));
LinkedHashMapTest.java 168 m.put(new Short((short) 0), "short");
171 assertEquals("Failed adding to bucket containing null", "short", m.get(
172 new Short((short) 0)));
ArraysTest.java 66 static short[] shortArray;
313 * @tests java.util.Arrays#binarySearch(short[], short)
316 // Test for method int java.util.Arrays.binarySearch(short [], short)
317 for (short counter = 0; counter < arraySize; counter++)
318 assertTrue("Binary search on short[] answered incorrect position",
321 -1, Arrays.binarySearch(intArray, (short) -1));
324 Arrays.binarySearch(intArray, (short) arraySize) == -(arraySize + 1));
325 for (short counter = 0; counter < arraySize; counter++
    [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 415 case BuiltinType::Short:
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java 277 public short getShort(int columnIndex) throws SQLException {
278 Short sh = internalGetShort(columnIndex);
285 private Short internalGetShort(int columnIndex) throws SQLException {
292 return Short.valueOf(lastg);
299 public short getShort(String columnName) throws SQLException {
1018 public void updateShort(int colIndex, short b) throws SQLException {
1024 rowbuf[colIndex - 1] = Short.toString(b);
1157 public void updateShort(String colName, short b) throws SQLException {
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetMetaDataTest.java 78 assertEquals(Short.class.getName(), rsmd.getColumnClassName(1));
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventManager.java 192 short rssi = intent.getShortExtra(BluetoothDevice.EXTRA_RSSI, Short.MIN_VALUE);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 563 oos.writeShort(Short.MAX_VALUE);
566 assertTrue("Read incorrect short value",
567 ois.readShort() == Short.MAX_VALUE);
    [all...]
  /external/javassist/src/main/javassist/
CtBehavior.java 858 boolean wide = subr + 2 - pos > Short.MAX_VALUE;
865 else if (offset <= Short.MAX_VALUE) {
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 322 # It's a short option:
344 } # end else short option
393 Getopt::Mixed - getopt processing with both long and short options
414 doesn't support short options. I wanted both, since long options are
415 easier to remember and short options are faster to type.
418 combines (I hope) flexibility and simplicity. It supports both short
420 Short options which do not take an argument can be grouped together.
421 Short options which do take an argument must be the last option in
469 From the user's perspective, short options are introduced by a dash
471 Short options may be combined ("-a -b" can be written "-ab"), but a
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 562 oos.writeShort(Short.MAX_VALUE);
565 assertTrue("Read incorrect short value",
566 ois.readShort() == Short.MAX_VALUE);
    [all...]
  /dalvik/libnativehelper/include/nativehelper/
jni.h 45 typedef unsigned short jchar; /* unsigned 16 bits */
46 typedef short jshort; /* signed 16 bits */
636 CALL_TYPE(jshort, Short)
686 CALL_NONVIRT_TYPE(jshort, Short)
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 45 typedef unsigned short jchar; /* unsigned 16 bits */
46 typedef short jshort; /* signed 16 bits */
636 CALL_TYPE(jshort, Short)
686 CALL_NONVIRT_TYPE(jshort, Short)
    [all...]

Completed in 1267 milliseconds

1 2 3 4 5 67 8 91011