HomeSort by relevance Sort by last modified time
    Searched full:shorts (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /libcore/luni/src/main/java/java/nio/
ShortBuffer.java 21 * A buffer of shorts.
136 * The remaining shorts will be moved to the head of the buffer, starting
147 * Compare the remaining shorts of this buffer to another short buffer's
148 * remaining shorts.
196 * Two short buffers are equal if and only if their remaining shorts are
236 * Reads shorts from the current position into the specified short array and
237 * increases the position by the number of shorts read.
253 * Reads shorts from the current position into the specified short array,
255 * number of shorts read.
263 * the number of shorts to read, must be no less than zero an
    [all...]
  /dalvik/tests/003-omnibus-opcodes/src/
Array.java 19 static void checkShorts(short[] shorts) {
20 assert(shorts[0] == 20);
21 assert(shorts[1] == 10);
22 assert(shorts[2] == 0);
23 assert(shorts[3] == -10);
24 assert(shorts[4] == -20);
IntMath.java 354 Shorty shorts = new Shorty(); local
356 shorts.mShort = (short) x;
357 shorts.mChar = (char) x;
358 shorts.mByte = (byte) x;
359 return shorts;
361 static void truncateCheck(Shorty shorts) {
362 assert(shorts.mShort == -5597); // 0xea23
363 assert(shorts.mChar == 59939); // 0xea23
364 assert(shorts.mByte == 35); // 0x23
480 Shorty shorts = truncateTest(-16717277); // 0xff00ea2 local
    [all...]
  /external/freetype/src/sfnt/
ttmtx.c 114 TT_ShortMetrics** shorts; local
135 shorts = (TT_ShortMetrics**)sm;
154 shorts = (TT_ShortMetrics**)sm;
179 FT_QNEW_ARRAY( *shorts, num_shorts ) )
201 TT_ShortMetrics* cur = *shorts;
214 FT_Short val = (*shorts)[num_shorts_checked - 1];
217 limit = *shorts + num_shorts;
  /external/guava/javadoc/com/google/common/primitives/class-use/
Shorts.html 7 Uses of Class com.google.common.primitives.Shorts (Guava Libraries 2010.01.04)
18 parent.document.title="Uses of Class com.google.common.primitives.Shorts (Guava Libraries 2010.01.04)";
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
62 &nbsp;<A HREF="Shorts.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
84 <B>Uses of Class<br>com.google.common.primitives.Shorts</B></H2>
86 No usage of com.google.common.primitives.Shorts
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
122 &nbsp;<A HREF="Shorts.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  /external/guava/javadoc/com/google/common/primitives/
package-frame.html 42 <A HREF="Shorts.html" title="class in com.google.common.primitives" target="classFrame">Shorts</A>
Shorts.html 7 Shorts (Guava Libraries 2010.01.04)
18 parent.document.title="Shorts (Guava Libraries 2010.01.04)";
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Shorts.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
61 <A HREF="../../../../index.html?com/google/common/primitives/Shorts.html" target="_top"><B>FRAMES</B></A> &nbsp;
62 &nbsp;<A HREF="Shorts.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
93 Class Shorts</H2>
96 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.google.common.primitives.Shorts</B>
100 <DT><PRE>public final class <B>Shorts</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
129 <TD><CODE><B><A HREF="../../../../com/google/common/primitives/Shorts.html#BYTES">BYTES</A></B></CODE>
148 <TD><CODE><B><A HREF="../../../../com/google/common/primitives/Shorts.html#asList(short...)">asList</A></B>(short...&nbsp;backingArray)</CODE
    [all...]
  /external/skia/src/core/
SkDither.cpp 38 #else // used packed shorts for a scanlines worth of dither values
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
in_systm.h 30 * assumes specific sizes for shorts (16 bit) and longs (32 bit) which
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Utils.java 127 * Convert a sub-array from bytes to shorts.
132 * @return an array of half the length, containing shorts
145 * Convert a byte array to an array of shorts (suitable for the phone test
149 * @return an array of half the length, containing shorts
166 * @param samples array of shorts to be converted
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
OSMemory.java 167 * Copies <code>length</code> shorts from the short array <code>shorts</code>
178 * shorts.
179 * @param shorts
180 * the short array from which to copy the shorts.
182 * the index of the first element in <code>shorts</code> that
185 * the total number of shorts to copy from <code>shorts</code>
188 * true if the shorts should be written in reverse byte order.
194 public static native void setShortArray(int address, short[] shorts, int offset
    [all...]
PlatformAddress.java 131 public final void setShortArray(int offset, short[] shorts,
134 OSMemory.setShortArray(osaddr + offset, shorts, shortsOffset, length,
  /external/chromium/third_party/icu/source/tools/genrb/
rle.h 65 * Construct an array of shorts from a run-length encoded string.
  /external/grub/stage2/
fat.h 33 /* Note that some shorts are not aligned, and must therefore
  /external/guava/javadoc/
constant-values.html 157 <TH ALIGN="left" COLSPAN="3">com.google.common.primitives.<A HREF="com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A></TH>
160 <A NAME="com.google.common.primitives.Shorts.BYTES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
162 <TD ALIGN="left"><CODE><A HREF="com/google/common/primitives/Shorts.html#BYTES">BYTES</A></CODE></TD>
  /external/icu4c/tools/genrb/
rle.h 65 * Construct an array of shorts from a run-length encoded string.
  /external/quake/quake/src/QW/client/
modelgen.h 77 // TODO: could be shorts
  /external/quake/quake/src/WinQuake/
modelgen.h 77 // TODO: could be shorts
  /frameworks/base/core/java/android/speech/
IRecognitionListener.aidl 50 * @param buffer the byte buffer containing a sequence of 16-bit shorts.
  /external/guava/src/com/google/common/primitives/
Shorts.java 44 public final class Shorts {
45 private Shorts() {}
385 int result = Shorts.compare(left[i], right[i]);
476 && Shorts.indexOf(array, (Short) target, start, end) != -1;
482 int i = Shorts.indexOf(array, (Short) target, start, end);
493 int i = Shorts.lastIndexOf(array, (Short) target, start, end);
541 result = 31 * result + Shorts.hashCode(array[i]);
  /dalvik/dx/src/junit/framework/
Assert.java 184 * Asserts that two shorts are equal. If they are not
191 * Asserts that two shorts are equal.
  /dalvik/tests/021-string2/src/junit/framework/
Assert.java 184 * Asserts that two shorts are equal. If they are not
191 * Asserts that two shorts are equal.
  /dalvik/tests/082-inline-execute/src/junit/framework/
Assert.java 184 * Asserts that two shorts are equal. If they are not
191 * Asserts that two shorts are equal.
  /external/junit/src/junit/framework/
Assert.java 181 * Asserts that two shorts are equal. If they are not
188 * Asserts that two shorts are equal.
  /libcore/junit/src/main/java/junit/framework/
Assert.java 184 * Asserts that two shorts are equal. If they are not
191 * Asserts that two shorts are equal.

Completed in 572 milliseconds

1 2 3 4