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

1 2 3 4 5 6 7

  /bionic/libc/arch-x86/include/machine/
setjmp.h 8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */
  /development/ndk/platforms/android-5/arch-x86/include/machine/
setjmp.h 8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/machine/
setjmp.h 8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/machine/
setjmp.h 8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */
  /development/samples/GlobalTime/src/com/android/globaltime/
LatLongSphere.java 22 float radius, int lats, int longs,
30 int tris = 2 * (lats - 1) * (longs - 1);
31 int[] vertices = new int[3 * lats * longs];
32 int[] texcoords = new int[2 * lats * longs];
33 int[] colors = new int[4 * lats * longs];
34 int[] normals = new int[3 * lats * longs];
46 for (int i = 0; i < longs; i++) {
47 float fi = (float) i / (longs - 1);
99 for (int i = 0; i < longs - 1; i++) {
  /dalvik/tests/003-omnibus-opcodes/src/
Array.java 54 static void checkLongs(long[] longs) {
55 assert(longs[0] == 0x1122334455667788L);
56 assert(longs[1] == 0x8877665544332211L);
57 assert(longs[2] == 0L);
58 assert(longs[3] == 1L);
59 assert(longs[4] == -1L);
127 static void checkRange64(long[] longs, int negVal1, int negVal2) {
131 assert(longs.length == 5);
134 l = longs[5]; // exact bound
140 longs[5] = l; // exact boun
    [all...]
  /libcore/luni/src/main/java/java/nio/
LongBuffer.java 21 * A buffer of longs.
136 * The remaining longs will be moved to the head of the buffer, staring from
147 * Compare the remaining longs of this buffer to another long buffer's
148 * remaining longs.
198 * long buffers are equal if and only if their remaining longs are exactly
237 * Reads longs from the current position into the specified long array and
238 * increases the position by the number of longs read.
254 * Reads longs from the current position into the specified long array,
256 * number of longs read.
264 * the number of longs to read, must be no less than zero and no
    [all...]
  /external/iproute2/include/linux/
atmapi.h 22 * code that still assumes that we're passing unsigned longs.
  /external/kernel-headers/original/linux/
atmapi.h 22 * code that still assumes that we're passing unsigned longs.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmapi.h 22 * code that still assumes that we're passing unsigned longs.
  /development/ndk/platforms/android-3/arch-arm/include/machine/
setjmp.h 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */
11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
  /external/guava/javadoc/com/google/common/primitives/class-use/
Longs.html 7 Uses of Class com.google.common.primitives.Longs (Guava Libraries 2010.01.04)
18 parent.document.title="Uses of Class com.google.common.primitives.Longs (Guava Libraries 2010.01.04)";
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/primitives/Longs.html" title="class in com.google.common.primitives"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
62 &nbsp;<A HREF="Longs.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
84 <B>Uses of Class<br>com.google.common.primitives.Longs</B></H2>
86 No usage of com.google.common.primitives.Longs
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/primitives/Longs.html" title="class in com.google.common.primitives"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
122 &nbsp;<A HREF="Longs.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  /external/guava/javadoc/com/google/common/primitives/
package-frame.html 38 <A HREF="Longs.html" title="class in com.google.common.primitives" target="classFrame">Longs</A>
Longs.html 7 Longs (Guava Libraries 2010.01.04)
18 parent.document.title="Longs (Guava Libraries 2010.01.04)";
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Longs.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
61 <A HREF="../../../../index.html?com/google/common/primitives/Longs.html" target="_top"><B>FRAMES</B></A> &nbsp;
62 &nbsp;<A HREF="Longs.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
93 Class Longs</H2>
96 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.google.common.primitives.Longs</B>
100 <DT><PRE>public final class <B>Longs</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/Longs.html#BYTES">BYTES</A></B></CODE>
148 <TD><CODE><B><A HREF="../../../../com/google/common/primitives/Longs.html#asList(long...)">asList</A></B>(long...&nbsp;backingArray)</CODE
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
RealSystemFacade.java 96 * TODO: The system notification manager takes ints, not longs, as IDs, but the download
97 * manager uses IDs take straight from the database, which are longs. This will have to be
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/machine/
setjmp.h 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */
11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/machine/
setjmp.h 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */
11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/machine/
setjmp.h 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */
11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/machine/
setjmp.h 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */
11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
  /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
  /external/freetype/src/sfnt/
ttmtx.c 113 TT_LongMetrics* longs; local
134 longs = (TT_LongMetrics*)lm;
153 longs = (TT_LongMetrics*)lm;
178 if ( FT_QNEW_ARRAY( *longs, num_longs ) ||
188 TT_LongMetrics cur = *longs;
  /external/guava/src/com/google/common/collect/
ComparisonChain.java 21 import com.google.common.primitives.Longs;
77 return classify(Longs.compare(left, right));
158 * Compares two {@code long} values as specified by {@link Longs#compare},
  /external/kernel-headers/original/asm-arm/
unaligned.h 13 * It is currently not believed that long longs are common, so we
14 * trade efficiency for the chars, shorts and longs against the long
15 * longs.
  /bionic/libc/unistd/
sigwait.c 38 * in the kernel, this is an array of 2 32-bit unsigned longs
  /external/guava/javadoc/
constant-values.html 139 <TH ALIGN="left" COLSPAN="3">com.google.common.primitives.<A HREF="com/google/common/primitives/Longs.html" title="class in com.google.common.primitives">Longs</A></TH>
142 <A NAME="com.google.common.primitives.Longs.BYTES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
144 <TD ALIGN="left"><CODE><A HREF="com/google/common/primitives/Longs.html#BYTES">BYTES</A></CODE></TD>

Completed in 5772 milliseconds

1 2 3 4 5 6 7